Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Consolidate ARRAY_SIZE macro; remove one unneeded global var (walter harms ↵ | Denis Vlasenko | 2007-06-25 | 1 | -2/+0 | |
| | | | | <wharms@bfs.de>) | |||||
* | diff: shrink code (-85 bytes): | Denis Vlasenko | 2007-06-12 | 1 | -3/+3 | |
| | | | | | | | | | | | | 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 | |||||
* | fdisk: make it work with big disks (read: typical today's disks) | Denis Vlasenko | 2007-06-02 | 1 | -83/+58 | |
| | | | | even if CONFIG_LFS is unset. | |||||
* | usage.c: remove reference to busybox.h | Denis Vlasenko | 2007-05-26 | 1 | -1/+1 | |
| | | | | | *: s/include "busybox.h"/include "libbb.h" | |||||
* | assorted fixes uncovered by randomconfig runs | Denis Vlasenko | 2007-03-22 | 1 | -0/+2 | |
| | ||||||
* | fdisk: bb_common_bufsiz1 is too small for globals on 64-bit CPU | Denis Vlasenko | 2007-03-19 | 1 | -175/+177 | |
| | ||||||
* | fdisk: get rid of _() macro. | Denis Vlasenko | 2007-03-19 | 1 | -466/+442 | |
| | | | | | | | | | 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 | |||||
* | fdisk: move 2k ptes[] array into bb_common_bufsiz1 | Denis Vlasenko | 2007-03-18 | 1 | -25/+32 | |
| | ||||||
* | suppress warnings about easch <applet>_main() having | Denis Vlasenko | 2007-02-03 | 1 | -0/+1 | |
| | | | | no preceding prototype | |||||
* | preparatory patch for -Wwrite-strings #3 | Denis Vlasenko | 2007-01-29 | 1 | -2/+2 | |
| | ||||||
* | Convert cmdedit into more generic line input facility | Denis Vlasenko | 2007-01-22 | 1 | -160/+149 | |
| | | | | | | (make history and completion optional at runtime). Use it for fdisk, as an example. Some unrelated fixes in fdisk are also here. | |||||
* | fdisk: remove 8k buffer from bss - OSF labels | Denis Vlasenko | 2007-01-03 | 1 | -4/+4 | |
| | | | | are not THAT common anyway | |||||
* | next bunch of fixes for bugs found by randconfig | Denis Vlasenko | 2006-12-30 | 1 | -14/+16 | |
| | ||||||
* | done a dozen of randconfig test. guess what? ALL failed... | Denis Vlasenko | 2006-12-30 | 1 | -1/+1 | |
| | | | | these are resulting fixes | |||||
* | remove casts from xmalloc() | Denis Vlasenko | 2006-12-19 | 1 | -1/+1 | |
| | ||||||
* | u_short, ulong exterminated | Denis Vlasenko | 2006-12-19 | 1 | -36/+32 | |
| | | | | fdiskXXX: add a bit of sanity (not enough by far) | |||||
* | s/extern inline/static ATTRIBUTE_ALWAYS_INLINE/g | Denis Vlasenko | 2006-12-16 | 1 | -3/+3 | |
| | | | | xstrtou: disallow leading '+' | |||||
* | cut 0.5k off mkfs.minix | Denis Vlasenko | 2006-11-29 | 1 | -3/+6 | |
| | | | | assorted strtoul fixes (that's what brought me into minix)... | |||||
* | getopt32-ification of fdisk | Denis Vlasenko | 2006-11-29 | 1 | -185/+165 | |
| | ||||||
* | byteswap ops had extra mask ops - removed | Denis Vlasenko | 2006-11-27 | 1 | -7/+7 | |
| | ||||||
* | header_verbose_list: stop truncating file size in listing | Denis Vlasenko | 2006-11-24 | 1 | -1/+1 | |
| | ||||||
* | rodata cleanup. "unable to" == "cannot". -300 bytes | Denis Vlasenko | 2006-11-18 | 1 | -4/+4 | |
| | ||||||
* | ls: cleanup part 1 | Denis Vlasenko | 2006-10-28 | 1 | -1/+1 | |
| | ||||||
* | OFF_T_FMT -> OFF_FMT | Denis Vlasenko | 2006-10-27 | 1 | -1/+1 | |
| | ||||||
* | top: batch mode should output all processes | Denis Vlasenko | 2006-10-27 | 1 | -1/+1 | |
| | ||||||
* | last nail into error_msg() (de)capitalization | Denis Vlasenko | 2006-10-27 | 1 | -1/+1 | |
| | ||||||
* | rename functions to more understandable names | Denis Vlasenko | 2006-10-26 | 1 | -1/+1 | |
| | ||||||
* | silly size savings and capitalization fixes | Denis Vlasenko | 2006-10-26 | 1 | -5/+5 | |
| | ||||||
* | message string changes, mostly for consistency, also -32 bytes in .rodata | Denis Vlasenko | 2006-10-20 | 1 | -1/+1 | |
| | ||||||
* | fdisk: compilation fix | Denis Vlasenko | 2006-10-14 | 1 | -35/+47 | |
| | ||||||
* | fdisk: separate sun/aix/etc code into #included files | Denis Vlasenko | 2006-10-12 | 1 | -3144/+264 | |
| | ||||||
* | attempt to regularize atoi mess. | Denis Vlasenko | 2006-10-08 | 1 | -7/+6 | |
| | ||||||
* | lots of silly indent fixes | Denis Vlasenko | 2006-10-03 | 1 | -3/+1 | |
| | ||||||
* | whitespace cleanup | Denis Vlasenko | 2006-09-17 | 1 | -15/+15 | |
| | ||||||
* | Svn 16007 broke the build under gcc 4.0.3. This fixes up some of the damage | Rob Landley | 2006-08-29 | 1 | -3/+3 | |
| | | | | | (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). | |||||
* | Remove xcalloc() and convert its callers to xzalloc(). About half of them | Rob Landley | 2006-08-03 | 1 | -2/+2 | |
| | | | | | 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. | |||||
* | Standardize on the vi editing directives being on the first line. | "Robert P. J. Day" | 2006-07-02 | 1 | -0/+1 | |
| | ||||||
* | Remove "#if 0" content. | "Robert P. J. Day" | 2006-07-01 | 1 | -28/+0 | |
| | ||||||
* | fix from Kolbjørn Barmen for building for m68k targets | Mike Frysinger | 2006-06-30 | 1 | -1/+1 | |
| | ||||||
* | Various cleanups I made while going through Erik Hovland's patch submissions, | Rob Landley | 2006-06-25 | 1 | -1/+1 | |
| | | | | some of which are even from him. :) | |||||
* | Patch from Yann Morin to put BLKGETSIZE64 in platform.h had rather a lot of | Rob Landley | 2006-06-15 | 1 | -5/+0 | |
| | | | | | | 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.) | |||||
* | Random cleanup of platform.h. | Rob Landley | 2006-06-13 | 1 | -6/+0 | |
| | ||||||
* | Remove _() and N_() from platform.h. #define them as NOP macros in the two | Rob Landley | 2006-05-29 | 1 | -0/+2 | |
| | | | | | | 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. | |||||
* | fix spelling mistakes | Mike Frysinger | 2006-05-26 | 1 | -6/+6 | |
| | ||||||
* | Migrate endianness macros. | Rob Landley | 2006-05-05 | 1 | -6/+2 | |
| | ||||||
* | use memmove() instead of bcopy() | Mike Frysinger | 2006-04-16 | 1 | -6/+6 | |
| | ||||||
* | strip out unneeded comments | Mike Frysinger | 2006-02-25 | 1 | -4/+1 | |
| | ||||||
* | fdisk unmaintained now :( | "Vladimir N. Oleynik" | 2006-02-25 | 1 | -1/+6 | |
| | ||||||
* | Another clean-up patch from Garrett. | Rob Landley | 2006-02-25 | 1 | -137/+120 | |
| | ||||||
* | Minor cleanup from Garrett Kajmowicz. | Rob Landley | 2006-02-25 | 1 | -4/+1 | |
| |