| Commit message (Expand) | Author | Age | Files | Lines |
* | Config.in: remove menus that apparently will not work on Windows (except mayb... | Nguyễn Thái Ngọc Duy | 2009-04-23 | 1 | -0/+1 |
* | fdisk: make it work with big disks (read: typical today's disks) | vda | 2007-06-02 | 1 | -83/+58 |
* | delete tons of extra #includes | vda | 2007-05-31 | 2 | -4/+2 |
* | use "glibc errno" trick not only for ash, but for entire busybox | vda | 2007-05-31 | 2 | -12/+1 |
* | more: stop using bss | vda | 2007-05-31 | 1 | -13/+27 |
* | whitespace fixes | vda | 2007-05-30 | 1 | -1/+1 |
* | usage.c: remove reference to busybox.h | vda | 2007-05-26 | 24 | -25/+24 |
* | mount: fix mounting of symlinks (mount from util-linux allows that) | vda | 2007-05-20 | 1 | -1/+3 |
* | mount: fix incorrect usage of strtok (inadvertently used NULL sometimes). | vda | 2007-05-09 | 1 | -2/+1 |
* | loop device code: readability improvement | vda | 2007-04-19 | 1 | -3/+6 |
* | switch_root: error_msg -> perror_msg, reduce by 22 bytes while at it. | vda | 2007-04-18 | 1 | -7/+8 |
* | style fixes | vda | 2007-04-13 | 1 | -3/+2 |
* | style fixes. No code changes | vda | 2007-04-12 | 2 | -12/+12 |
* | bb_full_fd_action: remove potential xmalloc from NOFORK path | vda | 2007-04-11 | 1 | -1/+1 |
* | Rename two config options: | vda | 2007-04-10 | 1 | -8/+29 |
* | make a few struct bb_applet members conditional | vda | 2007-04-10 | 1 | -2/+0 |
* | audit small applets and mark some of them as NOFORK. | vda | 2007-04-10 | 1 | -5/+8 |
* | style fixes. No code changes. | vda | 2007-04-10 | 2 | -3/+3 |
* | add some missed statics on constant objects. | vda | 2007-04-08 | 2 | -4/+3 |
* | getopt: use getopt32 for option parsing - inspired by patch by | vda | 2007-04-07 | 1 | -195/+158 |
* | [u]mount: extend -t option (Roy Marples <uberlord@gentoo.org>) | vda | 2007-04-05 | 2 | -6/+9 |
* | - sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g" | aldot | 2007-04-04 | 5 | -12/+12 |
* | random style fixes (extra spaces deleted) | vda | 2007-03-24 | 2 | -3/+3 |
* | assorted fixes uncovered by randomconfig runs | vda | 2007-03-22 | 1 | -0/+2 |
* | fix accumulated whitespace and indentation damage | vda | 2007-03-20 | 1 | -1/+1 |
* | fdisk: bb_common_bufsiz1 is too small for globals on 64-bit CPU | vda | 2007-03-19 | 1 | -175/+177 |
* | fdisk: get rid of _() macro. | vda | 2007-03-19 | 5 | -795/+791 |
* | mkfs_minix: remove older, less efficient bss reduction trick | vda | 2007-03-18 | 1 | -4/+3 |
* | fdisk: move 2k ptes[] array into bb_common_bufsiz1 | vda | 2007-03-18 | 1 | -25/+32 |
* | mkfs_minix: stop using lots of bss/data. | vda | 2007-03-15 | 1 | -178/+190 |
* | swapon: reinstate hole check but reduce it to warning | vda | 2007-03-14 | 1 | -2/+2 |
* | fsck_minix: stop using large buffers in bss | vda | 2007-03-13 | 1 | -12/+26 |
* | swapon: random shrinkage | vda | 2007-03-12 | 1 | -5/+4 |
* | more: do not mess with "/dev/console" (!); | vda | 2007-03-10 | 1 | -42/+35 |
* | hwclock: support /dev/rtc0 etc | vda | 2007-03-07 | 1 | -7/+15 |
* | clean up accumulated whitespace damage | vda | 2007-03-07 | 1 | -3/+3 |
* | init: code readability enhancements; very small code changes | vda | 2007-02-17 | 1 | -1/+3 |
* | create a document for mdev so people dont have to rtfs | vapier | 2007-02-14 | 1 | -26/+10 |
* | fix warning coming from printing size_t with %u | vda | 2007-02-06 | 1 | -1/+1 |
* | EXEC_PREFER_APPLETS support by Gabriel L. Somlo <somlo@cmu.edu> | vda | 2007-02-06 | 1 | -1/+1 |
* | minix utils: de-inline bit ops (saves ~130 bytes) | vda | 2007-02-06 | 2 | -18/+40 |
* | minix utils: make a message easier to understand; small tweaks | vda | 2007-02-06 | 2 | -20/+25 |
* | correct "pivot_root: pivot_root: <msg>" | vda | 2007-02-06 | 1 | -2/+4 |
* | mount: (try to) support cifs with IPv6 | vda | 2007-02-04 | 1 | -13/+22 |
* | suppress warnings about easch <applet>_main() having | vda | 2007-02-03 | 24 | -0/+24 |
* | preparatory patch for -Wwrite-strings #3 | vda | 2007-01-29 | 4 | -15/+15 |
* | preparatory patch for -Wwrite-strings #2 | vda | 2007-01-29 | 3 | -4/+5 |
* | combine depends lines | vapier | 2007-01-24 | 1 | -2/+1 |
* | correct file format errors | vapier | 2007-01-24 | 1 | -3/+3 |
* | dnsd: getfileentry was leaking memory | vda | 2007-01-22 | 1 | -18/+20 |