oweals/busybox.git
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...
2007-04-07 Denis Vlasenkoudhcp: MAC_BCAST_ADDR and blank_chaddr are in fact...
2007-04-07 Denis Vlasenkocomm: eliminate statics
2007-04-07 Denis Vlasenkorandom small shrinkage and elimination of statics
2007-04-06 Denis Vlasenkonc: code shrinkage, bugfixes. -50 bytes code size
2007-04-05 Denis Vlasenkosvn add match_fstype.c :(
2007-04-05 Denis Vlasenko[u]mount: extend -t option (Roy Marples <uberlord@gento...
2007-04-05 Denis Vlasenkodiff: fix segfault on empty dirs (Peter Korsgaard ...
2007-04-05 Denis Vlasenkolibbb: add xunlink()
2007-04-05 Mike Frysingerless intrusive export of FLTFLAGS
2007-04-05 Mike Frysingerset default FLTFLAGS for a fatty stack
2007-04-05 Denis Vlasenkofind: improve usage text (Natanael Copa <natanael.copa...
2007-04-05 Denis Vlasenkonc: missed exit() in signal handler
2007-04-05 Denis Vlasenkonc: port nc 1.10 to busybox
2007-04-05 Bernhard Reutner... - clean up addgroup, fix adding users to existing group...
2007-04-05 Bernhard Reutner... - bail out if either file does not exist
2007-04-05 Bernhard Reutner... - add -s|--spider which only checks if the file exists...
2007-04-05 Bernhard Reutner... - size and prune were mixed up
2007-04-05 Bernhard Reutner... - fix segfault in reset_ino_dev_hashtable() when *hasht...
2007-04-05 Denis Vlasenkofind: missed 'ststic' on const data
2007-04-04 Denis Vlasenkofind: un-DESKTOPize (Kai Schwenzfeier <niteblade@gmx...
2007-04-04 Bernhard Reutner... - sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]...
2007-04-04 Bernhard Reutner... - minor shrinkage
2007-04-04 Bernhard Reutner... - remove debugging output. sorry..
2007-04-04 Bernhard Reutner... - note cosmetic glitch in tail
2007-04-04 Denis Vlasenkoreword comment
2007-04-04 Bernhard Reutner... - remove bss users. Shrinkage while at it. See XXX...
2007-04-04 Bernhard Reutner... - remove some bss users.
2007-04-04 Bernhard Reutner... - remove superfluous bss user (flags) and manually...
2007-04-04 Denis VlasenkoAdd/improve comment, shorten some usage texts. No code...
2007-04-04 Denis Vlasenkoipsvd: use IP:PORT syntax for environment vars. Pros:
2007-04-03 Denis Vlasenkoipsvd: make udpsvd work similar to tcpsvd (multiple...
2007-04-03 Denis Vlasenkoipsvd: fixes and improvements after testing
2007-04-03 Denis Vlasenkoudpsvd: more work on it. works in limited testing.
next