aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-09-11inetd: close new udp fd in "udp nowait" caseDenys Vlasenko
2011-09-11chpasswd: fix possible free() or non-allocated string. +8 bytesDenys Vlasenko
2011-09-11awk: fix a SEGVDenys Vlasenko
2011-09-10stop declariong our own dirname prototypeDenys Vlasenko
2011-09-10regularize options which control size/speed tradeDenys Vlasenko
2011-09-10awk: fix define name collision with BSD headersDenys Vlasenko
2011-09-09gzip: new GZIP_BIG_MEM optionIan Wienand
2011-09-09depmod.pl: output correct dep format according to kernel versionSonic Zhang
2011-09-09tweak comments in android build filesDenys Vlasenko
2011-09-09Android build fixes and alternate (hopefully simpler) defconfig for itDenys Vlasenko
2011-09-09unzip: fflush stdout before reading interative y/n answer from stdinDenys Vlasenko
2011-09-09vi: prevent unlimited recursion in do_cmd(). Closes 4153Denys Vlasenko
2011-09-09udhcp: remove the declaration of non-existent udhcp_checksumBaruch Siach
2011-09-08inet_cksum: big-endian fixDenys Vlasenko
2011-09-07Fix compile breakageDenys Vlasenko
2011-09-07awk: next_input_file can return NULL, don't SEGV in this case.Denys Vlasenko
2011-09-07networking: consolidate the IP checksum code. -129 bytes.Baruch Siach
2011-09-07crond: fix the case when option -d is disabledDenys Vlasenko
2011-09-04lineedit: remove SAVE_HISTORY bit, ->hist_file can be used as indicatorDenys Vlasenko
2011-09-04lineedit: add support for history saving on exitDenys Vlasenko
2011-09-04lineedit: fix atomic replace of history file; hush: fix $HISTFILE handlingDenys Vlasenko
2011-08-28grep: be GNU compatible with -f EMPTY_FILELauri Kasanen
2011-08-28top: fix CPU% for thread display. Closes 4081Denys Vlasenko
2011-08-28Fix find -follow supportIan Wienand
2011-08-28Fixes for warnings in FreeBSD buildDenys Vlasenko
2011-08-28Fixes for FreeBSD buildMatthias Andree
2011-08-22uncompress: die on read errorsDenys Vlasenko
2011-08-22patch: make it able to create files (again)Rob Landley
2011-08-18uncompress: fix buffer underrun by corrupted inputDenys Vlasenko
2011-08-16hostid: fix behavior on identifiers starting with zerosPere Orga
2011-08-16cttyhack: trivial spelling/spacing fixesKevin Cernekee
2011-08-16cttyhack: remove the trailing newline when reading console name from sysfsKevin Cernekee
2011-08-16patch: add a test we currently failDenys Vlasenko
2011-08-16sed: fix range handling for sed -i. Closes 4069Denys Vlasenko
2011-08-16less: fix for screen size detectionDenys Vlasenko
2011-08-13swapoff: dont pass "p" in opt_complementaryDenys Vlasenko
2011-08-13conspy,nandwrite,nanddump: enable in defconfigDenys Vlasenko
2011-08-13Start 1.20.0 development cycleDenys Vlasenko
2011-08-13Bump version to 1.19.0, update copyright year in help messageDenys Vlasenko
2011-08-11testsuite: fixes after randomconfig runDenys Vlasenko
2011-08-11find: fix a bug in !ENABLE_FEATURE_FIND_XDEV configDenys Vlasenko
2011-08-10uptime: more compatible outputDenys Vlasenko
2011-08-10randomconfig fixesDenys Vlasenko
2011-08-10randomconfig fixesDenys Vlasenko
2011-08-09randomconfig fixesDenys Vlasenko
2011-08-09remove extra IF_WHO()Denys Vlasenko
2011-08-09remove extra += who.oDenys Vlasenko
2011-08-09df: more compatible -P behaviorRalf Friedl
2011-08-09zcip.script: fix $ip environment variableThomas Petazzoni
2011-08-09users: new applet.Tito Ragusa