summaryrefslogtreecommitdiff
path: root/miscutils
Commit message (Expand)AuthorAgeFilesLines
* mt: eliminate vector of structures with pointers (bad for libbusybox).Denis Vlasenko2007-10-111-56/+79
* add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko2007-10-1125-28/+28
* printf("%s\n") -> puts()Denis Vlasenko2007-10-011-1/+1
* 'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>.Denis Vlasenko2007-10-014-4/+4
* introduce and use close_on_exec_on(fd). -50 bytes.Denis Vlasenko2007-09-301-4/+1
* small code shrinkDenis Vlasenko2007-09-291-2/+1
* hdparm: paranoia-induced fix against theoretical div-by-0 caseDenis Vlasenko2007-09-281-2/+2
* hdparm: more robust (re overflows) code. +38 bytes.Denis Vlasenko2007-09-281-25/+23
* hdparm: reduce possibility of numeric overflow in -T.Denis Vlasenko2007-09-281-6/+14
* hdparm: simplify timing measurement (it wa the last last userDenis Vlasenko2007-09-281-64/+62
* hdparm: get rid of static variablesDenis Vlasenko2007-09-281-97/+179
* less: make 'f' page forwardDenis Vlasenko2007-09-271-1/+1
* hdparm: use fixed fd #3 for device being interrogatedDenis Vlasenko2007-09-271-26/+30
* introduce bb_putchar(). saves ~1800 on uclibc (less on glibc).Denis Vlasenko2007-09-276-83/+71
* style and message text fixesDenis Vlasenko2007-09-271-1/+1
* introduce safe_poll (fixes a problem in top)Denis Vlasenko2007-09-271-2/+1
* include libbb.h, not busybox.hDenis Vlasenko2007-09-221-1/+1
* - actually mv microcom.c to miscutilsBernhard Reutner-Fischer2007-09-221-0/+138
* move microcom to miscutilsDenis Vlasenko2007-09-222-0/+7
* watchdog: allow millisecond spec (-t 250ms)Denis Vlasenko2007-09-051-9/+15
* crond: code shrinkDenis Vlasenko2007-08-191-59/+21
* libbb,crond,lash: fix getopt32 (don't know how it managed to slip through)Denis Vlasenko2007-08-191-1/+1
* crond: don't start sendmail with absolute pathDenis Vlasenko2007-08-181-8/+8
* don't pass argc in getopt32, it's superfluousDenis Vlasenko2007-08-189-9/+9
* assorted fixes for breakage found by randomconfigDenis Vlasenko2007-08-171-5/+4
* hdparm: shrink rodata by ~250 bytesDenis Vlasenko2007-08-161-53/+24
* whitespace fixes, no code changesDenis Vlasenko2007-08-161-80/+81
* httpd: round down sendfile byte count to 64kDenis Vlasenko2007-08-131-1/+1
* s/#ifdef CONFIG_/#if ENABLE_/gDenis Vlasenko2007-08-131-4/+3
* trylink: produce even more info about final link stageDenis Vlasenko2007-08-125-32/+36
* less: add a bit more robustness in keyboard reading codeDenis Vlasenko2007-08-031-1/+3
* ttysize: update copyrightDenis Vlasenko2007-08-031-1/+6
* ttysize: new applet. +200 bytesDenis Vlasenko2007-08-023-0/+48
* Replace index_in_[sub]str_array with index_in_[sub]strings,Denis Vlasenko2007-07-241-18/+20
* style fix (stray space before ';')Denis Vlasenko2007-07-211-2/+2
* Three patches from FreeWRT peopleDenis Vlasenko2007-07-211-1/+3
* libbb: nuke BB_GETOPT_ERROR, always die if there are mutually exclusive optionsDenis Vlasenko2007-07-211-1/+1
* stray trailing tabs removedDenis Vlasenko2007-07-192-3/+3
* remove accumulated stray trailing whitespaceDenis Vlasenko2007-07-172-4/+4
* xioctl and friends by Tito <farmatito@tiscali.it>Denis Vlasenko2007-07-145-99/+90
* devfsd: futher sanitization by Tito <farmatito@tiscali.it>Denis Vlasenko2007-07-011-118/+63
* devfsd: indentation fixesDenis Vlasenko2007-07-011-6/+6
* introduce and use bb_basename()Denis Vlasenko2007-06-301-8/+8
* devfsd: style cleanup; size reduction (Tito <farmatito@tiscali.it>)Denis Vlasenko2007-06-271-133/+46
* devfsd: fix formatting (Tito <farmatito@tiscali.it>)Denis Vlasenko2007-06-251-509/+446
* Consolidate ARRAY_SIZE macro; remove one unneeded global var (walter harms <w...Denis Vlasenko2007-06-251-3/+2
* wget: use monotonic_sec instead of gettimeofdayDenis Vlasenko2007-06-171-1/+6
* hwclock: size optimizationsDenis Vlasenko2007-06-171-104/+76
* time: *const str = "xxx" ==> str[] = "xxx"Denis Vlasenko2007-06-171-3/+3
* strings: strings a b was processing a twice, fix thatDenis Vlasenko2007-06-171-34/+35