oweals/busybox.git
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...
2007-04-09 Denis VlasenkoImplement first instance of NOFORK applet - echo
2007-04-09 Denis Vlasenkobusybox: fix "<applet>: applet not found" message
2007-04-09 Denis VlasenkoImprove STANDALONE_SHELL. "safe" applets are renamed...
2007-04-09 Denis Vlasenkomsh: smallish code shrinkage; cosmetics
2007-04-09 Denis Vlasenkomerge busybox.c into applets.c
2007-04-08 Denis Vlasenkoapplets.h: de-obfuscate
2007-04-08 Denis Vlasenkoadd some missed statics on constant objects.
2007-04-08 Denis Vlasenkoadding small script, mostly for documentational purposes
2007-04-08 Denis Vlasenkogetopt32: fix llist_t options ordering. llist_rev is...
2007-04-08 Denis Vlasenkofind: fix -prune more. Add big comment about it.
2007-04-08 Denis Vlasenkofind: fix handling of -prune
2007-04-07 Denis Vlasenkobusybox.net: micro fix
2007-04-07 Denis Vlasenkobusybox.net: update "screenshot"
2007-04-07 Denis Vlasenkogetopt: use getopt32 for option parsing - inspired...
2007-04-07 Denis Vlasenkodocs: "how to add a patch"
2007-04-07 Denis Vlasenkolibiproute: audit callgraph, shortcut error paths into...
next