Age | Commit message (Expand) | Author |
2006-05-21 | New version of nohup that's much smaller, less paranoid, consistent, | Rob Landley |
2006-05-20 | - silence warning about no return in function returning non-void | Bernhard Reutner-Fischer |
2006-05-19 | - remove emacs layout block as suggested by Robert P.J. Day | Bernhard Reutner-Fischer |
2006-05-19 | Patch from tito to replace shared memory usage with mlock(), slightly tweaked | Rob Landley |
2006-05-19 | - fix invalid mode | Bernhard Reutner-Fischer |
2006-05-16 | Largeish cleanup patch from Tito, mostly if statement therapy. | Rob Landley |
2006-05-13 | pull Rules.mak from top_srcdir as pointed out by Robert P. J. Day on the mail... | Mike Frysinger |
2006-05-11 | typecast bbig to kill format warnings | Mike Frysinger |
2006-05-08 | The if() is cheaper than the extra function parameter. According to make | Rob Landley |
2006-05-07 | Cleanup patch from tito. | Rob Landley |
2006-05-05 | Patch from Dennis Vlasenko resetting values that get reused. | Rob Landley |
2006-05-03 | Remove HDIO_GETGEO_BIG which is dead (removed from 2.6) and was pointless back | Rob Landley |
2006-05-03 | Use ATTRIBUTE_NORETURN as suggested by tito, plus a few in-passing cleanups. | Rob Landley |
2006-05-01 | Patch from tito removing obsolete code. | Rob Landley |
2006-04-29 | Remove some unused code pointed out by Tito, plus a slightly more graceful | Rob Landley |
2006-04-29 | Style fixes from Denis Vlasenko. | Rob Landley |
2006-04-29 | Another patch from Denis Vlasenko: | Rob Landley |
2006-04-29 | From Dennis Vlasenko, Make hdparm smaller: | Rob Landley |
2006-04-29 | Cleanup to hdparm by tito. | Rob Landley |
2006-04-29 | just include fcntl.h not sys/fcntl.h | Mike Frysinger |
2006-04-29 | Rob Sullivan writes: rewrite the regex handling to improve stability | Mike Frysinger |
2006-04-28 | Patch from tito to update output of hdparm. | Rob Landley |
2006-04-24 | - return ret so we return something meaningful. | Bernhard Reutner-Fischer |
2006-04-18 | From Rob Sullivan: Fix a segfault with searching, plus some cleanups. | Rob Landley |
2006-04-17 | Patch from Tito to fix printing null and make output look like hdparm 6.3. | Rob Landley |
2006-04-16 | just use the stack to kill memleak and return if user didnt give us anything ... | Mike Frysinger |
2006-04-16 | use xmalloc, dont hardcode length of string, and get rid of pointless call to... | Mike Frysinger |
2006-04-16 | uncuddle if statements | Mike Frysinger |
2006-04-16 | use more boiler plate GPL notices | Mike Frysinger |
2006-04-16 | uncuddle brackets | Mike Frysinger |
2006-04-13 | Patch from Robert P Day: let menuconfig indent stuff for us, we don't have | Rob Landley |
2006-04-13 | - patch from Denis Vlasenko to add and use bb_xopen3() | Bernhard Reutner-Fischer |
2006-04-12 | - patch from Denis Vlasenko to add and use bb_xchdir() | Bernhard Reutner-Fischer |
2006-04-12 | - patch from Denis Vlasenko to add and use bb_xdaemon() | Bernhard Reutner-Fischer |
2006-04-11 | - tweak visibility of label expected_hwif_error as it's only needed for | Bernhard Reutner-Fischer |
2006-04-05 | - make sure that the label expected_hwif_error is visible even when | Bernhard Reutner-Fischer |
2006-03-30 | Clarify. | Rob Landley |
2006-03-29 | add public-domain release | Paul Fox |
2006-03-24 | - commentary typos | Bernhard Reutner-Fischer |
2006-03-23 | fixup style | Mike Frysinger |
2006-03-23 | dont printf arguments given by user for security sanity | Mike Frysinger |
2006-03-13 | - revert back to r14406 | Bernhard Reutner-Fischer |
2006-03-13 | Patch from Denis Vlasenko to add xstat() and use it. | Rob Landley |
2006-03-09 | - backout using features which are not available with the previous stable | Bernhard Reutner-Fischer |
2006-03-06 | Robert P. Day removed 8 gazillion occurrences of "extern" on function | Rob Landley |
2006-03-04 | Patch from Robert P. Day, moving byte order checks to use platform.h macros. | Rob Landley |
2006-03-02 | - remove unused lists *-m | Bernhard Reutner-Fischer |
2006-03-02 | - use absolute path for top_builddir and top_srcdir. | Bernhard Reutner-Fischer |
2006-03-01 | - fixes parallel builds (make -j) | Bernhard Reutner-Fischer |
2006-02-28 | more security: don't start shell code from argv | "Vladimir N. Oleynik" |