aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* ip link: add VLAN supportPatrick McHardy2013-07-151-9/+128
* ip: code shrinkDenys Vlasenko2013-07-153-20/+16
* typo fix in commentDenys Vlasenko2013-07-141-1/+1
* Commonalize typical [b,]k,m suffix structDenys Vlasenko2013-07-1311-58/+22
* chrt: remove warning for _POSIX_PRIORITY_SCHEDULINGBernhard Reutner-Fischer2013-07-081-3/+0
* typo fix in commentDenys Vlasenko2013-07-081-1/+1
* tail: code shrinkDenys Vlasenko2013-07-081-16/+15
* sed: remove now-redundant backslash-newline handlingDenys Vlasenko2013-07-081-16/+2
* sed: document where we are more liberal then GNUDenys Vlasenko2013-07-081-0/+6
* Call setlocale("") , not "C", if we want to set the default oneDenys Vlasenko2013-07-071-3/+12
* unicode: check $LC_CTYPE too to detect Unicode modeDenys Vlasenko2013-07-054-2/+13
* foo*sum: Correct syntax errorCristian Ionescu-Idbohrn2013-07-041-1/+1
* tail: track file size only in -f modeDenys Vlasenko2013-07-021-11/+15
* foo*sum: report I/O errors, don't merely exit with 1.Denys Vlasenko2013-07-021-1/+3
* unicode: check $LC_ALL to detect Unicode mode, not only $LANGDenys Vlasenko2013-07-023-6/+18
* wget: do not abort if "_" is encountered in a HTTP headerDenys Vlasenko2013-07-011-2/+10
* cryptpw: do not segfault on EOF. Closes 6350Denys Vlasenko2013-06-301-7/+12
* *: change execl sentinels from NULL to (char*)0Rich Felker2013-06-303-3/+3
* ubi_tools: enhance -s option to allow size multiplier to match mtd-utilsDenys Vlasenko2013-06-301-1/+8
* ubi_tools: add forgotten argv++Denys Vlasenko2013-06-301-1/+1
* ubi_tools: extend supported volume size to 64 bits; shrink codeDenys Vlasenko2013-06-301-149/+154
* ubimkvol: add -m option to create volume of maximum sizePaul B. Henson2013-06-301-6/+45
* pstree: fix theoretically unsafe codeDenys Vlasenko2013-06-281-1/+1
* ping: code shrinkDenys Vlasenko2013-06-281-13/+14
* Move create_icmp[6]_socket to its only user, and simplify itDenys Vlasenko2013-06-285-99/+44
* losetup: assorted fixes. Closes 6314Denys Vlasenko2013-06-272-18/+23
* lsof: correct check for symbolic linkThomas De Schampheleire2013-06-271-3/+6
* nslookup: set default DNS server again. Hopefully helps with 675Denys Vlasenko2013-06-271-2/+13
* md5/sha512: a better fix for strict aliasing warningsDenys Vlasenko2013-06-272-3/+4
* md5/sha512: fix strict aliasing warningsMike Frysinger2013-06-191-3/+3
* pstree: stop truncating thread namesMike Frysinger2013-06-191-3/+10
* ntpd: set offset to 0.0 in "usync" eventDenys Vlasenko2013-05-231-3/+8
* ntpd: set G.last_script_run even if script isn't configuredDenys Vlasenko2013-05-221-2/+2
* ntpd: make "unsync" code actually work.Denys Vlasenko2013-05-221-3/+13
* ntpd: drop delay outliers; run "unsync" handler if no replies for some timeDenys Vlasenko2013-05-221-8/+34
* sulogin: allow system maintenance login if root password is emptyJonathan Liu2013-05-212-3/+5
* sulogin: correct lying commentDenys Vlasenko2013-05-211-1/+1
* init: remove special-case code for machines with less tham 1 MB of RAM.Denys Vlasenko2013-05-211-15/+18
* stty: disable CIBAUD leak check - it is not necessary on LinuxDenys Vlasenko2013-05-171-1/+6
* stty: code shrinkDenys Vlasenko2013-05-171-30/+29
* udhcp: code shrinkDenys Vlasenko2013-05-171-17/+13
* udhcpc: fix a problem with binary-encoded options #2Denys Vlasenko2013-05-171-1/+1
* find:: get rid of nested function (it's a gcc-ism)Denys Vlasenko2013-05-161-6/+45
* grep: fix grep -x to not set REG_NOSUBJames Hogan2013-05-162-1/+15
* volume_id_internal.h: drop unoptimized byteswap routinesDenys Vlasenko2013-05-151-36/+16
* grep: don't bail out on first mismatch if '-w' option is setBartosz Golaszewski2013-05-152-8/+20
* Fix build failures caused by not compiling open_transformer.c (#2)Denys Vlasenko2013-05-151-0/+3
* find: support -HLPDenys Vlasenko2013-05-141-3/+12
* mdev: use $DEVNAME in uevent sysfs file for device node nameNikolaus Voss2013-05-131-12/+35
* hush: fix build failure if FEATURE_EDITING=y && !HUSH_INTERACTIVEDenys Vlasenko2013-05-121-3/+3