- add central knob to turn off getopt_long everywhere. EXPERIMENTAL!
[oweals/busybox.git] / miscutils /
2006-05-26 Bernhard Reutner... - add central knob to turn off getopt_long everywhere...
2006-05-26 Bernhard Reutner... - introduce and use bb_path_wtmp_file for portability...
2006-05-26 Mike FrysingerYann E. MORIN. writes:
2006-05-25 Rob LandleyAnd fix the error I just introduced. :)
2006-05-25 Rob LandleyRemove pointless #define.
2006-05-25 Rob LandleyPatch from Tito:
2006-05-21 Rob LandleyNew version of nohup that's much smaller, less paranoid...
2006-05-20 Bernhard Reutner... - silence warning about no return in function returning...
2006-05-19 Bernhard Reutner... - remove emacs layout block as suggested by Robert...
2006-05-19 Rob LandleyPatch from tito to replace shared memory usage with...
2006-05-19 Bernhard Reutner... - fix invalid mode
2006-05-16 Rob LandleyLargeish cleanup patch from Tito, mostly if statement...
2006-05-13 Mike Frysingerpull Rules.mak from top_srcdir as pointed out by Robert...
2006-05-11 Mike Frysingertypecast bbig to kill format warnings
2006-05-08 Rob LandleyThe if() is cheaper than the extra function parameter...
2006-05-07 Rob LandleyCleanup patch from tito.
2006-05-05 Rob LandleyPatch from Dennis Vlasenko resetting values that get...
2006-05-03 Rob LandleyRemove HDIO_GETGEO_BIG which is dead (removed from...
2006-05-03 Rob LandleyUse ATTRIBUTE_NORETURN as suggested by tito, plus a...
2006-05-01 Rob LandleyPatch from tito removing obsolete code.
2006-04-29 Rob LandleyRemove some unused code pointed out by Tito, plus a...
2006-04-29 Rob LandleyStyle fixes from Denis Vlasenko.
2006-04-29 Rob LandleyAnother patch from Denis Vlasenko:
2006-04-29 Rob LandleyFrom Dennis Vlasenko, Make hdparm smaller:
2006-04-29 Rob LandleyCleanup to hdparm by tito.
2006-04-29 Mike Frysingerjust include fcntl.h not sys/fcntl.h
2006-04-29 Mike FrysingerRob Sullivan writes: rewrite the regex handling to...
2006-04-28 Rob LandleyPatch from tito to update output of hdparm.
2006-04-24 Bernhard Reutner... - return ret so we return something meaningful.
2006-04-18 Rob LandleyFrom Rob Sullivan: Fix a segfault with searching, plus...
2006-04-17 Rob LandleyPatch from Tito to fix printing null and make output...
2006-04-16 Mike Frysingerjust use the stack to kill memleak and return if user...
2006-04-16 Mike Frysingeruse xmalloc, dont hardcode length of string, and get...
2006-04-16 Mike Frysingeruncuddle if statements
2006-04-16 Mike Frysingeruse more boiler plate GPL notices
2006-04-16 Mike Frysingeruncuddle brackets
2006-04-13 Rob LandleyPatch from Robert P Day: let menuconfig indent stuff...
2006-04-13 Bernhard Reutner... - patch from Denis Vlasenko to add and use bb_xopen3()
2006-04-12 Bernhard Reutner... - patch from Denis Vlasenko to add and use bb_xchdir()
2006-04-12 Bernhard Reutner... - patch from Denis Vlasenko to add and use bb_xdaemon()
2006-04-11 Bernhard Reutner... - tweak visibility of label expected_hwif_error as...
2006-04-05 Bernhard Reutner... - make sure that the label expected_hwif_error is visib...
2006-03-30 Rob LandleyClarify.
2006-03-29 Paul Foxadd public-domain release 1_1_0 1_1_1
2006-03-24 Bernhard Reutner... - commentary typos
2006-03-23 Mike Frysingerfixup style
2006-03-23 Mike Frysingerdont printf arguments given by user for security sanity
2006-03-13 Bernhard Reutner... - revert back to r14406
2006-03-13 Rob LandleyPatch from Denis Vlasenko to add xstat() and use it.
2006-03-09 Bernhard Reutner... - backout using features which are not available with...
2006-03-06 Rob LandleyRobert P. Day removed 8 gazillion occurrences of "exter...
2006-03-04 Rob LandleyPatch from Robert P. Day, moving byte order checks...
2006-03-02 Bernhard Reutner... - remove unused lists *-m
2006-03-02 Bernhard Reutner... - use absolute path for top_builddir and top_srcdir.
2006-03-01 Bernhard Reutner... - fixes parallel builds (make -j)
2006-02-28 "Vladimir N. Oleynik"more security: don't start shell code from argv
2006-02-28 Rob LandleyCosmetic cleanup from tito.
2006-02-27 Bernhard Reutner... - whitespace cleanup from Tito.
2006-02-23 Rob LandleyConvert all the applets from #include to USE(). Had...
2006-02-22 Rob LandleyPatch from Denis Vlasenko to constify things and fix...
2006-02-21 Rob LandleyDon't build directory libraries unless we're building...
2006-02-02 Mike Frysingermake the build system puuuuuuuuuuurty
2006-02-01 "Vladimir N. Oleynik"removed anoinig warnings
2006-01-31 "Vladimir N. Oleynik"protect potential overflow for x86_64
2006-01-30 Eric Andersenfix up yet more annoying signed/unsigned and mixed...
2006-01-30 Eric Andersenmake certain we dereference the pointer as a time_t...
2006-01-30 Bernhard Reutner... - add some ATTRIBUTE_UNUSED.
2006-01-30 "Vladimir N. Oleynik"removed warning "comparison between signed and unsigned...
2006-01-25 Tim Rikerjust whitespace
2006-01-15 Bernhard Reutner... - shared libbusybox.
2006-01-10 "Vladimir N. Oleynik"can use TMPDIR if user's HOMEDIR do not found. Noticed...
2005-12-21 Bernhard Reutner... - fix check for group and user, remove some whitespace...
2005-12-16 Rob LandleyAhem. Vladimir checked in a different fix bug didn...
2005-12-16 Rob LandleyLess would segfault if it had no tty. (Bug 600.)
2005-12-15 "Vladimir N. Oleynik"fopen(TTY...) to bb_xfopen(), close bug 600
2005-12-06 "Vladimir N. Oleynik"restore compare_string_array new interface (make broken...
2005-10-28 Bernhard Reutner... - add BB_APPLET_RUNLEVEL used by emdebian via /etc...
2005-10-28 Rob LandleyRob Sullivan sent in some cleanups, which I beat on...
2005-10-20 "Vladimir N. Oleynik"another more const
2005-10-15 "Vladimir N. Oleynik"data --> code
2005-10-08 Rob LandleyCoprolith polishing time: Tito switched devfsd over...
2005-09-29 "Vladimir N. Oleynik"change interface to bb_xasprintf() - more perfect for me.
2005-09-24 Mike Frysingeruse the shorter license header
2005-09-24 Mike Frysingeruse brief license line
2005-09-22 "Vladimir N. Oleynik"quick patch - have removed stranges for me
2005-09-21 "Vladimir N. Oleynik"moved include/bbconfigopts.h from miscutils to to top...
2005-09-20 Bernhard Reutner... - rename libbb's password helpers as suggested in libbb.h
2005-09-19 "Vladimir N. Oleynik"remove duplicate depend, its work for bb_mkdepend
2005-09-19 "Vladimir N. Oleynik"correct build bbconfig applet, correct previous change
2005-09-19 "Vladimir N. Oleynik"corect build bbconfig applet, Thanks, Bernhard Fischer
2005-09-19 "Vladimir N. Oleynik"1) read from stdin work now
2005-09-19 "Vladimir N. Oleynik"quick patchs: drop founded memory leak, more libbb...
2005-09-18 Mike FrysingerBernhard Fischer writes:
2005-09-18 Rob LandleyFirst cleanup pass, from Rob Sullivan. More to be...
2005-09-16 "Vladimir N. Oleynik"more C-compatibily, Thanks Bernhard Fischer
2005-09-16 "Vladimir N. Oleynik"small change for highlihting flags, more busyboxes...
2005-09-15 Rob LandleyNew applet "less", from Rob Sullivan.
2005-09-14 "Vladimir N. Oleynik"split libbb: moved xregcomp separatelly for speed up...
2005-09-14 "Vladimir N. Oleynik"removed strange extern void xregcomp(... from some...
2005-09-08 Rob LandleyTito sent in a few patches converting instances of...
next