aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add fancy svn browser thingy (via Lance Albertson of OSL)Bernhard Reutner-Fischer2008-12-182-0/+200
* Update links to new site locations (via Lance Albertson at OSL)Bernhard Reutner-Fischer2008-12-185-32/+32
* ash: fix CONFIG_ASH_OPTIMIZE_FOR_SIZE off + high-bit chars caseDenis Vlasenko2008-12-151-10/+15
* expand: fix incorrect expansion exactly on tab boundary; shrink the codeDenis Vlasenko2008-12-142-34/+41
* watchdog: build fixes, no code changesDenis Vlasenko2008-12-141-2/+7
* header_verbose_list: show off_t size, not cast to (unsigned)Denis Vlasenko2008-12-123-4/+76
* libiproute: fix buggy open check: s/if (fd)/if (fd >= 0)/Denis Vlasenko2008-12-102-4/+2
* ash: printf builtin with no arguments should not exitDenis Vlasenko2008-12-101-1/+8
* mount: make it more readableDenis Vlasenko2008-12-101-16/+11
* placate Rob's qualms about mount.cDenis Vlasenko2008-12-101-40/+40
* add a note that SO_BINDTODEVICE needs padded iface name on 2.6.26Denis Vlasenko2008-12-101-1/+3
* bb_info_msg: make it do atomic, unbuffered writesDenis Vlasenko2008-12-102-7/+42
* *: fix SO_BINDTODEVICE. Kernel wants at least IFNAMSIZ bytes there.Denis Vlasenko2008-12-105-6/+21
* syslogd: comment out file locking;Denis Vlasenko2008-12-091-33/+46
* init: do not eat last char in messages;Denis Vlasenko2008-12-091-7/+7
* optimize 16- and 32-bit movesDenis Vlasenko2008-12-0813-75/+95
* libbb: move crypt_make_salt() to pw_encrypt.c, reuseDenis Vlasenko2008-12-074-59/+56
* Fix forgotten license commentsDenis Vlasenko2008-12-0749-60/+114
* mount: cosmetics, no code changes (verified with objdump -drsx)Denis Vlasenko2008-12-051-80/+58
* libbb: add xgetgrnam too. ~0 code size changeDenis Vlasenko2008-12-053-8/+11
* libbb/crypt: code shrinkDenis Vlasenko2008-12-042-31/+39
* - -4b and use proper define; add license noteBernhard Reutner-Fischer2008-12-041-3/+5
* clarify which version of crond is known to put tasks in separate pgrpsDenis Vlasenko2008-12-041-2/+2
* iproute: fix ipXXX utilities trying to parse their applet nameDenis Vlasenko2008-12-041-1/+1
* Fold mkpasswd applet into cryptpw.Denis Vlasenko2008-12-046-161/+132
* 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