Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix exit status on failure. | Matt Kraai | 2000-12-06 | 2 | -3/+4 | |
| | ||||||
* | Remove #ifdef __STDC__ junk. We don't do K&R round these parts, | Eric Andersen | 2000-12-01 | 1 | -89/+0 | |
| | | | | so no point acting like we do. | |||||
* | Stop using TRUE and FALSE for exit status. | Matt Kraai | 2000-12-01 | 9 | -33/+31 | |
| | ||||||
* | Cleanup of duplicated symbols -- found by compiling with | Eric Andersen | 2000-11-07 | 1 | -1/+1 | |
| | | | | LDFLAGS += -Wl,-warn-common | |||||
* | Fix uname problem that was breaking poweroff. | Eric Andersen | 2000-10-30 | 2 | -32/+4 | |
| | ||||||
* | Make fbset compile with the readmode feature by pulling defs from fb.h. | Matt Kraai | 2000-10-28 | 1 | -0/+9 | |
| | ||||||
* | Silence a warning, | Eric Andersen | 2000-10-26 | 1 | -1/+1 | |
| | ||||||
* | Put getopt_usage where it belongs and added *_usage entries in busybox.[ch] | Mark Whitley | 2000-10-19 | 1 | -16/+0 | |
| | ||||||
* | Consolidate handling of some fopen failures. | Matt Kraai | 2000-09-27 | 1 | -5/+1 | |
| | ||||||
* | Renamed "internal.h" to the more sensible "busybox.h". | Eric Andersen | 2000-09-25 | 14 | -14/+14 | |
| | | | | -Erik | |||||
* | Remove all the kernel headers so it will compile under libc5 | Eric Andersen | 2000-09-21 | 1 | -12/+49 | |
| | | | | -Erik | |||||
* | Fix a potential warning | Eric Andersen | 2000-09-21 | 1 | -1/+1 | |
| | ||||||
* | Large file >2Gib support. | Eric Andersen | 2000-09-21 | 1 | -0/+4 | |
| | ||||||
* | Remove a warning. Patch from Bryan Rittmeyer <bryan@ixiacom.com> | Eric Andersen | 2000-09-21 | 1 | -0/+2 | |
| | ||||||
* | When mounting a ro fs rw, print warning and then mount it ro. Patch | Eric Andersen | 2000-09-20 | 1 | -0/+4 | |
| | | | | | from Dave Cinege. -Erik | |||||
* | Both of these commands were subtly broken. Fortunately when used together the | Eric Andersen | 2000-09-19 | 2 | -4/+12 | |
| | | | | | | damage was only ugly fscks. Reverted to the static inline code so they work correctly again, -Erik | |||||
* | Apply a patch from Chip Rosenthal <chip@unicom.com> to fix NFS mounting, | Eric Andersen | 2000-09-19 | 1 | -1/+1 | |
| | | | | | which had been inadvertantly broken... -Erik | |||||
* | Fix calls to {m,c,re}alloc so that they use x{m,c,re}alloc instead of | Matt Kraai | 2000-09-13 | 1 | -2/+2 | |
| | | | | segfaulting or handling errors the same way themselves. | |||||
* | From Ken Chalmers <chalmers@norscan.com>: | Pavel Roskin | 2000-08-22 | 1 | -1/+2 | |
| | | | | | The current CVS mount.c is missing a semicolon, causing building to fail if NFS is enabled (#define BB_NFSMOUNT). | |||||
* | Oops. Forgot to commit rdate.c. | Eric Andersen | 2000-08-21 | 1 | -0/+135 | |
| | | | | -Erik | |||||
* | Added getopt(1) from "Alfred M. Szmidt" <ams@trillian.itslinux.org> | Eric Andersen | 2000-08-21 | 1 | -0/+416 | |
| | | | | -Erik | |||||
* | Some #include updates. | Eric Andersen | 2000-08-10 | 5 | -5/+0 | |
| | | | | -Erik | |||||
* | Fixed the "-f" option. | Eric Andersen | 2000-08-02 | 1 | -3/+1 | |
| | | | | -Erik | |||||
* | Merge in two patches from Dave Cinege: | Eric Andersen | 2000-08-02 | 1 | -32/+56 | |
| | | | | | | | | | | the first is a cleanup of tar --exclude the second changes mount so mtab works more as it should, and also allows mount to use the traditional short form (i.e. 'mount / -o remount,rw' now works. While inside tar, I changed it to use getopt... -Erik | |||||
* | Use BB_FEATURE_CLEAN_UP where appropriate | Eric Andersen | 2000-07-25 | 3 | -4/+9 | |
| | | | | -Erik | |||||
* | Centralize handling of --help. | Matt Kraai | 2000-07-19 | 1 | -4/+0 | |
| | ||||||
* | It is now possible to select in busybox.def.h whether minixfs version 2 | Pavel Roskin | 2000-07-17 | 2 | -36/+30 | |
| | | | | is to be supported. | |||||
* | The result of getopt() is "int" and should be treated as such | Pavel Roskin | 2000-07-17 | 1 | -1/+2 | |
| | ||||||
* | Extract usage information into a separate file. | Matt Kraai | 2000-07-16 | 10 | -146/+2 | |
| | ||||||
* | Don't use strings directly in calls to usage(). This is in preparation | Matt Kraai | 2000-07-14 | 2 | -35/+30 | |
| | | | | for their extraction to a separate file. | |||||
* | Getopt'ed by Marc Nijdam <marc_nijdam@hp.com> | Eric Andersen | 2000-07-14 | 1 | -35/+21 | |
| | | | | -Erik | |||||
* | More fixes for "missing initializers" | Pavel Roskin | 2000-07-14 | 1 | -1/+1 | |
| | ||||||
* | A couple of minor warning cleanups. | Eric Andersen | 2000-07-14 | 2 | -2/+5 | |
| | | | | -Erik | |||||
* | Use errorMsg rather than fprintf. | Matt Kraai | 2000-07-14 | 7 | -56/+37 | |
| | ||||||
* | Patch from Jon McClintock <jonm@bluemug.com> | Eric Andersen | 2000-07-12 | 1 | -1/+67 | |
| | | | | | | | | | | | >The attached patch adds the ability to parse the actual mode specifier in >fbset. So now > > fbset -n 640x480-72 > >Will actually work. I don't know if I've reinvented the wheel though... -Erik | |||||
* | Always report the applet name when doing error reporting. | Matt Kraai | 2000-07-12 | 3 | -4/+4 | |
| | ||||||
* | Use global applet_name instead of local versions. | Matt Kraai | 2000-07-12 | 4 | -29/+15 | |
| | ||||||
* | Forgot to commit these cleanups it seems. | Eric Andersen | 2000-07-11 | 2 | -2/+0 | |
| | | | | -Erik | |||||
* | Fixed NFS so it supports 2.4.x kernels and NFSv3. Should close bug #1009. | Eric Andersen | 2000-07-10 | 2 | -897/+600 | |
| | | | | -Erik | |||||
* | Comment on kernel stuff | Eric Andersen | 2000-07-10 | 1 | -1/+1 | |
| | | | | -Erik | |||||
* | More linux kernel header file removal. | Eric Andersen | 2000-07-10 | 2 | -4/+194 | |
| | | | | -Erik | |||||
* | Remove yet more kernel header dependancies. | Eric Andersen | 2000-07-10 | 2 | -2/+2 | |
| | | | | -Erik | |||||
* | Argh. More cross libc cleanup. Should be ok now... | Eric Andersen | 2000-07-08 | 2 | -24/+25 | |
| | | | | -Erik | |||||
* | More cleanup on umount | Eric Andersen | 2000-07-08 | 1 | -5/+17 | |
| | | | | -Erik | |||||
* | Update files to reduce dependance on kernel version... | Eric Andersen | 2000-07-08 | 4 | -15/+18 | |
| | | | | -Erik | |||||
* | Turned some stuff into features that really are features, not apps. | Eric Andersen | 2000-07-06 | 1 | -1/+1 | |
| | | | | -Erik | |||||
* | Added (fixed) the '-n' option to fbset. Renumbered the command parameters to | Eric Andersen | 2000-07-06 | 1 | -20/+25 | |
| | | | | | | put a gap between the normal commands and the fancy commands. This makes it cleaner to add normal commands. Patch from Jon McClintock <jonm@bluemug.com>. -Erik | |||||
* | Remove some warning with glibc. | Eric Andersen | 2000-07-06 | 1 | -1/+1 | |
| | | | | -Erik | |||||
* | a few minor cleanups. | Eric Andersen | 2000-07-06 | 2 | -3/+4 | |
| | | | | -Erik | |||||
* | Remove misguided klude around for 2.4.x-test* brokenness. Al Viro | Eric Andersen | 2000-07-05 | 1 | -8/+0 | |
| | | | | | will be removing this stuff from /proc/mounts real soon now I am assured. -Erik |