aboutsummaryrefslogtreecommitdiff
path: root/libbb (follow)
Commit message (Expand)AuthorAgeFilesLines
* build system: small fix for "release" target to workvda2006-12-121-0/+4
* bb_makedev: fix for glibc 2.3.2vda2006-12-101-0/+1
* - cosmetic change to avoid warnings about eventual padding/packing.aldot2006-12-041-9/+9
* sed: improve handling of NULsvda2006-12-021-5/+5
* passwd: made smaller by ~130 bytes. size can go negativevda2006-12-011-35/+33
* passwd: small size optimization. salt generation improvedvda2006-11-301-1/+0
* passwd: rework:vda2006-11-303-13/+13
* cut 0.5k off mkfs.minixvda2006-11-292-9/+11
* fix bug in new str -> num convertorsvda2006-11-281-4/+12
* erase_mtab: do not limit ourself to 40 mtab entriesvda2006-11-271-32/+21
* style cleanup: return(a) -> return a, part 2vda2006-11-273-10/+10
* style cleanup: return(a) -> return a, part 1vda2006-11-272-4/+4
* svn add bb_strtonum.c :(vda2006-11-271-0/+147
* safe_strtoXX interface proved to be a bit unconvenient.vda2006-11-275-181/+13
* Closing bug 730. libbb run_parts is using scandir (a GNUism),vda2006-11-262-120/+0
* small fixes:vda2006-11-261-11/+19
* tee: fix bug: argv[-1] is a no-no!vda2006-11-252-19/+32
* small improvements in str -> num convertorsvda2006-11-251-3/+13
* regularize str -> num convertorsvda2006-11-254-237/+267
* small optimizationvda2006-11-241-4/+3
* tar: fix multiple -t and/or -v options handling.vda2006-11-241-8/+7
* tar: sanitize option handlingvda2006-11-244-90/+88
* tar: fix and sanitize handling of long filenames/linknamesvda2006-11-241-0/+1
* hunt down improper include <>, make mkswap output 4Gb+ friendlyvda2006-11-243-5/+3
* svn add makedev.c. Forgot as usual... :(vda2006-11-241-0/+19
* tar: small fixes:vda2006-11-241-15/+19
* tar: cache [ug]id->username/groupname mappings. Cuts down amountvda2006-11-241-18/+48
* tar: cry murder and bail out if file shrinks under us while we tar it upvda2006-11-241-2/+1
* glibc makedev() is a large inline. Save 700+ bytes by wrapping itvda2006-11-241-32/+90
* tar:vda2006-11-241-1/+0
* introduce setsockopt_reuseaddr(int fd), setsockopt_broadcast(int fd),vda2006-11-221-2/+11
* fix double mergevda2006-11-221-76/+0
* telnetd: move generic stuff into libbb. It will make it easyvda2006-11-221-0/+152
* telnetd: we were having telnetd with is ONLY inetd or ONLY standalone.vda2006-11-221-0/+12
* xgethostbyname: more readablevda2006-11-211-5/+2
* bb_INET_default[] is really just a const "default",vda2006-11-212-19/+21
* rodata cleanup. "unable to" == "cannot". -300 bytesvda2006-11-184-13/+13
* svlogd: new applet. +9k. Still too big, but it was 12k yesterday.vda2006-11-161-0/+10
* wget: fix error message.vda2006-11-101-4/+1
* rename: compare_string_array -> index_in_str_arrayvda2006-11-051-4/+20
* smart_ulltoa5: make available in libbbvda2006-11-051-6/+54
* replace /proc scanning code by more versatile one.vda2006-11-052-93/+174
* top: improve CPU% calculationvda2006-11-051-7/+0
* Unneeded code removed, usused field "unsigned pscpu" removedvda2006-11-011-4/+4
* PID should be stored in pid_t, not int or long.vda2006-11-012-15/+13
* #if CONFIG_xxx -> #if ENABLE_xxxvda2006-11-011-11/+3
* reads: fix bug 1078vda2006-10-311-1/+2
* login: re-enable Ctrl-^C before execing shell.vda2006-10-312-77/+55
* dd: fix bugs: always assumed conv=sync, died on write errorsvda2006-10-311-1/+1
* find: a lot more compliant to 'standard' findvda2006-10-291-1/+8