Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-09-12 | Remove final \n | Eric Andersen | |
2003-09-12 | Teach rdate to timeout in 10 seconds to avoid blocking forever | Eric Andersen | |
with odd or broken networking setups | |||
2003-08-29 | Logic error, patch by Matteo Croce | Glenn L McGrath | |
2003-08-26 | Removed some debug printfs | Robert Griebl | |
2003-08-08 | Patch from Kent Robotti to being fdisk in sync with v2.12 final. | Eric Andersen | |
2003-08-06 | Patch from vodz: | Eric Andersen | |
I wrote: >>I think, fdisk have special ext2lseek special for: >>disk can have size > 4Gb, but all any partitions have < 4Gb and lseek64 >>not require. >>May be best create new configure option for set DOLFS for fdisk applet >>if global DOLFS unset? > Erik Andersen wrote: >Agreed. Using an extra configure option when ! DOLFS >would be a good idea. Ok. Patch attached. | |||
2003-08-06 | extern inline is a bad bad thing. kill it (so mkfs_minix.c will | Eric Andersen | |
actually compile) | |||
2003-07-30 | Lars Ekman writes: | Eric Andersen | |
When using "losetup" the device is always setup as Read-Only. (I have only tested with the -o flag, but looking at the code the problem seems general) The problem is the "opt" variable in "losetup.c" that is reused in the "set_loop()" call. Clear it before the call and everything is OK; opt = 0; /* <-------- added line */ if (delete) return del_loop (argv[optind]) ? EXIT_SUCCESS : EXIT_FAILURE; else return set_loop (argv[optind], argv[optind + 1], offset, &opt) ? EXIT_FAILURE : EXIT_SUCCESS; } Best Regards, Lars Ekman | |||
2003-07-30 | last_patch100 from vidz updating fdisk to 2.12pre | Eric Andersen | |
2003-07-30 | Ronny L Nilsson writes: | Eric Andersen | |
If BusyBox was compiled with -DCONFIG_FEATURE_CLEAN_UP dmesg command segfaults if invoked with the "-n" option. (Due to a free() of an uninitialized pointer). | |||
2003-07-26 | There should be only one instance of CONFIG_FEATURE_AUTOWIDTH | Eric Andersen | |
2003-07-26 | Don't depend on CONFIG_LFS. It is really a suggestion, not a requirement, | Eric Andersen | |
since fdisk will work just fine on smaller disks w/o it. | |||
2003-07-22 | Remove remaining libc5 support code | Eric Andersen | |
2003-07-22 | Very minor rdate updates | Eric Andersen | |
2003-07-22 | Error out early if people try to build mount with nfs support | Eric Andersen | |
using uClibc, but have not enabled UCLIBC_HAS_RPC... -Erik | |||
2003-07-14 | Update a bunch of docs. Run a script to update my email addr. | Eric Andersen | |
2003-07-14 | Use standard types | Eric Andersen | |
2003-07-14 | Require that LFS is enabled to get fdisk | Eric Andersen | |
2003-07-14 | Remove all the llseek junk and just use regular old lseek. When DOLFS is | Eric Andersen | |
enabled, regular lseek is transparently promoted to lseek64 anyways, rendering the llseek stuff pointless. -Erik | |||
2003-07-05 | Add the fdformat utility, based on a patch from Kent Robotti, | Eric Andersen | |
but I then completely reworked the fdformat utility to comply with the current busybox way of doing things. | |||
2003-07-03 | Patch from Kent Robotti updating fdisk to version v2.11z | Eric Andersen | |
2003-07-03 | Patch from Kent Robotti adding a bunch of menuconfig help | Eric Andersen | |
2003-06-20 | Somewhere in the 2.4.x kernel series, /proc/mounts was changed to display a | Eric Andersen | |
"rootfs" entry as well as the traditional "/dev/root" entry. This caused applets such as mount and df to display two root filesystem entries.... This teaches the relevant utilities to ignore the "rootfs" entry. -Erik | |||
2003-05-08 | Use xopen instead of xfopen | Glenn L McGrath | |
2003-03-19 | Major coreutils update. | Manuel Novoa III | |
2003-03-07 | be more careful about cleaning up | Eric Andersen | |
2003-03-07 | Scrub things a bit, shave off a few bytes. | Eric Andersen | |
-Erik | |||
2003-03-07 | Save a few bytes and remove a redundant string | Eric Andersen | |
2003-03-07 | audit for proper error handling, apply a few size optimizations | Eric Andersen | |
-Erik | |||
2003-02-28 | There is no good reason to prevent nfs mounts from being mounted | Eric Andersen | |
during 'mount -a'. If the user wants to do that, hey, its their lifs. If the nfs server is down and they don't want to wait for nfs to time out, that is their problem. -Erik | |||
2003-02-27 | Write all the help text for the util-linux utilities. Allow | Eric Andersen | |
people to locate the mtab file somewhere other that /etc to accomodate read only root filesystems. -Erik | |||
2003-01-13 | Correct some init issues, update email address, last_patch78 by Vladimir | Glenn L McGrath | |
N. Oleynik | |||
2003-01-04 | fdisk writable feature, allows compilation of a small fdisk that can | Glenn L McGrath | |
only read partition table, by Vladimir N. Oleynik | |||
2003-01-02 | > Eliminate dependancy on kernel header files. Naughty naughty. | Robert Griebl | |
> Using linux kernel headers is a Bad Thing(tm) and should be > punished. > -Erik Doing this wrong should be punished even harder :) - Robert | |||
2002-12-11 | Eliminate dependancy on kernel header files. Naughty naughty. | Eric Andersen | |
Using linux kernel headers is a Bad Thing(tm) and should be punished. -Erik | |||
2002-12-11 | Eliminate dependancy on kernel header files. Naughty naughty. | Eric Andersen | |
Using linux kernel headers is a Bad Thing(tm) and should be punished. | |||
2002-12-11 | Eliminate dependancy on kernel header files. Naughty naughty. | Eric Andersen | |
Using linux kernel headers is a Bad Thing(tm) and should be punished. -Erik | |||
2002-12-08 | Fix compile warning with OSF | Glenn L McGrath | |
2002-12-05 | Yet another major rework of the BusyBox config system, using the considerably | Eric Andersen | |
modified Kbuild system I put into uClibc. With this, there should be no more need to modify Rules.mak since I've moved all the interesting options into the config system. I think I've got everything updated, but you never know, I may have made some mistakes, so watch closely. -Erik | |||
2002-12-05 | Kill CONFIG_FEATURE_USE_DEVPS_PATCH and the devps patch. I'm not | Eric Andersen | |
maintaining it anymore, and it is now terribly out of date. -Erik | |||
2002-11-28 | Change if(x)free(x); to free(x); | Aaron Lehmann | |
2002-11-27 | last_patch_68 from Vladimir N. Oleynik | Glenn L McGrath | |
2002-11-26 | fdisk applet by Vladimir N. Oleynik | Glenn L McGrath | |
2002-11-03 | Test for holes in swapfiles | Eric Andersen | |
-Erik | |||
2002-10-26 | last_patch64 from vodz: | Eric Andersen | |
The following usage from original user: $ ./busybox swapon -a Have typo problem: swapon: swapon: Operation not permitted But regular version: swapon: /dev/hda5: Operation not permitted Patch attached, reduced 9 bytes and advanced exit code also. | |||
2002-09-17 | Support setting depth | Eric Andersen | |
2002-09-01 | Some CML1 grammar fixes | Eric Andersen | |
-Erik | |||
2002-08-23 | Run through indent, style | Glenn L McGrath | |
2002-08-22 | Run through indent, fix comments | Glenn L McGrath | |
2002-08-21 | Inline functions with only one reference in mkfs_minix. I don't know | Aaron Lehmann | |
why these efforts aren't making the binary smaller. |