index
:
forks/busybox
1_33_stable
master
Busybox tree with Carbs Linux patches
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
miscutils
Age
Commit message (
Expand
)
Author
2007-10-11
mt: eliminate vector of structures with pointers (bad for libbusybox).
Denis Vlasenko
2007-10-11
add -fvisibility=hidden to CC flags, mark XXX_main functions
Denis Vlasenko
2007-10-01
printf("%s\n") -> puts()
Denis Vlasenko
2007-10-01
'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>.
Denis Vlasenko
2007-09-30
introduce and use close_on_exec_on(fd). -50 bytes.
Denis Vlasenko
2007-09-29
small code shrink
Denis Vlasenko
2007-09-28
hdparm: paranoia-induced fix against theoretical div-by-0 case
Denis Vlasenko
2007-09-28
hdparm: more robust (re overflows) code. +38 bytes.
Denis Vlasenko
2007-09-28
hdparm: reduce possibility of numeric overflow in -T.
Denis Vlasenko
2007-09-28
hdparm: simplify timing measurement (it wa the last last user
Denis Vlasenko
2007-09-28
hdparm: get rid of static variables
Denis Vlasenko
2007-09-27
less: make 'f' page forward
Denis Vlasenko
2007-09-27
hdparm: use fixed fd #3 for device being interrogated
Denis Vlasenko
2007-09-27
introduce bb_putchar(). saves ~1800 on uclibc (less on glibc).
Denis Vlasenko
2007-09-27
style and message text fixes
Denis Vlasenko
2007-09-27
introduce safe_poll (fixes a problem in top)
Denis Vlasenko
2007-09-22
include libbb.h, not busybox.h
Denis Vlasenko
2007-09-22
- actually mv microcom.c to miscutils
Bernhard Reutner-Fischer
2007-09-22
move microcom to miscutils
Denis Vlasenko
2007-09-05
watchdog: allow millisecond spec (-t 250ms)
Denis Vlasenko
2007-08-19
crond: code shrink
Denis Vlasenko
2007-08-19
libbb,crond,lash: fix getopt32 (don't know how it managed to slip through)
Denis Vlasenko
2007-08-18
crond: don't start sendmail with absolute path
Denis Vlasenko
2007-08-18
don't pass argc in getopt32, it's superfluous
Denis Vlasenko
2007-08-17
assorted fixes for breakage found by randomconfig
Denis Vlasenko
2007-08-16
hdparm: shrink rodata by ~250 bytes
Denis Vlasenko
2007-08-16
whitespace fixes, no code changes
Denis Vlasenko
2007-08-13
httpd: round down sendfile byte count to 64k
Denis Vlasenko
2007-08-13
s/#ifdef CONFIG_/#if ENABLE_/g
Denis Vlasenko
2007-08-12
trylink: produce even more info about final link stage
Denis Vlasenko
2007-08-03
less: add a bit more robustness in keyboard reading code
Denis Vlasenko
2007-08-03
ttysize: update copyright
Denis Vlasenko
2007-08-02
ttysize: new applet. +200 bytes
Denis Vlasenko
2007-07-24
Replace index_in_[sub]str_array with index_in_[sub]strings,
Denis Vlasenko
2007-07-21
style fix (stray space before ';')
Denis Vlasenko
2007-07-21
Three patches from FreeWRT people
Denis Vlasenko
2007-07-21
libbb: nuke BB_GETOPT_ERROR, always die if there are mutually exclusive options
Denis Vlasenko
2007-07-19
stray trailing tabs removed
Denis Vlasenko
2007-07-17
remove accumulated stray trailing whitespace
Denis Vlasenko
2007-07-14
xioctl and friends by Tito <farmatito@tiscali.it>
Denis Vlasenko
2007-07-01
devfsd: futher sanitization by Tito <farmatito@tiscali.it>
Denis Vlasenko
2007-07-01
devfsd: indentation fixes
Denis Vlasenko
2007-06-30
introduce and use bb_basename()
Denis Vlasenko
2007-06-27
devfsd: style cleanup; size reduction (Tito <farmatito@tiscali.it>)
Denis Vlasenko
2007-06-25
devfsd: fix formatting (Tito <farmatito@tiscali.it>)
Denis Vlasenko
2007-06-25
Consolidate ARRAY_SIZE macro; remove one unneeded global var (walter harms <w...
Denis Vlasenko
2007-06-17
wget: use monotonic_sec instead of gettimeofday
Denis Vlasenko
2007-06-17
hwclock: size optimizations
Denis Vlasenko
2007-06-17
time: *const str = "xxx" ==> str[] = "xxx"
Denis Vlasenko
2007-06-17
strings: strings a b was processing a twice, fix that
Denis Vlasenko
[next]