aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* iptunnel: fix problems with including linux/ip_tunnel.hDenis Vlasenko2008-12-031-2/+43
* libbb: introduce and use xgetpwnam. ~ -150 bytes.Denis Vlasenko2008-12-038-20/+17
* - remove superfluous comment from previous commitBernhard Reutner-Fischer2008-12-031-2/+1
* - add new applet mkpasswd(1)Bernhard Reutner-Fischer2008-12-0311-16/+116
* ash: remove TODO which seems to actually work now.Denis Vlasenko2008-12-031-8/+8
* crond: use bb_setpgrp, not setpgrpDenis Vlasenko2008-12-032-24/+26
* ash: finally installed it as /bin/sh on my machine.Denis Vlasenko2008-12-031-67/+131
* libbb: password/group function helpers rewritten by Tito:Denis Vlasenko2008-12-0211-94/+84
* crond: put tasks in separate process groupsDenis Vlasenko2008-12-021-0/+4
* vconfig: style fix, no code changesDenis Vlasenko2008-12-021-5/+6
* libbb: add strncpy_IFNAMSIZDenis Vlasenko2008-12-0219-49/+52
* ...and exclude LC_ALL tooDenis Vlasenko2008-12-011-1/+1
* build system: fix sorting + locale in make objsizesDenis Vlasenko2008-12-011-1/+1
* volume_id/fat: careful with sector#, it may not fit in 32 bits. +91 bytesDenis Vlasenko2008-11-303-66/+68
* init: O_NONBLOCK needs more thought. reverted for nowDenis Vlasenko2008-11-291-2/+3
* mountpoint: add -n option (by Vladimir)Denis Vlasenko2008-11-292-39/+46
* inotifyd: save resourses by closing unused inotify descriptorsDenis Vlasenko2008-11-291-4/+3
* acpid: new applet by Vladimir. +737 bytesDenis Vlasenko2008-11-296-2/+210
* Announce 1.13.1 and 1.12.3Denis Vlasenko2008-11-291-0/+17
* ash: add FIXMEDenis Vlasenko2008-11-281-2/+7
* ash: "ash: syntax error: XXX unexpected" -> "ash: syntax error: unexpected XXX"Denis Vlasenko2008-11-281-1/+1
* ash: shrink on top of previous changeDenis Vlasenko2008-11-281-111/+128
* ash: better fix for ash -c 'echo 5&' and ash -c 'sleep 5&'Denis Vlasenko2008-11-283-29/+56
* remove a few superfluous includesDenis Vlasenko2008-11-254-4/+0
* ash,hush: add TODO for rare build failureDenis Vlasenko2008-11-259-14/+25
* ash: fix bad interaction between ash -c '....&' and bash compatDenis Vlasenko2008-11-251-2/+6
* timeout: fix a few bugs. vda is stupidDenis Vlasenko2008-11-241-115/+2
* trim help text a bitDenis Vlasenko2008-11-242-3/+3
* timeout: new applet. 370 bytes. by Roberto Foglietta.Denis Vlasenko2008-11-248-4/+247
* vi: speedup and code shrink (Walter Harms)Denis Vlasenko2008-11-243-34/+32
* strings: code shrink -22 bytes by TitoDenis Vlasenko2008-11-231-5/+4
* diff: emit /dev/null if diff -rN diffs a file against /dev/nullDenis Vlasenko2008-11-231-9/+7
* - documentation fixBernhard Reutner-Fischer2008-11-221-1/+1
* httpd: set $HOST to Host: header value. +83 bytes.Denis Vlasenko2008-11-221-0/+5
* modutils-24: small fixes by Harald Kuthe (harald-tuxbox AT arcor.de)Denis Vlasenko2008-11-221-21/+13
* networking/interface.c: better readability (by Walter Harms)Denis Vlasenko2008-11-222-76/+86
* tftpd: can also have TFTP_DEBUGDenis Vlasenko2008-11-221-1/+1
* insmod: clarify module_name / file_name distinctionDenis Vlasenko2008-11-224-11/+23
* ash: NTO2 needs #if ENABLE_ASH_BASH_COMPATDenis Vlasenko2008-11-221-0/+2
* ash: fix miscalculation of memory needed for eval treeDenis Vlasenko2008-11-211-33/+35
* dpkg: better and shorter code to compare versionsDenis Vlasenko2008-11-201-68/+59
* inotifyd: exit if x event happened for all filesDenis Vlasenko2008-11-202-22/+36
* vi: fix several instances of major goof: when text grows, text[]Denis Vlasenko2008-11-191-45/+78
* klogd: fix small buglet in previous commitDenis Vlasenko2008-11-191-0/+1
* klogctl: fix a problem where we don't terminate read data with '\0'Denis Vlasenko2008-11-191-20/+17
* inotify: add x, o, and u eventsDenis Vlasenko2008-11-172-23/+36
* nslookup: glibc + IPv6 address of DNS server don't mix (yet)Denis Vlasenko2008-11-171-4/+9
* id: do not abort build if we use internal password/group functions.Denis Vlasenko2008-11-171-0/+2
* libbb: replace some memmove's with memcpy's (Ron (ron AT debian.org))Denis Vlasenko2008-11-161-6/+6
* nslookup: allow usage of IPv6 addresses or hostnamesDenis Vlasenko2008-11-161-11/+26