summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Restrict octal perms to <= 07777. Cosmetic error message change.Manuel Novoa III2003-03-192-2/+2
* Obligatory forgotten item.Manuel Novoa III2003-03-191-2/+2
* Things my compiler didn't catch...Manuel Novoa III2003-03-193-4/+4
* Major coreutils update.Manuel Novoa III2003-03-19295-5533/+6907
* Match newlines, this fixes matching of ^ or $ when there is a '\n' in the pat...Glenn L McGrath2003-03-181-1/+2
* Fix a bug that corrupted the string followed commands that had no arguments (...Glenn L McGrath2003-03-181-8/+8
* Patch from Jonas Holmberg, adjusted by Robert Schwebel, andEric Andersen2003-03-141-55/+144
* oops. args shuffled.Eric Andersen2003-03-131-1/+1
* Fix obviously wrong names from older busyboxEric Andersen2003-03-131-7/+7
* Patch from Tito Ragusa:Eric Andersen2003-03-131-51/+53
* cope with crappy windoze ftp serversEric Andersen2003-03-111-2/+2
* Avoid potential rendering problemsEric Andersen2003-03-101-1/+1
* fix n, add N, PGlenn L McGrath2003-03-101-5/+22
* add the 'n' commandGlenn L McGrath2003-03-101-1/+4
* Add the q (quit) optionGlenn L McGrath2003-03-101-12/+15
* Fix a delimiter matching bug i introduced.Glenn L McGrath2003-03-091-0/+1
* Support grouped commands, i.e. {cmd1;cmd2}Glenn L McGrath2003-03-091-71/+88
* alloc array for commands, use string ptr in parse_command_string()Glenn L McGrath2003-03-091-37/+36
* use typedef for struct sed_cmdGlenn L McGrath2003-03-091-11/+11
* redo get_addres(). save some space. possible fix a bug where the command migh...Glenn L McGrath2003-03-091-31/+25
* Woops, remove the code i didnt mean to commitGlenn L McGrath2003-03-091-30/+23
* Mention the opengroup sed reference, add a check which is disabled at present.Glenn L McGrath2003-03-091-23/+43
* Fix matching for the $ address (last line)Glenn L McGrath2003-03-081-6/+16
* be more careful about cleaning upEric Andersen2003-03-072-5/+17
* Scrub things a bit, shave off a few bytes.Eric Andersen2003-03-071-6/+9
* Save a few bytes and remove a redundant stringEric Andersen2003-03-071-1/+1
* With nightmares of libbb ending up with 100 .c files startingEric Andersen2003-03-072-1/+1
* audit for proper error handling, apply a few size optimizationsEric Andersen2003-03-071-27/+34
* Define bb_xgetlarg as a standard interface for extractingEric Andersen2003-03-073-1/+30
* Explicitly define -DNDEBUG so asserts don't clutter release codeEric Andersen2003-03-071-1/+2
* Add all the syslogd help textEric Andersen2003-02-281-16/+51
* There is no good reason to prevent nfs mounts from being mountedEric Andersen2003-02-281-2/+2
* Write all the help text for the util-linux utilities. AllowEric Andersen2003-02-272-35/+153
* mention "katamaran"Eric Andersen2003-02-181-0/+1
* Fix for big endian machinesGlenn L McGrath2003-02-171-2/+2
* New applet sha1sumGlenn L McGrath2003-02-175-0/+239
* Patch from Bastian BlankGlenn L McGrath2003-02-154-5/+128
* Merge fileutils, textutils and shellutils into coreuilsGlenn L McGrath2003-02-155-6/+628
* sync with udhcp bug fixesRuss Dill2003-02-123-6/+9
* Don't use HZ -- use sysconf(_SC_CLK_TCK)Eric Andersen2003-02-121-1/+2
* Fix compile error... header problems.Manuel Novoa III2003-02-111-2/+1
* last_patch83 by Vladimir N. OleynikGlenn L McGrath2003-02-103-6/+6
* Fix compile error, last_patch82 by Vladimir N. OleynikGlenn L McGrath2003-02-101-8/+23
* Fix compile error, last_patch81 by Vladimir N. OleynikGlenn L McGrath2003-02-101-1/+2
* udhcpc is supposed to be in /sbin, not /usr/sbin/Eric Andersen2003-02-101-1/+1
* Fix compiler warnings, patch by Steven ScholzGlenn L McGrath2003-02-093-6/+5
* Woops, my gunzip fix broke unzip, these cant be staticGlenn L McGrath2003-02-092-4/+4
* Minor update to arping, patch from Nick FedchikGlenn L McGrath2003-02-091-7/+9
* New applet, inetd, make httpd features more configurable, update authors, las...Glenn L McGrath2003-02-099-755/+2636
* Dont die if logging remotely fails, patch by Joshua JacksonGlenn L McGrath2003-02-091-6/+2