aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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.
2003-01-27Don't wipe the config system on 'make clean'Eric Andersen
2003-01-27This seems sufficient for ifup and ifdown to actually workEric Andersen
as advertised. Works for me (at least with glibc)
2003-01-23Fix a silly compile error, thanks to a patch from Wen-chien Jesse SungEric Andersen
2003-01-23Patch from Brett Hunt at micron.com to fixup potential segfaultsEric Andersen
during 'make menuconfig'
2003-01-23Patch from Jason McMullan @ linuxcare.com adding insmodEric Andersen
support for s390 systems.
2003-01-23A patch from John F. Kelly to add in a utility for configuringEric Andersen
vlan under linux, derived from Ben Greear's VLAN "vconfig" tool.
2003-01-23Apply patch from Ghozlane Toumi to add -inum support to find.Eric Andersen
Apply patch from Ghozlane Toumi to make find smaller by combining similar error messages Forward port find -newer support from busybox stable that was missing from unstable. -Erik. Fixup usage messages for find. -Erik
2003-01-23Patch from Artem Egorkine to support the -m optionEric Andersen
2003-01-23Patch from Joel Vallier to add modules symbols to the kernel symbolEric Andersen
table in order to obtain better debug output from ksymoops.
2003-01-22Patch from Basitan Blank to fix nasty bugGlenn L McGrath
2003-01-22Fix a typo that broke it so busybox won't buildEric Andersen
2003-01-21merge fixes with udhcpRuss Dill
2003-01-21Login prompt function, part of waldi's telnetd from inetd patchGlenn L McGrath
2003-01-21run telnet from inetd, present login prompt if login is configured,Glenn L McGrath
patch from Bastian Blank