aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* - print "Obsolet headers" instead of "Obsolete function usage" when checkingaldot2006-04-281-1/+1
* More usage.h cleanups, with collateral changes to httpd. Specifically,landley2006-04-283-102/+44
* Patch from tito to update output of hdparm.landley2006-04-281-12/+22
* Patch from Dennis Vlasenko to add the option to compress help text.landley2006-04-277-24/+102
* Re-wordwrap the new tests, and fix seq.c to pass them.landley2006-04-272-11/+9
* - add two regression tests for seq.aldot2006-04-271-0/+4
* - add note about crondaldot2006-04-261-0/+3
* - patch from Denis Vlasenko to make sizes PHONY and to add objsizes which printsaldot2006-04-262-0/+14
* Convert a chunk of usage.h to USE_ and SKIP_ (more to do there), and fix alandley2006-04-253-134/+62
* Portability tweak from Shaun Jackman, don't include asm/page.h directly.landley2006-04-251-1/+1
* From Denis Vlasenko:landley2006-04-241-223/+177
* - return ret so we return something meaningful.aldot2006-04-241-1/+1
* Jason Schoon writes: Attached is a patch to display the usage message if fuse...vapier2006-04-211-0/+3
* Jason Schoon writes: This makes the case where LFS is not defined, but fdisk ...vapier2006-04-211-5/+1
* 2006-04-20 Shaun Jackman <sjackman@gmail.com>vapier2006-04-212-0/+10
* - passwd doesnt use salt with md5 passwords; bug #604 thanks tavisosolar2006-04-211-3/+11
* kill signed warningsvapier2006-04-202-3/+3
* Patch from Jean Wolter:landley2006-04-192-18/+38
* svn 14824 broke -funsigned-char and possibly building out of tree, becauselandley2006-04-191-13/+25
* New applet cksum, from Rob Sullivan.landley2006-04-185-0/+69
* Remove some #if 0 code.landley2006-04-181-9/+0
* Simplify the GPL boilerplate.landley2006-04-181-18/+2
* - typo: s/derefernce/dereference/galdot2006-04-183-4/+6
* - commentary typo and superfluous whitespace removal in weird messages.aldot2006-04-181-3/+3
* - improve wording in some help texts a little bit.aldot2006-04-181-9/+9
* - add typo s/deamon/daemon/galdot2006-04-181-0/+1
* - patch from P.J. Day to rely on the automatic indenting provided by depends.aldot2006-04-181-62/+60
* - enable dumpleases applet again; bad robaldot2006-04-181-1/+1
* - add grep for typo s/algorithic/algorithmic/galdot2006-04-181-0/+1
* - BusyBox is under GPL.aldot2006-04-185-5/+5
* - simplify config options of the ip applet.aldot2006-04-181-76/+58
* From Rob Sullivan: Fix a segfault with searching, plus some cleanups.landley2006-04-181-58/+49
* Robert Eggers noticed that nfsmount would sometimes incorrectly return success.landley2006-04-171-6/+2
* Glenn gave permission for GPLv2 "or later".landley2006-04-172-15/+4
* Patch from Tito to fix printing null and make output look like hdparm 6.3.landley2006-04-171-5/+5
* Remove a superfluous quote and more non-generic standalone code.landley2006-04-171-10/+1
* Elf dynamic linker stuff from Rich Felker.landley2006-04-171-0/+35
* enable udhcp applets again; bad robvapier2006-04-171-2/+2
* just use the stack to kill memleak and return if user didnt give us anything ...vapier2006-04-161-7/+5
* use xmalloc, dont hardcode length of string, and get rid of pointless call to...vapier2006-04-161-3/+2
* kill off pointless malloc.h includevapier2006-04-163-3/+0
* kill pointless memory.h includesvapier2006-04-162-2/+0
* add a check for obsolete headersvapier2006-04-161-3/+13
* - fix typo. Thanks to David Moberg for pointing this out.aldot2006-04-161-1/+1
* uncuddle if statementsvapier2006-04-161-5/+5
* use more boiler plate GPL noticesvapier2006-04-167-40/+11
* uncuddle bracketsvapier2006-04-161-69/+78
* add some tests for common typos and for obsolete functionsvapier2006-04-161-1/+47
* use memmove() instead of bcopy()vapier2006-04-162-12/+12
* touchup commentvapier2006-04-161-1/+1