hush/util-linux
Rob Landley dbaf97e463 Fix the warnings, and fix the following two obvious segfaults:
./busybox getopt -n one -n two woot
	./busybox getopt -o one -o two woot

This entire applet is still an enormous pile of garbage, which I can't clean
up because I really have no idea what it's for.  (Both "man getopt" and trying
it out on the command line a bit fail to enlighten me.  Reading the code, the
fact half of it seems to be special cases for bash vs tcsh does not fill me
with confidence.)
2005-09-05 06:16:53 +00:00
..
Config.in Major rewrite of mount, umount, losetup. Untangled lots of code, shrunk 2005-08-10 20:35:54 +00:00
dmesg.c Remove trailing whitespace. Update copyright to include 2004. 2004-03-15 08:29:22 +00:00
fbset.c Remove trailing whitespace. Update copyright to include 2004. 2004-03-15 08:29:22 +00:00
fdflush.c Major coreutils update. 2003-03-19 09:13:01 +00:00
fdformat.c Everything should be made as simple as possible. But no simpler. 2004-04-03 12:36:03 +00:00
fdisk.c Avoid a number of places where large drives could wrap a uint, and 2004-06-28 23:50:31 +00:00
freeramdisk.c Remove trailing whitespace. Update copyright to include 2004. 2004-03-15 08:29:22 +00:00
fsck_minix.c Larry Doolittle writes: 2004-04-14 17:51:38 +00:00
getopt.c Fix the warnings, and fix the following two obvious segfaults: 2005-09-05 06:16:53 +00:00
hexdump.c Major coreutils update. 2003-03-19 09:13:01 +00:00
hwclock.c change the hardcoded error constant (0x80000000UL) to a nice flexible define (BB_GETOPT_ERROR) 2005-05-11 00:39:03 +00:00
ipcrm.c Rodney Radford submitted ipcs and ipcrm (system V IPC stuff). They could use 2005-06-20 04:30:36 +00:00
ipcs.c Rodney Radford submitted ipcs and ipcrm (system V IPC stuff). They could use 2005-06-20 04:30:36 +00:00
losetup.c Major rewrite of mount, umount, losetup. Untangled lots of code, shrunk 2005-08-10 20:35:54 +00:00
Makefile fix typoe (buildddir -> builddir) 2005-04-21 01:49:05 +00:00
Makefile.in use toplevel ARFLAGS and update default ARFLAGS to be quiet 2005-07-27 01:09:24 +00:00
mkfs_minix.c Fixup some warnings 2004-08-28 00:43:07 +00:00
mkswap.c Patch from David Meggy to make the swap default to the new version if no 2003-10-31 02:04:18 +00:00
more.c s/fileno\(stdin\)/STDIN_FILENO/g 2004-03-27 10:02:48 +00:00
mount.c Amir Shalem found some bugs in the new mount code; unknown options didn't get 2005-08-30 17:07:49 +00:00
nfsmount.c Major rewrite of mount, umount, losetup. Untangled lots of code, shrunk 2005-08-10 20:35:54 +00:00
nfsmount.h Fixup use of 'u_int' to instead use 'unsigned int' 2004-01-30 22:56:20 +00:00
pivot_root.c Remove trailing whitespace. Update copyright to include 2004. 2004-03-15 08:29:22 +00:00
rdate.c Stephane Billiart writes: 2004-01-18 18:18:33 +00:00
readprofile.c Add readprofile applet support. 2005-05-20 17:22:18 +00:00
swaponoff.c Remove trailing whitespace. Update copyright to include 2004. 2004-03-15 08:29:22 +00:00
umount.c When compiling with FEATURE_MTAB_SUPPORT disabled, the call to erase_mtab() 2005-08-23 20:03:17 +00:00