| Commit message (Expand) | Author | Age | Files | Lines |
* | Introduce FEATURE_CYGWIN_TTY | Nguyễn Thái Ngọc Duy | 2009-05-10 | 1 | -0/+3 |
* | introduce libbb/termios.c for terminal-related functions | Nguyễn Thái Ngọc Duy | 2009-05-09 | 1 | -0/+109 |
* | libbb/strbuf_file: stdio emulation layer for handling with Winsock handles | Nguyễn Thái Ngọc Duy | 2009-04-28 | 1 | -0/+69 |
* | run-command: rework interface to pass program path directly | Nguyễn Thái Ngọc Duy | 2009-04-23 | 1 | -0/+3 |
* | redefine CONFIG_BUSYBOX_EXEC_PATH to get full path | Nguyễn Thái Ngọc Duy | 2009-04-23 | 2 | -0/+3 |
* | adapt it to be buildable | Nguyễn Thái Ngọc Duy | 2009-04-23 | 3 | -6/+47 |
* | update imported git files to adapt to new environment | Nguyễn Thái Ngọc Duy | 2009-04-23 | 1 | -1/+16 |
* | mingw.c: general cleanup and new missing functions | Nguyễn Thái Ngọc Duy | 2009-04-23 | 1 | -8/+9 |
* | mingw.c: make fopen support /dev/null (needed for cmp iirc) | Nguyễn Thái Ngọc Duy | 2009-04-23 | 1 | -0/+3 |
* | mingw_spawnve(): transfer O_APPEND attribute to child processes | Nguyễn Thái Ngọc Duy | 2009-04-23 | 1 | -0/+9 |
* | import (unchanged) git files from e56b799d6ad8afba4168fffa7218d44c041a72d2 | Nguyễn Thái Ngọc Duy | 2009-04-23 | 6 | -0/+1107 |
* | delete tons of extra #includes | vda | 2007-05-31 | 1 | -1/+1 |
* | use "glibc errno" trick not only for ash, but for entire busybox | vda | 2007-05-31 | 1 | -0/+8 |
* | whitespace fixes | vda | 2007-05-30 | 2 | -6/+6 |
* | xpipe: introduce (saves ~170 bytes) | vda | 2007-05-26 | 1 | -1/+1 |
* | hush: fix handling of unmatched ${name (without closing '}') - | vda | 2007-05-24 | 1 | -0/+1 |
* | cttyhack: new applet. | vda | 2007-05-18 | 1 | -0/+1 |
* | fix trivial compile errors found by randomconfig run | vda | 2007-05-17 | 1 | -0/+6 |
* | netstat: introduce -W: wide, ipv6-friendly output | vda | 2007-05-15 | 1 | -12/+14 |
* | cryptpw: new applet (a bit less than 3k added) | vda | 2007-05-08 | 3 | -0/+10 |
* | fix -Werror compile | vda | 2007-05-04 | 1 | -1/+5 |
* | ash,kill: use common code for kill applet/builtin | vda | 2007-04-29 | 1 | -0/+1 |
* | hush: fix nofork + ctrl-Z clobbering of globals | vda | 2007-04-28 | 1 | -2/+12 |
* | procps: remove all global variables | vda | 2007-04-19 | 1 | -2/+2 |
* | ps: add -o tty and -o rss support | vda | 2007-04-19 | 1 | -6/+11 |
* | style fixes, no code changes | vda | 2007-04-16 | 1 | -1/+2 |
* | deluser: add optional support for removing users from groups | vda | 2007-04-15 | 1 | -2/+3 |
* | hush: use NOFORK applets as appropriate. Net reduction of code size. | vda | 2007-04-14 | 1 | -32/+32 |
* | teach find_root_device to deal with /dev/ subdirs | vda | 2007-04-13 | 1 | -0/+1 |
* | style fixes | vda | 2007-04-13 | 2 | -11/+11 |
* | find: add support for -delete, -path (by Natanael Copa) | vda | 2007-04-13 | 1 | -0/+4 |
* | login: remove setpgrp call (makes it work from shell prompt again). | vda | 2007-04-12 | 1 | -3/+3 |
* | - add xsendto and use where appropriate; shrink iplink; sanitize libiproute a... | aldot | 2007-04-12 | 1 | -0/+2 |
* | bb_full_fd_action: remove potential xmalloc from NOFORK path | vda | 2007-04-11 | 1 | -0/+2 |
* | rename: run_applet_by_name -> run_applet_and_exit | vda | 2007-04-11 | 1 | -1/+1 |
* | fix typo in comment | vda | 2007-04-11 | 1 | -2/+2 |
* | add more convenient defines for [NO]MMU: | vda | 2007-04-11 | 2 | -7/+15 |
* | Rename two config options: | vda | 2007-04-10 | 3 | -5/+6 |
* | make compressed help code NOMMU- and NOFORK-friendly - | vda | 2007-04-10 | 2 | -2/+8 |
* | make a few struct bb_applet members conditional | vda | 2007-04-10 | 3 | -20/+30 |
* | - forgot this hunk that corrects the usage text of ip | aldot | 2007-04-10 | 1 | -3/+15 |
* | - add ATTRIBUTE_DEPRECATED for functions that should be removed in the future. | aldot | 2007-04-10 | 1 | -0/+2 |
* | audit small applets and mark some of them as NOFORK. | vda | 2007-04-10 | 1 | -19/+19 |
* | - very minor shrinkage (-3b) | aldot | 2007-04-10 | 1 | -1/+1 |
* | - add prototype for str_tolower() | aldot | 2007-04-10 | 1 | -0/+2 |
* | make xfunctions optionally longjump instead of exit. | vda | 2007-04-09 | 2 | -1/+2 |
* | factor out NOFORK/NOEXEC code from find. Use it for xargs too. | vda | 2007-04-09 | 1 | -15/+20 |
* | xargs: shrink code, ~80 bytes | vda | 2007-04-09 | 1 | -2/+3 |
* | Implement first instance of NOFORK applet - echo | vda | 2007-04-09 | 1 | -1/+6 |
* | Improve STANDALONE_SHELL. "safe" applets are renamed NOEXEC applets | vda | 2007-04-09 | 3 | -24/+40 |