Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix for big endian machines | Glenn L McGrath | 2003-02-17 | 1 | -2/+2 |
| | |||||
* | New applet sha1sum | Glenn L McGrath | 2003-02-17 | 3 | -0/+231 |
| | |||||
* | Merge fileutils, textutils and shellutils into coreuils | Glenn L McGrath | 2003-02-15 | 3 | -0/+624 |
| | |||||
* | Patch from mathuria, compatability with solaris | Glenn L McGrath | 2003-02-08 | 1 | -1/+1 |
| | |||||
* | last_patch75_2 from vodz, | Eric Andersen | 2003-01-14 | 1 | -2/+4 |
| | |||||
* | Correct column width for tab completion and ls | Glenn L McGrath | 2003-01-06 | 1 | -114/+82 |
| | |||||
* | Support the obsolete '+' option | Glenn L McGrath | 2002-12-23 | 1 | -4/+19 |
| | |||||
* | Add missing header file to squash a warning | Eric Andersen | 2002-12-11 | 1 | -0/+1 |
| | |||||
* | Fix undefined behaviour and save some bytes as suggested by Manuel Novoa III | Glenn L McGrath | 2002-12-10 | 1 | -12/+10 |
| | |||||
* | Realpath applet | Glenn L McGrath | 2002-12-10 | 1 | -0/+44 |
| | |||||
* | Fixup buffer allocation | Eric Andersen | 2002-12-06 | 1 | -4/+6 |
| | |||||
* | Change if(x)free(x); to free(x); | Aaron Lehmann | 2002-11-28 | 1 | -2/+1 |
| | |||||
* | Style | Glenn L McGrath | 2002-11-28 | 1 | -21/+46 |
| | |||||
* | Woops, forgot they printout applet name as well.... | Glenn L McGrath | 2002-11-28 | 1 | -2/+2 |
| | |||||
* | Use error_msg instead of fprintf(stderr | Glenn L McGrath | 2002-11-28 | 1 | -2/+2 |
| | |||||
* | Use printf instead of fprintf(stdout | Glenn L McGrath | 2002-11-28 | 1 | -7/+3 |
| | |||||
* | When making parent directories set permissions based on the base parent tree ↵ | Glenn L McGrath | 2002-11-24 | 1 | -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 McGrath | 2002-11-10 | 1 | -64/+230 |
| | |||||
* | Prevent a segfault if no argument, by Geoffrey Lee <glee@bluesat.unsw.edu.au> | Glenn L McGrath | 2002-11-10 | 1 | -224/+64 |
| | |||||
* | last_patch59 from vodz to cleanup chmod and correctly parse '-rwxgoa' | Eric Andersen | 2002-10-10 | 1 | -17/+29 |
| | |||||
* | Vodz' last_patch57: | Eric Andersen | 2002-09-30 | 3 | -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 here | Glenn L McGrath | 2002-09-28 | 1 | -5/+4 |
| | |||||
* | Sane-ify the screen clearing stuff. | Eric Andersen | 2002-09-17 | 1 | -3/+1 |
| | | | | -Erik | ||||
* | Watch applet by Michael Habermann | Glenn L McGrath | 2002-09-16 | 1 | -0/+104 |
| | |||||
* | move some globals to bss | Aaron Lehmann | 2002-08-23 | 1 | -4/+4 |
| | |||||
* | Run through indent, fix comments | Glenn L McGrath | 2002-08-23 | 1 | -135/+103 |
| | |||||
* | Run through indent, fix comments | Glenn L McGrath | 2002-08-23 | 1 | -126/+112 |
| | |||||
* | Run through indent, specify cast | Glenn L McGrath | 2002-08-23 | 1 | -4/+4 |
| | |||||
* | Run through indent | Glenn L McGrath | 2002-08-23 | 1 | -30/+32 |
| | |||||
* | Run through indent, fix BB_ define | Glenn L McGrath | 2002-08-22 | 1 | -355/+441 |
| | |||||
* | - updated a few copyright/left file headers | Robert Griebl | 2002-08-05 | 1 | -0/+2 |
| | | | | - documented most of my 0.61 changes in the ChangeLog | ||||
* | Added the -I (isofmt) options to date, which comes in handy for scripts | Robert Griebl | 2002-07-30 | 1 | -7/+55 |
| | | | | (this is a confiureable option) | ||||
* | Applied vodz' patches #49 and #50 (with a small correction in runshell.c) | Robert Griebl | 2002-07-19 | 2 | -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.1 | Eric Andersen | 2002-07-11 | 2 | -6/+7 |
| | | | | -Erik | ||||
* | Scrub pwd.h and grp.h handling so we don't have to play any | Eric Andersen | 2002-07-03 | 1 | -2/+2 |
| | | | | | silly games. -Erik | ||||
* | Little fix to avoid overflow | Eric Andersen | 2002-07-03 | 1 | -1/+1 |
| | |||||
* | Remove advertising clauses in accordance with | Aaron Lehmann | 2002-06-23 | 2 | -10/+2 |
| | | | | ftp://ftp.cs.berkeley.edu/ucb/4bsd/README.Impt.License.Change | ||||
* | Fix a potential macro expansion problem... isspace can be | Eric Andersen | 2002-06-15 | 1 | -1/+1 |
| | | | | a macro causing a double decrement... | ||||
* | Don't use pointless GNU-isms | Eric Andersen | 2002-06-15 | 1 | -2/+2 |
| | |||||
* | last_patch41 from vodz to fix stty -F and similar | Eric Andersen | 2002-06-06 | 1 | -3/+22 |
| | |||||
* | Include busybox.h before testing CONFIG_LOCALE_SUPPORT. | Manuel Novoa III | 2002-05-29 | 1 | -2/+2 |
| | |||||
* | Added include for isdigit(); simplified -<num> detection | Robert Griebl | 2002-05-27 | 2 | -2/+4 |
| | |||||
* | SUpport old style -[::digit::] options for head and tail | Robert Griebl | 2002-05-17 | 2 | -1/+11 |
| | | | | Also make head behave like GNU head (-0/-n 0 is valid) | ||||
* | fix and shrink uuencode | Tim Riker | 2002-05-01 | 1 | -55/+23 |
| | |||||
* | Fix silly combinitorial oversight | Eric Andersen | 2002-04-27 | 1 | -5/+3 |
| | |||||
* | Support noerror option | Eric Andersen | 2002-04-27 | 1 | -3/+16 |
| | |||||
* | Add the who applet, supplied by Da Chen <dchen@ayrnetworks.com> | Eric Andersen | 2002-04-26 | 1 | -0/+85 |
| | |||||
* | ls could mis-color certain entries when previous commands | Eric Andersen | 2002-04-17 | 1 | -0/+2 |
| | | | | had failed. Explicitly 0 out errno to prevent that. | ||||
* | Update some missing copyright notices | Eric Andersen | 2002-04-13 | 5 | -4/+1 |
| | |||||
* | Patch from Edward Betts <edward@debian.org> to add -x switch to du.c | Eric Andersen | 2002-04-06 | 1 | -2/+12 |
| |