Make some 64 bit warnings go away on x86-64.
[oweals/busybox.git] / include /
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...
2006-05-04 Rob LandleyIt was sitting there, in the patches directory, for...
2006-04-28 Rob LandleyMore usage.h cleanups, with collateral changes to httpd...
2006-04-27 Rob LandleyPatch from Dennis Vlasenko to add the option to compres...
2006-04-25 Rob LandleyConvert a chunk of usage.h to USE_ and SKIP_ (more...
2006-04-18 Rob LandleyNew applet cksum, from Rob Sullivan.
2006-04-18 Bernhard Reutner... - enable dumpleases applet again; bad rob
2006-04-17 Mike Frysingerenable udhcp applets again; bad rob
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 bb_xbind() and bb_xl...
2006-04-12 Bernhard Reutner... - patch from Denis Vlasenko to add and use bb_xdaemon()
2006-04-12 Bernhard Reutner... - patch from Denis Vlasenko to add and use bb_xsocket...
2006-04-12 Bernhard Reutner... - add and use bb_opendir(), bb_xopendir().
2006-04-11 Bernhard Reutner... - include netinet/in.h for struct sockaddr_in.
2006-04-11 Mike FrysingerRobert P. J. Day writes: even in the header file, make...
2006-04-10 Rob LandleyPatch from Tito to unify deluser and delgroup, and...
2006-04-10 Rob LandleyPatch from Rob Sullivan to consolidate crc32 table...
2006-04-06 Bernhard Reutner... - patch from Rob Sullivan to add support for -L
2006-04-06 Bernhard Reutner... - new applet diff. Rob Sullivan writes:
2006-04-03 Bernhard Reutner... - move buffer allocation schemes to libbb.h
2006-04-02 Bernhard Reutner... - typos: s/compatability/compatibility/g;s/compatable...
2006-04-02 Bernhard Reutner... - typo: s/compenent/component/g
2006-03-31 Bernhard Reutner... - update help text.
2006-03-30 Rob LandleyUpdate ipaddr help to match reality.
2006-03-29 Bernhard Reutner... find ./ -name .cvsignore | xargs svn rm
2006-03-28 Mike Frysingerjust whitespace fixes
2006-03-27 Rob Landleysetlogcons, from Jan Kaszka.
2006-03-25 Rob LandleyDefine both big endian and little endian macros.
2006-03-23 Mike Frysingerfix typo
2006-03-20 Rob LandleyCleanup: remove double quotes that don't seem to be...
2006-03-14 Rob LandleyTito unified fdflush and freeramdisk. I tweaked the...
2006-03-13 Rob LandleyPatch from Denis Vlasenko to add xstat() and use it.
2006-03-09 Rob LandleyFixup to the previous (portability) patch. Linux actua...
2006-03-09 Rob LandleyPortability patch from rfelker. The bb_asprintf.c...
2006-03-08 Mike Frysingerimport most of e2fsprogs 1.38 updates
2006-02-24 Rob LandleyMissed one in the get_line_from_file() update...
2006-02-23 Bernhard Reutner... - put NLS stuff in one central place to avoid redefines.
2006-02-23 Rob LandleyConvert all the applets from #include to USE(). Had...
2006-02-22 Mike Frysingerfix applet order
2006-02-22 Rob LandleyYou don't need an #ifdef around #defines in usage.
2006-02-21 Rob LandleyPatch from Devin Bayer to split up hash_fd.c into md5...
2006-02-21 Rob LandleyWalter Harms added -D to date, and I did a code cleanup...
2006-02-21 Mike Frysingereat extraneous newlines at the end of applet full usage
2006-02-21 Mike Frysingeradd setarch/linux32/linux64 applet
2006-02-20 Rob LandleyPatch from Giuseppe Ciotta to specify retry count.
2006-02-20 "Vladimir N. Oleynik"remove #undef strlen, use #define strlen always but...
next