aboutsummaryrefslogtreecommitdiff
path: root/include/libbb.h (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge branch 'busybox' into mergeRon Yorston2018-03-151-1/+1
|\|
| * networking/interface.c: get rid of global "smallint interface_opt_a"Denys Vlasenko2018-03-051-1/+1
* | Minor improvements to buildRon Yorston2018-03-021-2/+6
* | Merge branch 'busybox' into mergeRon Yorston2018-03-011-3/+3
|\|
| * libbb: compile capability code only if FEATURE_SETPRIV_CAPABILITIES or RUN_INITDenys Vlasenko2018-02-211-3/+2
| * progress meter: add disabled code for a more stable ETADenys Vlasenko2018-02-131-0/+1
* | Remove fake signal-handling codeRon Yorston2018-03-011-0/+18
* | Merge branch 'busybox' into mergeRon Yorston2018-02-131-7/+19
|\|
| * libbb: introduce and use bb_getsockname()Denys Vlasenko2018-02-111-0/+1
| * wget: add EPSV supportDenys Vlasenko2018-02-061-0/+1
| * wget: initial support for ftps://Denys Vlasenko2018-02-061-1/+2
| * libbb: commonalize a bit of little-endian CRC32 table generation codeDenys Vlasenko2018-02-011-0/+2
| * cp: implement -TAaro Koskinen2018-02-011-3/+4
| * which: fix TODO with NOFORK+malloc_failure misbehavingDenys Vlasenko2018-01-121-3/+9
* | Merge branch 'busybox' into mergeRon Yorston2017-11-031-0/+11
|\|
| * use %m printf specifier where appropriateDenys Vlasenko2017-09-291-0/+11
* | Merge branch 'busybox' into mergeRon Yorston2017-09-271-1/+2
|\|
| * less,microcom,lineedit: use common routine to set raw termiosDenys Vlasenko2017-09-151-0/+1
| * hush: GETOPT_RESET() _after_ getopts too.Denys Vlasenko2017-08-291-1/+1
* | win32: make vfork fail at compile-timeRon Yorston2017-08-301-0/+4
* | inode_hash: avoid warnings about unused parametersRon Yorston2017-08-231-0/+2
* | Revert "ash: allow long-running nofork applets to be interrupted"Ron Yorston2017-08-221-3/+0
* | Merge branch 'busybox' into mergeRon Yorston2017-08-221-18/+52
|\|
| * run-init: new appletDenys Vlasenko2017-08-211-0/+9
| * libbb: move capability names code to libbbDenys Vlasenko2017-08-211-0/+6
| * rpm2cpio: handle LZMA compressed rpms. closes 10166Denys Vlasenko2017-08-101-1/+3
| * getopt32: remove opt_complementaryDenys Vlasenko2017-08-081-3/+0
| * getopt32: remove applet_long_optionsDenys Vlasenko2017-08-081-10/+15
| * noexec: consolidate codeDenys Vlasenko2017-08-071-2/+3
| * noexec: set comm field for noexecsDenys Vlasenko2017-08-071-0/+5
| * sysctl: recognize ";comment" and "<whitespace>#comment" linesDenys Vlasenko2017-08-051-0/+5
| * libbb: make trim() return pointer to terminating NULDenys Vlasenko2017-08-051-1/+1
| * libbb: use _exit, not exit, in bb_daemonize_or_rexec()Denys Vlasenko2017-08-041-0/+1
| * getopt32: factor out code to treat all args as optionsDenys Vlasenko2017-08-041-1/+3
| * line editing: make read_line_input() not take timeout paramDenys Vlasenko2017-08-021-5/+6
* | Merge branch 'busybox' into mergeRon Yorston2017-08-021-3/+0
|\|
| * libbb: remove vdprintfRon Yorston2017-07-291-3/+0
* | ash: allow long-running nofork applets to be interruptedRon Yorston2017-08-011-0/+3
* | Merge branch 'busybox' into mergeRon Yorston2017-07-241-0/+3
|\|
| * zcip: fix slow environment leakDenys Vlasenko2017-07-221-0/+3
* | Merge branch 'busybox' into mergeRon Yorston2017-07-181-1/+12
|\|
| * main: fix the case where user has "halt" as login shell. Closes 9986Denys Vlasenko2017-07-071-1/+1
| * libbb: new function bb_getgroups() - allocating wrapper around getgroups()Denys Vlasenko2017-07-041-0/+9
| * fixes for bugs found by make_single_applets.shDenys Vlasenko2017-07-031-0/+2
* | Use %I64* formats with MinGW instead of %ll* formatsJohannes Schindelin2017-07-181-1/+8
* | Merge branch 'busybox' into mergeRon Yorston2017-05-291-4/+47
|\|
| * libbb: make check_password() also return CHECKPASS_PW_HAS_EMPTY_PASSWORDDenys Vlasenko2017-04-131-2/+2
| * su: FEATURE_SU_BLANK_PW_NEEDS_SECURE_TTYDenys Vlasenko2017-04-131-0/+1
| * login: move check_securetty to libbbKaarle Ritvanen2017-04-131-0/+5
| * Tweak GETOPT_RESET commentDenys Vlasenko2017-04-121-5/+3