Home | History | Annotate | Download | only in mount
History log of /src/sbin/mount/vfslist.c
RevisionDateAuthorComments
 1.7  05-Aug-2008  pooka Refactor mount utilities to provide a mount_fs_parseargs() routine.
Use this routine both in mount_fs and rump_fs to provide equivalent
command line parameters and therefore usage interchangeability.
While doing this, combine some common mountgoop to mountprog.h
 1.6  26-Jun-2005  christos branches: 1.6.20; 1.6.24;
Don't abuse writing to const strings. We can pass const strings to this,
and we write to them. Allocate memory instead.
 1.5  05-Feb-2005  xtraeme Kill __P(), use ANSI function declarations.
 1.4  07-Aug-2003  agc Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22308, verified by myself.
 1.3  01-Nov-2000  enami Factor out some function declarations into a header file.
 1.2  16-Sep-1997  lukem resolve conflicts from lite-2 import, with two major modifications
that require all of /sbin/mount_* and /sbin/umount to be modified:
* incorporate vfslist.c, adding checkvfsname() and makevfslist()
* getmntopts() now takes 4 args (adding int *altflagp)
 1.1  16-Sep-1997  lukem branches: 1.1.1;
Initial revision
 1.1.1.1  16-Sep-1997  lukem imported from lite-2
 1.6.24.1  18-Sep-2008  wrstuden Sync with wrstuden-revivesa-base-2.
 1.6.20.1  28-Sep-2008  mjf Sync with HEAD.

RSS XML Feed