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
/
applets
History
Rob Landley
ea224be6aa
skip_whitespace() shouldn't claim its return value is const, it doesn't know
...
that and callers wind up typecasting it back.
2006-06-18 20:20:07 +00:00
..
applets.c
skip_whitespace() shouldn't claim its return value is const, it doesn't know
2006-06-18 20:20:07 +00:00
busybox.c
- move #include busybox.h to the very top so we pull in the config
2006-06-02 20:56:16 +00:00
busybox.mkll
- use HOSTCC instead of a hardcoded cc
2005-12-29 16:53:47 +00:00
install.sh
add a --noclobber flag
2006-06-07 18:12:27 +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 back to r14406
2006-03-13 19:04:00 +00:00
version.c
- move #include busybox.h to the very top so we pull in the config
2006-06-02 20:56:16 +00:00