aboutsummaryrefslogtreecommitdiff
path: root/coreutils
AgeCommit message (Expand)Author
2000-07-24chroot can now call the builtin shellPavel Roskin
2000-07-20Converted option parsing to using getopt(). Also managed to remove anMark Whitley
2000-07-20Whoops. Forgot to #include <getopt.h>.Mark Whitley
2000-07-19Converted option parsing to getopt() and made some minor formatting changes.Mark Whitley
2000-07-19Centralize handling of --help.Matt Kraai
2000-07-19Add usage messages for applets without them.Matt Kraai
2000-07-19Use FatalError()Eric Andersen
2000-07-17Moved functions used by "lsmod" from cat.c to utility.cPavel Roskin
2000-07-17The result of getopt() is "int" and should be treated as suchPavel Roskin
2000-07-16Extract usage information into a separate file.Matt Kraai
2000-07-14Don't use strings directly in calls to usage(). This is in preparationMatt Kraai
2000-07-14Getopt'ed by Marc Nijdam <marc_nijdam@hp.com>Eric Andersen
2000-07-14Getopt'rd by Marc Nijdam <marc_nijdam@hp.com>Eric Andersen
2000-07-14More cleanups.Eric Andersen
2000-07-14Fix argument parsing.Matt Kraai
2000-07-14Use errorMsg rather than fprintf.Matt Kraai
2000-07-13Fix uninitialized variable.Eric Andersen
2000-07-13From Matt Kraai <kraai@alumni.carnegiemellon.edu>Eric Andersen
2000-07-13Correct argument parsing and other minor cleanups.Matt Kraai
2000-07-12Always report the applet name when doing error reporting.Matt Kraai
2000-07-12Use global applet_name instead of local versions.Matt Kraai
2000-07-12Use global applet_name instead of local versions.Matt Kraai
2000-07-11Re-enable ln -n in the help.Eric Andersen
2000-07-11Another patch from Matt Kraai <kraai@alumni.carnegiemellon.edu>:Eric Andersen
2000-07-10Comment on kernel stuffEric Andersen
2000-07-10Remove yet more kernel header dependancies.Eric Andersen
2000-07-10Remove unused variable.Eric Andersen
2000-07-10From Matt Kraai <kraai@alumni.carnegiemellon.edu>:Eric Andersen
2000-07-10Patch from Matt Kraai <kraai@alumni.carnegiemellon.edu>:Eric Andersen
2000-07-09More portability updates. Now compiles cleanly vs glibc, libc5, and uclibcEric Andersen
2000-07-08Update files to reduce dependance on kernel version...Eric Andersen
2000-07-06Remove MAXNAMLEN and use BUFSIZ instead.Eric Andersen
2000-07-05Remove misguided klude around for 2.4.x-test* brokenness. Al ViroEric Andersen
2000-07-05* Fix to tr so it recognizes standard escape sequences. Merged commonEric Andersen
2000-07-03Added support for ignoring '-g' per GNU ls, thanks to David VrabelEric Andersen
2000-06-28Yanked out the cstring_alloc() and cstring_lineFromFile() functions fromMark Whitley
2000-06-26Fixed segfault with 'cut -f 1 -d:' and added 'cut -s' suport.Eric Andersen
2000-06-26Updates to handle Linux 2.4.0 kernels (kludged around the "none" entries inEric Andersen
2000-06-22Pavel Roskin <proski@gnu.org> just found a nasty memoryEric Andersen
2000-06-21Document 'ln --'Eric Andersen
2000-06-19printf now compiles cleanly under both libc5 and libc6.Eric Andersen
2000-06-19Updates to a number of apps to remove warnings/compile errors under libc5.Eric Andersen
2000-06-18Check for 3 and more arguments was incorrectPavel Roskin
2000-06-15ln: fixed command line parser. Added support for "--"Pavel Roskin
2000-06-14Fixed "rm foo" that had been broken while implementing "rm -- foo"Pavel Roskin
2000-06-13Add new apps md5sum uudecode uuencode, fix some minor formatting things.Eric Andersen
2000-06-07* Fixed 'swapon -a' and 'swapoff -a', which were broken.Eric Andersen
2000-06-06Fix 'date -u'Eric Andersen
2000-06-06Fixed a bunch of stuff:Eric Andersen
2000-06-04Don't allow mkfifo to create files such as "--help"Eric Andersen