aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-03-11cope with crappy windoze ftp serversEric Andersen
2003-03-10Avoid potential rendering problemsEric Andersen
2003-03-10fix n, add N, PGlenn L McGrath
2003-03-10add the 'n' commandGlenn L McGrath
2003-03-10Add the q (quit) optionGlenn L McGrath
2003-03-09Fix a delimiter matching bug i introduced.Glenn L McGrath
2003-03-09Support grouped commands, i.e. {cmd1;cmd2}Glenn L McGrath
2003-03-09alloc array for commands, use string ptr in parse_command_string()Glenn L McGrath
2003-03-09use typedef for struct sed_cmdGlenn L McGrath
2003-03-09redo 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-09Woops, remove the code i didnt mean to commitGlenn L McGrath
2003-03-09Mention the opengroup sed reference, add a check which is disabled at present.Glenn L McGrath
2003-03-08Fix matching for the $ address (last line)Glenn L McGrath
2003-03-07be more careful about cleaning upEric Andersen
2003-03-07Scrub things a bit, shave off a few bytes.Eric Andersen
-Erik
2003-03-07Save a few bytes and remove a redundant stringEric Andersen
2003-03-07With nightmares of libbb ending up with 100 .c files startingEric Andersen
with "bb_" it seems best to rename this now and avoid starting an evil KDE style naming trend.
2003-03-07audit for proper error handling, apply a few size optimizationsEric Andersen
-Erik
2003-03-07Define bb_xgetlarg as a standard interface for extractingEric Andersen
numbers from getopt which includes careful error checking. -Erik
2003-03-07Explicitly define -DNDEBUG so asserts don't clutter release codeEric Andersen
2003-02-28Add all the syslogd help textEric Andersen
2003-02-28There is no good reason to prevent nfs mounts from being mountedEric 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-27Write all the help text for the util-linux utilities. AllowEric Andersen
people to locate the mtab file somewhere other that /etc to accomodate read only root filesystems. -Erik
2003-02-18mention "katamaran"Eric Andersen
2003-02-17Fix for big endian machinesGlenn L McGrath
2003-02-17New applet sha1sumGlenn L McGrath
2003-02-15Patch from Bastian BlankGlenn 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-15Merge fileutils, textutils and shellutils into coreuilsGlenn L McGrath
2003-02-12sync with udhcp bug fixesRuss Dill
2003-02-12Don't use HZ -- use sysconf(_SC_CLK_TCK)Eric Andersen
2003-02-11Fix compile error... header problems.Manuel Novoa III
2003-02-10last_patch83 by Vladimir N. OleynikGlenn L McGrath
2003-02-10Fix compile error, last_patch82 by Vladimir N. OleynikGlenn L McGrath
2003-02-10Fix compile error, last_patch81 by Vladimir N. OleynikGlenn L McGrath
2003-02-10udhcpc is supposed to be in /sbin, not /usr/sbin/Eric Andersen
2003-02-09Fix compiler warnings, patch by Steven ScholzGlenn L McGrath
2003-02-09Woops, my gunzip fix broke unzip, these cant be staticGlenn L McGrath
2003-02-09Minor update to arping, patch from Nick FedchikGlenn L McGrath
2003-02-09New applet, inetd, make httpd features more configurable, update authors, ↵Glenn L McGrath
last_patch_80 from Vladimir N. Oleynik
2003-02-09Dont die if logging remotely fails, patch by Joshua JacksonGlenn L McGrath
2003-02-09Specify install path, patch by Nick FedchikGlenn L McGrath
2003-02-09Moved to libunarchive/unzip.cGlenn L McGrath
2003-02-09Fix endian probelm on PPC, i had different types for an extern variable.Glenn L McGrath
2003-02-08Patch from mathuria, compatability with solarisGlenn L McGrath
2003-02-08Patch from Joshua Jackson, make md5 the default hash algorithmGlenn L McGrath
2003-02-08Rewrite by Manuel Novoa III, very compact implimentation.Glenn L McGrath
2003-02-08Patch from Nick Fedchik, CONFIG_SYSLOGD should determine getty'sGlenn L McGrath
behaviour.
2003-02-05Mention penguruEric Andersen
2003-02-03Fix a couple more ifupdown bugsEric Andersen
2003-01-28Fix long standing bug with old gnu tar files, add a check so tar willGlenn L McGrath
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.