platform/upstream/busybox.git
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...
2007-04-11 Denis Vlasenkoash: fix kill -l (by Mats Erik Andersson <mats.andersso...
2007-04-11 Denis Vlasenkofix typo in doc
2007-04-11 Denis Vlasenkostyle fixes, no code changes.
2007-04-11 Denis Vlasenkorename: run_applet_by_name -> run_applet_and_exit
2007-04-11 Bernhard Reutner... - set the scope properly. Thanks to Jean Wolter, who...
2007-04-11 Denis VlasenkoAdd NOFORK/NOEXEC documentation.
2007-04-11 Denis Vlasenkofix typo in comment
2007-04-11 Denis Vlasenkofix misplaced #if
2007-04-11 Denis Vlasenkoadd more convenient defines for [NO]MMU:
2007-04-10 Denis Vlasenkorandom NOMMU fixes. compressed --help really does work...
2007-04-10 Denis VlasenkoRename two config options:
2007-04-10 Denis Vlasenkoxargs: fix my brain fart (resulted in memory leak)
2007-04-10 Denis Vlasenkomake compressed help code NOMMU- and NOFORK-friendly -
2007-04-10 Denis Vlasenkomake a few struct bb_applet members conditional
2007-04-10 Bernhard Reutner... - mv ip*_main into ip.c; use a dispatcher to save on...
2007-04-10 Bernhard Reutner... - use enum for the OPs as suggested by vda. No obj...
2007-04-10 Bernhard Reutner... - forgot this hunk that corrects the usage text of ip
2007-04-10 Bernhard Reutner... - rewrite the ip applet to be less bloaty
2007-04-10 Bernhard Reutner... - add ATTRIBUTE_DEPRECATED for functions that should...
2007-04-10 Denis Vlasenkoone-liner: fix indentation
2007-04-10 Denis Vlasenkobunzip2: big style cleanup. No code changes apart from...
2007-04-10 Denis Vlasenkoecho: fix regression ("echo" with no arguments didn...
2007-04-10 Denis Vlasenkoaudit small applets and mark some of them as NOFORK.
2007-04-10 Denis Vlasenkostyle fixes. No code changes.
2007-04-10 Bernhard Reutner... - very minor shrinkage (-3b)
2007-04-10 Bernhard Reutner... - use skip_non_whitespace() where appropriate
2007-04-10 Bernhard Reutner... - add prototype for str_tolower()
2007-04-10 Bernhard Reutner... - add libbb function str_tolower to convert a string...
2007-04-09 Denis Vlasenkomake xfunctions optionally longjump instead of exit.
2007-04-09 Denis Vlasenkofactor out NOFORK/NOEXEC code from find. Use it for...
2007-04-09 Denis Vlasenkoxargs: shrink code, ~80 bytes
2007-04-09 Denis Vlasenkowait4pid: if passed with pid < 0, do not set errno...
next