aboutsummaryrefslogtreecommitdiff
path: root/miscutils (follow)
Commit message (Expand)AuthorAgeFilesLines
* Patch from Dennis Vlasenko resetting values that get reused.landley2006-05-051-5/+18
* Remove HDIO_GETGEO_BIG which is dead (removed from 2.6) and was pointless backlandley2006-05-031-12/+4
* Use ATTRIBUTE_NORETURN as suggested by tito, plus a few in-passing cleanups.landley2006-05-031-16/+13
* Patch from tito removing obsolete code.landley2006-05-011-142/+11
* Remove some unused code pointed out by Tito, plus a slightly more gracefullandley2006-04-291-35/+7
* Style fixes from Denis Vlasenko.landley2006-04-291-147/+146
* Another patch from Denis Vlasenko:landley2006-04-291-48/+42
* From Dennis Vlasenko, Make hdparm smaller:landley2006-04-291-73/+49
* Cleanup to hdparm by tito.landley2006-04-291-12/+11
* just include fcntl.h not sys/fcntl.hvapier2006-04-291-1/+1
* Rob Sullivan writes: rewrite the regex handling to improve stabilityvapier2006-04-291-58/+51
* Patch from tito to update output of hdparm.landley2006-04-281-12/+22
* - return ret so we return something meaningful.aldot2006-04-241-1/+1
* From Rob Sullivan: Fix a segfault with searching, plus some cleanups.landley2006-04-181-58/+49
* Patch from Tito to fix printing null and make output look like hdparm 6.3.landley2006-04-171-5/+5
* 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
* uncuddle if statementsvapier2006-04-161-5/+5
* use more boiler plate GPL noticesvapier2006-04-167-40/+11
* uncuddle bracketsvapier2006-04-161-69/+78
* Patch from Robert P Day: let menuconfig indent stuff for us, we don't havelandley2006-04-131-12/+12
* - patch from Denis Vlasenko to add and use bb_xopen3()aldot2006-04-133-27/+15
* - patch from Denis Vlasenko to add and use bb_xchdir()aldot2006-04-123-19/+12
* - patch from Denis Vlasenko to add and use bb_xdaemon()aldot2006-04-122-5/+3
* - tweak visibility of label expected_hwif_error as it's only needed foraldot2006-04-111-0/+2
* - make sure that the label expected_hwif_error is visible even whenaldot2006-04-051-15/+3
* Clarify.landley2006-03-301-3/+1
* add public-domain releasepgf2006-03-291-0/+5
* - commentary typosaldot2006-03-242-2/+2
* fixup stylevapier2006-03-231-6/+3
* dont printf arguments given by user for security sanityvapier2006-03-232-2/+2
* - revert back to r14406aldot2006-03-131-10/+18
* Patch from Denis Vlasenko to add xstat() and use it.landley2006-03-131-2/+1
* - backout using features which are not available with the previous stablealdot2006-03-091-2/+6
* Robert P. Day removed 8 gazillion occurrences of "extern" on functionlandley2006-03-065-5/+5
* Patch from Robert P. Day, moving byte order checks to use platform.h macros.landley2006-03-041-2/+2
* - remove unused lists *-maldot2006-03-021-3/+0
* - use absolute path for top_builddir and top_srcdir.aldot2006-03-021-0/+4
* - fixes parallel builds (make -j)aldot2006-03-011-18/+9
* more security: don't start shell code from argvvodz2006-02-281-1/+1
* Cosmetic cleanup from tito.landley2006-02-281-21/+11
* - whitespace cleanup from Tito.aldot2006-02-271-23/+10
* Convert all the applets from #include to USE(). Had to fix some nonstandardlandley2006-02-232-2/+2
* Patch from Denis Vlasenko to constify things and fix a few typos.landley2006-02-222-33/+40
* Don't build directory libraries unless we're building an applet that needs it.landley2006-02-211-0/+2
* make the build system puuuuuuuuuuurtyvapier2006-02-021-3/+2
* removed anoinig warningsvodz2006-02-012-7/+7
* protect potential overflow for x86_64vodz2006-01-311-2/+3
* fix up yet more annoying signed/unsigned and mixed type errorsandersen2006-01-302-4/+5
* make certain we dereference the pointer as a time_t, esp on x86_64andersen2006-01-301-1/+1