This website requires JavaScript.
Explore
Help
Register
Sign In
emo
/
busybox
Watch
1
Star
0
Fork
0
You've already forked busybox
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
busybox
/
miscutils
History
Rob Landley
4c5ad2fc90
Consolidate devfs garbage and mark it as obsolete.
2006-06-07 20:11:53 +00:00
..
adjtimex.c
…
bbconfig.c
…
Config.in
Consolidate devfs garbage and mark it as obsolete.
2006-06-07 20:11:53 +00:00
crond.c
…
crontab.c
…
dc.c
…
devfsd.c
…
eject.c
…
hdparm.c
Tito writes: this patch fixes two potential bugs with the -i -I flags that could be reset during option parsing
2006-06-07 14:25:22 +00:00
last.c
…
less.c
…
makedevs.c
…
Makefile
…
Makefile.in
- add applet taskset to set/retrieve the CPU affinity of a process
2006-06-07 15:44:59 +00:00
mountpoint.c
…
mt.c
…
runlevel.c
…
rx.c
…
setsid.c
…
strings.c
…
taskset.c
- add applet taskset to set/retrieve the CPU affinity of a process
2006-06-07 15:44:59 +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
…