noexec: set comm field for noexecs
[oweals/busybox.git] / libbb /
2017-08-07 Denys Vlasenkonoexec: set comm field for noexecs
2017-08-07 Denys Vlasenkofree,stat: make NOEXEC
2017-08-07 Denys Vlasenkoubi tools: ubiupdatevol supports "-" input and actually...
2017-08-06 Denys Vlasenkoslattach: code shrink, better --help text
2017-08-06 Denys Vlasenkokbd_mode: try harder to find console device if -C TTY...
2017-08-05 Denys Vlasenkosysctl: recognize ";comment" and "<whitespace>#comment...
2017-08-05 Denys Vlasenkolibbb: make trim() return pointer to terminating NUL
2017-08-05 Denys Vlasenkosysctl: fix file parsing, do not require -w for VAR=VAL
2017-08-04 Denys Vlasenkolibbb: use _exit, not exit, in bb_daemonize_or_rexec()
2017-08-04 Denys Vlasenkogetopt32: move support for "always treat first arg...
2017-08-04 Denys Vlasenkogetopt32: factor out code to treat all args as options
2017-08-03 Denys Vlasenkonofork: fix a bug uncovered by hush testsuite (forgotte...
2017-08-03 Denys Vlasenkonew NOFORKs: pwdx,kill[all5],ttysize,realpath,readlink...
2017-08-02 Denys Vlasenkoline editing: make read_line_input() not take timeout...
2017-08-02 Denys Vlasenkodo not use `a' quoting style in comments
2017-07-29 Ron Yorstonlibbb: remove vdprintf
2017-07-29 Denys Vlasenkostandalone shell / prefer_applets: fix "exe" in comm...
2017-07-28 Denys Vlasenkoshell: make standalone shell tab-complete "busybox"
2017-07-27 Denys Vlasenkoconfig: trim/improve item names and help texts.
2017-07-25 Denys Vlasenkoash: allow "trap NUM [SIG]..." syntax
2017-07-22 Denys Vlasenkolibbb: avoid malloc/free in bb_unsetenv()
2017-07-21 Denys Vlasenkoconfig: deindent all help texts
2017-07-15 Denys Vlasenkoconfig: merge "Busybox Settings" and "Busybox Library...
2017-07-15 Johannes Schindelincopyfd: guard use of munmap() with #if (windows builds...
2017-07-14 Denys Vlasenkolibbb: hide getnetbyaddr() inside "#if ENABLE_FEATURE_E...
2017-07-14 Denys Vlasenkoxxd: allow "-" as file name meaning stdin
2017-07-14 Denys Vlasenkolibbb/dump: allow skipping over stdin too
2017-07-14 Denys Vlasenkolibbb/dump: fix a few broken commits and shrink code
2017-07-14 Denys Vlasenkolibbb: safe_write should not return EINTR
2017-07-14 Denys Vlasenkocat: fix "cat -An" ignoring -n; make numbering go throu...
2017-07-10 Denys Vlasenkolibbb: do not die if setgid/setuid(real_id) on startup...
2017-07-07 Denys Vlasenkomain: fix the case where user has "halt" as login shell...
2017-07-04 Denys Vlasenkolibbb: new function bb_getgroups() - allocating wrapper...
2017-07-04 Denys VlasenkoChange BB_EXTRA_VERSION: now it needs to contain any...
2017-07-03 Denys Vlasenkofixes for bugs found by make_single_applets.sh
2017-04-17 Denys VlasenkoSpelling fixes in comments, documentation, tests and...
2017-04-13 Denys Vlasenkolibbb: fix "error: redefinition of 'is_tty_secure'"
2017-04-13 Denys Vlasenkolibbb: make check_password() also return CHECKPASS_PW_H...
2017-04-13 Denys Vlasenkosu: FEATURE_SU_BLANK_PW_NEEDS_SECURE_TTY
2017-04-13 Kaarle Ritvanenlogin: move check_securetty to libbb
2017-04-12 Kaarle Ritvanenlibbb: GETOPT_RESET macro
2017-04-12 Denys Vlasenkofix errors found with make_single_applets.sh
2017-04-11 Denys Vlasenkolibbb: move isqrt from factor, use it in diff too
2017-04-06 Denys Vlasenkomodprobe: do not descend into /etc/modprobe.d/DIR/...
2017-03-16 Denys Vlasenkomount: create loop devices with LO_FLAGS_AUTOCLEAR...
2017-02-04 Rostislav SkudnovReplace int -> uint to avoid signed integer overflow
2017-02-02 Denys Vlasenkops: avoid -o stat to contain spaces. Closes 9631
2017-01-29 Denys Vlasenkolibbb: match_fstype() is unreadable in the extreme...
2017-01-26 Denys Vlasenkolibbb: spawn_and_wait() fflushes before forking NOEXEC...
2017-01-25 Denys Vlasenkolibbb: shrink sump.c
2017-01-25 Denys Vlasenkoxxd: new applet
2017-01-24 Denys Vlasenkotls: add 2nd cipher_id, TLS_RSA_WITH_AES_128_CBC_SHA...
2017-01-15 Denys Vlasenkolibbb: eliminate redundant variable in sha_crypt
2017-01-15 Denys Vlasenkosha512: use larger constant table only if sha512 is...
2017-01-11 Denys Vlasenkolibbb: consolidate the code to set termios unbuffered...
2017-01-11 Denys Vlasenkobusybox: stop depending on FEATURE_AUTOWIDTH for applet...
2017-01-10 Denys VlasenkoBig cleanup in config help and description
2017-01-06 Denys VlasenkoAutomatically disable FEATURE_COMPRESS_USAGE for small...
2017-01-03 Cristian Ionescu... appletlib: avoid warning on unused function ingroup
2016-12-23 Denys VlasenkoMake FEATURE_USERNAME_COMPLETION=y by default
2016-12-23 Denys Vlasenkofix breakage found by mass one-applet builds
2016-12-12 Denys Vlasenkodf: implement -B n<suff> and -B <suff> formats of ...
2016-12-10 Denys Vlasenkorandomconfig fixes
2016-12-09 Mike Frysingerselinux: drop deprecated headers
2016-12-08 Denys Vlasenkorandomconfig fixes
2016-12-04 Denys Vlasenkofix musl problem with dirname, now for all users of...
2016-11-28 Denys VlasenkoDo not print useless empty line after list of applets
2016-11-28 Denys Vlasenkolineedit: simplify code a bit
2016-11-27 Denys Vlasenkolineedit: fix two bugs in SIGWINCH signal handling
2016-11-25 Denys Vlasenkoash,hush: make ^C in interactive mode visually much...
2016-11-24 Denys VlasenkoMove FEATURE_BUFFERS_USE_foo options to library tuning
2016-11-24 Denys VlasenkoMove locale, unicode, and "use sendfile?" options to...
2016-11-24 Rostislav Skudnovlineedit: fix handling of repeating Alt-b, Alt-f, Alt...
2016-11-18 Denys VlasenkoFix allnoconfig warnings
2016-11-04 Denys Vlasenkocomment and readme updates
2016-11-03 Denys Vlasenkosu: expand help; simplify passing of -c CMD to run_shell()
2016-10-31 Denys Vlasenkoman: make width selection more thorough; explain how...
2016-10-23 Denys Vlasenkolineedit: fix completion with applet names. closes...
2016-10-03 Denys Vlasenkohush: add commented-out debug printouts in "memleak...
2016-09-26 Denys Vlasenkolibbb: make xmalloc_sockaddr2dotted use NI_NUMERICSCOPE
2016-09-26 Denys Vlasenkolibbb/speed_table.c: expand comments
2016-09-26 Denys Vlasenkotypo fix in comment
2016-09-24 Denys Vlasenkolibbb: handle \S in /etc/issue
2016-09-15 Denys Vlasenkolibbb:/send_to_from: do not require that "to" should...
2016-09-05 Denys Vlasenkolibbb/xwrite: print errno on "short write" errors
2016-09-01 Denys Vlasenkolibbb/speed_table.c: survive B115200 and B230400 not...
2016-08-29 Denys Vlasenkosha3: fix to conform to final SHA3 padding standard...
2016-08-26 Denys Vlasenkohexdump: fix numerous bugs in handling of backslashes
2016-08-19 Denys Vlasenkohush: fix a bug in FEATURE_SH_STANDALONE=y config....
2016-08-14 Natanael Copalineedit: trivial codeshrink for vi-mode
2016-08-13 Denys Vlasenkocp: fix -i for POSIX mode. Closes 9106
2016-07-22 Denys Vlasenkoconfig: disentangle PREFER_APPLETS from SH_STANDALONE...
2016-07-14 Denys Vlasenkocp: make verbose cp show symlink copies too
2016-07-06 Denys Vlasenkogetopt32: add new syntax of 'o:+' and 'o:*' for -o...
2016-07-05 Denys Vlasenkobuild system: fix a few warnings for allnoconfig build
2016-07-05 Ron Yorstonlibbb: suppress warning about run_applet_and_exit
2016-06-19 Denys Vlasenkorandomconfig fixes 2
2016-06-19 Ron Yorstonlibbb: move common code into run_applet_and_exit
2016-06-18 Ron YorstonAllow "busybox <applet>" to work when busybox is disabled
2016-05-31 Natanael Copalibbb: fix time parsing of [[CC]YY]MMDDhhmm[.SS]. Close...
next