.. |
adjtimex.c
|
- move #include busybox.h to the very top so we pull in the config
|
2006-06-03 19:49:21 +00:00 |
bbconfig.c
|
|
|
Config.in
|
More minor tweaks.
|
2006-07-12 21:31:16 +00:00 |
crond.c
|
- move #include busybox.h to the very top so we pull in the config
|
2006-06-03 19:49:21 +00:00 |
crontab.c
|
Various cleanups I made while going through Erik Hovland's patch submissions,
|
2006-06-25 22:39:24 +00:00 |
dc.c
|
Add one-line GPL boilerplate to numerous (but not all yet) source files.
|
2006-07-12 07:56:04 +00:00 |
devfsd.c
|
Add one-line GPL boilerplate to numerous (but not all yet) source files.
|
2006-07-12 07:56:04 +00:00 |
eject.c
|
Patch from Yann Morin to put BLKGETSIZE64 in platform.h had rather a lot of
|
2006-06-15 15:49:36 +00:00 |
hdparm.c
|
Patch from Yann Morin to put BLKGETSIZE64 in platform.h had rather a lot of
|
2006-06-15 15:49:36 +00:00 |
last.c
|
- move #include busybox.h to the very top so we pull in the config
|
2006-06-03 19:49:21 +00:00 |
less.c
|
- move #include busybox.h to the very top so we pull in the config
|
2006-06-03 19:49:21 +00:00 |
makedevs.c
|
- move #include busybox.h to the very top so we pull in the config
|
2006-06-03 19:49:21 +00:00 |
Makefile
|
pull Rules.mak from top_srcdir as pointed out by Robert P. J. Day on the mailing list
|
2006-05-13 02:33:09 +00:00 |
Makefile.in
|
Revert taskset for 1.2.0. It emits a warning, breaks building under RH9,
|
2006-06-30 22:20:43 +00:00 |
mountpoint.c
|
- move #include busybox.h to the very top so we pull in the config
|
2006-06-03 19:49:21 +00:00 |
mt.c
|
Add one-line GPL boilerplate to numerous (but not all yet) source files.
|
2006-07-12 07:56:04 +00:00 |
runlevel.c
|
- move #include busybox.h to the very top so we pull in the config
|
2006-06-03 19:49:21 +00:00 |
rx.c
|
Aurelien Jacobs pointed out inline functions that could be removed. Doing so
|
2006-06-21 01:49:17 +00:00 |
setsid.c
|
- move #include busybox.h to the very top so we pull in the config
|
2006-06-03 19:49:21 +00:00 |
strings.c
|
- move #include busybox.h to the very top so we pull in the config
|
2006-06-03 19:49:21 +00:00 |
time.c
|
use vfork() instead of vork() since the only thing we do is execve() an app after fork (allows time to work on no-mmu)
|
2006-06-06 06:08:34 +00:00 |
watchdog.c
|
fix watchdog on no-mmu systems by adding -F option for rexec
|
2006-06-26 21:31:17 +00:00 |