aboutsummaryrefslogtreecommitdiff
path: root/libbb (follow)
Commit message (Expand)AuthorAgeFilesLines
* randomconfig fixesDenys Vlasenko2017-12-312-1/+3
* lineedit: get terminal width before printing promptDenys Vlasenko2017-11-081-2/+2
* lineedit: do not tab-complete any strings which have control charactersDenys Vlasenko2017-11-081-0/+12
* udp_io, traceroute: Standardise IPv6 PKTINFO handling to be portableJames Clarke2017-10-301-2/+6
* xfuncs: Handle missing non-POSIX termios constantsJames Clarke2017-10-301-0/+9
* lineedit: improve multiline PS1 - redraw using last PS1 line. Closes 10381Avi Halachmi2017-10-121-24/+64
* whitespace and comment format fixes, no code changesDenys Vlasenko2017-10-051-1/+2
* whitespace and comment format fixes, no code changesDenys Vlasenko2017-10-051-1/+0
* do not include <sys/stat.h> just before "libbb.h", it's there alreadyDenys Vlasenko2017-10-052-7/+0
* whitespace and comment format fixes, no code changesDenys Vlasenko2017-10-0581-98/+9
* regularize format of source file headers, no code changesDenys Vlasenko2017-09-181-1/+0
* Clarify OPOST bit meaningDenys Vlasenko2017-09-151-3/+3
* less,microcom,lineedit: use common routine to set raw termiosDenys Vlasenko2017-09-152-31/+45
* *: use ESC define instead of "\033"; use ESC[m instead of ESC[0mDenys Vlasenko2017-09-131-1/+1
* hush: GETOPT_RESET() _after_ getopts too.Denys Vlasenko2017-08-291-1/+1
* run-init: new appletDenys Vlasenko2017-08-211-0/+47
* libbb: move capability names code to libbbDenys Vlasenko2017-08-211-0/+79
* libarchive: do not extract unsafe symlinks unless $EXTRACT_UNSAFE_SYMLINKS=1Denys Vlasenko2017-08-101-1/+4
* getopt32: remove opt_complementaryDenys Vlasenko2017-08-083-40/+42
* getopt32: remove applet_long_optionsDenys Vlasenko2017-08-082-34/+54
* libbb: simplify NOFORK/NOEXEC defines, move set_task_comm to libbbDenys Vlasenko2017-08-082-25/+24
* libbb: rearrange NOFORK/NOEXEC code, logic is not changedDenys Vlasenko2017-08-081-56/+69
* noexec: consolidate codeDenys Vlasenko2017-08-072-18/+21
* noexec: do GETOPT_RESET() before entering APPLET_main()Denys Vlasenko2017-08-071-0/+1
* noexec: set comm field for noexecsDenys Vlasenko2017-08-072-5/+15
* free,stat: make NOEXECDenys Vlasenko2017-08-071-0/+2
* ubi tools: ubiupdatevol supports "-" input and actually respects -s SIZEDenys Vlasenko2017-08-071-0/+1
* slattach: code shrink, better --help textDenys Vlasenko2017-08-061-1/+1
* kbd_mode: try harder to find console device if -C TTY is not givenDenys Vlasenko2017-08-061-1/+0
* sysctl: recognize ";comment" and "<whitespace>#comment" linesDenys Vlasenko2017-08-051-2/+10
* libbb: make trim() return pointer to terminating NULDenys Vlasenko2017-08-051-2/+10
* sysctl: fix file parsing, do not require -w for VAR=VALDenys Vlasenko2017-08-051-5/+5
* libbb: use _exit, not exit, in bb_daemonize_or_rexec()Denys Vlasenko2017-08-041-2/+8
* getopt32: move support for "always treat first arg as option" to users (tar/ar)Denys Vlasenko2017-08-041-33/+3
* getopt32: factor out code to treat all args as optionsDenys Vlasenko2017-08-043-26/+33
* nofork: fix a bug uncovered by hush testsuite (forgotten fflush)Denys Vlasenko2017-08-031-0/+2
* new NOFORKs: pwdx,kill[all5],ttysize,realpath,readlink NOEXECs: date,resizeDenys Vlasenko2017-08-032-3/+6
* line editing: make read_line_input() not take timeout paramDenys Vlasenko2017-08-021-7/+16
* do not use `a' quoting style in commentsDenys Vlasenko2017-08-027-7/+7
* libbb: remove vdprintfRon Yorston2017-07-292-22/+0
* standalone shell / prefer_applets: fix "exe" in comm fieldsDenys Vlasenko2017-07-291-0/+18
* shell: make standalone shell tab-complete "busybox"Denys Vlasenko2017-07-292-6/+21
* config: trim/improve item names and help texts.Denys Vlasenko2017-07-271-3/+2
* ash: allow "trap NUM [SIG]..." syntaxDenys Vlasenko2017-07-251-1/+1
* libbb: avoid malloc/free in bb_unsetenv()Denys Vlasenko2017-07-221-13/+21
* config: deindent all help textsDenys Vlasenko2017-07-214-169/+169
* config: merge "Busybox Settings" and "Busybox Library Tuning" into one menuDenys Vlasenko2017-07-152-6/+8
* copyfd: guard use of munmap() with #if (windows builds need this)Johannes Schindelin2017-07-151-0/+3
* libbb: hide getnetbyaddr() inside "#if ENABLE_FEATURE_ETC_NETWORKS" blockDenys Vlasenko2017-07-141-27/+19
* xxd: allow "-" as file name meaning stdinDenys Vlasenko2017-07-141-4/+6