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
/
procps
History
Rob Landley
a389651115
Remove bb_strlen() in favor of -fno-builtin-strlen. Saves as many bytes
...
as the old optimization did (actually does slightly better under gcc 4.0), and simplifies the code.
2006-05-07 20:20:34 +00:00
..
Config.in
…
free.c
…
fuser.c
…
kill.c
Robert P. Day removed 8 gazillion occurrences of "extern" on function
2006-03-06 20:47:33 +00:00
Makefile
- use absolute path for top_builddir and top_srcdir.
2006-03-02 17:33:25 +00:00
Makefile.in
…
pidof.c
…
ps.c
Robert P. Day removed 8 gazillion occurrences of "extern" on function
2006-03-06 20:47:33 +00:00
renice.c
Add 'nice' and replace 'renice' with a new implementation.
2005-02-13 20:14:05 +00:00
sysctl.c
Remove bb_strlen() in favor of -fno-builtin-strlen. Saves as many bytes
2006-05-07 20:20:34 +00:00
top.c
Fix allbareconfig.
2006-05-04 19:51:22 +00:00
uptime.c
…