aboutsummaryrefslogtreecommitdiff
path: root/miscutils (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* microcom: undo #define trick, gcc fails to take advantage of itDenis Vlasenko2008-01-281-3/+3
* mkswap, readahead: stop using fdlength, it is reported to be unreliableDenis Vlasenko2008-01-271-2/+9
* microcom: update from the authorDenis Vlasenko2008-01-271-73/+133
* - fix conflicting decls of syslog related facilitynames and prioritynames tablesBernhard Reutner-Fischer2008-01-272-9/+4
* crond: small code shrink and readability enhancementsDenis Vlasenko2008-01-241-15/+15
* - Fix hdparm's ioctl parameter passing (John Brandwood)Bernhard Reutner-Fischer2008-01-191-6/+6
* ps: fix build breakage from vda's recent commitDenis Vlasenko2008-01-071-4/+4
* libbb: introduce and use safe_waitpid (loops in EINTR)Denis Vlasenko2008-01-021-1/+1
* fbset: fix buglet where we were using wrong pointerDenis Vlasenko2007-11-063-20/+30
* ifconfig: code shrinkDenis Vlasenko2007-11-042-56/+69
* hdparm: code shrinkDenis Vlasenko2007-10-301-229/+214
* 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