freebsd-dev/sbin
Peter Wemm 4af9705ceb Fix the mount_mfs case from the last cleanup. The code was (ab)using
it's internal malloc() implementation to try and avoid overstepping it's
resource limits (yuk!).  Remain using libc's malloc(), but check the
resource limits right before trying to malloc the ramdisk space and leave
some spare memory for libc.  In Andrey's words, the internal malloc
was "true evil"..  Among it's sins is it's ability to allocate less memory
than asked for and still return success.  stdio would just love that. :-)

Reviewed by: ache
1997-03-31 16:43:16 +00:00
..
adjkerntz compare return value from getopt against -1 rather than EOF, per the final 1997-03-29 03:33:12 +00:00
badsect Revert $FreeBSD$ to $Id$ 1997-02-22 14:40:44 +00:00
bsdlabel compare return value from getopt against -1 rather than EOF, per the final 1997-03-29 03:33:12 +00:00
ccdconfig Revert $FreeBSD$ to $Id$ 1997-02-22 14:40:44 +00:00
clri Revert $FreeBSD$ to $Id$ 1997-02-22 14:40:44 +00:00
comcontrol Revert $FreeBSD$ to $Id$ 1997-02-22 14:40:44 +00:00
cxconfig Convert to mdoc format. 1996-12-23 01:04:46 +00:00
disklabel compare return value from getopt against -1 rather than EOF, per the final 1997-03-29 03:33:12 +00:00
dmesg compare return value from getopt against -1 rather than EOF, per the final 1997-03-29 03:33:12 +00:00
dset compare return value from getopt against -1 rather than EOF, per the final 1997-03-29 03:33:12 +00:00
dump Document the -a option in .Fl form instead of .Cm form to be consistant 1997-03-15 06:23:57 +00:00
dumpfs Make this compile after the fsirand changes that deleted two fields. 1997-03-28 13:06:59 +00:00
dumplfs Merge from Lite2 (does not work though) 1997-03-11 12:14:07 +00:00
dumpon compare return value from getopt against -1 rather than EOF, per the final 1997-03-29 03:33:12 +00:00
fdisk This update adds the support for != 512 byte sector SCSI devices to 1996-12-01 11:25:38 +00:00
fsck patch up some "int *" vs. "time_t *" (long) mismatches. They could be 1997-03-18 20:02:18 +00:00
fsck_ffs patch up some "int *" vs. "time_t *" (long) mismatches. They could be 1997-03-18 20:02:18 +00:00
fsck_ifs patch up some "int *" vs. "time_t *" (long) mismatches. They could be 1997-03-18 20:02:18 +00:00
fsdb Fixed bogus casts from (int32_t *) to (time_t *). 1997-03-13 17:56:25 +00:00
fsirand Update HISTORY to reflect that this will first appear in 2.2.5. 1997-03-27 18:47:05 +00:00
i386 compare return value from getopt against -1 rather than EOF, per the final 1997-03-29 03:33:12 +00:00
ifconfig Revert $FreeBSD$ to $Id$ 1997-02-22 14:40:44 +00:00
init Fix mount call for devfs. 1997-03-30 09:22:41 +00:00
ipfw compare return value from getopt against -1 rather than EOF, per the final 1997-03-29 03:33:12 +00:00
ldconfig Revert $FreeBSD$ to $Id$ 1997-02-22 15:48:31 +00:00
md5 mdoc'ify man page 1997-03-02 21:43:10 +00:00
mknod Fixed checking for a non-numeric minor number. 1997-03-12 19:03:40 +00:00
modload compare return value from getopt against -1 rather than EOF, per the final 1997-03-29 03:33:12 +00:00
modunload compare return value from getopt against -1 rather than EOF, per the final 1997-03-29 03:33:12 +00:00
mount compare return value from getopt against -1 rather than EOF, per the final 1997-03-29 03:33:12 +00:00
mount_cd9660 compare return value from getopt against -1 rather than EOF, per the final 1997-03-29 03:33:12 +00:00
mount_ext2fs compare return value from getopt against -1 rather than EOF, per the final 1997-03-29 03:33:12 +00:00
mount_ifs compare return value from getopt against -1 rather than EOF, per the final 1997-03-29 03:33:12 +00:00
mount_lfs compare return value from getopt against -1 rather than EOF, per the final 1997-03-29 03:33:12 +00:00
mount_msdos compare return value from getopt against -1 rather than EOF, per the final 1997-03-29 03:33:12 +00:00
mount_msdosfs compare return value from getopt against -1 rather than EOF, per the final 1997-03-29 03:33:12 +00:00
mount_nfs compare return value from getopt against -1 rather than EOF, per the final 1997-03-29 03:33:12 +00:00
mount_null compare return value from getopt against -1 rather than EOF, per the final 1997-03-29 03:33:12 +00:00
mount_nullfs compare return value from getopt against -1 rather than EOF, per the final 1997-03-29 03:33:12 +00:00
mount_portal compare return value from getopt against -1 rather than EOF, per the final 1997-03-29 03:33:12 +00:00
mount_portalfs compare return value from getopt against -1 rather than EOF, per the final 1997-03-29 03:33:12 +00:00
mount_std compare return value from getopt against -1 rather than EOF, per the final 1997-03-29 03:33:12 +00:00
mount_umap compare return value from getopt against -1 rather than EOF, per the final 1997-03-29 03:33:12 +00:00
mount_umapfs compare return value from getopt against -1 rather than EOF, per the final 1997-03-29 03:33:12 +00:00
mount_union compare return value from getopt against -1 rather than EOF, per the final 1997-03-29 03:33:12 +00:00
mount_unionfs compare return value from getopt against -1 rather than EOF, per the final 1997-03-29 03:33:12 +00:00
mountd compare return value from getopt against -1 rather than EOF, per the final 1997-03-29 03:33:12 +00:00
newfs Fix the mount_mfs case from the last cleanup. The code was (ab)using 1997-03-31 16:43:16 +00:00
newlfs compare return value from getopt against -1 rather than EOF, per the final 1997-03-29 03:33:12 +00:00
nextboot compare return value from getopt against -1 rather than EOF, per the final 1997-03-29 03:33:12 +00:00
nfsd compare return value from getopt against -1 rather than EOF, per the final 1997-03-29 03:33:12 +00:00
nfsiod compare return value from getopt against -1 rather than EOF, per the final 1997-03-29 03:33:12 +00:00
nologin An odd merge from 2.2 to -current. Somehow that 2.2 nologin.5 1997-03-03 06:47:27 +00:00
ping Fix typo introduced in 1.17. 1997-03-04 22:05:49 +00:00
quotacheck compare return value from getopt against -1 rather than EOF, per the final 1997-03-29 03:33:12 +00:00
reboot compare return value from getopt against -1 rather than EOF, per the final 1997-03-29 03:33:12 +00:00
restore compare return value from getopt against -1 rather than EOF, per the final 1997-03-29 03:33:12 +00:00
route Revert $FreeBSD$ to $Id$ 1997-02-22 14:40:44 +00:00
routed compare return value from getopt against -1 rather than EOF, per the final 1997-03-29 03:33:12 +00:00
savecore compare return value from getopt against -1 rather than EOF, per the final 1997-03-29 03:33:12 +00:00
scsi compare return value from getopt against -1 rather than EOF, per the final 1997-03-29 03:33:12 +00:00
scsiformat Avoid the ``Three seconds until format begins'' construct. It's 1997-03-02 11:21:07 +00:00
shutdown compare return value from getopt against -1 rather than EOF, per the final 1997-03-29 03:33:12 +00:00
slattach Move uucplock into libutil and create a manual page. 1997-03-30 12:12:20 +00:00
startslip Move uucplock into libutil and create a manual page. 1997-03-30 12:12:20 +00:00
swapon compare return value from getopt against -1 rather than EOF, per the final 1997-03-29 03:33:12 +00:00
sysctl compare return value from getopt against -1 rather than EOF, per the final 1997-03-31 05:11:47 +00:00
tunefs Correct some man page cross references and some file 1996-02-05 17:32:16 +00:00
umount compare return value from getopt against -1 rather than EOF, per the final 1997-03-29 03:33:12 +00:00
Makefile Reactivated dumplfs and newlfs. 1997-03-24 04:57:50 +00:00
Makefile.inc Part one of a "fix-and-move". Init(8) had make macros declared here 1997-02-10 17:41:33 +00:00