2000-12-07 |
Mark Whitley | Changed names of functions in utility.c and all affecte... |
tree | commitdiff |
2000-12-06 |
Matt Kraai | Fix exit status on failure. |
tree | commitdiff |
2000-12-01 |
Eric Andersen | Remove #ifdef __STDC__ junk. We don't do K&R round... |
tree | commitdiff |
2000-12-01 |
Matt Kraai | Stop using TRUE and FALSE for exit status. |
tree | commitdiff |
2000-11-07 |
Eric Andersen | Cleanup of duplicated symbols -- found by compiling... |
tree | commitdiff |
2000-10-30 |
Eric Andersen | Fix uname problem that was breaking poweroff. |
tree | commitdiff |
2000-10-28 |
Matt Kraai | Make fbset compile with the readmode feature by pulling... |
tree | commitdiff |
2000-10-26 |
Eric Andersen | Silence a warning, |
tree | commitdiff |
2000-10-19 |
Mark Whitley | Put getopt_usage where it belongs and added *_usage... |
tree | commitdiff |
2000-09-27 |
Matt Kraai | Consolidate handling of some fopen failures. |
tree | commitdiff |
2000-09-25 |
Eric Andersen | Renamed "internal.h" to the more sensible "busybox.h". |
tree | commitdiff |
2000-09-21 |
Eric Andersen | Remove all the kernel headers so it will compile under... |
tree | commitdiff |
2000-09-21 |
Eric Andersen | Fix a potential warning |
tree | commitdiff |
2000-09-21 |
Eric Andersen | Large file >2Gib support. |
tree | commitdiff |
2000-09-21 |
Eric Andersen | Remove a warning. Patch from Bryan Rittmeyer <bryan... |
tree | commitdiff |
2000-09-20 |
Eric Andersen | When mounting a ro fs rw, print warning and then mount... |
tree | commitdiff |
2000-09-19 |
Eric Andersen | Both of these commands were subtly broken. Fortunately... |
tree | commitdiff |
2000-09-19 |
Eric Andersen | Apply a patch from Chip Rosenthal <chip@unicom.com... |
tree | commitdiff |
2000-09-13 |
Matt Kraai | Fix calls to {m,c,re}alloc so that they use x{m,c,re... |
tree | commitdiff |
2000-08-22 |
Pavel Roskin | From Ken Chalmers <chalmers@norscan.com>: |
tree | commitdiff |
2000-08-21 |
Eric Andersen | Oops. Forgot to commit rdate.c. |
tree | commitdiff |
2000-08-21 |
Eric Andersen | Added getopt(1) from "Alfred M. Szmidt" <ams@trillian... |
tree | commitdiff |
2000-08-10 |
Eric Andersen | Some #include updates. |
tree | commitdiff |
2000-08-02 |
Eric Andersen | Fixed the "-f" option. |
tree | commitdiff |
2000-08-02 |
Eric Andersen | Merge in two patches from Dave Cinege: |
tree | commitdiff |
2000-07-25 |
Eric Andersen | Use BB_FEATURE_CLEAN_UP where appropriate |
tree | commitdiff |
2000-07-19 |
Matt Kraai | Centralize handling of --help. |
tree | commitdiff |
2000-07-17 |
Pavel Roskin | It is now possible to select in busybox.def.h whether... |
tree | commitdiff |
2000-07-17 |
Pavel Roskin | The result of getopt() is "int" and should be treated... |
tree | commitdiff |
2000-07-16 |
Matt Kraai | Extract usage information into a separate file. |
tree | commitdiff |
2000-07-14 |
Matt Kraai | Don't use strings directly in calls to usage(). This... |
tree | commitdiff |
2000-07-14 |
Eric Andersen | Getopt'ed by Marc Nijdam <marc_nijdam@hp.com> |
tree | commitdiff |
2000-07-14 |
Pavel Roskin | More fixes for "missing initializers" |
tree | commitdiff |
2000-07-14 |
Eric Andersen | A couple of minor warning cleanups. |
tree | commitdiff |
2000-07-14 |
Matt Kraai | Use errorMsg rather than fprintf. |
tree | commitdiff |
2000-07-12 |
Eric Andersen | Patch from Jon McClintock <jonm@bluemug.com> |
tree | commitdiff |
2000-07-12 |
Matt Kraai | Always report the applet name when doing error reporting. |
tree | commitdiff |
2000-07-12 |
Matt Kraai | Use global applet_name instead of local versions. |
tree | commitdiff |
2000-07-11 |
Eric Andersen | Forgot to commit these cleanups it seems. |
tree | commitdiff |
2000-07-10 |
Eric Andersen | Fixed NFS so it supports 2.4.x kernels and NFSv3. ... |
tree | commitdiff |
2000-07-10 |
Eric Andersen | Comment on kernel stuff |
tree | commitdiff |
2000-07-10 |
Eric Andersen | More linux kernel header file removal. |
tree | commitdiff |
2000-07-10 |
Eric Andersen | Remove yet more kernel header dependancies. |
tree | commitdiff |
2000-07-08 |
Eric Andersen | Argh. More cross libc cleanup. Should be ok now... |
tree | commitdiff |
2000-07-08 |
Eric Andersen | More cleanup on umount |
tree | commitdiff |
2000-07-08 |
Eric Andersen | Update files to reduce dependance on kernel version... |
tree | commitdiff |
2000-07-06 |
Eric Andersen | Turned some stuff into features that really are feature... |
tree | commitdiff |
2000-07-06 |
Eric Andersen | Added (fixed) the '-n' option to fbset. Renumbered... |
tree | commitdiff |
2000-07-06 |
Eric Andersen | Remove some warning with glibc. |
tree | commitdiff |
2000-07-06 |
Eric Andersen | a few minor cleanups. |
tree | commitdiff |
2000-07-05 |
Eric Andersen | Remove misguided klude around for 2.4.x-test* brokennes... |
tree | commitdiff |
2000-07-04 |
Eric Andersen | Some cosmetic updates. Changed "OPTIONS" to "Options". |
tree | commitdiff |
2000-06-26 |
Eric Andersen | Updates to handle Linux 2.4.0 kernels (kludged around... |
tree | commitdiff |
2000-06-21 |
Mark Whitley | Cleaned up some #ifdef spiderwebs. |
tree | commitdiff |
2000-06-19 |
Eric Andersen | Finish off the libc5 porting effort. Everything now... |
tree | commitdiff |
2000-06-19 |
Eric Andersen | Make umount work and compile cleanly under libc5 and... |
tree | commitdiff |
2000-06-19 |
Eric Andersen | Make swaponoff compile cleanly under both libc5 and... |
tree | commitdiff |
2000-06-19 |
Eric Andersen | Updates to a number of apps to remove warnings/compile... |
tree | commitdiff |
2000-06-16 |
Mark Whitley | Added some comments and changed a variable name to... |
tree | commitdiff |
2000-06-07 |
Eric Andersen | * Fixed 'swapon -a' and 'swapoff -a', which were broken. |
tree | commitdiff |
2000-06-06 |
Eric Andersen | Oops. Remove the debugging noise. |
tree | commitdiff |
2000-06-06 |
Eric Andersen | mkfs.minix rev 1.7 completely broke the option parser... |
tree | commitdiff |
2000-06-06 |
Pavel Roskin | "mount" now reports errors from nfsmount() and assumes... |
tree | commitdiff |
2000-06-06 |
Eric Andersen | Fixed a bunch of stuff: |
tree | commitdiff |
2000-06-04 |
Eric Andersen | This patch |
tree | commitdiff |
2000-06-02 |
Eric Andersen | A number of additional fixed from Pavel Roskin, note... |
tree | commitdiff |
2000-05-20 |
Erik Andersen | First pass at fixing tar segfault, and more portability... |
tree | commitdiff |
2000-05-19 |
Erik Andersen | More libc portability updates, add in the website ... |
tree | commitdiff |
2000-05-12 |
Erik Andersen | Lots of updates. Finished implementing BB_FEATURE_TRIV... |
tree | commitdiff |
2000-05-10 |
Erik Andersen | * cp -fa now works as expected for symlinks (it didn... |
tree | commitdiff |
2000-05-05 |
Erik Andersen | Add support for "noatime" and "nodiratime" mount flags... |
tree | commitdiff |
2000-05-03 |
Erik Andersen | Remove BB_FEATURE_REMOUNT (small, and should always... |
tree | commitdiff |
2000-04-28 |
Erik Andersen | Latest and greatest. Some effort at libc5 (aiming... |
tree | commitdiff |
2000-04-21 |
Erik Andersen | Some more updates and such... |
tree | commitdiff |
2000-04-21 |
Erik Andersen | More Doc updates. cmdedit and more termio fixes. |
tree | commitdiff |
2000-04-18 |
Erik Andersen | Updates |
tree | commitdiff |
2000-04-13 |
Erik Andersen | More doc updates for BusyBox, with fixes to apps for... |
tree | commitdiff |
2000-04-13 |
Erik Andersen | Upates to include copyright 2000 to everything |
tree | commitdiff |
2000-04-04 |
Erik Andersen | minor changes to mount/umount to support-by-ignoring... |
tree | commitdiff |
2000-03-28 |
Erik Andersen | Yet another installment in the ongoing tar saga |
tree | commitdiff |
2000-03-23 |
Erik Andersen | My latest ramblings. |
tree | commitdiff |
2000-03-22 |
Erik Andersen | Use the nice new find_real_root_device function to... |
tree | commitdiff |
2000-03-21 |
Erik Andersen | * all mallocs now use xmalloc (and so are OOM error... |
tree | commitdiff |
2000-03-14 |
Erik Andersen | Bug fix |
tree | commitdiff |
2000-03-13 |
Erik Andersen | Some bug fixes I forgot to check-in the other day. |
tree | commitdiff |
2000-03-08 |
Erik Andersen | Change BB_FEATURE_USE_DEVPS_N_DEVMTAB to the simpler 0_43pre1 |
tree | commitdiff |
2000-03-07 |
Erik Andersen | Wrote killall. |
tree | commitdiff |
2000-03-04 |
Erik Andersen | Add in freeramdisk.c, which (duh) frees ramdisks. ... |
tree | commitdiff |
2000-02-23 |
Erik Andersen | Fixed rebooting when init runs as /linuxrc |
tree | commitdiff |
2000-02-11 |
John Beppu | + memory allocation/deallocation is less tolerant of... |
tree | commitdiff |
2000-02-11 |
John Beppu | reduced .bss size by dynmaically allocating a certain... |
tree | commitdiff |
2000-02-09 |
Erik Andersen | Fixed the init problem where it wouldn't unmount filesy... |
tree | commitdiff |
2000-02-08 |
Erik Andersen | Some formatting updates (ran the code through indent) |
tree | commitdiff |
2000-02-07 |
Erik Andersen | A few minor updates. ;-) |
tree | commitdiff |
2000-01-29 |
Erik Andersen | Clear up some ambiguity with old style assignments. |
tree | commitdiff |
2000-01-26 |
Erik Andersen | Shuffle location of generic code into utility.c |
tree | commitdiff |
2000-01-26 |
Erik Andersen | mount and umount could leak loop device allocations... |
tree | commitdiff |
2000-01-23 |
Erik Andersen | * added (and documented) "-n" option for head - |
tree | commitdiff |
2000-01-15 |
Erik Andersen | Sync up busybox with the latest and greatest. This... |
tree | commitdiff |
2000-01-13 |
Erik Andersen | * Added -o loop option for mount, and support in umount... |
tree | commitdiff |
next |