cal: make it NOEXEC
[oweals/busybox.git] / libbb /
2018-01-12 Denys Vlasenkowhich: fix TODO with NOFORK+malloc_failure misbehaving
2018-01-04 Denys Vlasenkolibbb: compile obscure() only if FEATURE_PASSWD_WEAK_CH...
2017-12-31 Denys Vlasenkorandomconfig fixes
2017-11-08 Denys Vlasenkolineedit: get terminal width before printing prompt
2017-11-08 Denys Vlasenkolineedit: do not tab-complete any strings which have...
2017-10-30 James Clarkeudp_io, traceroute: Standardise IPv6 PKTINFO handling...
2017-10-30 James Clarkexfuncs: Handle missing non-POSIX termios constants
2017-10-12 Avi Halachmilineedit: improve multiline PS1 - redraw using last...
2017-10-05 Denys Vlasenkowhitespace and comment format fixes, no code changes
2017-10-05 Denys Vlasenkowhitespace and comment format fixes, no code changes
2017-10-05 Denys Vlasenkodo not include <sys/stat.h> just before "libbb.h",...
2017-10-05 Denys Vlasenkowhitespace and comment format fixes, no code changes
2017-09-18 Denys Vlasenkoregularize format of source file headers, no code changes
2017-09-15 Denys VlasenkoClarify OPOST bit meaning
2017-09-15 Denys Vlasenkoless,microcom,lineedit: use common routine to set raw...
2017-09-13 Denys Vlasenko*: use ESC define instead of "\033"; use ESC[m instead...
2017-08-29 Denys Vlasenkohush: GETOPT_RESET() _after_ getopts too.
2017-08-21 Denys Vlasenkorun-init: new applet
2017-08-21 Denys Vlasenkolibbb: move capability names code to libbb
2017-08-10 Denys Vlasenkolibarchive: do not extract unsafe symlinks unless ...
2017-08-08 Denys Vlasenkogetopt32: remove opt_complementary
2017-08-08 Denys Vlasenkogetopt32: remove applet_long_options
2017-08-08 Denys Vlasenkolibbb: simplify NOFORK/NOEXEC defines, move set_task_co...
2017-08-07 Denys Vlasenkolibbb: rearrange NOFORK/NOEXEC code, logic is not changed
2017-08-07 Denys Vlasenkonoexec: consolidate code
2017-08-07 Denys Vlasenkonoexec: do GETOPT_RESET() before entering APPLET_main()
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
next