Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-03-18 | Fix a bug that corrupted the string followed commands that had no arguments ↵ | Glenn L McGrath | |
(Closes #1304) | |||
2003-03-14 | Patch from Jonas Holmberg, adjusted by Robert Schwebel, and | Eric Andersen | |
later re-adjusted by me to fix msh backtick handling | |||
2003-03-13 | oops. args shuffled. | Eric Andersen | |
2003-03-13 | Fix obviously wrong names from older busybox | Eric Andersen | |
2003-03-13 | Patch from Tito Ragusa: | Eric Andersen | |
The changes I've made: in strings.c: 1) fix memory allocation error I've detected with MALLOC_CHECK_=1 in *string; 2) code clean up; 3) fix compiler warnings about uninitialized vars; | |||
2003-03-11 | cope with crappy windoze ftp servers | Eric Andersen | |
2003-03-10 | Avoid potential rendering problems | Eric Andersen | |
2003-03-10 | fix n, add N, P | Glenn L McGrath | |
2003-03-10 | add the 'n' command | Glenn L McGrath | |
2003-03-10 | Add the q (quit) option | Glenn L McGrath | |
2003-03-09 | Fix a delimiter matching bug i introduced. | Glenn L McGrath | |
2003-03-09 | Support grouped commands, i.e. {cmd1;cmd2} | Glenn L McGrath | |
2003-03-09 | alloc array for commands, use string ptr in parse_command_string() | Glenn L McGrath | |
2003-03-09 | use typedef for struct sed_cmd | Glenn L McGrath | |
2003-03-09 | redo get_addres(). save some space. possible fix a bug where the command ↵ | Glenn L McGrath | |
might be set to 0 if no second address is given. dont parse sed_cmd struct to get_address, we only need the delim field. | |||
2003-03-09 | Woops, remove the code i didnt mean to commit | Glenn L McGrath | |
2003-03-09 | Mention the opengroup sed reference, add a check which is disabled at present. | Glenn L McGrath | |
2003-03-08 | Fix matching for the $ address (last line) | Glenn L McGrath | |
2003-03-07 | be more careful about cleaning up | Eric Andersen | |
2003-03-07 | Scrub things a bit, shave off a few bytes. | Eric Andersen | |
-Erik | |||
2003-03-07 | Save a few bytes and remove a redundant string | Eric Andersen | |
2003-03-07 | With nightmares of libbb ending up with 100 .c files starting | Eric Andersen | |
with "bb_" it seems best to rename this now and avoid starting an evil KDE style naming trend. | |||
2003-03-07 | audit for proper error handling, apply a few size optimizations | Eric Andersen | |
-Erik | |||
2003-03-07 | Define bb_xgetlarg as a standard interface for extracting | Eric Andersen | |
numbers from getopt which includes careful error checking. -Erik | |||
2003-03-07 | Explicitly define -DNDEBUG so asserts don't clutter release code | Eric Andersen | |
2003-02-28 | Add all the syslogd help text | Eric Andersen | |
2003-02-28 | There is no good reason to prevent nfs mounts from being mounted | Eric Andersen | |
during 'mount -a'. If the user wants to do that, hey, its their lifs. If the nfs server is down and they don't want to wait for nfs to time out, that is their problem. -Erik | |||
2003-02-27 | Write all the help text for the util-linux utilities. Allow | Eric Andersen | |
people to locate the mtab file somewhere other that /etc to accomodate read only root filesystems. -Erik | |||
2003-02-18 | mention "katamaran" | Eric Andersen | |
2003-02-17 | Fix for big endian machines | Glenn L McGrath | |
2003-02-17 | New applet sha1sum | Glenn L McGrath | |
2003-02-15 | Patch from Bastian Blank | Glenn L McGrath | |
- ip route flush - different usage for telnetd in inetd mode - changes for the default flags of the ip features - if no /usr requested, udhcpc should use the script also without /usr. | |||
2003-02-15 | Merge fileutils, textutils and shellutils into coreuils | Glenn L McGrath | |
2003-02-12 | sync with udhcp bug fixes | Russ Dill | |
2003-02-12 | Don't use HZ -- use sysconf(_SC_CLK_TCK) | Eric Andersen | |
2003-02-11 | Fix compile error... header problems. | Manuel Novoa III | |
2003-02-10 | last_patch83 by Vladimir N. Oleynik | Glenn L McGrath | |
2003-02-10 | Fix compile error, last_patch82 by Vladimir N. Oleynik | Glenn L McGrath | |
2003-02-10 | Fix compile error, last_patch81 by Vladimir N. Oleynik | Glenn L McGrath | |
2003-02-10 | udhcpc is supposed to be in /sbin, not /usr/sbin/ | Eric Andersen | |
2003-02-09 | Fix compiler warnings, patch by Steven Scholz | Glenn L McGrath | |
2003-02-09 | Woops, my gunzip fix broke unzip, these cant be static | Glenn L McGrath | |
2003-02-09 | Minor update to arping, patch from Nick Fedchik | Glenn L McGrath | |
2003-02-09 | New applet, inetd, make httpd features more configurable, update authors, ↵ | Glenn L McGrath | |
last_patch_80 from Vladimir N. Oleynik | |||
2003-02-09 | Dont die if logging remotely fails, patch by Joshua Jackson | Glenn L McGrath | |
2003-02-09 | Specify install path, patch by Nick Fedchik | Glenn L McGrath | |
2003-02-09 | Moved to libunarchive/unzip.c | Glenn L McGrath | |
2003-02-09 | Fix endian probelm on PPC, i had different types for an extern variable. | Glenn L McGrath | |
2003-02-08 | Patch from mathuria, compatability with solaris | Glenn L McGrath | |
2003-02-08 | Patch from Joshua Jackson, make md5 the default hash algorithm | Glenn L McGrath | |