Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-12-30 | done a dozen of randconfig test. guess what? ALL failed... | Denis Vlasenko | |
these are resulting fixes | |||
2006-12-19 | remove casts from xmalloc() | Denis Vlasenko | |
2006-12-19 | u_short, ulong exterminated | Denis Vlasenko | |
fdiskXXX: add a bit of sanity (not enough by far) | |||
2006-12-16 | s/extern inline/static ATTRIBUTE_ALWAYS_INLINE/g | Denis Vlasenko | |
xstrtou: disallow leading '+' | |||
2006-11-29 | cut 0.5k off mkfs.minix | Denis Vlasenko | |
assorted strtoul fixes (that's what brought me into minix)... | |||
2006-11-29 | getopt32-ification of fdisk | Denis Vlasenko | |
2006-11-27 | byteswap ops had extra mask ops - removed | Denis Vlasenko | |
2006-11-24 | header_verbose_list: stop truncating file size in listing | Denis Vlasenko | |
2006-11-18 | rodata cleanup. "unable to" == "cannot". -300 bytes | Denis Vlasenko | |
2006-10-28 | ls: cleanup part 1 | Denis Vlasenko | |
2006-10-27 | OFF_T_FMT -> OFF_FMT | Denis Vlasenko | |
2006-10-27 | top: batch mode should output all processes | Denis Vlasenko | |
2006-10-27 | last nail into error_msg() (de)capitalization | Denis Vlasenko | |
2006-10-26 | rename functions to more understandable names | Denis Vlasenko | |
2006-10-26 | silly size savings and capitalization fixes | Denis Vlasenko | |
2006-10-20 | message string changes, mostly for consistency, also -32 bytes in .rodata | Denis Vlasenko | |
2006-10-14 | fdisk: compilation fix | Denis Vlasenko | |
2006-10-12 | fdisk: separate sun/aix/etc code into #included files | Denis Vlasenko | |
2006-10-08 | attempt to regularize atoi mess. | Denis Vlasenko | |
2006-10-03 | lots of silly indent fixes | Denis Vlasenko | |
2006-09-17 | whitespace cleanup | Denis Vlasenko | |
2006-08-29 | Svn 16007 broke the build under gcc 4.0.3. This fixes up some of the damage | Rob Landley | |
(the e2fsprogs directory is too twisty and evil to easily fix, but I plan to rewrite it anyway so I'll just bump that up in priority a bit). | |||
2006-08-03 | Remove xcalloc() and convert its callers to xzalloc(). About half of them | Rob Landley | |
were using "1" as one of the arguments anyway, and as for the rest a multiply and a push isn't noticeably bigger than pushing two arguments on the stack. | |||
2006-07-02 | Standardize on the vi editing directives being on the first line. | "Robert P. J. Day" | |
2006-07-01 | Remove "#if 0" content. | "Robert P. J. Day" | |
2006-06-30 | fix from Kolbjørn Barmen for building for m68k targets | Mike Frysinger | |
2006-06-25 | Various cleanups I made while going through Erik Hovland's patch submissions, | Rob Landley | |
some of which are even from him. :) | |||
2006-06-15 | Patch from Yann Morin to put BLKGETSIZE64 in platform.h had rather a lot of | Rob Landley | |
fallout due to the #include <sys/mount.h>. Removed that #include from various applets and fixed up those that were unhappy when that #include was made because they'd block copied stuff out of it. (Sigh.) | |||
2006-06-13 | Random cleanup of platform.h. | Rob Landley | |
2006-05-29 | Remove _() and N_() from platform.h. #define them as NOP macros in the two | Rob Landley | |
files still using them. I didn't remove them from e2fsck.c to avoid stomping pending cleanup patches from Garrett, and I didn't bother to remove them from fdisk.c because that entire file needs to be rewritten from scratch. | |||
2006-05-26 | fix spelling mistakes | Mike Frysinger | |
2006-05-05 | Migrate endianness macros. | Rob Landley | |
2006-04-16 | use memmove() instead of bcopy() | Mike Frysinger | |
2006-02-25 | strip out unneeded comments | Mike Frysinger | |
2006-02-25 | fdisk unmaintained now :( | "Vladimir N. Oleynik" | |
2006-02-25 | Another clean-up patch from Garrett. | Rob Landley | |
2006-02-25 | Minor cleanup from Garrett Kajmowicz. | Rob Landley | |
2006-02-24 | Cleanup from Denis Vlasenko. | Rob Landley | |
2006-02-23 | - put NLS stuff in one central place to avoid redefines. | Bernhard Reutner-Fischer | |
Fixes warnings about: fdisk.c:45:1: warning: "_" redefined nfsmount.c:121:1: warning: "_" redefined nfsmount.c:122:1: warning: "N_" redefined interface.c:84:1: warning: "_" redefined | |||
2006-01-31 | - bzero -> memset | Bernhard Reutner-Fischer | |
text data bss dec hex filename 1652855 14444 1215616 2882915 2bfd63 busybox.oorig.gcc-3.3 1652823 14444 1215616 2882883 2bfd43 busybox.gcc-3.3 1603655 14412 1215552 2833619 2b3cd3 busybox.oorig.gcc-3.4 1603655 14412 1215552 2833619 2b3cd3 busybox.gcc-3.4 1609755 14508 1215744 2840007 2b55c7 busybox.oorig.gcc-4.0 1609755 14508 1215744 2840007 2b55c7 busybox.gcc-4.0 1590495 13516 1215392 2819403 2b054b busybox.oorig.gcc-4.1-HEAD 1590495 13516 1215392 2819403 2b054b busybox.gcc-4.1-HEAD 1589079 13036 1213248 2815363 2af583 busybox.oorig.gcc-4.2-HEAD 1589079 13036 1213248 2815363 2af583 busybox.gcc-4.2-HEAD | |||
2006-01-31 | - add and use ATTRIBUTE_ALIGNED(num_bytes) | Bernhard Reutner-Fischer | |
- remove unused parameter pindex from fdisk.c, xbsd_initlabel() | |||
2006-01-30 | hopefully the last of the annoying signed/unsigned and mixed type errors | Eric Andersen | |
2006-01-22 | - add platform.h. | Bernhard Reutner-Fischer | |
- use shorter boilerplate while at it. | |||
2005-12-02 | reduce signedness warning | "Vladimir N. Oleynik" | |
2005-11-24 | reduce bss | "Vladimir N. Oleynik" | |
2004-06-28 | Avoid a number of places where large drives could wrap a uint, and | Eric Andersen | |
instead use off_t which will be automagically promoted to 64bit if compiled with support for large drives. -Erik | |||
2004-05-26 | Per suggestion from Bastian Blank, be less evil when we force fdisk to | Eric Andersen | |
transparently remap 32-bit interfaces to actually use 64 bit interfaces. -Erik | |||
2004-05-19 | Erik, | Eric Andersen | |
>http://busybox.net/cgi-bin/cvsweb/busybox/util-linux/fdisk.c?r1=1.22&r2=1.23&diff_format=u Its hack for "force" ;-) If to return the previous version of a Config.in http://busybox.net/cgi-bin/cvsweb/busybox/util-linux/Config.in?r1=1.12&r2=1.13 and to apply last patch, then I shall calm down. ;-) (OOPS, last patch have autocorrected from my editor begins spaces to tabs and removed spaces from empty lines too). --w vodz | |||
2004-05-19 | Make vodz happy and make fdisk always use large file support if | Eric Andersen | |
possible, even if LFS is not enabled for the rest of busybox. -Erik | |||
2004-04-14 | Larry Doolittle writes: | Eric Andersen | |
This is a bulk spelling fix patch against busybox-1.00-pre10. If anyone gets a corrupted copy (and cares), let me know and I will make alternate arrangements. Erik - please apply. Authors - please check that I didn't corrupt any meaning. Package importers - see if any of these changes should be passed to the upstream authors. I glossed over lots of sloppy capitalizations, missing apostrophes, mixed American/British spellings, and German-style compound words. What is "pretect redefined for test" in cmdedit.c? Good luck on the 1.00 release! - Larry |