Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-06-12 | diff: shrink code (-85 bytes): | Denis Vlasenko | |
function old new delta fiddle_sum 8 - -8 diffreg 2717 2690 -27 prepare 334 284 -50 ------------------------------------------------------------------------------ (add/remove: 0/1 grow/shrink: 0/2 up/down: 0/-85) Total: -85 bytes s/ATTRIBUTE_ALWAYS_INLINE/ALWAYS_INLINE/g | |||
2007-06-02 | fdisk: make it work with big disks (read: typical today's disks) | Denis Vlasenko | |
even if CONFIG_LFS is unset. | |||
2007-05-26 | usage.c: remove reference to busybox.h | Denis Vlasenko | |
*: s/include "busybox.h"/include "libbb.h" | |||
2007-03-22 | assorted fixes uncovered by randomconfig runs | Denis Vlasenko | |
2007-03-19 | fdisk: bb_common_bufsiz1 is too small for globals on 64-bit CPU | Denis Vlasenko | |
2007-03-19 | fdisk: get rid of _() macro. | Denis Vlasenko | |
Shorten some messages. Stop using stderr - anyone who tries to use fdisk no-interactively is "strange" anyway. Improve storage handling in bsd module. text data bss dec hex filename 728112 1488 33788 763388 ba5fc busybox.t0/busybox 727248 1488 33372 762108 ba0fc busybox.t1/busybox | |||
2007-03-18 | fdisk: move 2k ptes[] array into bb_common_bufsiz1 | Denis Vlasenko | |
2007-02-03 | suppress warnings about easch <applet>_main() having | Denis Vlasenko | |
no preceding prototype | |||
2007-01-29 | preparatory patch for -Wwrite-strings #3 | Denis Vlasenko | |
2007-01-22 | Convert cmdedit into more generic line input facility | Denis Vlasenko | |
(make history and completion optional at runtime). Use it for fdisk, as an example. Some unrelated fixes in fdisk are also here. | |||
2007-01-03 | fdisk: remove 8k buffer from bss - OSF labels | Denis Vlasenko | |
are not THAT common anyway | |||
2006-12-30 | next bunch of fixes for bugs found by randconfig | Denis Vlasenko | |
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 | |