| Commit message (Expand) | Author | Files | Lines |
2015-01-07 | Update README | Ron Yorston | 3 | -33/+20 |
2015-01-07 | Use MinGW-w64 by default | Ron Yorston | 3 | -4/+4 |
2015-01-05 | Changes to allow building with MinGW-w64 | Ron Yorston | 6 | -0/+30 |
2014-12-24 | Bump version to 1.23.01_23_0 | Denys Vlasenko | 1 | -1/+1 |
2014-12-24 | libbb: add sanity check in bb_arg_max() | Denys Vlasenko | 1 | -1/+9 |
2014-12-22 | randomconfig fixes | Denys Vlasenko | 4 | -7/+7 |
2014-12-22 | Make it possible to override LOGIN_FAIL_DELAY in CONFIG_EXTRA_CFLAGS | Peter Kümmel | 1 | -0/+2 |
2014-12-21 | udhcpc: account for script run time | Denys Vlasenko | 1 | -1/+5 |
2014-12-18 | nanddump: don't show --bb in usage when disabled | Baruch Siach | 1 | -1/+3 |
2014-12-18 | Revert "Use putenv to implement unsetenv/clearenv" | Ron Yorston | 2 | -49/+12 |
2014-12-17 | nandwrite: fix build when long options are disabled | Baruch Siach | 1 | -3/+4 |
2014-12-15 | lineedit: don't block when looking for escape sequence in vi-mode | Ron Yorston | 1 | -1/+1 |
2014-12-14 | Update MinGW default configuration | Ron Yorston | 1 | -3/+3 |
2014-12-13 | Enable vi line editing mode in default configuration | Ron Yorston | 1 | -2/+2 |
2014-12-13 | lineedit: don't block when looking for escape sequence in vi-mode | Ron Yorston | 1 | -1/+1 |
2014-12-11 | sh: don't overwrite login environment variables if already set | Ron Yorston | 1 | -0/+11 |
2014-12-11 | tar: fix "tar -cJ" ignoring -J option. closes 7706 | Denys Vlasenko | 1 | -38/+28 |
2014-12-10 | lineedit: don't fall back to simple line input if tty is in raw mode | Denys Vlasenko | 1 | -2/+6 |
2014-12-10 | Config: select PLATFORM_LINUX if using sendfile() | Bartosz Golaszewski | 1 | -0/+1 |
2014-12-10 | flashcp: change BUFSIZE to 4k | Jacob Kjaergaard | 1 | -1/+1 |
2014-12-07 | make xmalloc_open_zipped_read_close result NUL terminated | Denys Vlasenko | 1 | -1/+2 |
2014-12-07 | libarchive: add capability to unpack to mem.buffer | Denys Vlasenko | 14 | -125/+241 |
2014-12-07 | Rename transformer_aux_data_t -> transformer_state_t | Denys Vlasenko | 13 | -70/+70 |
2014-12-06 | ash: enable saving history to file in default config | Ron Yorston | 1 | -4/+4 |
2014-12-05 | vi: fix reading of file after last line | Ron Yorston | 1 | -1/+5 |
2014-12-05 | vi: failure to open file is not an error when initialising buffer | Ron Yorston | 1 | -7/+5 |
2014-12-05 | od: print valid octal values with -c flag | Ron Yorston | 1 | -5/+6 |
2014-12-02 | date: add support for %s format | Ron Yorston | 1 | -3/+15 |
2014-11-30 | man: do not mangle $MANPATH in memory | Denys Vlasenko | 1 | -3/+5 |
2014-11-30 | Don't store file details in inode hash table | Ron Yorston | 2 | -6/+2 |
2014-11-29 | Remove declaration of getpagesize | Ron Yorston | 1 | -7/+0 |
2014-11-29 | Omit functions not required if seamless compression is disabled | Ron Yorston | 1 | -5/+3 |
2014-11-29 | Move definition of bb_got_signal to mingw.c | Ron Yorston | 2 | -4/+2 |
2014-11-27 | libbb: use sendfile() to copy data between file descriptors | Bartosz Golaszewski | 4 | -42/+71 |
2014-11-27 | man: accept a list of dirs in $MANPATH | Denys Vlasenko | 1 | -37/+49 |
2014-11-26 | libbb: use ARG_MAX for bb_arg_max() only if it's 60k+ | Denys Vlasenko | 2 | -3/+6 |
2014-11-26 | bbunit: fix WANT_TIMING compilation | Denys Vlasenko | 1 | -1/+1 |
2014-11-26 | gitignore: add testsuite/echo-ne | Bartosz Golaszewski | 1 | -0/+1 |
2014-11-25 | udhcpd: if a lease from lease file coincides with a static one, ignore it | Denys Vlasenko | 1 | -1/+13 |
2014-11-23 | Use putenv to implement unsetenv/clearenv | Ron Yorston | 2 | -12/+49 |
2014-11-21 | init: do not run shutdown/reexec actions from signal handler | Denys Vlasenko | 1 | -20/+30 |
2014-11-20 | modprobe,rmmod: reject module names with slashes | Denys Vlasenko | 1 | -0/+11 |
2014-11-20 | typo fix in comment | Denys Vlasenko | 1 | -1/+1 |
2014-11-18 | ash,hush: do not segfault on $((2**63 / -1)) | Denys Vlasenko | 1 | -4/+23 |
2014-11-17 | ash: fix handling of negative start value in ${v:start:len} | Denys Vlasenko | 1 | -1/+9 |
2014-11-17 | iproute: support onelink route option and print route flags | Michael Tokarev | 1 | -1/+17 |
2014-11-17 | exit with 127 if appled name wasn't found - it's more POSIXy | Denys Vlasenko | 1 | -2/+4 |
2014-11-04 | zcip: Add environment variable for overriding log functionality | Michel Stam | 5 | -0/+35 |
2014-10-30 | zcip: allow our own class B range to be used for ZeroConf | Michel Stam | 1 | -9/+21 |
2014-10-30 | udhcpd: add option for tweaking arpping | Michel Stam | 6 | -21/+39 |