Use -ffunction-sections -fdata-sections --gc-sections if the compiler supports
[oweals/busybox.git] / miscutils /
2006-06-08 Rob LandleyPatch from Erik Hovland, via Tito.
2006-06-08 Rob LandleySome day, maybe gcc will be able to optimize out static...
2006-06-07 Mike Frysingerinitial support for no-mmu systems
2006-06-07 Mike Frysingerhint at where the Magic comes from
2006-06-07 Bernhard Reutner... - do away with the comment that noted that the current...
2006-06-07 Rob LandleyFix from Tito to read from stdin only when it's not...
2006-06-07 Rob LandleyConsolidate devfs garbage and mark it as obsolete.
2006-06-07 Bernhard Reutner... - add applet taskset to set/retrieve the CPU affinity...
2006-06-07 Mike FrysingerTito writes: this patch fixes two potential bugs with...
2006-06-07 Rob LandleyCallers to identify() converted the endianness of the...
2006-06-06 Mike Frysingeruse vfork() instead of vork() since the only thing...
2006-06-03 Bernhard Reutner... - remove superfluous call of stack_machine(0) upon...
2006-06-03 Bernhard Reutner... - no need to have timer_duration in the data section.
2006-06-03 Bernhard Reutner... - use bb_msg_write_error in 3 places
2006-06-03 Bernhard Reutner... - move #include busybox.h to the very top so we pull...
2006-05-31 Rob LandleyPatch from Tito to remove long options from hdparm.
2006-05-31 Bernhard Reutner... - s/defined(__uClinux__)/BB_NOMMU/
2006-05-29 Rob LandleySize reductions, mostly switching things to use libbb...
2006-05-29 Rob LandleyAdd SWAP_LE?? and SWAP_BE?? macros, and make things...
2006-05-28 Rob LandleyFix hdparm to use PRIu64 instead of typecasting to...
2006-05-27 Rob LandleyMove portability stuff to platform.h, and clean up...
2006-05-27 Rob LandleyConsolidate #include <sys/time.h> so libbb.h does it.
2006-05-27 Bernhard Reutner... - use the defines CURRENT_TTY and VC_1; also shrink...
2006-05-26 Bernhard Reutner... - provide fallback defines for non-linux
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...
next