| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | libbb: make INET[6]_rresolve use sockaddr2{host,dotted}_noport | Denys Vlasenko | 2015-02-03 | 1 | -51/+33 |
* | gzip: speed up and shrink put_16bit() | Denys Vlasenko | 2015-02-02 | 2 | -7/+36 |
* | gzip: do not store timestamp in gzip header | Rich Felker | 2015-02-02 | 1 | -4/+16 |
* | platform.h: enable mempcpy for FreeBSD | Denys Vlasenko | 2015-02-02 | 1 | -1/+6 |
* | ubiattach: add option -O | Micke Prag | 2015-01-30 | 1 | -4/+8 |
* | telnetd: we only need CONFIG_UNIX98_PTYS from the Linux kernel | Martin Kaiser | 2015-01-30 | 1 | -2/+1 |
* | dpkg: update supported compression methods | Denys Vlasenko | 2015-01-30 | 6 | -0/+50 |
* | platform.h: mempcpy needs <string.h> | Denys Vlasenko | 2015-01-29 | 1 | -0/+1 |
* | ntpd: get rid of G.initial_poll_complete | Denys Vlasenko | 2015-01-29 | 1 | -5/+2 |
* | dhcpd: fix an improper widening conversion | Denys Vlasenko | 2015-01-27 | 1 | -1/+2 |
* | ftpd: prevent zombies. closes 7832 | Denys Vlasenko | 2015-01-26 | 1 | -2/+7 |
* | platform.h: add compat mempcpy | Denys Vlasenko | 2015-01-25 | 1 | -0/+9 |
* | depmod: simple memory optimization | Denys Vlasenko | 2015-01-24 | 2 | -11/+14 |
* | trim extra newlines in help texts | Denys Vlasenko | 2015-01-24 | 4 | -5/+6 |
* | modprobe: fix modprobe -r and parsing of /etc/modprobe.d | Natanael Copa | 2015-01-19 | 1 | -1/+1 |
* | modprobe: fix "modprobe devname:snd/timer" case (alias with a slash) | Denys Vlasenko | 2015-01-15 | 1 | -4/+9 |
* | modprobe: fix recent breakage: modules.dep reading code needs to strip dirname | Denys Vlasenko | 2015-01-15 | 1 | -4/+10 |
* | 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 |