summaryrefslogtreecommitdiff
path: root/shell (unfollow)
Commit message (Collapse)AuthorFilesLines
2006-05-19The gnu extension to have realpath() malloc its buffer when handed a NULLBernhard Reutner-Fischer1-2/+3
isn't implemented in uClibc, so we can't use it. (r15092 from trunk plus coding-style fix for the patch)
2006-05-19Resync less.c with current svn to fix a segfault in searching.Bernhard Reutner-Fischer1-195/+173
(revisions 14889, 14890, 14891, 14896, 14897, 14905, 14961 from trunk)
2006-05-19Patch to fix bug 868, and some related cleanup while I was in the area.Bernhard Reutner-Fischer1-16/+6
A tab is now taken as the end of filename if it's there, but if it isn't (because the timestamp isn't there) we continue with the existing untruncated line as the filename. (r15025 from trunk plus coding-style fixes for the patch)
2006-05-19Patch from Jason Schoon to make mount -a not abort on the first failure.Bernhard Reutner-Fischer1-4/+6
(r15005 from trunk)
2006-05-19- make sure not to trip enless loops when using strlen in IMA mode.Bernhard Reutner-Fischer3-36/+16
(r15000 from trunk plus preprocessor fixes plus repair of commit message)
2006-05-19Patch from Shaun Jackman:Bernhard Reutner-Fischer1-7/+11
ls has an ugly bug. ls uses an array of pointers, the elements of which are all in a linked list. To free the elements, instead of freeing all the elements in the array, array[0..nelements], it frees by iterating the linked list starting at array[0], which it assumes is the head of the list. Unfortunately, ls also sorts the array! So, array[0] is no longer the head, but somewhere in the middle of the linked list. This patch fixes this bug, and also adds an ENABLE_FEATURE_CLEAN_UP stanza. (r14978 from trunk)
2006-05-19- passwd doesnt use salt with md5 passwords; bug #604 thanks tavisoBernhard Reutner-Fischer1-3/+11
(r14930 from trunk)
2006-05-13pull Rules.mak from top_srcdir as pointed out by Robert P. J. Day on the ↵Mike Frysinger23-22/+58
mailing list
2006-05-05fix Bug 659 as reported by Robin GetzMike Frysinger1-0/+4