freebsd-dev/sbin/newfs
Peter Wemm 079709dc3a Some tweaks to get this to cope with ELF where the address space starts
higher up in memory (0x0800000 upwards) rather than near zero (0x1000
for our qmagic a.out format).  The method that mount_mfs uses to allocate
the memory within data size rlimits for the ram disk is entirely too much
of a kludge for my liking.  I mean, if it's run as root, surely it makes
sense to just raise the resource limits to infinity or something, and if
it's a non-root user mount (do these work? with mfs?) it could just fail
if it's outside limits.
1997-09-13 11:41:50 +00:00
..
Makefile Add generation number randomization. Newly created filesystems wil now 1997-03-23 20:08:22 +00:00
mkfs.c Some tweaks to get this to cope with ELF where the address space starts 1997-09-13 11:41:50 +00:00
newfs.8 Fix typo. 1997-05-04 20:04:59 +00:00
newfs.c Allow use of the name "swap" instead of an actual swap device. 1997-06-23 22:44:51 +00:00