| Commit message (Expand) | Author | Age | Files | Lines |
* | Patch from Dennis Vlasenko resetting values that get reused. | landley | 2006-05-05 | 1 | -5/+18 |
* | Remove HDIO_GETGEO_BIG which is dead (removed from 2.6) and was pointless back | landley | 2006-05-03 | 1 | -12/+4 |
* | Use ATTRIBUTE_NORETURN as suggested by tito, plus a few in-passing cleanups. | landley | 2006-05-03 | 1 | -16/+13 |
* | Patch from tito removing obsolete code. | landley | 2006-05-01 | 1 | -142/+11 |
* | Remove some unused code pointed out by Tito, plus a slightly more graceful | landley | 2006-04-29 | 1 | -35/+7 |
* | Style fixes from Denis Vlasenko. | landley | 2006-04-29 | 1 | -147/+146 |
* | Another patch from Denis Vlasenko: | landley | 2006-04-29 | 1 | -48/+42 |
* | From Dennis Vlasenko, Make hdparm smaller: | landley | 2006-04-29 | 1 | -73/+49 |
* | Cleanup to hdparm by tito. | landley | 2006-04-29 | 1 | -12/+11 |
* | just include fcntl.h not sys/fcntl.h | vapier | 2006-04-29 | 1 | -1/+1 |
* | Rob Sullivan writes: rewrite the regex handling to improve stability | vapier | 2006-04-29 | 1 | -58/+51 |
* | Patch from tito to update output of hdparm. | landley | 2006-04-28 | 1 | -12/+22 |
* | - return ret so we return something meaningful. | aldot | 2006-04-24 | 1 | -1/+1 |
* | From Rob Sullivan: Fix a segfault with searching, plus some cleanups. | landley | 2006-04-18 | 1 | -58/+49 |
* | Patch from Tito to fix printing null and make output look like hdparm 6.3. | landley | 2006-04-17 | 1 | -5/+5 |
* | just use the stack to kill memleak and return if user didnt give us anything ... | vapier | 2006-04-16 | 1 | -7/+5 |
* | use xmalloc, dont hardcode length of string, and get rid of pointless call to... | vapier | 2006-04-16 | 1 | -3/+2 |
* | uncuddle if statements | vapier | 2006-04-16 | 1 | -5/+5 |
* | use more boiler plate GPL notices | vapier | 2006-04-16 | 7 | -40/+11 |
* | uncuddle brackets | vapier | 2006-04-16 | 1 | -69/+78 |
* | Patch from Robert P Day: let menuconfig indent stuff for us, we don't have | landley | 2006-04-13 | 1 | -12/+12 |
* | - patch from Denis Vlasenko to add and use bb_xopen3() | aldot | 2006-04-13 | 3 | -27/+15 |
* | - patch from Denis Vlasenko to add and use bb_xchdir() | aldot | 2006-04-12 | 3 | -19/+12 |
* | - patch from Denis Vlasenko to add and use bb_xdaemon() | aldot | 2006-04-12 | 2 | -5/+3 |
* | - tweak visibility of label expected_hwif_error as it's only needed for | aldot | 2006-04-11 | 1 | -0/+2 |
* | - make sure that the label expected_hwif_error is visible even when | aldot | 2006-04-05 | 1 | -15/+3 |
* | Clarify. | landley | 2006-03-30 | 1 | -3/+1 |
* | add public-domain release | pgf | 2006-03-29 | 1 | -0/+5 |
* | - commentary typos | aldot | 2006-03-24 | 2 | -2/+2 |
* | fixup style | vapier | 2006-03-23 | 1 | -6/+3 |
* | dont printf arguments given by user for security sanity | vapier | 2006-03-23 | 2 | -2/+2 |
* | - revert back to r14406 | aldot | 2006-03-13 | 1 | -10/+18 |
* | Patch from Denis Vlasenko to add xstat() and use it. | landley | 2006-03-13 | 1 | -2/+1 |
* | - backout using features which are not available with the previous stable | aldot | 2006-03-09 | 1 | -2/+6 |
* | Robert P. Day removed 8 gazillion occurrences of "extern" on function | landley | 2006-03-06 | 5 | -5/+5 |
* | Patch from Robert P. Day, moving byte order checks to use platform.h macros. | landley | 2006-03-04 | 1 | -2/+2 |
* | - remove unused lists *-m | aldot | 2006-03-02 | 1 | -3/+0 |
* | - use absolute path for top_builddir and top_srcdir. | aldot | 2006-03-02 | 1 | -0/+4 |
* | - fixes parallel builds (make -j) | aldot | 2006-03-01 | 1 | -18/+9 |
* | more security: don't start shell code from argv | vodz | 2006-02-28 | 1 | -1/+1 |
* | Cosmetic cleanup from tito. | landley | 2006-02-28 | 1 | -21/+11 |
* | - whitespace cleanup from Tito. | aldot | 2006-02-27 | 1 | -23/+10 |
* | Convert all the applets from #include to USE(). Had to fix some nonstandard | landley | 2006-02-23 | 2 | -2/+2 |
* | Patch from Denis Vlasenko to constify things and fix a few typos. | landley | 2006-02-22 | 2 | -33/+40 |
* | Don't build directory libraries unless we're building an applet that needs it. | landley | 2006-02-21 | 1 | -0/+2 |
* | make the build system puuuuuuuuuuurty | vapier | 2006-02-02 | 1 | -3/+2 |
* | removed anoinig warnings | vodz | 2006-02-01 | 2 | -7/+7 |
* | protect potential overflow for x86_64 | vodz | 2006-01-31 | 1 | -2/+3 |
* | fix up yet more annoying signed/unsigned and mixed type errors | andersen | 2006-01-30 | 2 | -4/+5 |
* | make certain we dereference the pointer as a time_t, esp on x86_64 | andersen | 2006-01-30 | 1 | -1/+1 |