aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-04-13sourse_route_list -> source_route_listDenis Vlasenko
2007-04-13make xsocket die with address family printed (if VERBOSE_RESOLUTION_ERRORS=y)Denis Vlasenko
2007-04-13hush: more style fixes.Denis Vlasenko
2007-04-13hush: comment out and replace bug in set_local_var:Denis Vlasenko
2007-04-13shell/: add SUSv3 doc for fast & easy referenceDenis Vlasenko
2007-04-13fix typo in commentDenis Vlasenko
2007-04-13find: add support for -delete, -path (by Natanael Copa)Denis Vlasenko
2007-04-12sed: fix escaped newlines in -f; fix multiple -f and -eDenis Vlasenko
2007-04-12login: fixing my brainfart: xspawn(t_argv) <- was using argv!Denis Vlasenko
2007-04-12make sure we free the grep data as wellMike Frysinger
2007-04-12lash: "forking" applets are actually can be treated the same way as "non-fork...Denis Vlasenko
2007-04-12fix realloc-of-non-malloced pointer, and reduce size while at itDenis Vlasenko
2007-04-12login: remove setpgrp call (makes it work from shell prompt again).Denis Vlasenko
2007-04-12pass a copy of argv[i] to NOFORK applets (they may permute it etc).Denis Vlasenko
2007-04-12- shrink iproute a bit (-200 bytes). UntestedBernhard Reutner-Fischer
2007-04-12- add xsendto and use where appropriate; shrink iplink; sanitize libiproute a...Bernhard Reutner-Fischer
2007-04-12style fixes. No code changesDenis Vlasenko
2007-04-11bb_full_fd_action: remove potential xmalloc from NOFORK pathDenis Vlasenko
2007-04-11ash: fix kill -l (by Mats Erik Andersson <mats.andersson64@comhem.se>)Denis Vlasenko
2007-04-11fix typo in docDenis Vlasenko
2007-04-11style fixes, no code changes.Denis Vlasenko
2007-04-11rename: run_applet_by_name -> run_applet_and_exitDenis Vlasenko
2007-04-11- set the scope properly. Thanks to Jean Wolter, who wrote:Bernhard Reutner-Fischer
2007-04-11Add NOFORK/NOEXEC documentation.Denis Vlasenko
2007-04-11fix typo in commentDenis Vlasenko
2007-04-11fix misplaced #ifDenis Vlasenko
2007-04-11add more convenient defines for [NO]MMU:Denis Vlasenko
2007-04-10random NOMMU fixes. compressed --help really does work for NOMMU! /me happyDenis Vlasenko
2007-04-10Rename two config options:Denis Vlasenko
2007-04-10xargs: fix my brain fart (resulted in memory leak)Denis Vlasenko
2007-04-10make compressed help code NOMMU- and NOFORK-friendly -Denis Vlasenko
2007-04-10make a few struct bb_applet members conditionalDenis Vlasenko
2007-04-10- mv ip*_main into ip.c; use a dispatcher to save on needless duplication.Bernhard Reutner-Fischer
2007-04-10- use enum for the OPs as suggested by vda. No obj-code changes.Bernhard Reutner-Fischer
2007-04-10- forgot this hunk that corrects the usage text of ipBernhard Reutner-Fischer
2007-04-10- rewrite the ip applet to be less bloatyBernhard Reutner-Fischer
2007-04-10- add ATTRIBUTE_DEPRECATED for functions that should be removed in the future.Bernhard Reutner-Fischer
2007-04-10one-liner: fix indentationDenis Vlasenko
2007-04-10bunzip2: big style cleanup. No code changes apart from one s/write/safe_write/Denis Vlasenko
2007-04-10echo: fix regression ("echo" with no arguments didn't print newline.Denis Vlasenko
2007-04-10audit small applets and mark some of them as NOFORK.Denis Vlasenko
2007-04-10style fixes. No code changes.Denis Vlasenko
2007-04-10- very minor shrinkage (-3b)Bernhard Reutner-Fischer
2007-04-10- use skip_non_whitespace() where appropriateBernhard Reutner-Fischer
2007-04-10- add prototype for str_tolower()Bernhard Reutner-Fischer
2007-04-10- add libbb function str_tolower to convert a string to lowercase.Bernhard Reutner-Fischer
2007-04-09make xfunctions optionally longjump instead of exit.Denis Vlasenko
2007-04-09factor out NOFORK/NOEXEC code from find. Use it for xargs too.Denis Vlasenko
2007-04-09xargs: shrink code, ~80 bytesDenis Vlasenko
2007-04-09wait4pid: if passed with pid < 0, do not set errno - it is already set by exec!Denis Vlasenko