| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'busybox' into merge | Ron Yorston | 2018-09-10 | 1 | -0/+8 |
|\ |
|
| * | extend fractional duration support to "top -d N.N" and "timeout" | Denys Vlasenko | 2018-08-03 | 1 | -0/+8 |
* | | Merge branch 'busybox' | Ron Yorston | 2018-07-25 | 2 | -8/+13 |
|\| |
|
| * | cp: optional --reflink support | Denys Vlasenko | 2018-07-13 | 1 | -0/+3 |
| * | randomconfig fixes | Denys Vlasenko | 2018-06-26 | 1 | -2/+2 |
| * | realpath,readlink -f: coreutils compat, closes 11021 | Denys Vlasenko | 2018-05-24 | 1 | -0/+1 |
| * | tar: fix interaction of delayed symlink and hardlink creation | Harald van Dijk | 2018-05-22 | 1 | -5/+6 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2018-05-13 | 2 | -3/+14 |
|\| |
|
| * | libbb: new option FEATURE_ETC_SERVICES: if off, /etc/services reads often avo... | Denys Vlasenko | 2018-04-17 | 1 | -0/+5 |
| * | less: fix fallout from "use common routine to set raw termios" | Denys Vlasenko | 2018-04-16 | 1 | -3/+5 |
| * | ar: stop using static data | Denys Vlasenko | 2018-04-15 | 1 | -0/+4 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2018-04-09 | 2 | -6/+9 |
|\| |
|
| * | bzip2: fix two crashes on corrupted archives | Denys Vlasenko | 2018-04-08 | 1 | -1/+1 |
| * | libbb.h: always include sys/resource.h | Denys Vlasenko | 2018-04-08 | 1 | -0/+1 |
| * | libbb: switch bb_ask_noecho() to "mallocing" string return API | Denys Vlasenko | 2018-04-07 | 1 | -3/+4 |
| * | xargs: use bb_ask_y_confirmation_FILE() instead of homegrown copy | Denys Vlasenko | 2018-04-07 | 1 | -0/+1 |
| * | libbb: rename bb_ask -> bb_ask_noecho, bb_ask_confirmation -> bb_ask_y_confir... | Denys Vlasenko | 2018-04-07 | 1 | -4/+4 |
* | | libarchive: failure to extract symlink isn't fatal | Ron Yorston | 2018-04-09 | 1 | -0/+4 |
* | | ps: obtain applet names from other BusyBox processes | Ron Yorston | 2018-04-04 | 1 | -1/+1 |
* | | fsync: avoid a gratuitous difference from upstream | Ron Yorston | 2018-04-03 | 1 | -0/+1 |
* | | win32: improvements to get_terminal_width_height | Ron Yorston | 2018-04-03 | 1 | -2/+0 |
* | | ash: reinstate applet name variable after forkshell | Ron Yorston | 2018-04-03 | 1 | -0/+1 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2018-04-02 | 1 | -15/+16 |
|\| |
|
| * | libbb: new function bb_die_memory_exhausted | Denys Vlasenko | 2018-04-01 | 1 | -14/+15 |
| * | sed: prevent overflow of length from bb_get_chunk_from_file | Quentin Rameau | 2018-04-01 | 1 | -1/+1 |
* | | ps: clear status for each process | Ron Yorston | 2018-03-28 | 1 | -3/+4 |
* | | win32: changes to kill(2) | Ron Yorston | 2018-03-27 | 1 | -0/+2 |
* | | win32: save a few bytes in device file support | Ron Yorston | 2018-03-23 | 1 | -2/+4 |
* | | win32: add a function to convert backslashes to slashes | Ron Yorston | 2018-03-18 | 1 | -2/+1 |
* | | win32: tidy up popen implementation | Ron Yorston | 2018-03-15 | 1 | -1/+0 |
* | | wget: add support for https | Ron Yorston | 2018-03-15 | 1 | -0/+1 |
* | | win32: restrict visibility of special devices | Ron Yorston | 2018-03-15 | 1 | -0/+2 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2018-03-15 | 1 | -1/+1 |
|\| |
|
| * | networking/interface.c: get rid of global "smallint interface_opt_a" | Denys Vlasenko | 2018-03-05 | 1 | -1/+1 |
* | | Minor improvements to build | Ron Yorston | 2018-03-02 | 2 | -3/+6 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2018-03-01 | 2 | -12/+17 |
|\| |
|
| * | libbb: compile capability code only if FEATURE_SETPRIV_CAPABILITIES or RUN_INIT | Denys Vlasenko | 2018-02-21 | 1 | -3/+2 |
| * | tar,unzip: postpone creation of symlinks with "suspicious" targets | Denys Vlasenko | 2018-02-20 | 1 | -9/+14 |
| * | progress meter: add disabled code for a more stable ETA | Denys Vlasenko | 2018-02-13 | 1 | -0/+1 |
* | | Remove fake signal-handling code | Ron Yorston | 2018-03-01 | 2 | -28/+18 |
* | | win32: make has_exec_format static | Ron Yorston | 2018-03-01 | 1 | -1/+0 |
* | | win32: don't add extensions to filenames ending with a dot | Ron Yorston | 2018-02-28 | 1 | -1/+2 |
* | | win32: move detection of file formats to stat(2) | Ron Yorston | 2018-02-26 | 1 | -1/+2 |
* | | win32: add support for batch files | Ron Yorston | 2018-02-26 | 1 | -0/+1 |
* | | win32: make /dev/urandom more random | Ron Yorston | 2018-02-23 | 1 | -0/+2 |
* | | win32: handle /dev/zero and /dev/urandom in open and read functions | Ron Yorston | 2018-02-22 | 1 | -0/+5 |
* | | win32: import fsync(2) implementation from gnulib | Ron Yorston | 2018-02-21 | 2 | -1/+2 |
* | | win32: always use safe API calls to manipulate environment | Ron Yorston | 2018-02-13 | 1 | -6/+0 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2018-02-13 | 3 | -11/+36 |
|\| |
|
| * | libbb: introduce and use bb_getsockname() | Denys Vlasenko | 2018-02-11 | 1 | -0/+1 |