aboutsummaryrefslogtreecommitdiff
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* general warning cleanupoldNguyễn Thái Ngọc Duy2009-05-102-2/+14
* Introduce FEATURE_CYGWIN_TTYNguyễn Thái Ngọc Duy2009-05-101-0/+3
* introduce libbb/termios.c for terminal-related functionsNguyễn Thái Ngọc Duy2009-05-091-0/+109
* libbb/strbuf_file: stdio emulation layer for handling with Winsock handlesNguyễn Thái Ngọc Duy2009-04-281-0/+69
* run-command: rework interface to pass program path directlyNguyễn Thái Ngọc Duy2009-04-231-0/+3
* redefine CONFIG_BUSYBOX_EXEC_PATH to get full pathNguyễn Thái Ngọc Duy2009-04-232-0/+3
* adapt it to be buildableNguyễn Thái Ngọc Duy2009-04-233-6/+47
* update imported git files to adapt to new environmentNguyễn Thái Ngọc Duy2009-04-231-1/+16
* mingw.c: general cleanup and new missing functionsNguyễn Thái Ngọc Duy2009-04-231-8/+9
* mingw.c: make fopen support /dev/null (needed for cmp iirc)Nguyễn Thái Ngọc Duy2009-04-231-0/+3
* mingw_spawnve(): transfer O_APPEND attribute to child processesNguyễn Thái Ngọc Duy2009-04-231-0/+9
* import (unchanged) git files from e56b799d6ad8afba4168fffa7218d44c041a72d2Nguyễn Thái Ngọc Duy2009-04-236-0/+1107
* delete tons of extra #includesvda2007-05-311-1/+1
* use "glibc errno" trick not only for ash, but for entire busyboxvda2007-05-311-0/+8
* whitespace fixesvda2007-05-302-6/+6
* xpipe: introduce (saves ~170 bytes)vda2007-05-261-1/+1
* hush: fix handling of unmatched ${name (without closing '}') -vda2007-05-241-0/+1
* cttyhack: new applet.vda2007-05-181-0/+1
* fix trivial compile errors found by randomconfig runvda2007-05-171-0/+6
* netstat: introduce -W: wide, ipv6-friendly outputvda2007-05-151-12/+14
* cryptpw: new applet (a bit less than 3k added)vda2007-05-083-0/+10
* fix -Werror compilevda2007-05-041-1/+5
* ash,kill: use common code for kill applet/builtinvda2007-04-291-0/+1
* hush: fix nofork + ctrl-Z clobbering of globalsvda2007-04-281-2/+12
* procps: remove all global variablesvda2007-04-191-2/+2
* ps: add -o tty and -o rss supportvda2007-04-191-6/+11
* style fixes, no code changesvda2007-04-161-1/+2
* deluser: add optional support for removing users from groupsvda2007-04-151-2/+3
* hush: use NOFORK applets as appropriate. Net reduction of code size.vda2007-04-141-32/+32
* teach find_root_device to deal with /dev/ subdirsvda2007-04-131-0/+1
* style fixesvda2007-04-132-11/+11
* find: add support for -delete, -path (by Natanael Copa)vda2007-04-131-0/+4
* login: remove setpgrp call (makes it work from shell prompt again).vda2007-04-121-3/+3
* - add xsendto and use where appropriate; shrink iplink; sanitize libiproute a...aldot2007-04-121-0/+2
* bb_full_fd_action: remove potential xmalloc from NOFORK pathvda2007-04-111-0/+2
* rename: run_applet_by_name -> run_applet_and_exitvda2007-04-111-1/+1
* fix typo in commentvda2007-04-111-2/+2
* add more convenient defines for [NO]MMU:vda2007-04-112-7/+15
* Rename two config options:vda2007-04-103-5/+6
* make compressed help code NOMMU- and NOFORK-friendly -vda2007-04-102-2/+8
* make a few struct bb_applet members conditionalvda2007-04-103-20/+30
* - forgot this hunk that corrects the usage text of ipaldot2007-04-101-3/+15
* - add ATTRIBUTE_DEPRECATED for functions that should be removed in the future.aldot2007-04-101-0/+2
* audit small applets and mark some of them as NOFORK.vda2007-04-101-19/+19
* - very minor shrinkage (-3b)aldot2007-04-101-1/+1
* - add prototype for str_tolower()aldot2007-04-101-0/+2
* make xfunctions optionally longjump instead of exit.vda2007-04-092-1/+2
* factor out NOFORK/NOEXEC code from find. Use it for xargs too.vda2007-04-091-15/+20
* xargs: shrink code, ~80 bytesvda2007-04-091-2/+3
* Implement first instance of NOFORK applet - echovda2007-04-091-1/+6