4e12b1a2a9
libbb: introduce and use xmalloc_ttyname (-32 in bss). ash: small code shrink
Denis Vlasenko
2008-12-23 23:36:47 +00:00
b3523b9cd3
- we already have an impl for man
Bernhard Reutner-Fischer
2008-12-22 17:09:12 +00:00
54143af9ef
Add fancy svn browser thingy (via Lance Albertson of OSL)
Bernhard Reutner-Fischer
2008-12-18 00:44:58 +00:00
9b143a9e39
Update links to new site locations (via Lance Albertson at OSL)
Bernhard Reutner-Fischer
2008-12-18 00:43:31 +00:00
68819d1232
ash: fix CONFIG_ASH_OPTIMIZE_FOR_SIZE off + high-bit chars case (do we even need CONFIG_ASH_OPTIMIZE_FOR_SIZE conditional?)
Denis Vlasenko
2008-12-15 11:26:36 +00:00
3139ea7f15
expand: fix incorrect expansion exactly on tab boundary; shrink the code
Denis Vlasenko
2008-12-14 15:45:25 +00:00
ab6b446e95
header_verbose_list: show off_t size, not cast to (unsigned) get_header_tar: support GNU tar's "base256" encoding
Denis Vlasenko
2008-12-12 02:14:35 +00:00
a3ca7cf069
add a note that SO_BINDTODEVICE needs padded iface name on 2.6.26
Denis Vlasenko
2008-12-10 11:24:33 +00:00
517413f9af
bb_info_msg: make it do atomic, unbuffered writes udhcpc: fix a problem where we don't open listening socket fast enough
Denis Vlasenko
2008-12-10 11:16:47 +00:00
e53738558f
*: fix SO_BINDTODEVICE. Kernel wants at least IFNAMSIZ bytes there.
Denis Vlasenko
2008-12-10 11:12:16 +00:00
0d94820adf
syslogd: comment out file locking; make signal handling syncronous (old was racy)
Denis Vlasenko
2008-12-09 22:53:31 +00:00
1bcdcd2ef0
init: do not eat last char in messages; do not print duplicate "init:" prefix to syslog
Denis Vlasenko
2008-12-09 21:23:31 +00:00
d1a84a2880
libbb: move crypt_make_salt() to pw_encrypt.c, reuse bin-to-ascii64 conversion which does not require an array.
Denis Vlasenko
2008-12-07 01:16:34 +00:00
9c6d12993f
- -4b and use proper define; add license note
Bernhard Reutner-Fischer
2008-12-04 14:19:21 +00:00
3f70b87c59
clarify which version of crond is known to put tasks in separate pgrps
Denis Vlasenko
2008-12-04 13:57:59 +00:00
3246c0de12
iproute: fix ipXXX utilities trying to parse their applet name as their 1st parameter.
Denis Vlasenko
2008-12-04 12:15:19 +00:00
e45930e890
Fold mkpasswd applet into cryptpw. mkpasswd is in Debian, OTOH cryptpw was added to busybox earlier. Trying to make both camps happy by making those two applets just aliases. They are command-line compatible. We can decide whether we want to drop one (and which one) later.
Denis Vlasenko
2008-12-04 12:05:26 +00:00
196a953f21
iptunnel: fix problems with including linux/ip_tunnel.h on some systems
Denis Vlasenko
2008-12-03 20:16:11 +00:00
d7a805efaf
libbb: introduce and use xgetpwnam. ~ -150 bytes.
Denis Vlasenko
2008-12-03 19:05:55 +00:00
ac1c96f673
- remove superfluous comment from previous commit
Bernhard Reutner-Fischer
2008-12-03 18:49:44 +00:00
81c3a1d0b2
ash: remove TODO which seems to actually work now. no code changes
Denis Vlasenko
2008-12-03 11:59:12 +00:00
6ebb2f56d5
crond: use bb_setpgrp, not setpgrp platform.h: make a bit more readable
Denis Vlasenko
2008-12-03 10:46:12 +00:00
f8535ccd65
ash: finally installed it as /bin/sh on my machine. some breakage noticed, the most dire is mishandled ^C. fixing it.
Denis Vlasenko
2008-12-03 10:36:26 +00:00
0c68a874e7
libbb: password/group function helpers rewritten by Tito:
Denis Vlasenko
2008-12-02 22:56:59 +00:00
b6ddee2425
crond: put tasks in separate process groups
Denis Vlasenko
2008-12-02 21:52:24 +00:00
928b2c0fee
...and exclude LC_ALL too
Denis Vlasenko
2008-12-01 12:38:36 +00:00
dcc921e3ca
build system: fix sorting + locale in make objsizes
Denis Vlasenko
2008-12-01 12:36:41 +00:00
1e10afcdfb
volume_id/fat: careful with sector#, it may not fit in 32 bits. +91 bytes volume_id/*: a bit of code shrink
Denis Vlasenko
2008-11-30 17:41:31 +00:00
a34b8a4d30
init: O_NONBLOCK needs more thought. reverted for now
Denis Vlasenko
2008-11-29 23:14:37 +00:00
340299a8bc
ash: fix miscalculation of memory needed for eval tree found by Timo Teras (timo.teras AT iki.fi)
Denis Vlasenko
2008-11-21 10:36:36 +00:00
b8baf407aa
dpkg: better and shorter code to compare versions (taken from "official" dpkg). By Eugene T. Bordenkircher (eugebo AT gmail.com)
Denis Vlasenko
2008-11-20 23:41:56 +00:00
9a4c0d59a7
inotifyd: exit if x event happened for all files fix FIONREAD parameter type fix default mask code shrink help text
Denis Vlasenko
2008-11-20 01:24:39 +00:00
4ae1e13d3f
vi: fix several instances of major goof: when text grows, text[] might get reallocated! We were keeping around pointers to old place...
Denis Vlasenko
2008-11-19 13:25:14 +00:00
58a88916b9
klogd: fix small buglet in previous commit
Denis Vlasenko
2008-11-19 09:35:00 +00:00
2e7dc5d37b
klogctl: fix a problem where we don't terminate read data with '\0' and then misinterpret it. Code shrink while at it.
Denis Vlasenko
2008-11-19 07:59:49 +00:00
a09a42cd83
inotify: add x, o, and u events
Denis Vlasenko
2008-11-17 22:19:18 +00:00
249d948e39
nslookup: glibc + IPv6 address of DNS server don't mix (yet)
Denis Vlasenko
2008-11-17 15:36:36 +00:00
de7a52fff2
id: do not abort build if we use internal password/group functions.
Denis Vlasenko
2008-11-17 00:12:17 +00:00
3eb4466bf8
libbb: replace some memmove's with memcpy's (Ron (ron AT debian.org))
Denis Vlasenko
2008-11-16 22:21:23 +00:00
3f5f246466
nslookup: allow usage of IPv6 addresses or hostnames for DNS server name; allow for port specification. Tested to work: "nslookup google.com [::1]:5353"
Denis Vlasenko
2008-11-16 19:02:26 +00:00
5ff1265691
id: abort the build of uclibc is less than 0.9.30
Denis Vlasenko
2008-11-16 15:03:11 +00:00
e88bd2d931
man: better check for duplicated MANPATH. Also -10 bytes.
Denis Vlasenko
2008-11-16 04:05:13 +00:00
2479cd4a5d
inotifyd: fix "inotifyd with no params" case
Denis Vlasenko
2008-11-14 22:14:12 +00:00
cf3e05bbdb
correct help texts
Denis Vlasenko
2008-11-12 21:18:58 +00:00
81c6a91251
telnetd: fix compile problem for non-standalone telnetd
Denis Vlasenko
2008-11-12 21:14:50 +00:00
c021cb08b5
- add support for seq -s <separator>
Bernhard Reutner-Fischer
2008-11-12 13:22:24 +00:00
2598f761bb
- add seq -w support (Natanael Copa)
Bernhard Reutner-Fischer
2008-11-12 12:59:56 +00:00
1ad4db1d8e
modprobe-small: fix failure to load when no arguments are given modutils-24: fix bad interaction of xzalloc with xrealloc_vector; style fixes
Denis Vlasenko
2008-11-12 00:09:58 +00:00