- fix copy'n paste errors that got introduced when switching to the shorter boilerplate.
[oweals/busybox.git] / include /
2006-09-12 Rob LandleyRevert duplicate patch.
2006-09-12 Rob LandleyRemove pointless "const". Bloatcheck says 0 bytes...
2006-09-12 Rob LandleyFix from Bernhard for somebody trying to limp along...
2006-09-12 Bernhard Reutner... - small trivia to be gentle to gcc-2.95.x which had...
2006-09-11 Denis Vlasenkonfsmount: sanitize it. It had a rather peculiar idea...
2006-09-11 Bernhard Reutner... - merge xstat.c into xfuncs.c
2006-09-11 Rob LandleyError reporting fix for sulogin, plus remove help entri...
2006-09-08 Denis Vlasenkologin: style fixes
2006-09-07 Denis Vlasenkogetty, sulogin: convert to using bb_msg for syslog...
2006-09-06 Denis VlasenkoImplement optional syslog logging using ordinary
2006-09-03 Denis Vlasenkouuencode: common implementation for wget and uuencode...
2006-09-03 Denis Vlasenkotar: revert older fix (non-portable), added new one.
2006-09-02 Denis Vlasenkoping: implement -I option
2006-09-02 Bernhard Reutner... - patch from Csaba Henk to make the "User-Agent" header...
2006-08-28 Bernhard Reutner... - pull from busybox_scratch: r15829:15850
2006-08-28 Rob LandleyNo real need for my_query_module() and this eliminates...
2006-08-20 Rob LandleyMichael Opdenacker contributed a readahead applet.
2006-08-10 Rob LandleyOk, features.h already defines _OPEN_SOURCE (and compla...
2006-08-09 Rob LandleyAnother whack at scripts/individual. Now builds 212...
2006-08-09 Rob LandleyUpdate usage to talk about the new shared subtree stuff...
2006-08-08 Rob LandleyAdd shared subtree support, suggested by Vladimir Dronn...
2006-08-06 Rob LandleyTeach md5sum and sha1sum to work the way other applets...
2006-08-05 Rob Landleyscripts/individual now builds 171 applets. Some of...
2006-08-03 Rob LandleyRemove xcalloc() and convert its callers to xzalloc...
2006-08-03 Rob LandleyThese should have been part of 15767 too.
2006-08-03 Rob LandleyRemove bb_ prefixes from xfuncs.c (and a few other...
2006-07-20 Mike Frysingermove lchown/chown define out of specific files and...
2006-07-20 "Robert P. J. Day""formated" -> "formatted" throughout the code base.
2006-07-17 Rob LandleyPatch from Thaddeus Ternes, adding chuid to start-stop...
2006-07-16 Rob LandleyCleaup read() and write() variants, plus a couple of...
2006-07-15 Rob LandleyWe need xsetuid() and xsetgid() because per-user proces...
2006-07-12 Rob LandleyA couple things that got tangled up in my tree, easier...
2006-07-11 Rob LandleyPatch from Tito to remove pwd_to_spwd (which we don...
2006-07-10 Rob LandleyUpgrade netcat a lot. Make -e able to take the rest...
2006-07-06 Rob LandleyMinor build tweaks that save 1100 bytes building busybo...
2006-07-02 "Robert P. J. Day"Standardize on the vi editing directives being on the...
2006-06-30 Rob LandleyRevert taskset for 1.2.0. It emits a warning, breaks...
2006-06-29 Rob LandleySome old kernel headers don't #include BLKSSZGET in...
2006-06-28 Mike Frysingercleanup patch usage
2006-06-26 Mike Frysingerfix watchdog on no-mmu systems by adding -F option...
2006-06-26 Rob LandleyUpgrade mdev to allow commands to be run on create...
2006-06-24 Rob LandleyDocument mount's new error return conventions.
2006-06-24 Rob LandleySlowly pulling more common headers into libbb.h. Andre...
2006-06-22 Rob LandleyPatch from Shaun Jackman to replace CFLAGS_EXTRA with...
2006-06-22 Rob LandleyCONFIG_DHCP -> CONFIG_APP_DHCP.
2006-06-20 Rob LandleySince rangecoder is just a bunch of C functions, move...
2006-06-18 Rob LandleyUndo all of the ugliness and some of the bloat from...
2006-06-18 Rob Landleyskip_whitespace() shouldn't claim its return value...
2006-06-15 Rob LandleyWe came up with our own names for ATTRIBUTE_*, so why...
2006-06-15 Rob LandleyPatch from Yann Morin to put BLKGETSIZE64 in platform...
2006-06-14 Rob LandleyAttempt at fixing bug 815 by upgrading bb_spawn() so...
2006-06-13 Rob LandleyRandom cleanup of platform.h.
2006-06-11 Bernhard Reutner... - add fancy mode to start-stop-daemon to support -...
2006-06-09 Paul Foxadd ordering warning on enum Location
2006-06-08 Paul Foxmade "test" an ash built-in.
2006-06-07 Mike Frysingerneed prototype for new vfork_daemon()
2006-06-07 Rob LandleyFix from Tito to read from stdin only when it's not...
2006-06-07 Bernhard Reutner... - reuse strings and messages. Saves about 600B
2006-06-07 Bernhard Reutner... - add applet taskset to set/retrieve the CPU affinity...
2006-06-06 Mike Frysingeronly check __GNU_LIBRARY__ if it is actually defined
2006-06-05 Rob LandleyHeader cleanup on two more networking files (move libbb...
2006-06-02 Paul Foxfix fdflish typo (reported by erik hovland)
2006-06-01 Rob LandleyShaun Jackman pointed out that KERNEL_VERSION() is...
2006-06-01 Rob LandleyThe common case APPLET() macro only needs three arguments.
2006-05-31 Rob LandleyPatch from Tito to remove long options from hdparm.
2006-05-31 Rob LandleyHeader file cleanup. platform.h apparently needs to...
2006-05-31 Rob LandleyAdd catv (separate applet instead of cat -v). Also...
2006-05-31 Bernhard Reutner... - s/defined(__uClinux__)/BB_NOMMU/
2006-05-31 Bernhard Reutner... - conditionally define BB_NOMMU
2006-05-30 Rob LandleyPut parentheses around some of the SWAP() macros, as...
2006-05-29 Rob LandleyAdd SWAP_LE?? and SWAP_BE?? macros, and make things...
2006-05-29 Rob LandleyThis is not C++.
2006-05-29 Rob LandleyRemove _() and N_() from platform.h. #define them...
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-26 Rob LandleyChange llist_add_* to take the address of the list...
2006-05-26 Rob LandleySlight sanity fix: data is void *, not char *. And...
2006-05-26 Bernhard Reutner... - introduce and use bb_path_wtmp_file for portability...
2006-05-26 Bernhard Reutner... - move llist to top of file so we can potentially use...
2006-05-26 Bernhard Reutner... - add workaround for tar being broken since it uses...
2006-05-26 Bernhard Reutner... - move libc checks from busybox.h to platform.h
2006-05-26 Mike Frysingerfix spelling mistakes
2006-05-25 Rob LandleyRich Felker suggested removing dprintf() from watch...
2006-05-21 Rob LandleyNew version of nohup that's much smaller, less paranoid...
2006-05-19 Bernhard Reutner... - backout erroneously checked in snippet..
2006-05-19 Rob LandleyA pending item in my tree I might as well check in...
2006-05-19 Bernhard Reutner... - remove emacs layout block as suggested by Robert...
2006-05-19 Mike Frysingerfix indenting in help output for ifconfig
2006-05-19 Bernhard Reutner... - single KERNEL_VERSION(a,b,c) macro in platform.h
2006-05-16 Rob LandleyRob Sullivan cleaned up the longstanding patch from...
2006-05-16 Rob LandleyMake md5 calculation always go through an the buffer...
2006-05-12 Paul Foximplement -print0 for find
2006-05-08 Rob LandleyFiddling with llist to make memory management easier...
2006-05-08 Mike Frysingeradd back in udhcp support
2006-05-07 Rob LandleyThe udhcp was deleted from busybox in 14634. Bolting...
2006-05-07 Rob LandleyRemove bb_strlen() in favor of -fno-builtin-strlen...
2006-05-06 Mike Frysingerfix udhcp again
2006-05-05 Rob LandleyPatch from Dennis Vlasenko simplifying the APPLET macros.
2006-05-04 Rob LandleyNot quite compiler independent, but we've never tried...
next