aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Glenn L McGrath2003-03-091-31/+25
| | | | 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.
* 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
| | | | -Erik
* 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
| | | | | with "bb_" it seems best to rename this now and avoid starting an evil KDE style naming trend.
* audit for proper error handling, apply a few size optimizationsEric Andersen2003-03-071-27/+34
| | | | -Erik
* Define bb_xgetlarg as a standard interface for extractingEric Andersen2003-03-073-1/+30
| | | | | numbers from getopt which includes careful error checking. -Erik
* 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
| | | | | | | 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
* Write all the help text for the util-linux utilities. AllowEric Andersen2003-02-272-35/+153
| | | | | | people to locate the mtab file somewhere other that /etc to accomodate read only root filesystems. -Erik
* 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
| | | | | | | - 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.
* 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, ↵Glenn L McGrath2003-02-099-755/+2636
| | | | | | last_patch_80 from Vladimir N. Oleynik
* Dont die if logging remotely fails, patch by Joshua JacksonGlenn L McGrath2003-02-091-6/+2
|
* Specify install path, patch by Nick FedchikGlenn L McGrath2003-02-091-0/+8
|
* Moved to libunarchive/unzip.cGlenn L McGrath2003-02-091-69/+0
|
* Fix endian probelm on PPC, i had different types for an extern variable.Glenn L McGrath2003-02-093-27/+80
|
* Patch from mathuria, compatability with solarisGlenn L McGrath2003-02-083-1/+6
|
* Patch from Joshua Jackson, make md5 the default hash algorithmGlenn L McGrath2003-02-081-3/+3
|
* Rewrite by Manuel Novoa III, very compact implimentation.Glenn L McGrath2003-02-081-160/+134
|
* Patch from Nick Fedchik, CONFIG_SYSLOGD should determine getty'sGlenn L McGrath2003-02-081-5/+2
| | | | behaviour.
* Mention penguruEric Andersen2003-02-051-0/+4
|
* Fix a couple more ifupdown bugsEric Andersen2003-02-031-2/+2
|
* Fix long standing bug with old gnu tar files, add a check so tar willGlenn L McGrath2003-01-283-19/+31
| | | | | | complain "unknown file type" if it tries to extract an oldgnu tar file and TAR_FEATURE_OLDGNU_COMPATABILITY sint defined. Print a warning if unisupported gnu extensions are encountered.
* Don't wipe the config system on 'make clean'Eric Andersen2003-01-271-4/+5
|
* This seems sufficient for ifup and ifdown to actually workEric Andersen2003-01-273-35/+59
| | | | as advertised. Works for me (at least with glibc)
* Fix a silly compile error, thanks to a patch from Wen-chien Jesse SungEric Andersen2003-01-231-2/+4
|
* Patch from Brett Hunt at micron.com to fixup potential segfaultsEric Andersen2003-01-231-4/+4
| | | | during 'make menuconfig'
* Patch from Jason McMullan @ linuxcare.com adding insmodEric Andersen2003-01-231-2/+98
| | | | support for s390 systems.
* A patch from John F. Kelly to add in a utility for configuringEric Andersen2003-01-235-0/+187
| | | | vlan under linux, derived from Ben Greear's VLAN "vconfig" tool.