| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | modprobe-small: code shrink | Denys Vlasenko | 2015-01-11 | 1 | -12/+9 |
* | modprobe-small: fix recent breakage: modprobe -r was using full path | Denys Vlasenko | 2015-01-11 | 1 | -9/+10 |
* | diff: fix a bug in diffing against stdin. Closes 7784 | Denys Vlasenko | 2015-01-11 | 2 | -1/+13 |
* | vi: fix reading of file after last line | Ron Yorston | 2015-01-07 | 1 | -1/+5 |
* | vi: failure to open file is not an error when initialising buffer | Ron Yorston | 2015-01-07 | 1 | -7/+5 |
* | depmod: fix recent breakage in modules.dep generation | Denys Vlasenko | 2015-01-07 | 1 | -7/+13 |
* | libpwdgrp: line counting in error meesages is broken, remove it | Tito Ragusa | 2015-01-06 | 1 | -3/+1 |
* | swaponoff: add support for -e | René Rhéaume | 2015-01-05 | 1 | -5/+13 |
* | mpstat: code shrink | Denys Vlasenko | 2015-01-05 | 1 | -6/+2 |
* | free: handle "cached" value too | Guillermo Rodriguez | 2015-01-05 | 1 | -31/+46 |
* | libbb: code shrink by factoring out common update_utmp_DEAD_PROCESS | Denys Vlasenko | 2015-01-05 | 5 | -16/+20 |
* | deleting unused ntpd_simple.c | Denys Vlasenko | 2015-01-05 | 1 | -1005/+0 |
* | libpwdgrp: fixes suggested by Tito, comment tweaks | Denys Vlasenko | 2015-01-05 | 1 | -13/+14 |
* | ntpd: relicense ntpd applet to ISC-style license | Adam Tkac | 2015-01-04 | 1 | -19/+32 |
* | libpwdgrp: another code shrink | Denys Vlasenko | 2015-01-04 | 1 | -38/+31 |
* | libpwdgrp: code shrink | Denys Vlasenko | 2015-01-04 | 1 | -25/+16 |
* | libpwdgrp: getgrXXX: empty string is not a member name, do not store it | Denys Vlasenko | 2015-01-03 | 1 | -1/+4 |
* | fix a SEGV in previous commit | Denys Vlasenko | 2015-01-03 | 1 | -1/+1 |
* | libpwdgrp: fix counting of commas in group list | Denys Vlasenko | 2015-01-03 | 1 | -16/+18 |
* | libpwdgrp: store getXXnam result in a single malloc block | Denys Vlasenko | 2015-01-03 | 1 | -26/+32 |
* | libpwdgrp: make db->def[] one byte shorter | Denys Vlasenko | 2015-01-03 | 1 | -6/+11 |
* | libpwdgrp: use a better estimate of max struct size | Denys Vlasenko | 2015-01-03 | 1 | -5/+4 |
* | libpwdgrp: reinstate Tito's optional atexit freeing | Denys Vlasenko | 2015-01-03 | 1 | -0/+15 |
* | libpwdgrp: fix a memory leak in getXXnam (we did not save address of string buf) | Denys Vlasenko | 2015-01-03 | 1 | -57/+74 |
* | libpwdgrp: tweak comments, replace one xmalloc with xzalloc | Denys Vlasenko | 2015-01-03 | 1 | -23/+17 |
* | libpwdgrp: use FAST_FUNC to make "matching ABI" optimization more likely to s... | Denys Vlasenko | 2015-01-02 | 4 | -42/+41 |
* | libpwdgrp: rewritten to use malloced implementation | Tito Ragusa | 2015-01-02 | 5 | -1067/+359 |
* | modprobe: revert checking for /, stop doing basename() on modprobe args | Denys Vlasenko | 2015-01-01 | 3 | -15/+12 |
* | Makefile: fix cscope target | Bartosz Golaszewski | 2014-12-31 | 2 | -18/+9 |
* | ash: fix a SEGV in ${#1} | Denys Vlasenko | 2014-12-29 | 1 | -9/+9 |
* | udhcpd: account for script delay in lease | John Schroeder | 2014-12-25 | 1 | -1/+5 |
* | Start 1.24.0 development cycle | Denys Vlasenko | 2014-12-24 | 1 | -2/+2 |
* | Bump version to 1.23.01_23_0 | Denys Vlasenko | 2014-12-24 | 1 | -1/+1 |
* | libbb: add sanity check in bb_arg_max() | Denys Vlasenko | 2014-12-24 | 1 | -1/+9 |
* | randomconfig fixes | Denys Vlasenko | 2014-12-22 | 4 | -7/+7 |
* | Make it possible to override LOGIN_FAIL_DELAY in CONFIG_EXTRA_CFLAGS | Peter Kümmel | 2014-12-22 | 1 | -0/+2 |
* | udhcpc: account for script run time | Denys Vlasenko | 2014-12-21 | 1 | -1/+5 |
* | nanddump: don't show --bb in usage when disabled | Baruch Siach | 2014-12-18 | 1 | -1/+3 |
* | nandwrite: fix build when long options are disabled | Baruch Siach | 2014-12-17 | 1 | -3/+4 |
* | lineedit: don't block when looking for escape sequence in vi-mode | Ron Yorston | 2014-12-15 | 1 | -1/+1 |
* | 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 |