NetBSD/sbin/newfs
simonb ab5ccee692 Add the ability for the user, group and permissions of an MFS to be set
on the command line with the -u, -g and -p options respectively.
The old malloc() replacement (and related functions) didn't work with
the libc get{pw,gr}nam() functions so it was removed and a separate
memory allocation function added that is only called to allocate the
space for the MFS file system.
Also use a table for the usage flags instead of multiple fprintf()'s
with "if (mfs)" checks sprinkled through.
2002-01-07 12:00:09 +00:00
..
extern.h Add the ability for the user, group and permissions of an MFS to be set 2002-01-07 12:00:09 +00:00
Makefile add ugly hack for alpha to crank the optimisation level down to -O1, 2002-01-06 23:09:47 +00:00
mkfs.c Add the ability for the user, group and permissions of an MFS to be set 2002-01-07 12:00:09 +00:00
mount_mfs.8 Add the ability for the user, group and permissions of an MFS to be set 2002-01-07 12:00:09 +00:00
newfs.8 move mount_mfs(8) into separate man page 2002-01-04 10:47:47 +00:00
newfs.c Add the ability for the user, group and permissions of an MFS to be set 2002-01-07 12:00:09 +00:00