index
:
delta/busybox.git
0_60_stable
1_00_stable
1_00_stable_10817
1_10_stable
1_11_stable
1_12_stable
1_13_stable
1_14_stable
1_15_stable
1_16_stable
1_17_stable
1_18_stable
1_19_stable
1_1_stable
1_20_stable
1_21_stable
1_22_stable
1_23_stable
1_24_stable
1_25_stable
1_26_stable
1_27_stable
1_28_stable
1_29_stable
1_30_stable
1_31_stable
1_32_stable
1_33_stable
1_34_stable
1_35_stable
1_36_stable
1_3_stable
1_4_stable
1_5_stable
1_6_stable
1_7_stable
1_8_stable
1_9_stable
baserock/1.22.1-openwrt
baserock/1.23.2-openwrt
baserock/build-essential
baserock/danielfirth/RT144
baserock/danielsilverstone/vagrant-support
baserock/jjardon/build-essential
baserock/liw/S8704-always-ntpd
baserock/morph
baserock/pedroalvarez/build-essential
baserock/pedroalvarez/enable-patch
baserock/radiofree/busyboxfix
baserock/radiofree/ntpdscript
baserock/richardmaw/S5892/boot-sequencing
baserock/richardmaw/S8564/ro-staging-area
baserock/richardmaw/S9245/init
baserock/richardmaw/add-read-dash-d
baserock/robkendrick/mips64
baserock/tiagogomes/bbgawk
master
git.busybox.net: busybox.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
miscutils
Commit message (
Expand
)
Author
Age
Files
Lines
*
mt: eliminate vector of structures with pointers (bad for libbusybox).
Denis Vlasenko
2007-10-11
1
-56
/
+79
*
add -fvisibility=hidden to CC flags, mark XXX_main functions
Denis Vlasenko
2007-10-11
25
-28
/
+28
*
printf("%s\n") -> puts()
Denis Vlasenko
2007-10-01
1
-1
/
+1
*
'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>.
Denis Vlasenko
2007-10-01
4
-4
/
+4
*
introduce and use close_on_exec_on(fd). -50 bytes.
Denis Vlasenko
2007-09-30
1
-4
/
+1
*
small code shrink
Denis Vlasenko
2007-09-29
1
-2
/
+1
*
hdparm: paranoia-induced fix against theoretical div-by-0 case
Denis Vlasenko
2007-09-28
1
-2
/
+2
*
hdparm: more robust (re overflows) code. +38 bytes.
Denis Vlasenko
2007-09-28
1
-25
/
+23
*
hdparm: reduce possibility of numeric overflow in -T.
Denis Vlasenko
2007-09-28
1
-6
/
+14
*
hdparm: simplify timing measurement (it wa the last last user
Denis Vlasenko
2007-09-28
1
-64
/
+62
*
hdparm: get rid of static variables
Denis Vlasenko
2007-09-28
1
-97
/
+179
*
less: make 'f' page forward
Denis Vlasenko
2007-09-27
1
-1
/
+1
*
hdparm: use fixed fd #3 for device being interrogated
Denis Vlasenko
2007-09-27
1
-26
/
+30
*
introduce bb_putchar(). saves ~1800 on uclibc (less on glibc).
Denis Vlasenko
2007-09-27
6
-83
/
+71
*
style and message text fixes
Denis Vlasenko
2007-09-27
1
-1
/
+1
*
introduce safe_poll (fixes a problem in top)
Denis Vlasenko
2007-09-27
1
-2
/
+1
*
include libbb.h, not busybox.h
Denis Vlasenko
2007-09-22
1
-1
/
+1
*
- actually mv microcom.c to miscutils
Bernhard Reutner-Fischer
2007-09-22
1
-0
/
+138
*
move microcom to miscutils
Denis Vlasenko
2007-09-22
2
-0
/
+7
*
watchdog: allow millisecond spec (-t 250ms)
Denis Vlasenko
2007-09-05
1
-9
/
+15
*
crond: code shrink
Denis Vlasenko
2007-08-19
1
-59
/
+21
*
libbb,crond,lash: fix getopt32 (don't know how it managed to slip through)
Denis Vlasenko
2007-08-19
1
-1
/
+1
*
crond: don't start sendmail with absolute path
Denis Vlasenko
2007-08-18
1
-8
/
+8
*
don't pass argc in getopt32, it's superfluous
Denis Vlasenko
2007-08-18
9
-9
/
+9
*
assorted fixes for breakage found by randomconfig
Denis Vlasenko
2007-08-17
1
-5
/
+4
*
hdparm: shrink rodata by ~250 bytes
Denis Vlasenko
2007-08-16
1
-53
/
+24
*
whitespace fixes, no code changes
Denis Vlasenko
2007-08-16
1
-80
/
+81
*
httpd: round down sendfile byte count to 64k
Denis Vlasenko
2007-08-13
1
-1
/
+1
*
s/#ifdef CONFIG_/#if ENABLE_/g
Denis Vlasenko
2007-08-13
1
-4
/
+3
*
trylink: produce even more info about final link stage
Denis Vlasenko
2007-08-12
5
-32
/
+36
*
less: add a bit more robustness in keyboard reading code
Denis Vlasenko
2007-08-03
1
-1
/
+3
*
ttysize: update copyright
Denis Vlasenko
2007-08-03
1
-1
/
+6
*
ttysize: new applet. +200 bytes
Denis Vlasenko
2007-08-02
3
-0
/
+48
*
Replace index_in_[sub]str_array with index_in_[sub]strings,
Denis Vlasenko
2007-07-24
1
-18
/
+20
*
style fix (stray space before ';')
Denis Vlasenko
2007-07-21
1
-2
/
+2
*
Three patches from FreeWRT people
Denis Vlasenko
2007-07-21
1
-1
/
+3
*
libbb: nuke BB_GETOPT_ERROR, always die if there are mutually exclusive options
Denis Vlasenko
2007-07-21
1
-1
/
+1
*
stray trailing tabs removed
Denis Vlasenko
2007-07-19
2
-3
/
+3
*
remove accumulated stray trailing whitespace
Denis Vlasenko
2007-07-17
2
-4
/
+4
*
xioctl and friends by Tito <farmatito@tiscali.it>
Denis Vlasenko
2007-07-14
5
-99
/
+90
*
devfsd: futher sanitization by Tito <farmatito@tiscali.it>
Denis Vlasenko
2007-07-01
1
-118
/
+63
*
devfsd: indentation fixes
Denis Vlasenko
2007-07-01
1
-6
/
+6
*
introduce and use bb_basename()
Denis Vlasenko
2007-06-30
1
-8
/
+8
*
devfsd: style cleanup; size reduction (Tito <farmatito@tiscali.it>)
Denis Vlasenko
2007-06-27
1
-133
/
+46
*
devfsd: fix formatting (Tito <farmatito@tiscali.it>)
Denis Vlasenko
2007-06-25
1
-509
/
+446
*
Consolidate ARRAY_SIZE macro; remove one unneeded global var (walter harms <w...
Denis Vlasenko
2007-06-25
1
-3
/
+2
*
wget: use monotonic_sec instead of gettimeofday
Denis Vlasenko
2007-06-17
1
-1
/
+6
*
hwclock: size optimizations
Denis Vlasenko
2007-06-17
1
-104
/
+76
*
time: *const str = "xxx" ==> str[] = "xxx"
Denis Vlasenko
2007-06-17
1
-3
/
+3
*
strings: strings a b was processing a twice, fix that
Denis Vlasenko
2007-06-17
1
-34
/
+35
[next]