| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Restrict octal perms to <= 07777. Cosmetic error message change. | Manuel Novoa III | 2003-03-19 | 2 | -2/+2 |
* | Obligatory forgotten item. | Manuel Novoa III | 2003-03-19 | 1 | -2/+2 |
* | Things my compiler didn't catch... | Manuel Novoa III | 2003-03-19 | 3 | -4/+4 |
* | Major coreutils update. | Manuel Novoa III | 2003-03-19 | 295 | -5533/+6907 |
* | Match newlines, this fixes matching of ^ or $ when there is a '\n' in the pat... | Glenn L McGrath | 2003-03-18 | 1 | -1/+2 |
* | Fix a bug that corrupted the string followed commands that had no arguments (... | Glenn L McGrath | 2003-03-18 | 1 | -8/+8 |
* | Patch from Jonas Holmberg, adjusted by Robert Schwebel, and | Eric Andersen | 2003-03-14 | 1 | -55/+144 |
* | oops. args shuffled. | Eric Andersen | 2003-03-13 | 1 | -1/+1 |
* | Fix obviously wrong names from older busybox | Eric Andersen | 2003-03-13 | 1 | -7/+7 |
* | Patch from Tito Ragusa: | Eric Andersen | 2003-03-13 | 1 | -51/+53 |
* | cope with crappy windoze ftp servers | Eric Andersen | 2003-03-11 | 1 | -2/+2 |
* | Avoid potential rendering problems | Eric Andersen | 2003-03-10 | 1 | -1/+1 |
* | fix n, add N, P | Glenn L McGrath | 2003-03-10 | 1 | -5/+22 |
* | add the 'n' command | Glenn L McGrath | 2003-03-10 | 1 | -1/+4 |
* | Add the q (quit) option | Glenn L McGrath | 2003-03-10 | 1 | -12/+15 |
* | Fix a delimiter matching bug i introduced. | Glenn L McGrath | 2003-03-09 | 1 | -0/+1 |
* | Support grouped commands, i.e. {cmd1;cmd2} | Glenn L McGrath | 2003-03-09 | 1 | -71/+88 |
* | alloc array for commands, use string ptr in parse_command_string() | Glenn L McGrath | 2003-03-09 | 1 | -37/+36 |
* | use typedef for struct sed_cmd | Glenn L McGrath | 2003-03-09 | 1 | -11/+11 |
* | redo get_addres(). save some space. possible fix a bug where the command migh... | Glenn L McGrath | 2003-03-09 | 1 | -31/+25 |
* | Woops, remove the code i didnt mean to commit | Glenn L McGrath | 2003-03-09 | 1 | -30/+23 |
* | Mention the opengroup sed reference, add a check which is disabled at present. | Glenn L McGrath | 2003-03-09 | 1 | -23/+43 |
* | Fix matching for the $ address (last line) | Glenn L McGrath | 2003-03-08 | 1 | -6/+16 |
* | be more careful about cleaning up | Eric Andersen | 2003-03-07 | 2 | -5/+17 |
* | Scrub things a bit, shave off a few bytes. | Eric Andersen | 2003-03-07 | 1 | -6/+9 |
* | Save a few bytes and remove a redundant string | Eric Andersen | 2003-03-07 | 1 | -1/+1 |
* | With nightmares of libbb ending up with 100 .c files starting | Eric Andersen | 2003-03-07 | 2 | -1/+1 |
* | audit for proper error handling, apply a few size optimizations | Eric Andersen | 2003-03-07 | 1 | -27/+34 |
* | Define bb_xgetlarg as a standard interface for extracting | Eric Andersen | 2003-03-07 | 3 | -1/+30 |
* | Explicitly define -DNDEBUG so asserts don't clutter release code | Eric Andersen | 2003-03-07 | 1 | -1/+2 |
* | Add all the syslogd help text | Eric Andersen | 2003-02-28 | 1 | -16/+51 |
* | There is no good reason to prevent nfs mounts from being mounted | Eric Andersen | 2003-02-28 | 1 | -2/+2 |
* | Write all the help text for the util-linux utilities. Allow | Eric Andersen | 2003-02-27 | 2 | -35/+153 |
* | mention "katamaran" | Eric Andersen | 2003-02-18 | 1 | -0/+1 |
* | Fix for big endian machines | Glenn L McGrath | 2003-02-17 | 1 | -2/+2 |
* | New applet sha1sum | Glenn L McGrath | 2003-02-17 | 5 | -0/+239 |
* | Patch from Bastian Blank | Glenn L McGrath | 2003-02-15 | 4 | -5/+128 |
* | Merge fileutils, textutils and shellutils into coreuils | Glenn L McGrath | 2003-02-15 | 5 | -6/+628 |
* | sync with udhcp bug fixes | Russ Dill | 2003-02-12 | 3 | -6/+9 |
* | Don't use HZ -- use sysconf(_SC_CLK_TCK) | Eric Andersen | 2003-02-12 | 1 | -1/+2 |
* | Fix compile error... header problems. | Manuel Novoa III | 2003-02-11 | 1 | -2/+1 |
* | last_patch83 by Vladimir N. Oleynik | Glenn L McGrath | 2003-02-10 | 3 | -6/+6 |
* | Fix compile error, last_patch82 by Vladimir N. Oleynik | Glenn L McGrath | 2003-02-10 | 1 | -8/+23 |
* | Fix compile error, last_patch81 by Vladimir N. Oleynik | Glenn L McGrath | 2003-02-10 | 1 | -1/+2 |
* | udhcpc is supposed to be in /sbin, not /usr/sbin/ | Eric Andersen | 2003-02-10 | 1 | -1/+1 |
* | Fix compiler warnings, patch by Steven Scholz | Glenn L McGrath | 2003-02-09 | 3 | -6/+5 |
* | Woops, my gunzip fix broke unzip, these cant be static | Glenn L McGrath | 2003-02-09 | 2 | -4/+4 |
* | Minor update to arping, patch from Nick Fedchik | Glenn L McGrath | 2003-02-09 | 1 | -7/+9 |
* | New applet, inetd, make httpd features more configurable, update authors, las... | Glenn L McGrath | 2003-02-09 | 9 | -755/+2636 |
* | Dont die if logging remotely fails, patch by Joshua Jackson | Glenn L McGrath | 2003-02-09 | 1 | -6/+2 |