aboutsummaryrefslogtreecommitdiff
path: root/libbb (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch busybox (up to "ash: comment out free(p) just before...")Ron Yorston2016-10-1911-73/+238
|\
| * hush: add commented-out debug printouts in "memleak" built-inDenys Vlasenko2016-10-031-0/+8
| * libbb: make xmalloc_sockaddr2dotted use NI_NUMERICSCOPEDenys Vlasenko2016-09-261-2/+5
| * libbb/speed_table.c: expand commentsDenys Vlasenko2016-09-261-1/+16
| * typo fix in commentDenys Vlasenko2016-09-261-1/+1
| * libbb: handle \S in /etc/issueDenys Vlasenko2016-09-241-0/+40
| * libbb:/send_to_from: do not require that "to" should have the same AF. Closes...Denys Vlasenko2016-09-151-2/+8
| * libbb/xwrite: print errno on "short write" errorsDenys Vlasenko2016-09-051-2/+10
| * libbb/speed_table.c: survive B115200 and B230400 not fitting into 16 bitsDenys Vlasenko2016-09-011-11/+55
| * sha3: fix to conform to final SHA3 padding standard, add -a BITS optionDenys Vlasenko2016-08-291-20/+35
| * hexdump: fix numerous bugs in handling of backslashesDenys Vlasenko2016-08-261-20/+31
| * hush: fix a bug in FEATURE_SH_STANDALONE=y config. Closes 9186Denys Vlasenko2016-08-191-1/+3
| * lineedit: trivial codeshrink for vi-modeNatanael Copa2016-08-141-8/+14
| * cp: fix -i for POSIX mode. Closes 9106Denys Vlasenko2016-08-131-4/+9
| * config: disentangle PREFER_APPLETS from SH_STANDALONE and SH_NOFORKDenys Vlasenko2016-07-221-2/+3
| * cp: make verbose cp show symlink copies tooDenys Vlasenko2016-07-141-1/+2
* | lineedit: tweak tab completion of commands in standalone shell modeRon Yorston2016-07-081-3/+11
* | Merge branch 'busybox' into mergeRon Yorston2016-07-076-53/+119
|\|
| * getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LISTDenys Vlasenko2016-07-062-25/+61
| * build system: fix a few warnings for allnoconfig buildDenys Vlasenko2016-07-051-13/+17
| * libbb: suppress warning about run_applet_and_exitRon Yorston2016-07-051-2/+2
| * randomconfig fixes 2Denys Vlasenko2016-06-191-0/+1
| * libbb: move common code into run_applet_and_exitRon Yorston2016-06-191-13/+8
| * Allow "busybox <applet>" to work when busybox is disabledRon Yorston2016-06-181-0/+4
| * libbb: fix time parsing of [[CC]YY]MMDDhhmm[.SS]. Closes 8951Natanael Copa2016-05-311-0/+1
| * Make busybox an optional appletDenys Vlasenko2016-05-311-3/+7
| * cp: add -u/--update and --remove-destinationDenys Vlasenko2016-05-271-0/+21
* | libbb: set new listening sockets to dual-stack modeRon Yorston2016-07-051-0/+4
* | Merge branch 'busybox' into mergeRon Yorston2016-05-167-14/+83
|\|
| * *: slap on a few ALIGN1/2s where appropriateDenys Vlasenko2016-04-223-4/+4
| * libbb: constify *bb_common_bufsiz1 (if it is compiled to be a pointer)Denys Vlasenko2016-04-211-2/+2
| * libbb: make "COMMON_BUFSIZE = 1024 bytes, the buffer will be malloced" workDenys Vlasenko2016-04-211-3/+3
| * libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko2016-04-212-5/+74
| * Rewrite iteration through applet names to save a few bytesRon Yorston2016-04-152-5/+5
* | lineedit: move console viewport to cursor on keypressRon Yorston2016-04-261-0/+5
* | libbb/lineedit: revert last two commitsRon Yorston2016-04-261-26/+1
* | libbb/lineedit: limit cases where redraw clears to end of screenRon Yorston2016-04-241-0/+25
* | libbb/lineedit: only clear to EOL when deleting characterRon Yorston2016-04-241-2/+2
* | mingw: enable busybox --install by defaultRon Yorston2016-04-061-2/+40
* | Merge branch 'busybox' into mergeRon Yorston2016-04-049-96/+254
|\|
| * find_applet_by_name: loop index should be signedRon Yorston2016-04-031-1/+2
| * whitespace and namespace cleanupsDenys Vlasenko2016-04-031-4/+4
| * ubirmvol: Implement -N switch for ubirmvolSven Eisenberg2016-04-031-0/+43
| * libbb: speed up error_msg functionsDenys Vlasenko2016-04-031-4/+25
| * main(): add a TODO about finding a use for _end[] areaDenys Vlasenko2016-04-031-0/+13
| * typo fixDenys Vlasenko2016-04-021-1/+1
| * find_applet_by_name: add an example of faster linear search codeDenys Vlasenko2016-04-021-3/+77
| * nsenter,unshare: share common code; fix a bug of not closing all fdsDenys Vlasenko2016-04-022-1/+26
| * libbb: two new functions: wait_for_exitstatus(pid), xfchdir(fd)Denys Vlasenko2016-04-012-0/+18
| * udhcp: get rid of bb_info_msg()Denys Vlasenko2016-03-302-63/+0