aboutsummaryrefslogtreecommitdiff
path: root/libbb (follow)
Commit message (Expand)AuthorAgeFilesLines
* make /etc/network parsing configurable. -200 bytes when off.Denis Vlasenko2007-06-192-4/+13
* networking/interface.c: huke remaining big statics; use malloc for INET[6]_rr...Denis Vlasenko2007-06-191-57/+47
* networking/interface.c: reduce bss usageDenis Vlasenko2007-06-191-1/+1
* libbb: random hunt for staticsDenis Vlasenko2007-06-182-13/+16
* fix an obvious typo while trying to access the tv_usec memberMike Frysinger2007-06-181-1/+1
* wget: use monotonic_sec instead of gettimeofdayDenis Vlasenko2007-06-171-2/+13
* hwclock: size optimizationsDenis Vlasenko2007-06-173-0/+43
* remove obsolete commentDenis Vlasenko2007-06-161-2/+1
* find: make -size match GNU findDenis Vlasenko2007-06-161-2/+2
* - vda perfers not to use the bannerBernhard Reutner-Fischer2007-06-151-3/+2
* init: make sure fd 0,1,2 are not closed, + related optimizations.Denis Vlasenko2007-06-141-6/+6
* *: BB_BANNER -> bb_banner (it is not a const or #define)!Denis Vlasenko2007-06-132-5/+9
* hush: fix read builtin to not read ahead past eol and to not useDenis Vlasenko2007-06-131-11/+42
* remove nearly-duplicate PATHs in several placesDenis Vlasenko2007-06-122-2/+2
* login: make /etc/nologin support configurable. -240 bytes if not selected.Denis Vlasenko2007-06-121-2/+0
* diff: shrink code (-85 bytes):Denis Vlasenko2007-06-121-1/+1
* A few more string duplicates found & eliminatedDenis Vlasenko2007-06-122-6/+5
* uudecode: nuke duplicate base64_table[]. saves 65 bytesDenis Vlasenko2007-06-121-2/+3
* - use bb_msg_full_version instead of a separate string. Saves a minor 3 bytes.Bernhard Reutner-Fischer2007-06-111-2/+2
* top: add config option and code for global CPU % displayDenis Vlasenko2007-06-101-2/+9
* moved biggest stack buffers to malloc space, or made their size configurableDenis Vlasenko2007-06-102-23/+34
* login: ask passwords even for wrong usernames.Denis Vlasenko2007-06-081-3/+8
* make busybox --install work even if /proc/self/exe doesn't existDenis Vlasenko2007-06-083-4/+5
* ps: fix -Z (by Yuichi Nakamura <ynakam@hitachisoft.jp>)Denis Vlasenko2007-06-061-1/+10
* nc: make connecting to IPv4 from IPv6-enabled hosts easierDenis Vlasenko2007-06-051-12/+20
* Audit bb_common_bufsiz usage, add script which looks for misuse.Denis Vlasenko2007-06-041-1/+1
* delete tons of extra #includesDenis Vlasenko2007-05-3113-38/+4
* use "glibc errno" trick not only for ash, but for entire busyboxDenis Vlasenko2007-05-314-23/+3
* whitespace fixesDenis Vlasenko2007-05-302-2/+2
* verror_msg: don't printf(NULL)Denis Vlasenko2007-05-291-3/+8
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-264-4/+4
* xpipe: introduce (saves ~170 bytes)Denis Vlasenko2007-05-261-14/+18
* hush: fix handling of unmatched ${name (without closing '}') -Denis Vlasenko2007-05-242-4/+7
* more compile fixes from randomconfig runDenis Vlasenko2007-05-171-0/+2
* fix trivial compile errors found by randomconfig runDenis Vlasenko2007-05-171-0/+1
* cryptpw: forgot svn add... how typical of me :(Denis Vlasenko2007-05-082-5/+50
* cryptpw: new applet (a bit less than 3k added)Denis Vlasenko2007-05-082-1/+5
* fix suid config handlingDenis Vlasenko2007-05-021-2/+2
* test: code size saving, no logic changesDenis Vlasenko2007-05-011-22/+126
* hush: fix nofork + ctrl-Z clobbering of globalsDenis Vlasenko2007-04-281-12/+29
* find_root_device: use lstat - don't follow linksDenis Vlasenko2007-04-211-1/+2
* hush: begin fixing non-functional job controlDenis Vlasenko2007-04-211-2/+4
* procps: remove all global variablesDenis Vlasenko2007-04-192-2/+2
* ps: add -o tty and -o rss supportDenis Vlasenko2007-04-191-7/+23
* loop device code: readability improvementDenis Vlasenko2007-04-191-10/+14
* lineedit: state->hist_file doesn't exist if !FEATURE_EDITING_SAVEHISTORY,Denis Vlasenko2007-04-151-0/+2
* lineedit: nuke two unused variables and code which sets themDenis Vlasenko2007-04-141-9/+0
* lineedit: do not try to open NULL history fileDenis Vlasenko2007-04-141-2/+2
* hush: use NOFORK applets as appropriate. Net reduction of code size.Denis Vlasenko2007-04-141-41/+48
* teach find_root_device to deal with /dev/ subdirsDenis Vlasenko2007-04-133-15/+57