Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-11-10 | Typo fixes | Denis Vlasenko | |
2008-11-10 | libbb: constify some data in sha1. gcc is clever enough to do it itself, | Denis Vlasenko | |
thus no actual code changes. Also some pointless beautifuing crept in. | |||
2008-11-10 | build system: reorder less' options in config so that | Denis Vlasenko | |
they are properly indented | |||
2008-11-09 | Bump version to 1.14.0.svn | Denis Vlasenko | |
2008-11-09 | Bump version to 1.13.0 | Denis Vlasenko | |
2008-11-09 | update "maximum nommu" config | Denis Vlasenko | |
2008-11-09 | update random config tester | Denis Vlasenko | |
2008-11-09 | randomconfig fixes | Denis Vlasenko | |
2008-11-09 | telnetd: set SO_KEEPALIVE, users report it's useful. +20 bytes. | Denis Vlasenko | |
2008-11-09 | *: a bit of code shrink | Denis Vlasenko | |
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-08 | move documentation to docs/ | Denis Vlasenko | |
2008-11-08 | kbd_mode: s/ioctl/xioctl. also saves 12 bytes | Denis Vlasenko | |
2008-11-08 | kbd_mode: support -C TTY option | Denis Vlasenko | |
function old new delta packed_usage 25334 25361 +27 kbd_mode_main 146 173 +27 | |||
2008-11-08 | build system: remove '-Wl,' when we pass flags to ld. | Denis Vlasenko | |
2008-11-07 | libbb: add a TODO to support new SHA-based encrypted passwords | Denis Vlasenko | |
2008-11-07 | login: fix /etc/nologin handling (should prohibit non-root LOGINS, | Denis Vlasenko | |
not running login by non-root). minor code shrink. function old new delta login_main 1669 1602 -67 | |||
2008-11-07 | telnetd: handle emacs M-DEL and IAC-NOP (putty keepalive) | Denis Vlasenko | |
by Jim Cathey (jcathey AT ciena.com) function old new delta telnetd_main 1314 1364 +50 | |||
2008-11-07 | defconfig: explain what we aim it to be | Denis Vlasenko | |
2008-11-07 | login: fix /etc/nologin support | Denis Vlasenko | |
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-06 | add mailutils/* | Denis Vlasenko | |
2008-11-06 | total overhaul of mail applets. again. Vladimir as usual. | Denis Vlasenko | |
2008-11-06 | correction in comment | Denis Vlasenko | |
2008-11-06 | sv: make default service dir configurable (Vladimir wants it) | Denis Vlasenko | |
2008-11-06 | runsvdir: alternative methon of supporting runsvdir-as-init. +66 bytes. | Denis Vlasenko | |
*: s/int/pid_t where appropriate | |||
2008-11-06 | basename: fix error code. again. deja vu feeling... | Denis Vlasenko | |
2008-11-06 | *: remove superfluous casts. no code changes | Denis Vlasenko | |
2008-11-06 | build system: tidying up CONFIG_xxx names (suggested by Rob) | Denis Vlasenko | |
2008-11-05 | *: code shrink by adding a wrapper around very common tcsetattr(0, TCSANOW, ↵ | Denis Vlasenko | |
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 | add serial HOWTO doc | Denis Vlasenko | |
2008-11-05 | inetd: fix a case when we have zero services | Denis Vlasenko | |
2008-11-05 | - commentary typo fix (tito) | Bernhard Reutner-Fischer | |
2008-11-05 | - fix typo in print_user() (tito) | Bernhard Reutner-Fischer | |
2008-11-04 | nslookup: tiny shrink (-5 bytes); add comment about res_init | Denis Vlasenko | |
inet_common: cosmetics, no code changes | |||
2008-11-02 | less: fix pasting into search line ('/' cmd) - | Denis Vlasenko | |
it was mishandled because pasting "types" very fast and read_key eats many chars. +30 bytes. | |||
2008-11-02 | lineedit: fix bug 5824: Since version 23530 with lineedit.c, | Denis Vlasenko | |
"fdisk" & "ed" can't work any more | |||
2008-11-01 | add comment, no code changes | Denis Vlasenko | |
2008-11-01 | gunzip: restore mtime. approx +80 bytes of code | Denis Vlasenko | |
rpm: make code more robust lsmod: small code shrink | |||
2008-11-01 | tftpd: show help if stdin is not a socket | Denis Vlasenko | |
2008-11-01 | iplink: accept shorthands for "address" keyword here: | Denis Vlasenko | |
"ip link set address 00:11:22:33:44:55" ifupdown: use "addr" instead of "address" | |||
2008-10-31 | less: fix newly-introduced case of less spinning forever | Denis Vlasenko | |
on pty's closed etc | |||
2008-10-31 | runsvdir: if we have PID == 1, SIGHUP should make small pause, | Denis Vlasenko | |
not 1 minute one | |||
2008-10-31 | modprobe: fix a segfault when modprobe is called with no arguments at all | Denis Vlasenko | |
function old new delta modprobe_main 559 535 -24 | |||
2008-10-31 | kill[all[5]]: accept -s SIG too. kill_main: +29 bytes | Denis Vlasenko | |
by Steve Bennett (steveb AT workware.net.au) | |||
2008-10-30 | setup_environment: cd $HOME regardless of clear_env value. | Denis Vlasenko | |
2008-10-30 | tftpd: be less cryptic in help text | Denis Vlasenko | |
2008-10-30 | dc: support for bases 2 and 8, by Nate Case (ncase AT xes-inc.com) | Denis Vlasenko | |
function old new delta print_base 87 176 +89 set_output_base 81 95 +14 static.bases - 5 +5 ------------------------------------------------------------------------------ (add/remove: 1/0 grow/shrink: 2/0 up/down: 108/0) Total: 108 bytes | |||
2008-10-30 | - minor shrinkage (~-60) | Bernhard Reutner-Fischer | |
2008-10-30 | - support ip link set eth1 address 00:11:22:33:44:55 | Bernhard Reutner-Fischer | |
and not only the shorthand "addr". Thanks to ncopa for noticing | |||
2008-10-29 | randomconfig fixes | Denis Vlasenko | |
2008-10-29 | another small defconfig update | Denis Vlasenko | |