oweals/busybox.git
2007-05-09 Denis Vlasenkomount: fix incorrect usage of strtok (inadvertently...
2007-05-09 Denis Vlasenkoless: fix case when regex search finds nothing
2007-05-09 Denis Vlasenkotftp: explain "block# 0" codepath; report our decision...
2007-05-08 Denis Vlasenkocryptpw: forgot svn add... how typical of me :(
2007-05-08 Denis Vlasenkotftp: code diet, and I think retransmits were broken.
2007-05-08 Denis Vlasenkocryptpw: new applet (a bit less than 3k added)
2007-05-08 Denis Vlasenkotail: fix SEGV on "tail -N"
2007-05-06 Denis Vlasenkokill: improve comment
2007-05-06 Denis Vlasenkokill: fix recent breakage of vda, also make code smalle...
2007-05-06 Denis Vlasenkohush: fix double-free in "echo TEST &"
2007-05-06 Denis Vlasenkosvlogd: fix 'SEGV on uninitialized data' and make it...
2007-05-05 Denis Vlasenkohush: stop generating extra empty pipes in parse stage.
2007-05-05 Denis Vlasenkohush: preparatory patch for removing extra empty pipes...
2007-05-04 Denis Vlasenkofix -Werror compile
2007-05-04 Denis Vlasenkohush: fix "while true; do true; done" + ctrl-z
2007-05-04 Denis Vlasenkoapplets: fix compile-time warning
2007-05-04 Denis Vlasenkohush: add parse tree debug print
2007-05-03 Denis Vlasenkoudhcpc: stop deleting our own pidfile if we daemonize.
2007-05-03 Denis Vlasenkoawk: guard against empty environment
2007-05-03 Denis Vlasenkohush: fix "true | exit 3; echo $?" bug
2007-05-02 Denis Vlasenkohush: remove env builtin (it is buggy). Add comments
2007-05-02 Denis Vlasenkofix suid config handling
2007-05-02 Denis Vlasenkoifupdown: small optimization (avoid doing useless work...
2007-05-02 Mike Frysingerallow people to stick custom things into Makefile.local...
2007-05-02 Denis Vlasenkoifupdown: mke it possible to use DHCP clients different...
2007-05-02 Denis Vlasenkohush: simplify debugging prints a little bit
2007-05-02 Denis Vlasenkoklogd: remove dependency on syslogd
2007-05-02 Denis Vlasenkoifupdown: reread state file before rewriting it.
2007-05-02 Denis Vlasenkohush: add debugging for tracing execution,
2007-05-02 Denis Vlasenkohush: fix incorrect exitcodes without job control
2007-05-01 Denis Vlasenkotest: code size saving, no logic changes
2007-04-29 Denis Vlasenkoash,kill: use common code for kill applet/builtin
2007-04-29 Denis Vlasenkorun_parts: do not check path portion of a name for...
2007-04-28 Denis Vlasenkoash: fix infinite loop on exit if tty is not there...
2007-04-28 Denis Vlasenkohush: make job control and interactiveness configurable...
2007-04-28 Denis Vlasenkohush: make job control and interactiveness configurable...
2007-04-28 Denis Vlasenkohush: make hush properly detect EOF on stdin (even...
2007-04-28 Denis Vlasenkohush: add Ctrl-C handling to nofork case
2007-04-28 Denis Vlasenkohush: better signal handling across ctrl-z
2007-04-28 Denis Vlasenkohush: fix nofork + ctrl-Z clobbering of globals
2007-04-28 Denis Vlasenkohush: add ctrl-Z handling for nofork'ed case
2007-04-21 Denis Vlasenkofind_root_device: use lstat - don't follow links
2007-04-21 Denis Vlasenkohush: make Ctrl-Z work (at least sometimes)
2007-04-21 Denis Vlasenkohust: add a comment
2007-04-21 Denis Vlasenkohush: fix more backgrounding bugs. Plenty of them remai...
2007-04-21 Denis Vlasenkohush: explain why "pipe; exit $?" doesn't show correct...
2007-04-21 Denis Vlasenkohush: do not print message if killed by signal;
2007-04-21 Denis Vlasenkohush: begin fixing non-functional job control
2007-04-20 Denis Vlasenkohush: small code shrink; style fixes
2007-04-19 Denis Vlasenkodd: NOEXEC fix
2007-04-19 Denis Vlasenkodd: fix skip= parse error (spotted by Dirk Clemens...
2007-04-19 Denis Vlasenkostty: fix option parsing bug (spotted by Sascha Hauer...
2007-04-19 Denis Vlasenkodoc: add README on shell job control
2007-04-19 Denis Vlasenkoprocps: remove all global variables
2007-04-19 Denis Vlasenkops: add -o tty and -o rss support
2007-04-19 Denis Vlasenkoloop device code: readability improvement
2007-04-18 Denis Vlasenkoswitch_root: error_msg -> perror_msg, reduce by 22...
2007-04-18 Denis Vlasenko"Unify base64 handling" is done, remove TODO
2007-04-18 Denis Vlasenkomake "busybox" w/o args work again, and save 10 bytes...
2007-04-18 Denis Vlasenkohush: remove stray semicolon (should change nothing)
2007-04-16 Denis Vlasenkoether-wake: save a few more bytes of code
2007-04-16 Denis Vlasenkoether-wake: close bug 1317. Reorder fuctions to avoid
2007-04-16 Denis Vlasenkoshells: remove few statics and duplicated code
2007-04-16 Denis Vlasenkostyle fixes, no code changes
2007-04-16 Denis Vlasenkoapplet.c: ruid is needed only if FEATURE_SUID=y
2007-04-16 Bernhard Reutner... - we unconditionally need ruid. Fixes build error in...
2007-04-16 Bernhard Reutner... - fix compilation when ENABLE_FEATURE_IP_RULE was off
2007-04-16 Bernhard Reutner... - fix compilation if ENABLE_FEATURE_DD_IBS_OBS is off
2007-04-15 Denis Vlasenkolineedit: state->hist_file doesn't exist if !FEATURE_ED...
2007-04-15 Denis Vlasenkodoc: fix code example which may provoke warning
2007-04-15 Denis Vlasenkoe2fsprogs: stop using statics in chattr. Minor code...
2007-04-15 Denis Vlasenkodeluser: add optional support for removing users from...
2007-04-15 Denis Vlasenkoupdate style-guide.txt
2007-04-15 Denis Vlasenkoxargs: simplify word list management
2007-04-14 Denis Vlasenkomsh: style fixes
2007-04-14 Denis Vlasenkolineedit: nuke two unused variables and code which...
2007-04-14 Denis Vlasenkolash: recognize and use NOFORK applets
2007-04-14 Denis Vlasenkolineedit: do not try to open NULL history file
2007-04-14 Denis Vlasenkohush: use NOFORK applets as appropriate. Net reduction...
2007-04-13 Denis Vlasenkoteach find_root_device to deal with /dev/ subdirs
2007-04-13 Denis Vlasenkodpkg: use nitfields which are a bit closer to typical...
2007-04-13 Denis Vlasenkostyle fixes
2007-04-13 Denis Vlasenkosourse_route_list -> source_route_list
2007-04-13 Denis Vlasenkomake xsocket die with address family printed (if VERBOS...
2007-04-13 Denis Vlasenkohush: more style fixes.
2007-04-13 Denis Vlasenkohush: comment out and replace bug in set_local_var:
2007-04-13 Denis Vlasenkoshell/: add SUSv3 doc for fast & easy reference
2007-04-13 Denis Vlasenkofix typo in comment
2007-04-13 Denis Vlasenkofind: add support for -delete, -path (by Natanael Copa)
2007-04-12 Denis Vlasenkosed: fix escaped newlines in -f; fix multiple -f and -e
2007-04-12 Denis Vlasenkologin: fixing my brainfart: xspawn(t_argv) <- was using...
2007-04-12 Mike Frysingermake sure we free the grep data as well
2007-04-12 Denis Vlasenkolash: "forking" applets are actually can be treated...
2007-04-12 Denis Vlasenkofix realloc-of-non-malloced pointer, and reduce size...
2007-04-12 Denis Vlasenkologin: remove setpgrp call (makes it work from shell...
2007-04-12 Denis Vlasenkopass a copy of argv[i] to NOFORK applets (they may...
2007-04-12 Bernhard Reutner... - shrink iproute a bit (-200 bytes). Untested
2007-04-12 Bernhard Reutner... - add xsendto and use where appropriate; shrink iplink...
2007-04-12 Denis Vlasenkostyle fixes. No code changes
2007-04-11 Denis Vlasenkobb_full_fd_action: remove potential xmalloc from NOFORK...
next