aboutsummaryrefslogtreecommitdiff
path: root/runit (unfollow)
Commit message (Expand)AuthorFilesLines
2008-12-03ash: finally installed it as /bin/sh on my machine.Denis Vlasenko1-67/+131
2008-12-02libbb: password/group function helpers rewritten by Tito:Denis Vlasenko11-94/+84
2008-12-02crond: put tasks in separate process groupsDenis Vlasenko1-0/+4
2008-12-02vconfig: style fix, no code changesDenis Vlasenko1-5/+6
2008-12-02libbb: add strncpy_IFNAMSIZDenis Vlasenko19-49/+52
2008-12-01...and exclude LC_ALL tooDenis Vlasenko1-1/+1
2008-12-01build system: fix sorting + locale in make objsizesDenis Vlasenko1-1/+1
2008-11-30volume_id/fat: careful with sector#, it may not fit in 32 bits. +91 bytesDenis Vlasenko3-66/+68
2008-11-29init: O_NONBLOCK needs more thought. reverted for nowDenis Vlasenko1-2/+3
2008-11-29mountpoint: add -n option (by Vladimir)Denis Vlasenko2-39/+46
2008-11-29inotifyd: save resourses by closing unused inotify descriptorsDenis Vlasenko1-4/+3
2008-11-29acpid: new applet by Vladimir. +737 bytesDenis Vlasenko6-2/+210
2008-11-29Announce 1.13.1 and 1.12.3Denis Vlasenko1-0/+17
2008-11-28ash: add FIXMEDenis Vlasenko1-2/+7
2008-11-28ash: "ash: syntax error: XXX unexpected" -> "ash: syntax error: unexpected XXX"Denis Vlasenko1-1/+1
2008-11-28ash: shrink on top of previous changeDenis Vlasenko1-111/+128
2008-11-28ash: better fix for ash -c 'echo 5&' and ash -c 'sleep 5&'Denis Vlasenko3-29/+56
2008-11-25remove a few superfluous includesDenis Vlasenko4-4/+0
2008-11-25ash,hush: add TODO for rare build failureDenis Vlasenko9-14/+25
2008-11-25ash: fix bad interaction between ash -c '....&' and bash compatDenis Vlasenko1-2/+6
2008-11-24timeout: fix a few bugs. vda is stupidDenis Vlasenko1-115/+2
2008-11-24trim help text a bitDenis Vlasenko2-3/+3
2008-11-24timeout: new applet. 370 bytes. by Roberto Foglietta.Denis Vlasenko8-4/+247
2008-11-24vi: speedup and code shrink (Walter Harms)Denis Vlasenko3-34/+32
2008-11-23strings: code shrink -22 bytes by TitoDenis Vlasenko1-5/+4
2008-11-23diff: emit /dev/null if diff -rN diffs a file against /dev/nullDenis Vlasenko1-9/+7
2008-11-22- documentation fixBernhard Reutner-Fischer1-1/+1
2008-11-22httpd: set $HOST to Host: header value. +83 bytes.Denis Vlasenko1-0/+5
2008-11-22modutils-24: small fixes by Harald Kuthe (harald-tuxbox AT arcor.de)Denis Vlasenko1-21/+13
2008-11-22networking/interface.c: better readability (by Walter Harms)Denis Vlasenko2-76/+86
2008-11-22tftpd: can also have TFTP_DEBUGDenis Vlasenko1-1/+1
2008-11-22insmod: clarify module_name / file_name distinctionDenis Vlasenko4-11/+23
2008-11-22ash: NTO2 needs #if ENABLE_ASH_BASH_COMPATDenis Vlasenko1-0/+2
2008-11-21ash: fix miscalculation of memory needed for eval treeDenis Vlasenko1-33/+35
2008-11-20dpkg: better and shorter code to compare versionsDenis Vlasenko1-68/+59
2008-11-20inotifyd: exit if x event happened for all filesDenis Vlasenko2-22/+36
2008-11-19vi: fix several instances of major goof: when text grows, text[]Denis Vlasenko1-45/+78
2008-11-19klogd: fix small buglet in previous commitDenis Vlasenko1-0/+1
2008-11-19klogctl: fix a problem where we don't terminate read data with '\0'Denis Vlasenko1-20/+17
2008-11-17inotify: add x, o, and u eventsDenis Vlasenko2-23/+36
2008-11-17nslookup: glibc + IPv6 address of DNS server don't mix (yet)Denis Vlasenko1-4/+9
2008-11-17id: do not abort build if we use internal password/group functions.Denis Vlasenko1-0/+2
2008-11-16libbb: replace some memmove's with memcpy's (Ron (ron AT debian.org))Denis Vlasenko1-6/+6
2008-11-16nslookup: allow usage of IPv6 addresses or hostnamesDenis Vlasenko1-11/+26
2008-11-16id: abort the build of uclibc is less than 0.9.30Denis Vlasenko1-0/+6
2008-11-16man: better check for duplicated MANPATH. Also -10 bytes.Denis Vlasenko1-47/+56
2008-11-14inotifyd: fix "inotifyd with no params" caseDenis Vlasenko2-2/+2
2008-11-14inotify: document waiting behaviorDenis Vlasenko2-5/+6
2008-11-14inotify: fix buffer overflow and "unreaped zombies" problemDenis Vlasenko1-22/+29
2008-11-14ifupdown.c: allow options to udhcpc to be configurable from .configWade Berrier2-2/+13