aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update MinGW default configurationRon Yorston2014-12-141-3/+3
* Merge branch 'busybox' into mergeRon Yorston2014-12-1444-345/+645
|\
| * tar: fix "tar -cJ" ignoring -J option. closes 7706Denys Vlasenko2014-12-111-38/+28
| * lineedit: don't fall back to simple line input if tty is in raw modeDenys Vlasenko2014-12-101-2/+6
| * Config: select PLATFORM_LINUX if using sendfile()Bartosz Golaszewski2014-12-101-0/+1
| * flashcp: change BUFSIZE to 4kJacob Kjaergaard2014-12-101-1/+1
| * make xmalloc_open_zipped_read_close result NUL terminatedDenys Vlasenko2014-12-071-1/+2
| * libarchive: add capability to unpack to mem.bufferDenys Vlasenko2014-12-0714-125/+241
| * Rename transformer_aux_data_t -> transformer_state_tDenys Vlasenko2014-12-0713-70/+70
| * man: do not mangle $MANPATH in memoryDenys Vlasenko2014-11-301-3/+5
| * libbb: use sendfile() to copy data between file descriptorsBartosz Golaszewski2014-11-274-42/+71
| * man: accept a list of dirs in $MANPATHDenys Vlasenko2014-11-271-37/+49
| * libbb: use ARG_MAX for bb_arg_max() only if it's 60k+Denys Vlasenko2014-11-262-3/+6
| * bbunit: fix WANT_TIMING compilationDenys Vlasenko2014-11-261-1/+1
| * gitignore: add testsuite/echo-neBartosz Golaszewski2014-11-261-0/+1
| * udhcpd: if a lease from lease file coincides with a static one, ignore itDenys Vlasenko2014-11-251-1/+13
| * init: do not run shutdown/reexec actions from signal handlerDenys Vlasenko2014-11-211-20/+30
| * modprobe,rmmod: reject module names with slashesDenys Vlasenko2014-11-201-0/+11
| * typo fix in commentDenys Vlasenko2014-11-201-1/+1
| * ash,hush: do not segfault on $((2**63 / -1))Denys Vlasenko2014-11-181-4/+23
| * ash: fix handling of negative start value in ${v:start:len}Denys Vlasenko2014-11-171-1/+9
| * iproute: support onelink route option and print route flagsMichael Tokarev2014-11-171-1/+17
| * exit with 127 if appled name wasn't found - it's more POSIXyDenys Vlasenko2014-11-171-2/+4
| * zcip: Add environment variable for overriding log functionalityMichel Stam2014-11-045-0/+35
| * zcip: allow our own class B range to be used for ZeroConfMichel Stam2014-10-301-9/+21
| * udhcpd: add option for tweaking arppingMichel Stam2014-10-306-21/+39
* | Enable vi line editing mode in default configurationRon Yorston2014-12-131-2/+2
* | lineedit: don't block when looking for escape sequence in vi-modeRon Yorston2014-12-131-1/+1
* | sh: don't overwrite login environment variables if already setRon Yorston2014-12-111-0/+11
* | ash: enable saving history to file in default configRon Yorston2014-12-061-4/+4
* | vi: fix reading of file after last lineRon Yorston2014-12-051-1/+5
* | vi: failure to open file is not an error when initialising bufferRon Yorston2014-12-051-7/+5
* | od: print valid octal values with -c flagRon Yorston2014-12-051-5/+6
* | date: add support for %s formatRon Yorston2014-12-021-3/+15
* | Don't store file details in inode hash tableRon Yorston2014-11-302-6/+2
* | Remove declaration of getpagesizeRon Yorston2014-11-291-7/+0
* | Omit functions not required if seamless compression is disabledRon Yorston2014-11-291-5/+3
* | Move definition of bb_got_signal to mingw.cRon Yorston2014-11-292-4/+2
* | Use putenv to implement unsetenv/clearenvRon Yorston2014-11-232-12/+49
* | mingw.c: ignore EACCES from mkdir if directory existsRon Yorston2014-10-091-1/+14
* | mingw.c: add missing break in fcntl implementationRon Yorston2014-10-091-0/+1
* | win32: attempt to get filesystem type for mntentRon Yorston2014-10-061-1/+8
* | Update MinGW default configurationRon Yorston2014-10-061-3/+5
* | Merge branch 'busybox' into mergeRon Yorston2014-10-0644-619/+1226
|\|
| * ntpd: calculate offset to jitter ratio before updating jitterMiroslav Lichvar2014-10-051-4/+8
| * sed: fix "sed CMD -i nonexistent_file". Closes 7484Denys Vlasenko2014-10-051-2/+6
| * ntpd: don't stay at short polling intervalMiroslav Lichvar2014-10-021-27/+53
| * getty: set tty attrs so that control chars are shown as ^cDenys Vlasenko2014-10-021-8/+9
| * ntpd: be less eager to use shorter poll intervalsDenys Vlasenko2014-09-271-39/+41
| * ubiupdatevol: fix -t to not require an option. Closes 7466Denys Vlasenko2014-09-251-9/+14