- 322ae93 Fix calls to {m,c,re}alloc so that they use x{m,c,re}alloc instead of by Matt Kraai · 24 years ago
- 32f2769 From Ken Chalmers <chalmers@norscan.com>: by Pavel Roskin · 24 years ago
- 6ab2202 Oops. Forgot to commit rdate.c. -Erik by Eric Andersen · 24 years ago
- a1f16bb Added getopt(1) from "Alfred M. Szmidt" <ams@trillian.itslinux.org> -Erik by Eric Andersen · 24 years ago
- 88f50b6 Some #include updates. -Erik by Eric Andersen · 24 years ago
- 0c8e2a6 Fixed the "-f" option. -Erik by Eric Andersen · 24 years ago
- fdd5103 Merge in two patches from Dave Cinege: by Eric Andersen · 24 years ago
- b040d4f Use BB_FEATURE_CLEAN_UP where appropriate -Erik by Eric Andersen · 24 years ago
- 27a8042 Centralize handling of --help. by Matt Kraai · 24 years ago
- bc0aed7 It is now possible to select in busybox.def.h whether minixfs version 2 by Pavel Roskin · 24 years ago
- 47d4926 The result of getopt() is "int" and should be treated as such by Pavel Roskin · 24 years ago
- bf181b9 Extract usage information into a separate file. by Matt Kraai · 24 years ago
- 3bd8bd8 Don't use strings directly in calls to usage(). This is in preparation by Matt Kraai · 24 years ago
- add09fd Getopt'ed by Marc Nijdam <marc_nijdam@hp.com> -Erik by Eric Andersen · 24 years ago
- f626dcb More fixes for "missing initializers" by Pavel Roskin · 24 years ago
- e7413a9 A couple of minor warning cleanups. -Erik by Eric Andersen · 24 years ago
- d537a95 Use errorMsg rather than fprintf. by Matt Kraai · 24 years ago
- 6f96e67 Patch from Jon McClintock <jonm@bluemug.com> by Eric Andersen · 24 years ago
- be84cd4 Always report the applet name when doing error reporting. by Matt Kraai · 24 years ago
- e58771e Use global applet_name instead of local versions. by Matt Kraai · 24 years ago
- be909b1 Forgot to commit these cleanups it seems. -Erik by Eric Andersen · 24 years ago
- da1d1e7 Fixed NFS so it supports 2.4.x kernels and NFSv3. Should close bug #1009. by Eric Andersen · 24 years ago
- c674d70 Comment on kernel stuff -Erik by Eric Andersen · 24 years ago
- 85c5520 More linux kernel header file removal. -Erik by Eric Andersen · 24 years ago
- 9b2297a Remove yet more kernel header dependancies. -Erik by Eric Andersen · 24 years ago
- a57ba4d Argh. More cross libc cleanup. Should be ok now... -Erik by Eric Andersen · 24 years ago
- 2cd439f More cleanup on umount -Erik by Eric Andersen · 24 years ago
- bd22ed8 Update files to reduce dependance on kernel version... -Erik by Eric Andersen · 24 years ago
- 03f4c27 Turned some stuff into features that really are features, not apps. -Erik by Eric Andersen · 24 years ago
- c8c10c5 Added (fixed) the '-n' option to fbset. Renumbered the command parameters to by Eric Andersen · 24 years ago
- b1e379f Remove some warning with glibc. -Erik by Eric Andersen · 24 years ago
- 1e03add a few minor cleanups. -Erik by Eric Andersen · 24 years ago
- 89bc256 Remove misguided klude around for 2.4.x-test* brokenness. Al Viro by Eric Andersen · 24 years ago
- 2086e3d Some cosmetic updates. Changed "OPTIONS" to "Options". -Erik by Eric Andersen · 24 years ago
- 10dc9d4 Updates to handle Linux 2.4.0 kernels (kludged around the "none" entries in by Eric Andersen · 24 years ago
- 4fa84e6 Cleaned up some #ifdef spiderwebs. by Mark Whitley · 24 years ago
- bd4a75f Finish off the libc5 porting effort. Everything now works with libc5 by Eric Andersen · 24 years ago
- e1e23ee Make umount work and compile cleanly under libc5 and libc6. -Erik by Eric Andersen · 24 years ago
- 5e29c6f Make swaponoff compile cleanly under both libc5 and libc6. -Erik by Eric Andersen · 24 years ago
- b610615 Updates to a number of apps to remove warnings/compile errors under libc5. by Eric Andersen · 24 years ago
- b991395 Added some comments and changed a variable name to be more meaningful. No by Mark Whitley · 24 years ago
- a42982e * Fixed 'swapon -a' and 'swapoff -a', which were broken. by Eric Andersen · 24 years ago
- fb8ba50 Oops. Remove the debugging noise. -Erik by Eric Andersen · 24 years ago
- 3232203 mkfs.minix rev 1.7 completely broke the option parser. This fixes it. -Erik by Eric Andersen · 24 years ago
- 680d65a "mount" now reports errors from nfsmount() and assumes NFS mount by Pavel Roskin · 24 years ago
- 815e904 Fixed a bunch of stuff: by Eric Andersen · 24 years ago
- ef4268e This patch by Eric Andersen · 24 years ago
- 86ab8a3 A number of additional fixed from Pavel Roskin, note some more bugs in the by Eric Andersen · 24 years ago
- 8ea7d8c First pass at fixing tar segfault, and more portability updates. -Erik by Erik Andersen · 24 years ago
- 330fd2b More libc portability updates, add in the website (which has not been by Erik Andersen · 24 years ago
- 7ab9c7e Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELP by Erik Andersen · 24 years ago
- 59b9e87 * cp -fa now works as expected for symlinks (it didn't before) by Erik Andersen · 24 years ago
- 6c5f2c6 Add support for "noatime" and "nodiratime" mount flags to mount. by Erik Andersen · 25 years ago
- 0a704e8 Remove BB_FEATURE_REMOUNT (small, and should always be present) by Erik Andersen · 25 years ago
- 4f3f757 Latest and greatest. Some effort at libc5 (aiming towards newlib) by Erik Andersen · 25 years ago
- e90f404 Some more updates and such... -Erik by Erik Andersen · 25 years ago
- 1d1d950 More Doc updates. cmdedit and more termio fixes. by Erik Andersen · 25 years ago
- a6c7522 Updates -Erik by Erik Andersen · 25 years ago
- 9cf3bfa More doc updates for BusyBox, with fixes to apps for bugs revealed by Erik Andersen · 25 years ago
- 61677fe Upates to include copyright 2000 to everything -Erik by Erik Andersen · 25 years ago
- 983b51b minor changes to mount/umount to support-by-ignoring the "-v" flag. by Erik Andersen · 25 years ago
- 3364d78 Yet another installment in the ongoing tar saga -Erik by Erik Andersen · 25 years ago
- 298854f My latest ramblings. -Erik by Erik Andersen · 25 years ago
- ec5bd90 Use the nice new find_real_root_device function to find the by Erik Andersen · 25 years ago
- 0d068a2 * all mallocs now use xmalloc (and so are OOM error safe), and by Erik Andersen · 25 years ago
- a967e3c Bug fix -Erik by Erik Andersen · 25 years ago
- ce91732 Some bug fixes I forgot to check-in the other day. by Erik Andersen · 25 years ago
- 269bba2 Change BB_FEATURE_USE_DEVPS_N_DEVMTAB to the simpler by Erik Andersen · 25 years ago
- 246cc6d Wrote killall. by Erik Andersen · 25 years ago
- 6437170 Add in freeramdisk.c, which (duh) frees ramdisks. If you have any by Erik Andersen · 25 years ago
- 5b911dd Fixed rebooting when init runs as /linuxrc -Erik by Erik Andersen · 25 years ago
- 5e1b2ca + memory allocation/deallocation is less tolerant of evil. by John Beppu · 25 years ago
- c1dc5d9 reduced .bss size by dynmaically allocating a certain large by John Beppu · 25 years ago
- e132f4b Fixed the init problem where it wouldn't unmount filesystems by Erik Andersen · 25 years ago
- e49d5ec Some formatting updates (ran the code through indent) -Erik by Erik Andersen · 25 years ago
- fac10d7 A few minor updates. ;-) by Erik Andersen · 25 years ago
- 04e9702 Clear up some ambiguity with old style assignments. -Erik by Erik Andersen · 25 years ago
- de7965c Shuffle location of generic code into utility.c -Erik by Erik Andersen · 25 years ago
- 5cbdd71 mount and umount could leak loop device allocations causing the system to by Erik Andersen · 25 years ago
- 5509af7 * added (and documented) "-n" option for head - by Erik Andersen · 25 years ago
- 3163821 Sync up busybox with the latest and greatest. This is not stuff for by Erik Andersen · 25 years ago
- b7cc49d * Added -o loop option for mount, and support in umount for loop by Erik Andersen · 25 years ago
- 0881de7 The latest and greatest. init basically works, though needs by Erik Andersen · 25 years ago
- 1266a13 * sed now supports addresses (numeric or regexp, with negation) and by Erik Andersen · 25 years ago
- 4d1d011 Reworked the source so it will compile and run under glibc 2.0.7 by Erik Andersen · 25 years ago
- 1c5b258 Fix bugs in logger and syslogd. Add fbset. -Erik by Erik Andersen · 25 years ago
- 485b955 Stuf by Eric Andersen · 25 years ago
- d00c262 Stuf by Eric Andersen · 25 years ago
- 0ecb54a Stuf by Eric Andersen · 25 years ago
- 1667fb4 Fixes by Eric Andersen · 25 years ago
- 6a76e65 Stuf by Eric Andersen · 25 years ago
- 08b1034 Stuf by Eric Andersen · 25 years ago
- 1c43d0c Stuff by Eric Andersen · 25 years ago
- a9c95ea Updates by Eric Andersen · 25 years ago
- b6a44b8 updates for the day by Eric Andersen · 25 years ago
- 96bcfd3 Latest and greatest -Erik by Eric Andersen · 25 years ago
- d73dc5b Updates to usage, and made tar work. -Erik by Eric Andersen · 25 years ago
- 50d6360 Stuff by Eric Andersen · 25 years ago
- fbb39c8 Stuff -Erik by Eric Andersen · 25 years ago
- 29d2e36 Fixed ln, df, and removed redundant stuff from mtab. by Eric Andersen · 25 years ago