| Commit message (Expand) | Author | Age | Files | Lines |
* | Update README | Ron Yorston | 2015-01-07 | 3 | -33/+20 |
* | Use MinGW-w64 by default | Ron Yorston | 2015-01-07 | 3 | -4/+4 |
* | Changes to allow building with MinGW-w64 | Ron Yorston | 2015-01-05 | 6 | -0/+30 |
* | Revert "Use putenv to implement unsetenv/clearenv" | Ron Yorston | 2014-12-18 | 2 | -49/+12 |
* | Update MinGW default configuration | Ron Yorston | 2014-12-14 | 1 | -3/+3 |
* | Merge branch 'busybox' into merge | Ron Yorston | 2014-12-14 | 44 | -345/+645 |
|\ |
|
| * | tar: fix "tar -cJ" ignoring -J option. closes 7706 | Denys Vlasenko | 2014-12-11 | 1 | -38/+28 |
| * | lineedit: don't fall back to simple line input if tty is in raw mode | Denys Vlasenko | 2014-12-10 | 1 | -2/+6 |
| * | Config: select PLATFORM_LINUX if using sendfile() | Bartosz Golaszewski | 2014-12-10 | 1 | -0/+1 |
| * | flashcp: change BUFSIZE to 4k | Jacob Kjaergaard | 2014-12-10 | 1 | -1/+1 |
| * | make xmalloc_open_zipped_read_close result NUL terminated | Denys Vlasenko | 2014-12-07 | 1 | -1/+2 |
| * | libarchive: add capability to unpack to mem.buffer | Denys Vlasenko | 2014-12-07 | 14 | -125/+241 |
| * | Rename transformer_aux_data_t -> transformer_state_t | Denys Vlasenko | 2014-12-07 | 13 | -70/+70 |
| * | man: do not mangle $MANPATH in memory | Denys Vlasenko | 2014-11-30 | 1 | -3/+5 |
| * | libbb: use sendfile() to copy data between file descriptors | Bartosz Golaszewski | 2014-11-27 | 4 | -42/+71 |
| * | man: accept a list of dirs in $MANPATH | Denys Vlasenko | 2014-11-27 | 1 | -37/+49 |
| * | libbb: use ARG_MAX for bb_arg_max() only if it's 60k+ | Denys Vlasenko | 2014-11-26 | 2 | -3/+6 |
| * | bbunit: fix WANT_TIMING compilation | Denys Vlasenko | 2014-11-26 | 1 | -1/+1 |
| * | gitignore: add testsuite/echo-ne | Bartosz Golaszewski | 2014-11-26 | 1 | -0/+1 |
| * | udhcpd: if a lease from lease file coincides with a static one, ignore it | Denys Vlasenko | 2014-11-25 | 1 | -1/+13 |
| * | init: do not run shutdown/reexec actions from signal handler | Denys Vlasenko | 2014-11-21 | 1 | -20/+30 |
| * | modprobe,rmmod: reject module names with slashes | Denys Vlasenko | 2014-11-20 | 1 | -0/+11 |
| * | typo fix in comment | Denys Vlasenko | 2014-11-20 | 1 | -1/+1 |
| * | ash,hush: do not segfault on $((2**63 / -1)) | Denys Vlasenko | 2014-11-18 | 1 | -4/+23 |
| * | ash: fix handling of negative start value in ${v:start:len} | Denys Vlasenko | 2014-11-17 | 1 | -1/+9 |
| * | iproute: support onelink route option and print route flags | Michael Tokarev | 2014-11-17 | 1 | -1/+17 |
| * | exit with 127 if appled name wasn't found - it's more POSIXy | Denys Vlasenko | 2014-11-17 | 1 | -2/+4 |
| * | zcip: Add environment variable for overriding log functionality | Michel Stam | 2014-11-04 | 5 | -0/+35 |
| * | zcip: allow our own class B range to be used for ZeroConf | Michel Stam | 2014-10-30 | 1 | -9/+21 |
| * | udhcpd: add option for tweaking arpping | Michel Stam | 2014-10-30 | 6 | -21/+39 |
* | | Enable vi line editing mode in default configuration | Ron Yorston | 2014-12-13 | 1 | -2/+2 |
* | | lineedit: don't block when looking for escape sequence in vi-mode | Ron Yorston | 2014-12-13 | 1 | -1/+1 |
* | | sh: don't overwrite login environment variables if already set | Ron Yorston | 2014-12-11 | 1 | -0/+11 |
* | | ash: enable saving history to file in default config | Ron Yorston | 2014-12-06 | 1 | -4/+4 |
* | | vi: fix reading of file after last line | Ron Yorston | 2014-12-05 | 1 | -1/+5 |
* | | vi: failure to open file is not an error when initialising buffer | Ron Yorston | 2014-12-05 | 1 | -7/+5 |
* | | od: print valid octal values with -c flag | Ron Yorston | 2014-12-05 | 1 | -5/+6 |
* | | date: add support for %s format | Ron Yorston | 2014-12-02 | 1 | -3/+15 |
* | | Don't store file details in inode hash table | Ron Yorston | 2014-11-30 | 2 | -6/+2 |
* | | Remove declaration of getpagesize | Ron Yorston | 2014-11-29 | 1 | -7/+0 |
* | | Omit functions not required if seamless compression is disabled | Ron Yorston | 2014-11-29 | 1 | -5/+3 |
* | | Move definition of bb_got_signal to mingw.c | Ron Yorston | 2014-11-29 | 2 | -4/+2 |
* | | Use putenv to implement unsetenv/clearenv | Ron Yorston | 2014-11-23 | 2 | -12/+49 |
* | | mingw.c: ignore EACCES from mkdir if directory exists | Ron Yorston | 2014-10-09 | 1 | -1/+14 |
* | | mingw.c: add missing break in fcntl implementation | Ron Yorston | 2014-10-09 | 1 | -0/+1 |
* | | win32: attempt to get filesystem type for mntent | Ron Yorston | 2014-10-06 | 1 | -1/+8 |
* | | Update MinGW default configuration | Ron Yorston | 2014-10-06 | 1 | -3/+5 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2014-10-06 | 44 | -619/+1226 |
|\| |
|
| * | ntpd: calculate offset to jitter ratio before updating jitter | Miroslav Lichvar | 2014-10-05 | 1 | -4/+8 |
| * | sed: fix "sed CMD -i nonexistent_file". Closes 7484 | Denys Vlasenko | 2014-10-05 | 1 | -2/+6 |