2007-09-27 |
vda | remove stray '/*' within comment |
blob | commitdiff |
2007-09-27 |
vda | introduce bb_putchar(). saves ~1800 on uclibc (less... |
blob | commitdiff | diff to current |
2007-09-27 |
vda | introduce safe_poll (fixes a problem in top) |
blob | commitdiff | diff to current |
2007-09-25 |
vda | documentation bits in comments, no code changes |
blob | commitdiff | diff to current |
2007-09-24 |
vda | *: kill bb_get_last_path_component, replace with two... |
blob | commitdiff | diff to current |
2007-09-10 |
vda | setup_environment: code shrink |
blob | commitdiff | diff to current |
2007-09-08 |
vda | top: TOPMEM feature - 's(how sizes)' command. +2.5k... |
blob | commitdiff | diff to current |
2007-09-05 |
vda | busybox --install -s: prevent puzzling "/bin/busybox... |
blob | commitdiff | diff to current |
2007-09-04 |
vda | tar: conditionally don't wait for vforked child to... |
blob | commitdiff | diff to current |
2007-08-29 |
vda | vsz and rss are unsigned longs (ulong ~= width of void* => |
blob | commitdiff | diff to current |
2007-08-28 |
vda | top: use poll instead of select for waiting on one... |
blob | commitdiff | diff to current |
2007-08-26 |
vda | ps: fix RSS parsing (rss field in /proc/PID/stat is... |
blob | commitdiff | diff to current |
2007-08-19 |
vda | libbb,crond,lash: fix getopt32 (don't know how it manag... |
blob | commitdiff | diff to current |
2007-08-18 |
vda | make standalone httpd work on NOMMU machines |
blob | commitdiff | diff to current |
2007-08-18 |
vda | introduce and use xdup2(int, int) |
blob | commitdiff | diff to current |
2007-08-17 |
vda | httpd shring and logging update, part 1 or 7 |
blob | commitdiff | diff to current |
2007-08-16 |
vda | add comments regarding SO_REUSEADDR |
blob | commitdiff | diff to current |
2007-08-16 |
vda | Comment out "#include <strings.h>" everywhere |
blob | commitdiff | diff to current |
2007-08-15 |
vda | v[hp]error_msg have 2-3 callsites only -> incorporate... |
blob | commitdiff | diff to current |
2007-08-15 |
vda | if pidfile turned out to be !regular file, do not unlin... |
blob | commitdiff | diff to current |
2007-08-14 |
vda | trylink: automatically use custom link script if user... |
blob | commitdiff | diff to current |
2007-08-13 |
vda | s/#ifdef CONFIG_/#if ENABLE_/g |
blob | commitdiff | diff to current |
2007-08-09 |
vda | ls,ps,watch: measure terminal width on fd 0, not 1 |
blob | commitdiff | diff to current |
2007-08-03 |
vda | mount: print errno on NFS error (again) |
blob | commitdiff | diff to current |
2007-08-02 |
vda | udhcp: slight shrink |
blob | commitdiff | diff to current |
2007-08-02 |
vda | start_stop_daemon: NOMMU fixes, round 2 by Alex Landau... |
blob | commitdiff | diff to current |
2007-07-31 |
vda | start_stop_daemon: NOMMU fix; smaller fixes |
blob | commitdiff | diff to current |
2007-07-27 |
vda | fix for suffix optimization (which was in previous... |
blob | commitdiff | diff to current |
2007-07-27 |
vda | multiplier suffixes are short, store them directly... |
blob | commitdiff | diff to current |
2007-07-27 |
vda | passwd: fix bug: we are trying to update shadow even... |
blob | commitdiff | diff to current |
2007-07-27 |
vda | bb_getpwuid, bb_getgrgid: change order of arguments... |
blob | commitdiff | diff to current |
2007-07-24 |
vda | Replace index_in_[sub]str_array with index_in_[sub... |
blob | commitdiff | diff to current |
2007-07-23 |
vda | rework long option handling. saves ~1.2k |
blob | commitdiff | diff to current |
2007-07-21 |
vda | libbb: nuke BB_GETOPT_ERROR, always die if there are... |
blob | commitdiff | diff to current |
2007-07-20 |
vda | chpasswd: new applet by Alexander Shishkin <virtuoso... |
blob | commitdiff | diff to current |
2007-07-14 |
vda | xioctl and friends by Tito <farmatito@tiscali.it> |
blob | commitdiff | diff to current |
2007-07-05 |
vda | md5_sha1_sum: fix mishandling when run as /bin/md5sum... |
blob | commitdiff | diff to current |
2007-06-30 |
vda | top,ps: improve /proc/PID/cmdinfo reading code |
blob | commitdiff | diff to current |
2007-06-30 |
vda | introduce and use bb_basename() |
blob | commitdiff | diff to current |
2007-06-30 |
vda | killall, pidof: use argv0 for process matching too |
blob | commitdiff | diff to current |
2007-06-26 |
vda | uuencode: shrink |
blob | commitdiff | diff to current |
2007-06-25 |
vda | Consolidate ARRAY_SIZE macro; remove one unneeded globa... |
blob | commitdiff | diff to current |
2007-06-21 |
vda | test: shrink a bit |
blob | commitdiff | diff to current |
2007-06-19 |
vda | top,ps: 'stringify' tty only when needed. -60 bytes. |
blob | commitdiff | diff to current |
2007-06-19 |
vda | networking/interface.c: reduce bss usage |
blob | commitdiff | diff to current |
2007-06-17 |
vda | wget: use monotonic_sec instead of gettimeofday |
blob | commitdiff | diff to current |
2007-06-17 |
vda | hwclock: size optimizations |
blob | commitdiff | diff to current |
2007-06-13 |
vda | *: BB_BANNER -> bb_banner (it is not a const or #define)! |
blob | commitdiff | diff to current |
2007-06-13 |
vda | hush: fix read builtin to not read ahead past eol and... |
blob | commitdiff | diff to current |
2007-06-12 |
vda | remove nearly-duplicate PATHs in several places |
blob | commitdiff | diff to current |
2007-06-12 |
vda | login: make /etc/nologin support configurable. -240... |
blob | commitdiff | diff to current |
2007-06-12 |
vda | diff: shrink code (-85 bytes): |
blob | commitdiff | diff to current |
2007-06-12 |
vda | A few more string duplicates found & eliminated |
blob | commitdiff | diff to current |
2007-06-08 |
vda | make busybox --install work even if /proc/self/exe... |
blob | commitdiff | diff to current |
2007-06-06 |
vda | ps: fix -Z (by Yuichi Nakamura <ynakam@hitachisoft... |
blob | commitdiff | diff to current |
2007-06-05 |
vda | nc: make connecting to IPv4 from IPv6-enabled hosts... |
blob | commitdiff | diff to current |
2007-06-04 |
vda | Audit bb_common_bufsiz usage, add script which looks... |
blob | commitdiff | diff to current |
2007-05-31 |
vda | use "glibc errno" trick not only for ash, but for entir... |
blob | commitdiff | diff to current |
2007-05-30 |
vda | whitespace fixes |
blob | commitdiff | diff to current |
2007-05-26 |
vda | xpipe: introduce (saves ~170 bytes) |
blob | commitdiff | diff to current |
2007-05-24 |
vda | hush: fix handling of unmatched ${name (without closin... |
blob | commitdiff | diff to current |
2007-05-08 |
vda | cryptpw: new applet (a bit less than 3k added) |
blob | commitdiff | diff to current |
2007-04-29 |
vda | ash,kill: use common code for kill applet/builtin |
blob | commitdiff | diff to current |
2007-04-28 |
vda | hush: fix nofork + ctrl-Z clobbering of globals |
blob | commitdiff | diff to current |
2007-04-19 |
vda | procps: remove all global variables |
blob | commitdiff | diff to current |
2007-04-19 |
vda | ps: add -o tty and -o rss support |
blob | commitdiff | diff to current |
2007-04-14 |
vda | hush: use NOFORK applets as appropriate. Net reduction... |
blob | commitdiff | diff to current |
2007-04-13 |
vda | teach find_root_device to deal with /dev/ subdirs |
blob | commitdiff | diff to current |
2007-04-12 |
aldot | - add xsendto and use where appropriate; shrink iplink... |
blob | commitdiff | diff to current |
2007-04-11 |
vda | bb_full_fd_action: remove potential xmalloc from NOFORK... |
blob | commitdiff | diff to current |
2007-04-11 |
vda | rename: run_applet_by_name -> run_applet_and_exit |
blob | commitdiff | diff to current |
2007-04-11 |
vda | add more convenient defines for [NO]MMU: |
blob | commitdiff | diff to current |
2007-04-10 |
vda | Rename two config options: |
blob | commitdiff | diff to current |
2007-04-10 |
vda | make compressed help code NOMMU- and NOFORK-friendly - |
blob | commitdiff | diff to current |
2007-04-10 |
vda | make a few struct bb_applet members conditional |
blob | commitdiff | diff to current |
2007-04-10 |
aldot | - very minor shrinkage (-3b) |
blob | commitdiff | diff to current |
2007-04-10 |
aldot | - add prototype for str_tolower() |
blob | commitdiff | diff to current |
2007-04-09 |
vda | make xfunctions optionally longjump instead of exit. |
blob | commitdiff | diff to current |
2007-04-09 |
vda | factor out NOFORK/NOEXEC code from find. Use it for... |
blob | commitdiff | diff to current |
2007-04-09 |
vda | Improve STANDALONE_SHELL. "safe" applets are renamed... |
blob | commitdiff | diff to current |
2007-04-09 |
vda | merge busybox.c into applets.c |
blob | commitdiff | diff to current |
2007-04-08 |
vda | getopt32: fix llist_t options ordering. llist_rev is... |
blob | commitdiff | diff to current |
2007-04-08 |
vda | find: fix handling of -prune |
blob | commitdiff | diff to current |
2007-04-07 |
vda | random small shrinkage and elimination of statics |
blob | commitdiff | diff to current |
2007-04-05 |
vda | [u]mount: extend -t option (Roy Marples <uberlord@gento... |
blob | commitdiff | diff to current |
2007-04-05 |
vda | libbb: add xunlink() |
blob | commitdiff | diff to current |
2007-04-05 |
vda | nc: port nc 1.10 to busybox |
blob | commitdiff | diff to current |
2007-04-03 |
vda | udpsvd: more work on it. works in limited testing. |
blob | commitdiff | diff to current |
2007-04-02 |
vda | test: comment out unused code |
blob | commitdiff | diff to current |
2007-04-01 |
vda | tcpsvd: new applet |
blob | commitdiff | diff to current |
2007-03-29 |
aldot | - fold recurse, depthFirst and dereference params into... |
blob | commitdiff | diff to current |
2007-03-27 |
vda | make pidfile writing configurable. |
blob | commitdiff | diff to current |
2007-03-26 |
vda | zcip: make it work on NOMMU (+ improve NOMMU support... |
blob | commitdiff | diff to current |
2007-03-26 |
vda | Attempt to get more applets compile for NOMMU. |
blob | commitdiff | diff to current |
2007-03-26 |
vda | libbb: rework NOMMU helper API so that it makes more... |
blob | commitdiff | diff to current |
2007-03-25 |
vda | add NOMMU fixme's; move move_fd from runit_lib to libbb... |
blob | commitdiff | diff to current |
2007-03-24 |
vda | #ifdef out re_execed on MMU machines |
blob | commitdiff | diff to current |
2007-03-24 |
vda | NOMMU re-exec trick shuld not depend on existence of... |
blob | commitdiff | diff to current |
2007-03-20 |
vda | fix accumulated whitespace and indentation damage |
blob | commitdiff | diff to current |
2007-03-18 |
vda | include <stddef.h> so that ptrdiff_t is again available |
blob | commitdiff | diff to current |
next |