Denis Vlasenko
|
bc7177187f
|
syslogd: fix new log file mode 0600 -> 0666 (as usual, affected by umask)
|
2009-03-04 01:33:22 +00:00 |
Denis Vlasenko
|
8bc376bc12
|
top: fix for 2.4 kernels
|
2009-03-04 01:31:48 +00:00 |
Denis Vlasenko
|
dadf7907b2
|
printf: fix breakage in handling '*'
|
2009-03-04 01:30:32 +00:00 |
Denis Vlasenko
|
22f180fd6c
|
wget: fix --header handling
|
2009-03-02 15:08:25 +00:00 |
Denis Vlasenko
|
f62f761936
|
modutils: overflow fix
|
2009-02-26 12:00:29 +00:00 |
Denis Vlasenko
|
a76f10b544
|
Apply post-1.13.2 fixes, bump version to 1.13.3
|
2009-02-26 11:57:01 +00:00 |
Denis Vlasenko
|
15c0b72584
|
Apply post 1.13.1 patches, bump to 1.13.2
|
2008-12-31 03:33:50 +00:00 |
Denis Vlasenko
|
ccdc13d306
|
bump version to 1.13.1
|
2008-11-29 06:50:05 +00:00 |
Denis Vlasenko
|
ab310e1b1c
|
apply post-1.13.0 patches
|
2008-11-29 06:49:36 +00:00 |
Denis Vlasenko
|
1cd1012a90
|
Bump version to 1.13.0
|
2008-11-09 17:29:07 +00:00 |
Denis Vlasenko
|
095f5b1c1c
|
update "maximum nommu" config
|
2008-11-09 16:12:38 +00:00 |
Denis Vlasenko
|
62e0dc2b51
|
update random config tester
|
2008-11-09 16:08:31 +00:00 |
Denis Vlasenko
|
44f96d39e1
|
randomconfig fixes
|
2008-11-09 02:23:42 +00:00 |
Denis Vlasenko
|
6d0443557c
|
telnetd: set SO_KEEPALIVE, users report it's useful. +20 bytes.
|
2008-11-09 00:44:40 +00:00 |
Denis Vlasenko
|
3fa36e2350
|
*: a bit of code shrink
function old new delta
stop_handler 41 38 -3
sulogin_main 508 504 -4
got_cont 4 - -4
cont_handler 11 - -11
startservice 309 297 -12
processorstart 423 409 -14
tcpudpsvd_main 1861 1843 -18
------------------------------------------------------------------------------
(add/remove: 0/2 grow/shrink: 0/5 up/down: 0/-66) Total: -66 bytes
|
2008-11-09 00:15:11 +00:00 |
Denis Vlasenko
|
73cc54388d
|
move documentation to docs/
|
2008-11-08 22:31:19 +00:00 |
Denis Vlasenko
|
4febd91326
|
kbd_mode: s/ioctl/xioctl. also saves 12 bytes
|
2008-11-08 21:42:14 +00:00 |
Denis Vlasenko
|
dc70069a46
|
kbd_mode: support -C TTY option
function old new delta
packed_usage 25334 25361 +27
kbd_mode_main 146 173 +27
|
2008-11-08 21:39:06 +00:00 |
Denis Vlasenko
|
2a8329e0e9
|
build system: remove '-Wl,' when we pass flags to ld.
|
2008-11-08 20:36:32 +00:00 |
Denis Vlasenko
|
30e1ab691c
|
libbb: add a TODO to support new SHA-based encrypted passwords
|
2008-11-07 13:36:46 +00:00 |
Denis Vlasenko
|
2ec94a7ee8
|
login: fix /etc/nologin handling (should prohibit non-root LOGINS,
not running login by non-root). minor code shrink.
function old new delta
login_main 1669 1602 -67
|
2008-11-07 12:59:31 +00:00 |
Denis Vlasenko
|
b0150d299f
|
telnetd: handle emacs M-DEL and IAC-NOP (putty keepalive)
by Jim Cathey (jcathey AT ciena.com)
function old new delta
telnetd_main 1314 1364 +50
|
2008-11-07 01:58:21 +00:00 |
Denis Vlasenko
|
4f7d90f1c7
|
defconfig: explain what we aim it to be
|
2008-11-07 01:32:11 +00:00 |
Denis Vlasenko
|
694b514148
|
login: fix /etc/nologin support
build system: fix config warnings ("Overlong line")
function old new delta
login_main 1735 1774 +39
__libc_tcdrain - 23 +23
------------------------------------------------------------------------------
(add/remove: 1/0 grow/shrink: 1/0 up/down: 62/0) Total: 62 bytes
|
2008-11-07 01:12:16 +00:00 |
Denis Vlasenko
|
239d06bd47
|
add mailutils/*
|
2008-11-06 23:42:42 +00:00 |
Denis Vlasenko
|
b9d572a273
|
total overhaul of mail applets. again. Vladimir as usual.
|
2008-11-06 23:41:38 +00:00 |
Denis Vlasenko
|
f10bc3964f
|
correction in comment
|
2008-11-06 23:28:42 +00:00 |
Denis Vlasenko
|
f068b3e9f4
|
sv: make default service dir configurable (Vladimir wants it)
|
2008-11-06 23:07:42 +00:00 |
Denis Vlasenko
|
3854c5ddf4
|
runsvdir: alternative methon of supporting runsvdir-as-init. +66 bytes.
*: s/int/pid_t where appropriate
|
2008-11-06 22:39:57 +00:00 |
Denis Vlasenko
|
70e8f49f71
|
basename: fix error code. again. deja vu feeling...
|
2008-11-06 15:13:33 +00:00 |
Denis Vlasenko
|
fc66892abd
|
*: remove superfluous casts. no code changes
|
2008-11-06 02:32:31 +00:00 |
Denis Vlasenko
|
35a064b67f
|
build system: tidying up CONFIG_xxx names (suggested by Rob)
|
2008-11-06 00:49:59 +00:00 |
Denis Vlasenko
|
202ac504e1
|
*: code shrink by adding a wrapper around very common tcsetattr(0, TCSANOW, xx) op
function old new delta
tcsetattr_stdin_TCSANOW - 14 +14
set_sane_term 116 113 -3
top_main 1277 1273 -4
make_new_session 421 415 -6
rawmode 133 126 -7
reset_term 18 10 -8
die 43 35 -8
cookmode 62 54 -8
vlock_main 425 415 -10
read_line_input 3165 3155 -10
bb_askpass 357 347 -10
fsck_minix_main 3079 3065 -14
getty_main 2375 2332 -43
------------------------------------------------------------------------------
(add/remove: 1/0 grow/shrink: 0/12 up/down: 14/-131) Total: -117 bytes
|
2008-11-05 13:20:58 +00:00 |
Denis Vlasenko
|
905ed8730f
|
add serial HOWTO doc
|
2008-11-05 12:19:39 +00:00 |
Denis Vlasenko
|
4cb576ea98
|
inetd: fix a case when we have zero services
|
2008-11-05 11:36:22 +00:00 |
Bernhard Reutner-Fischer
|
a643816fe3
|
- commentary typo fix (tito)
|
2008-11-05 08:18:16 +00:00 |
Bernhard Reutner-Fischer
|
6559100021
|
- fix typo in print_user() (tito)
|
2008-11-05 08:15:13 +00:00 |
Denis Vlasenko
|
391ffa19d1
|
nslookup: tiny shrink (-5 bytes); add comment about res_init
inet_common: cosmetics, no code changes
|
2008-11-04 21:44:28 +00:00 |
Denis Vlasenko
|
c51457ca5b
|
less: fix pasting into search line ('/' cmd) -
it was mishandled because pasting "types" very fast
and read_key eats many chars. +30 bytes.
|
2008-11-02 00:55:41 +00:00 |
Denis Vlasenko
|
3c385cd706
|
lineedit: fix bug 5824: Since version 23530 with lineedit.c,
"fdisk" & "ed" can't work any more
|
2008-11-02 00:41:05 +00:00 |
Denis Vlasenko
|
9b0f6e1142
|
add comment, no code changes
|
2008-11-01 13:40:32 +00:00 |
Denis Vlasenko
|
1a9e9bdd93
|
gunzip: restore mtime. approx +80 bytes of code
rpm: make code more robust
lsmod: small code shrink
|
2008-11-01 12:54:56 +00:00 |
Denis Vlasenko
|
5a89763fb7
|
tftpd: show help if stdin is not a socket
|
2008-11-01 00:22:24 +00:00 |
Denis Vlasenko
|
44d5dcebc6
|
iplink: accept shorthands for "address" keyword here:
"ip link set address 00:11:22:33:44:55"
ifupdown: use "addr" instead of "address"
|
2008-11-01 00:10:51 +00:00 |
Denis Vlasenko
|
64974793b9
|
less: fix newly-introduced case of less spinning forever
on pty's closed etc
|
2008-10-31 03:04:55 +00:00 |
Denis Vlasenko
|
028eab61bc
|
runsvdir: if we have PID == 1, SIGHUP should make small pause,
not 1 minute one
|
2008-10-31 02:37:18 +00:00 |
Denis Vlasenko
|
bb26db49b1
|
modprobe: fix a segfault when modprobe is called with no arguments at all
function old new delta
modprobe_main 559 535 -24
|
2008-10-31 02:04:28 +00:00 |
Denis Vlasenko
|
b9b344aa44
|
kill[all[5]]: accept -s SIG too. kill_main: +29 bytes
by Steve Bennett (steveb AT workware.net.au)
|
2008-10-31 00:30:48 +00:00 |
Denis Vlasenko
|
f34cfff2f0
|
setup_environment: cd $HOME regardless of clear_env value.
|
2008-10-30 23:58:19 +00:00 |
Denis Vlasenko
|
91f8f82bfb
|
tftpd: be less cryptic in help text
|
2008-10-30 23:42:37 +00:00 |