|
e22af94afb
|
FreeBSD compat for makedev
Signed-off-by: Chris Rees <utisoft@gmail.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
|
2011-01-24 17:07:40 +01:00 |
|
|
330718ef55
|
FreeBSD compat
Signed-off-by: Chris Rees <utisoft@gmail.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
|
2011-01-24 17:07:06 +01:00 |
|
|
e3c127d846
|
FreeBSD compat
Signed-off-by: Chris Rees <utisoft@gmail.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
|
2011-01-24 17:04:59 +01:00 |
|
|
271c0ce379
|
stty: make swtch and iutf8 visible/settable
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
|
2011-01-24 16:36:15 +01:00 |
|
|
faaf8cb3fa
|
getty: more simplifications; explain how we treat parity now
function old new delta
getty_main 1471 1434 -37
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
|
2011-01-24 14:35:09 +01:00 |
|
|
6596380f52
|
getty: simplify code by going to more straignforward G trick
function old new delta
getty_main 1615 1475 -140
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
|
2011-01-24 04:43:04 +01:00 |
|
|
e9a40e3b91
|
libbb: make ndelay_no/off a bit more clever. +14 bytes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
|
2011-01-24 00:29:55 +01:00 |
|
|
dc6cd12569
|
getty: add sleep before initial tcdrain; reduce another sleep from 1 to 0.1s
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
|
2011-01-24 00:28:43 +01:00 |
|
|
1f0840450e
|
getty: use cfsetspeed to save some bytes; cosmetic fixes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
|
2011-01-24 00:16:50 +01:00 |
|
|
658a437d4b
|
hwclock: implement --systz
function old new delta
hwclock_main 324 434 +110
packed_usage 28220 28259 +39
static.hwclock_longopts 53 60 +7
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 3/0 up/down: 156/0) Total: 156 bytes
Signed-off-by: Davide Cavalca <davide@geexbox.org>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
|
2011-01-22 18:55:32 +01:00 |
|
|
1336f89d59
|
wc: fix swapped -c and -m
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
|
2011-01-22 17:57:01 +01:00 |
|
|
1f4a987d47
|
pltaform.h: move include of stdint.h before uint16_t is used
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
|
2011-01-22 17:31:35 +01:00 |
|
|
006416e8fe
|
getty: more correct check for O_RDWR
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
|
2011-01-22 17:29:53 +01:00 |
|
|
2b57b6cd43
|
getty: comment out parity detection code; improve usage text
function old new delta
packed_usage 28155 28191 +36
static.erase 12 - -12
getty_main 1847 1621 -226
------------------------------------------------------------------------------
(add/remove: 0/1 grow/shrink: 1/1 up/down: 36/-238) Total: -202 bytes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
|
2011-01-22 03:06:40 +01:00 |
|
|
3a0f690dcd
|
svlogd: extend usage text. +70 bytes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
|
2011-01-22 00:38:24 +01:00 |
|
|
e8f565c1ee
|
Merge branch 'master' of git+ssh://vda@busybox.net/var/lib/git/busybox
|
2011-01-21 21:59:26 +01:00 |
|
|
b40da22357
|
fix compile error on non-x86 architectures
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
|
2011-01-21 01:16:09 +01:00 |
|
|
dd169e8468
|
eliminate aliasing warnings in traceroute.c and udhcp/socket.c
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
|
2011-01-20 12:13:23 +01:00 |
|
|
b3b6c8bdf2
|
eliminate aliasing warning in networking/route.c
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
|
2011-01-20 11:29:00 +01:00 |
|
|
53f30b41ec
|
ifplugd: eliminate aliasing warnings
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
|
2011-01-20 01:20:36 +01:00 |
|
|
9ad97d5041
|
sighandler_t definition for BSD
Signed-off-by: Chris Rees <utisoft@gmail.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
|
2011-01-20 00:51:52 +01:00 |
|
|
a146319173
|
hush: improve prompt in nested {}s, remove unused in_str->promptme member
function old new delta
setup_string_in_str 29 38 +9
parse_and_run_stream 79 88 +9
setup_file_in_str 32 39 +7
parse_stream 2430 2422 -8
file_get 262 235 -27
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 3/2 up/down: 25/-35) Total: -10 bytes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
|
2011-01-18 17:55:04 +01:00 |
|
|
98c46d10ee
|
hush: fix "cmd & <newline>" problem
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
|
2011-01-18 17:30:07 +01:00 |
|
|
b9f2d9f7d9
|
mass removal of underscores from _BB_DIR_foo and _BB_SUID_foo
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
|
2011-01-18 13:58:01 +01:00 |
|
|
3b5acaa432
|
disable automatic selection of FEATURE_SUID; improve its help text
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
|
2011-01-18 13:52:48 +01:00 |
|
|
094cc51e50
|
insmod: check for module read errors
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
|
2011-01-17 14:58:27 +01:00 |
|
|
10ee20b58b
|
libbb: better comment in parse_date
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
|
2011-01-17 14:23:42 +01:00 |
|
|
ad3d72f082
|
move passwd, shadow, group and gshadow path definitions to libbb.h
...and define them only if the used libc doesn't.
Signed-off-by: Tito Ragusa <farmatito@tiscali.it>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
|
2011-01-16 23:39:45 +01:00 |
|
|
e8d0a1450a
|
remove a few aliasing warnings
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
|
2011-01-16 11:21:15 +01:00 |
|
|
df1689138e
|
remove a few aliasing warnings
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
|
2011-01-16 01:25:34 +01:00 |
|
|
068444629f
|
top: add keyboard commands to --help
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
|
2011-01-13 16:07:51 +01:00 |
|
|
8030a14849
|
httpd: send correct mtime for .gz files
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
|
2011-01-11 17:59:45 +01:00 |
|
|
dc7e5c46b0
|
libbb unicode: comment out usused function and unused parameter
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
|
2011-01-11 13:08:28 +01:00 |
|
|
5a163b2645
|
lsmod: fox unsafe usage of strlen() - 1
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
|
2011-01-11 13:07:22 +01:00 |
|
|
0f44c08560
|
libbb: progress indicator: use unicode support funcs instead of open-coding it
function old new delta
bb_progress_update 729 641 -88
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
|
2011-01-10 16:10:29 +01:00 |
|
|
84dba9c5bb
|
tftp: fix bad interaction betweel poll() and alarm(). Closes bug 3061
This was breaking timeout handling.
function old new delta
tftp_progress_update - 45 +45
tftp_progress_done - 32 +32
tftp_protocol 1839 1858 +19
tftp_progress_init 9 15 +6
tftp_main 298 286 -12
------------------------------------------------------------------------------
(add/remove: 2/0 grow/shrink: 2/1 up/down: 102/-12) Total: 90 bytes
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
|
2011-01-10 12:51:44 +01:00 |
|
|
7b305646e1
|
stop giving root rights to dnsd, ipcrm, ipcs
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
|
2011-01-09 21:54:50 +01:00 |
|
|
bcdb9b8762
|
getty: fix -i (was ignored)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
|
2011-01-09 21:44:51 +01:00 |
|
|
e9d12b57bf
|
modprobe-small: support compressed modules in insmod
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
|
2011-01-09 20:57:52 +01:00 |
|
|
642e71a789
|
hush: fix wrong prompt problem on empty interactive commants
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
|
2011-01-07 15:16:05 +01:00 |
|
|
f42c7b8fc1
|
suppress "'fast_strtol_10' defined but not used" warning
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
|
2011-01-07 13:51:16 +01:00 |
|
|
e66a212081
|
mkswap: selinux build fix
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
|
2011-01-05 11:45:44 +01:00 |
|
|
a116552869
|
tar: add a note about -C and symlink-in-tarball attack
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
|
2011-01-04 08:46:26 +01:00 |
|
|
6100b51ca8
|
explain every non-SUID_DROP applet. No code changes
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
|
2011-01-03 13:57:49 +01:00 |
|
|
327d2885ec
|
kill[all[5]],pkill: make signal list show signal numbers, and show RTMIN/MAX
function old new delta
print_signames 31 64 +33
signals 224 231 +7
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
|
2011-01-03 13:08:58 +01:00 |
|
|
7b276fc175
|
kill[all[5]],pkill: more correct, and smaller, SIGRTMIN/MAX code
function old new delta
__libc_current_sigrtmin 6 - -6
__libc_current_sigrtmax 6 - -6
get_signum 339 295 -44
------------------------------------------------------------------------------
(add/remove: 0/3 grow/shrink: 0/1 up/down: 0/-56) Total: -56 bytes
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
|
2011-01-03 12:51:13 +01:00 |
|
|
92ffe0571a
|
date,touch: treat 2-digit years better (fit them into +-50 yrs around today)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
|
2011-01-02 20:02:09 +01:00 |
|
|
a5d3d3436b
|
date: preserve isdst value if date is in time_t (unix time) format
Signed-off-by: Alexey Soloviev <EXT-Alexey.Soloviev@nokia.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
|
2010-12-31 05:21:51 +01:00 |
|
|
a9e25ffa67
|
su: document -l in --help text. Closes bug 2761
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
|
2010-12-31 02:52:35 +01:00 |
|
|
0cd4f3039b
|
add missed underscore
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
|
2010-12-31 00:01:59 +01:00 |
|