aboutsummaryrefslogtreecommitdiff
path: root/coreutils (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix for big endian machinesGlenn L McGrath2003-02-171-2/+2
|
* New applet sha1sumGlenn L McGrath2003-02-173-0/+231
|
* Merge fileutils, textutils and shellutils into coreuilsGlenn L McGrath2003-02-153-0/+624
|
* Patch from mathuria, compatability with solarisGlenn L McGrath2003-02-081-1/+1
|
* last_patch75_2 from vodz,Eric Andersen2003-01-141-2/+4
|
* Correct column width for tab completion and lsGlenn L McGrath2003-01-061-114/+82
|
* Support the obsolete '+' optionGlenn L McGrath2002-12-231-4/+19
|
* Add missing header file to squash a warningEric Andersen2002-12-111-0/+1
|
* Fix undefined behaviour and save some bytes as suggested by Manuel Novoa IIIGlenn L McGrath2002-12-101-12/+10
|
* Realpath appletGlenn L McGrath2002-12-101-0/+44
|
* Fixup buffer allocationEric Andersen2002-12-061-4/+6
|
* Change if(x)free(x); to free(x);Aaron Lehmann2002-11-281-2/+1
|
* StyleGlenn L McGrath2002-11-281-21/+46
|
* Woops, forgot they printout applet name as well....Glenn L McGrath2002-11-281-2/+2
|
* Use error_msg instead of fprintf(stderrGlenn L McGrath2002-11-281-2/+2
|
* Use printf instead of fprintf(stdoutGlenn L McGrath2002-11-281-7/+3
|
* When making parent directories set permissions based on the base parent tree ↵Glenn L McGrath2002-11-241-1/+3
| | | | rather than the new directory to be created.
* Will the real od.c please stand up! (my previous commit was a mistake)Glenn L McGrath2002-11-101-64/+230
|
* Prevent a segfault if no argument, by Geoffrey Lee <glee@bluesat.unsw.edu.au>Glenn L McGrath2002-11-101-224/+64
|
* last_patch59 from vodz to cleanup chmod and correctly parse '-rwxgoa'Eric Andersen2002-10-101-17/+29
|
* Vodz' last_patch57:Eric Andersen2002-09-303-8/+5
| | | | | | | | | | | | | | | Hi, Erik. my_getpw(uid/gid) and applets used it have problem: if username for uid not found, applets can`t detect it (but code pessent). Also "%8ld " format is bad: spaces not required (applets have self format or spec format (tar applet) and overflow for "id" applet...) This problem also pressent in stable version. Patch for unstable in attach. --w vodz
* make_directory() will fail instantly so we dont need to test for failure hereGlenn L McGrath2002-09-281-5/+4
|
* Sane-ify the screen clearing stuff.Eric Andersen2002-09-171-3/+1
| | | | -Erik
* Watch applet by Michael HabermannGlenn L McGrath2002-09-161-0/+104
|
* move some globals to bssAaron Lehmann2002-08-231-4/+4
|
* Run through indent, fix commentsGlenn L McGrath2002-08-231-135/+103
|
* Run through indent, fix commentsGlenn L McGrath2002-08-231-126/+112
|
* Run through indent, specify castGlenn L McGrath2002-08-231-4/+4
|
* Run through indentGlenn L McGrath2002-08-231-30/+32
|
* Run through indent, fix BB_ defineGlenn L McGrath2002-08-221-355/+441
|
* - updated a few copyright/left file headersRobert Griebl2002-08-051-0/+2
| | | | - documented most of my 0.61 changes in the ChangeLog
* Added the -I (isofmt) options to date, which comes in handy for scriptsRobert Griebl2002-07-301-7/+55
| | | | (this is a confiureable option)
* Applied vodz' patches #49 and #50 (with a small correction in runshell.c)Robert Griebl2002-07-192-23/+19
| | | | | | | | | #49: I found one memory overflow and memory leak in "ln" applet. Last patch reduced also 54 bytes. ;) #50: I found bug in loginutils/Makefile.in. New patch have also new function to libbb and aplied this to applets and other cosmetic changes.
* Fixup warnings and undefined operations that show up in gcc-3.1Eric Andersen2002-07-112-6/+7
| | | | -Erik
* Scrub pwd.h and grp.h handling so we don't have to play anyEric Andersen2002-07-031-2/+2
| | | | | silly games. -Erik
* Little fix to avoid overflowEric Andersen2002-07-031-1/+1
|
* Remove advertising clauses in accordance withAaron Lehmann2002-06-232-10/+2
| | | | ftp://ftp.cs.berkeley.edu/ucb/4bsd/README.Impt.License.Change
* Fix a potential macro expansion problem... isspace can beEric Andersen2002-06-151-1/+1
| | | | a macro causing a double decrement...
* Don't use pointless GNU-ismsEric Andersen2002-06-151-2/+2
|
* last_patch41 from vodz to fix stty -F and similarEric Andersen2002-06-061-3/+22
|
* Include busybox.h before testing CONFIG_LOCALE_SUPPORT.Manuel Novoa III2002-05-291-2/+2
|
* Added include for isdigit(); simplified -<num> detectionRobert Griebl2002-05-272-2/+4
|
* SUpport old style -[::digit::] options for head and tailRobert Griebl2002-05-172-1/+11
| | | | Also make head behave like GNU head (-0/-n 0 is valid)
* fix and shrink uuencodeTim Riker2002-05-011-55/+23
|
* Fix silly combinitorial oversightEric Andersen2002-04-271-5/+3
|
* Support noerror optionEric Andersen2002-04-271-3/+16
|
* Add the who applet, supplied by Da Chen <dchen@ayrnetworks.com>Eric Andersen2002-04-261-0/+85
|
* ls could mis-color certain entries when previous commandsEric Andersen2002-04-171-0/+2
| | | | had failed. Explicitly 0 out errno to prevent that.
* Update some missing copyright noticesEric Andersen2002-04-135-4/+1
|
* Patch from Edward Betts <edward@debian.org> to add -x switch to du.cEric Andersen2002-04-061-2/+12
|