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
81dab2cf83
Fix hdparm to use PRIu64 instead of typecasting to long long (which is 128 bits
...
on 64 bit platforms), and move #include <inttypes.h> to libbb.h.
2006-05-28 01:56:08 +00:00
..
adjtimex.c
Move portability stuff to platform.h, and clean up adjtimex.c a bit while
2006-05-27 22:08:01 +00:00
bbconfig.c
…
Config.in
- add central knob to turn off getopt_long everywhere. EXPERIMENTAL!
2006-05-26 20:19:22 +00:00
crond.c
New version of nohup that's much smaller, less paranoid, consistent,
2006-05-21 18:28:13 +00:00
crontab.c
…
dc.c
…
devfsd.c
Consolidate #include <sys/time.h> so libbb.h does it.
2006-05-27 21:42:58 +00:00
eject.c
…
hdparm.c
Fix hdparm to use PRIu64 instead of typecasting to long long (which is 128 bits
2006-05-28 01:56:08 +00:00
last.c
- introduce and use bb_path_wtmp_file for portability (saves 11 Bytes).
2006-05-26 14:41:40 +00:00
less.c
And fix the error I just introduced. :)
2006-05-25 21:13:30 +00:00
makedevs.c
…
Makefile
…
Makefile.in
…
mountpoint.c
…
mt.c
…
runlevel.c
…
rx.c
- use the defines CURRENT_TTY and VC_1; also shrink xargs a tiny bit:
2006-05-27 09:36:43 +00:00
setsid.c
…
strings.c
…
time.c
Consolidate #include <sys/time.h> so libbb.h does it.
2006-05-27 21:42:58 +00:00
watchdog.c
…