summaryrefslogtreecommitdiff
path: root/coreutils (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Add usage messages for applets without them.Matt Kraai2000-07-192-0/+6
* Use FatalError()Eric Andersen2000-07-191-4/+2
* Moved functions used by "lsmod" from cat.c to utility.cPavel Roskin2000-07-171-15/+1
* The result of getopt() is "int" and should be treated as suchPavel Roskin2000-07-173-4/+4
* Extract usage information into a separate file.Matt Kraai2000-07-1640-471/+6
* Don't use strings directly in calls to usage(). This is in preparationMatt Kraai2000-07-147-57/+69
* Getopt'ed by Marc Nijdam <marc_nijdam@hp.com>Eric Andersen2000-07-142-52/+43
* Getopt'rd by Marc Nijdam <marc_nijdam@hp.com>Eric Andersen2000-07-141-21/+11
* More cleanups.Eric Andersen2000-07-143-18/+18
* Fix argument parsing.Matt Kraai2000-07-141-1/+1
* Use errorMsg rather than fprintf.Matt Kraai2000-07-1414-43/+39
* Fix uninitialized variable.Eric Andersen2000-07-131-1/+1
* From Matt Kraai <kraai@alumni.carnegiemellon.edu>Eric Andersen2000-07-131-24/+28
* Correct argument parsing and other minor cleanups.Matt Kraai2000-07-131-11/+11
* Always report the applet name when doing error reporting.Matt Kraai2000-07-128-20/+18
* Use global applet_name instead of local versions.Matt Kraai2000-07-123-3/+3
* Use global applet_name instead of local versions.Matt Kraai2000-07-121-5/+2
* Re-enable ln -n in the help.Eric Andersen2000-07-111-2/+0
* Another patch from Matt Kraai <kraai@alumni.carnegiemellon.edu>:Eric Andersen2000-07-111-27/+2
* Comment on kernel stuffEric Andersen2000-07-101-4/+0
* Remove yet more kernel header dependancies.Eric Andersen2000-07-101-1/+1
* Remove unused variable.Eric Andersen2000-07-101-1/+1
* From Matt Kraai <kraai@alumni.carnegiemellon.edu>:Eric Andersen2000-07-102-10/+18
* Patch from Matt Kraai <kraai@alumni.carnegiemellon.edu>:Eric Andersen2000-07-101-2/+4
* More portability updates. Now compiles cleanly vs glibc, libc5, and uclibcEric Andersen2000-07-093-0/+10
* Update files to reduce dependance on kernel version...Eric Andersen2000-07-081-4/+4
* Remove MAXNAMLEN and use BUFSIZ instead.Eric Andersen2000-07-061-1/+1
* Remove misguided klude around for 2.4.x-test* brokenness. Al ViroEric Andersen2000-07-051-3/+0
* * Fix to tr so it recognizes standard escape sequences. Merged commonEric Andersen2000-07-052-33/+7
* Added support for ignoring '-g' per GNU ls, thanks to David VrabelEric Andersen2000-07-031-0/+2
* Yanked out the cstring_alloc() and cstring_lineFromFile() functions fromMark Whitley2000-06-281-2/+2
* Fixed segfault with 'cut -f 1 -d:' and added 'cut -s' suport.Eric Andersen2000-06-261-7/+23
* Updates to handle Linux 2.4.0 kernels (kludged around the "none" entries inEric Andersen2000-06-261-0/+3
* Pavel Roskin <proski@gnu.org> just found a nasty memoryEric Andersen2000-06-221-1/+8
* Document 'ln --'Eric Andersen2000-06-211-1/+2
* printf now compiles cleanly under both libc5 and libc6.Eric Andersen2000-06-191-2/+1
* Updates to a number of apps to remove warnings/compile errors under libc5.Eric Andersen2000-06-1934-42/+40
* Check for 3 and more arguments was incorrectPavel Roskin2000-06-181-1/+1
* ln: fixed command line parser. Added support for "--"Pavel Roskin2000-06-151-8/+12
* Fixed "rm foo" that had been broken while implementing "rm -- foo"Pavel Roskin2000-06-141-6/+11
* Add new apps md5sum uudecode uuencode, fix some minor formatting things.Eric Andersen2000-06-134-1/+1607
* * Fixed 'swapon -a' and 'swapoff -a', which were broken.Eric Andersen2000-06-071-7/+44
* Fix 'date -u'Eric Andersen2000-06-061-1/+1
* Fixed a bunch of stuff:Eric Andersen2000-06-062-32/+42
* Don't allow mkfifo to create files such as "--help"Eric Andersen2000-06-041-1/+1
* Fix touch so it behaves itself (it could segfault in some cases).Eric Andersen2000-06-022-27/+29
* This is a fix for chrootEric Andersen2000-06-021-8/+7
* Pavel fixed a segfault in yes.Eric Andersen2000-06-021-1/+1
* A number of additional fixed from Pavel Roskin, note some more bugs in theEric Andersen2000-06-023-8/+8
* More libc portability updates, add in the website (which has not beenErik Andersen2000-05-193-19/+27