Patch from Rogelio Serrano to defer checking whether the tty exists until
[oweals/busybox.git] / miscutils /
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...
2005-09-05 "Vladimir N. Oleynik"destroy bug [0000381]
2005-09-05 "Vladimir N. Oleynik"1) bb_opt_complementaly -> bb_opt_complementally
2005-09-01 Rob LandleyAccording to bug #63, crond is unhappy with crontab...
2005-08-20 Rob LandleyBernhard Fischer provided a mountpoint(1) applet. ...
2005-08-10 Rob LandleyMajor rewrite of mount, umount, losetup. Untangled...
2005-08-01 Paul Foxcommiting:
2005-08-01 Paul Foxnew config display applet, from bug 46. i've changed...
2005-07-31 Mike Frysingereat leading whitespace with preprocessor
2005-07-27 Mike Frysingeruse toplevel ARFLAGS and update default ARFLAGS to...
2005-07-18 Eric AndersenFixup makedevs to handle regular files, and also fix
2005-07-18 Eric Andersena bit more polish
2005-07-18 Eric Andersena bit of polish on makedevs
2005-07-18 Eric Andersenthe makedevs config option was pretty much totally...
2005-07-18 Eric AndersenFixup device table based makedevs so it actually works
2005-07-01 Mike FrysingerPatch by jonlar in Bug 312 to split the U_W_TMP feature...
2005-06-23 Eric Andersenapplets specified as _BB_SUID_ALWAYS in applets.h shoul...
2005-06-09 Eric AndersenAbout time to just apply this and kill off the patches
2005-06-07 Rob LandleyTito posted a devfsd error message fix. It's highly...
2005-06-07 Rob LandleyClean up strings.c to use busybox's option processing...
2005-05-15 Rob LandleyTito pointed out I'd broken -t (argv[optind] can't...
2005-05-14 Rob LandleyAdd automatic umount support to eject command. Patch...
2005-05-11 Mike Frysingerimport eject by Peter Willis / Tito Ragusa
2005-04-16 Eric AndersenPatch from Bernhard Fischer to make a bunch of symbols...
2004-10-13 Eric AndersenMake certain clients of bb_make_directory default to...
2004-10-08 Eric Andersenegor duda writes:
2004-08-26 Eric AndersenImprove the setuid situation a bit, and make it more...
2004-07-30 Eric AndersenFix incorrect arguments being passed to mknod
2004-07-30 Eric AndersenFixup getty, login, etc so the utmp and wtmp are update...
2004-07-30 Eric AndersenFix up brain damage with the way major and minor are...
2004-07-26 Eric AndersenBusyBox has no business hard coding the number of major...
2004-07-24 Glenn L McGrathPatch by Paul Whittaker, make busybox dc compatable...
2004-07-20 Eric AndersenAvoid a naming conflict with include/bits/fcntl.h
2004-07-20 Eric AndersenInclude some documentation posted to the list by vodz
2004-06-05 Glenn L McGrathWoops, the previous commit was an accident, its supplie...
2004-06-05 Glenn L McGrathDevice table support for makedevs, the previous behavio...
2004-04-30 Glenn L McGrathBugfixes
2004-04-14 Eric AndersenLarry Doolittle writes:
2004-04-05 Eric AndersenTito, farmatito at tiscali dot it writes:
2004-03-20 Eric AndersenTito noticed a printf that should have been a bb_error_msg.
2004-03-19 Eric AndersenFix broken arg parsing (was not passing pointer to...
2004-03-15 Eric AndersenRemove trailing whitespace. Update copyright to includ...
2004-02-22 Glenn L McGrathPatch from Florian Schirmer. compile fix for debug...
2004-02-22 Glenn L McGrathFixup braces (patch from Thomas Geulig), run through...
2004-02-14 Eric AndersenAvoid naming conflict with symbol in newer glibc headers
2004-02-04 Glenn L McGrathBug fix from Tito.
2003-12-23 Glenn L McGrathFix compile error, the indenting really needs to be...
2003-12-20 Glenn L McGrathNew applet, rx, by Christopher Hoover
next