- bb0baed - strndupa is a GNU extension. Using strdup to avoid several errors like: by Bernhard Reutner-Fischer · 17 years ago
- 459be35 hwclock: size optimizations by Denis Vlasenko · 18 years ago
- a7825f2 make FEATURE_HAVE_RPC auto-selectable by mount and inetd sub-features by Denis Vlasenko · 18 years ago
- 0e0639b Alex Landau writes: open firmware for reading, not writing by Mike Frysinger · 18 years ago
- 26017b1 minix.h: add very simple test script by Denis Vlasenko · 18 years ago
- 1fd4621 fsck_minix: forgotten bit of previous commit... by Denis Vlasenko · 18 years ago
- a669131 fsck_minix: stop using data/bss by Denis Vlasenko · 18 years ago
- ca525b4 *: BB_BANNER -> bb_banner (it is not a const or #define)! by Denis Vlasenko · 18 years ago
- b51fd35 as suggested by Renaud Cerrato and Souf, switch over to recursive_action() for some nice shrinkage and so we work even when CONFIG_SYSFS_DEPRECATED is off by Mike Frysinger · 18 years ago
- a78ef2c add support for firmware loading by Mike Frysinger · 18 years ago
- d67cef2 hush: fix read builtin to not read ahead past eol and to not use by Denis Vlasenko · 18 years ago
- 3ad5d0c diff: shrink code (-85 bytes): by Denis Vlasenko · 18 years ago
- d6766c7 mdev: microscopic enhancement, should change nothing by Denis Vlasenko · 18 years ago
- 4e5f82c find_stray_communal_vars: script which finds communal variables by Denis Vlasenko · 18 years ago
- 3f22b7f fdisk: make it work with big disks (read: typical today's disks) by Denis Vlasenko · 18 years ago
- 9a7d38f delete tons of extra #includes by Denis Vlasenko · 18 years ago
- fad2b86 use "glibc errno" trick not only for ash, but for entire busybox by Denis Vlasenko · 18 years ago
- c2f011a more: stop using bss by Denis Vlasenko · 18 years ago
- 4b924f3 whitespace fixes by Denis Vlasenko · 18 years ago
- b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 18 years ago
- 38ec147 mount: fix mounting of symlinks (mount from util-linux allows that) by Denis Vlasenko · 18 years ago
- 68de720 mount: fix incorrect usage of strtok (inadvertently used NULL sometimes). by Denis Vlasenko · 18 years ago
- c34d355 loop device code: readability improvement by Denis Vlasenko · 18 years ago
- 3ace9fa switch_root: error_msg -> perror_msg, reduce by 22 bytes while at it. by Denis Vlasenko · 18 years ago
- 8746885 style fixes by Denis Vlasenko · 18 years ago
- 51742f4 style fixes. No code changes by Denis Vlasenko · 18 years ago
- 50f7f44 bb_full_fd_action: remove potential xmalloc from NOFORK path by Denis Vlasenko · 18 years ago
- 80d14be Rename two config options: by Denis Vlasenko · 18 years ago
- 335b63d make a few struct bb_applet members conditional by Denis Vlasenko · 18 years ago
- 99912ca audit small applets and mark some of them as NOFORK. by Denis Vlasenko · 18 years ago
- ff131b9 style fixes. No code changes. by Denis Vlasenko · 18 years ago
- 240a1cf add some missed statics on constant objects. fix few #ifndef ENABLE_xxx by Denis Vlasenko · 18 years ago
- 9c146a9 getopt: use getopt32 for option parsing - inspired by patch by by Denis Vlasenko · 18 years ago
- bf295dd [u]mount: extend -t option (Roy Marples <uberlord@gentoo.org>) by Denis Vlasenko · 18 years ago
- febe3c4 - sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g" by Bernhard Reutner-Fischer · 18 years ago
- 219d14d random style fixes (extra spaces deleted) by Denis Vlasenko · 18 years ago
- 58875ae assorted fixes uncovered by randomconfig runs by Denis Vlasenko · 18 years ago
- c86e052 fix accumulated whitespace and indentation damage by Denis Vlasenko · 18 years ago
- dfce08f fdisk: bb_common_bufsiz1 is too small for globals on 64-bit CPU by Denis Vlasenko · 18 years ago
- bd85207 fdisk: get rid of _() macro. by Denis Vlasenko · 18 years ago
- 83bb98f mkfs_minix: remove older, less efficient bss reduction trick by Denis Vlasenko · 18 years ago
- 8e1a0cc fdisk: move 2k ptes[] array into bb_common_bufsiz1 by Denis Vlasenko · 18 years ago
- 4efeaee mkfs_minix: stop using lots of bss/data. by Denis Vlasenko · 18 years ago
- 5659407 swapon: reinstate hole check but reduce it to warning by Denis Vlasenko · 18 years ago
- fad03bc fsck_minix: stop using large buffers in bss by Denis Vlasenko · 18 years ago
- b3f09f4 swapon: random shrinkage by Denis Vlasenko · 18 years ago
- 4eb8b93 more: do not mess with "/dev/console" (!); by Denis Vlasenko · 18 years ago
- 673d4bb hwclock: support /dev/rtc0 etc by Denis Vlasenko · 18 years ago
- 8e858e2 clean up accumulated whitespace damage by Denis Vlasenko · 18 years ago
- ec27feb init: code readability enhancements; very small code changes by Denis Vlasenko · 18 years ago
- ae30210 create a document for mdev so people dont have to rtfs by Mike Frysinger · 18 years ago
- d4eda22 fix warning coming from printing size_t with %u by Denis Vlasenko · 18 years ago
- 1d76f43 EXEC_PREFER_APPLETS support by Gabriel L. Somlo <somlo@cmu.edu> by Denis Vlasenko · 18 years ago
- cc24419 minix utils: de-inline bit ops (saves ~130 bytes) by Denis Vlasenko · 18 years ago
- dc485c9 minix utils: make a message easier to understand; small tweaks by Denis Vlasenko · 18 years ago
- f885c54 correct "pivot_root: pivot_root: <msg>" by Denis Vlasenko · 18 years ago
- 5870ad9 mount: (try to) support cifs with IPv6 by Denis Vlasenko · 18 years ago
- 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 18 years ago
- 06c0a71 preparatory patch for -Wwrite-strings #3 by Denis Vlasenko · 18 years ago
- b6aae0f preparatory patch for -Wwrite-strings #2 by Denis Vlasenko · 18 years ago
- 0e282c9 combine depends lines by Mike Frysinger · 18 years ago
- 71a6a4e correct file format errors by Mike Frysinger · 18 years ago
- 6cd2d2b dnsd: getfileentry was leaking memory mount: improve readability by Denis Vlasenko · 18 years ago
- 8e1c715 Convert cmdedit into more generic line input facility by Denis Vlasenko · 18 years ago
- 9af7c9d openvt,getty,vfork_daemon_rexec,mount: tighten up fd cleanup code by Denis Vlasenko · 18 years ago
- 150f402 whitespace fixes (leading spaces to tab) by Denis Vlasenko · 18 years ago
- f7996f3 Trailing whitespace removal over entire tree by Denis Vlasenko · 18 years ago
- 3821fb1 fix verbose output; remove commented-out includes. by Denis Vlasenko · 18 years ago
- 8e9ccba ipv6-ization efforts continue. Few bugs are found, by Denis Vlasenko · 18 years ago
- d547083 fdisk: remove 8k buffer from bss - OSF labels are not THAT common anyway by Denis Vlasenko · 18 years ago
- 9b1381f convert calloc to xzalloc fix sleep-on-die option by Denis Vlasenko · 18 years ago
- 75fa4eb fsck_minix: tiny optimization by Denis Vlasenko · 18 years ago
- 87033fb forgot to svn add util-linux/minix.h :( by Denis Vlasenko · 18 years ago
- 73464ce fbset: move variable from data to bss fsck_minix: fix fallout by Denis Vlasenko · 18 years ago
- aa95959 factor out minix structures/constants into minix.h fsck_minix: optimizations by Denis Vlasenko · 18 years ago
- 6dd392a fsck_minix: optimizations. ~130 bytes by Denis Vlasenko · 18 years ago
- 24cfe8f introduce small[u]int fsck_minix: use it for flag variables. 140 bytes saved by Denis Vlasenko · 18 years ago
- 2a85676 silly style fixes by Denis Vlasenko · 18 years ago
- 6a5dc5d next bunch of fixes for bugs found by randconfig by Denis Vlasenko · 18 years ago
- 3bba545 done a dozen of randconfig test. guess what? ALL failed... by Denis Vlasenko · 18 years ago
- 666da5e merge post-1.3.0 fixes by Denis Vlasenko · 18 years ago
- b95636c remove casts from xmalloc() by Denis Vlasenko · 18 years ago
- 2870301 u_short, ulong exterminated fdiskXXX: add a bit of sanity (not enough by far) by Denis Vlasenko · 18 years ago
- 908d6b7 mount: add getmntent_r stub for dietlibc by Denis Vlasenko · 18 years ago
- a597aad s/extern inline/static ATTRIBUTE_ALWAYS_INLINE/g xstrtou: disallow leading '+' by Denis Vlasenko · 18 years ago
- b15b7f7 more: fix for case when _FILE_OFFSET_BITS is not #defined. by Denis Vlasenko · 18 years ago
- 732268f - provide central knob to turn off RPC related options. by Bernhard Reutner-Fischer · 18 years ago
- 93f6aa6 "make bigdata" biggest offender dealt with: by Denis Vlasenko · 18 years ago
- 28bb84b Well, I am not 100.00% usre that uint16 will suffice there. by Denis Vlasenko · 18 years ago
- 016a82e another -90 bytes. That #define is **evil** by Denis Vlasenko · 18 years ago
- 66b86c6 mkfs.minix: more cleanups, -~300 bytes of code. Added debugging support. by Denis Vlasenko · 18 years ago
- c6ce873 cut 0.5k off mkfs.minix by Denis Vlasenko · 18 years ago
- 834410a getopt32-ification of fdisk by Denis Vlasenko · 18 years ago
- 5e90e10 Closing bug 1040: by Denis Vlasenko · 18 years ago
- d9e15f2 style cleanup: return(a) -> return a, part 2 by Denis Vlasenko · 18 years ago
- 079f8af style cleanup: return(a) -> return a, part 1 by Denis Vlasenko · 18 years ago
- 10d0d4e byteswap ops had extra mask ops - removed by Denis Vlasenko · 18 years ago
- cf749bc small fixes: by Denis Vlasenko · 18 years ago
- d398eca hunt down improper include <>, make mkswap output 4Gb+ friendly by Denis Vlasenko · 18 years ago
- cf30cc8 header_verbose_list: stop truncating file size in listing by Denis Vlasenko · 18 years ago