Commit Graph

  • 618a3027ed du: fix "du /dir /dir" case Denis Vlasenko 2008-11-11 21:15:56 +00:00
  • 3b35fbb632 runsvdir: straighten some convoluted code. logic is unchanged Denis Vlasenko 2008-11-11 09:33:24 +00:00
  • 9f2f808b0d telnetd: correctly output 0xff char. ~100 bytes. telnet: fix some atrocious names and style. no code changes Denis Vlasenko 2008-11-11 02:56:39 +00:00
  • e9b9a19ad3 libbb: disable a second md5 implementation which managed to creep in :) Denis Vlasenko 2008-11-11 01:38:04 +00:00
  • 6f05874b9d webpage: announce 1.13.0 and 1.12.2 Denis Vlasenko 2008-11-10 22:23:20 +00:00
  • 2211d5268c libbb: add optionl support for SHA256/512 encrypted passwords Denis Vlasenko 2008-11-10 18:52:35 +00:00
  • 56dceb9b77 sha256,sha512: new applets. +4.9kb we will require sha256/512 code for new $5$ and $6$ style password hashes anyway, they are showing up already in people's /etc/passwd... Denis Vlasenko 2008-11-10 13:32:50 +00:00
  • c028ec280a Typo fixes Denis Vlasenko 2008-11-10 10:47:47 +00:00
  • 0a009c3c6b libbb: constify some data in sha1. gcc is clever enough to do it itself, thus no actual code changes. Also some pointless beautifuing crept in. Denis Vlasenko 2008-11-10 09:51:15 +00:00
  • 4cfa5a27aa build system: reorder less' options in config so that they are properly indented Denis Vlasenko 2008-11-10 09:33:42 +00:00
  • f8a22575f7 Bump version to 1.14.0.svn Denis Vlasenko 2008-11-09 17:32:46 +00:00
  • 90dbff7267 Bump version to 1.13.0 Denis Vlasenko 2008-11-09 17:28:41 +00:00
  • 095f5b1c1c update "maximum nommu" config Denis Vlasenko 2008-11-09 16:12:38 +00:00
  • 62e0dc2b51 update random config tester Denis Vlasenko 2008-11-09 16:08:31 +00:00
  • 44f96d39e1 randomconfig fixes Denis Vlasenko 2008-11-09 02:23:42 +00:00
  • 6d0443557c telnetd: set SO_KEEPALIVE, users report it's useful. +20 bytes. Denis Vlasenko 2008-11-09 00:44:40 +00:00
  • 3fa36e2350 *: a bit of code shrink Denis Vlasenko 2008-11-09 00:15:11 +00:00
  • 73cc54388d move documentation to docs/ Denis Vlasenko 2008-11-08 22:31:19 +00:00
  • 4febd91326 kbd_mode: s/ioctl/xioctl. also saves 12 bytes Denis Vlasenko 2008-11-08 21:42:14 +00:00
  • dc70069a46 kbd_mode: support -C TTY option Denis Vlasenko 2008-11-08 21:39:06 +00:00
  • 2a8329e0e9 build system: remove '-Wl,' when we pass flags to ld. Denis Vlasenko 2008-11-08 20:36:32 +00:00
  • 30e1ab691c libbb: add a TODO to support new SHA-based encrypted passwords Denis Vlasenko 2008-11-07 13:36:46 +00:00
  • 2ec94a7ee8 login: fix /etc/nologin handling (should prohibit non-root LOGINS, not running login by non-root). minor code shrink. Denis Vlasenko 2008-11-07 12:59:31 +00:00
  • b0150d299f telnetd: handle emacs M-DEL and IAC-NOP (putty keepalive) by Jim Cathey (jcathey AT ciena.com) Denis Vlasenko 2008-11-07 01:58:21 +00:00
  • 4f7d90f1c7 defconfig: explain what we aim it to be Denis Vlasenko 2008-11-07 01:32:11 +00:00
  • 694b514148 login: fix /etc/nologin support build system: fix config warnings ("Overlong line") Denis Vlasenko 2008-11-07 01:12:16 +00:00
  • 239d06bd47 add mailutils/* Denis Vlasenko 2008-11-06 23:42:42 +00:00
  • b9d572a273 total overhaul of mail applets. again. Vladimir as usual. Denis Vlasenko 2008-11-06 23:41:38 +00:00
  • f10bc3964f correction in comment Denis Vlasenko 2008-11-06 23:28:42 +00:00
  • f068b3e9f4 sv: make default service dir configurable (Vladimir wants it) Denis Vlasenko 2008-11-06 23:07:42 +00:00
  • 3854c5ddf4 runsvdir: alternative methon of supporting runsvdir-as-init. +66 bytes. *: s/int/pid_t where appropriate Denis Vlasenko 2008-11-06 22:39:57 +00:00
  • 70e8f49f71 basename: fix error code. again. deja vu feeling... Denis Vlasenko 2008-11-06 15:13:33 +00:00
  • fc66892abd *: remove superfluous casts. no code changes Denis Vlasenko 2008-11-06 02:32:31 +00:00
  • 35a064b67f build system: tidying up CONFIG_xxx names (suggested by Rob) Denis Vlasenko 2008-11-06 00:49:59 +00:00
  • 202ac504e1 *: code shrink by adding a wrapper around very common tcsetattr(0, TCSANOW, xx) op Denis Vlasenko 2008-11-05 13:20:58 +00:00
  • 905ed8730f add serial HOWTO doc Denis Vlasenko 2008-11-05 12:19:39 +00:00
  • 4cb576ea98 inetd: fix a case when we have zero services Denis Vlasenko 2008-11-05 11:36:22 +00:00
  • a643816fe3 - commentary typo fix (tito) Bernhard Reutner-Fischer 2008-11-05 08:18:16 +00:00
  • 6559100021 - fix typo in print_user() (tito) Bernhard Reutner-Fischer 2008-11-05 08:15:13 +00:00
  • 391ffa19d1 nslookup: tiny shrink (-5 bytes); add comment about res_init inet_common: cosmetics, no code changes Denis Vlasenko 2008-11-04 21:44:28 +00:00
  • c51457ca5b less: fix pasting into search line ('/' cmd) - it was mishandled because pasting "types" very fast and read_key eats many chars. +30 bytes. Denis Vlasenko 2008-11-02 00:55:41 +00:00
  • 3c385cd706 lineedit: fix bug 5824: Since version 23530 with lineedit.c, "fdisk" & "ed" can't work any more Denis Vlasenko 2008-11-02 00:41:05 +00:00
  • 9b0f6e1142 add comment, no code changes Denis Vlasenko 2008-11-01 13:40:32 +00:00
  • 1a9e9bdd93 gunzip: restore mtime. approx +80 bytes of code rpm: make code more robust lsmod: small code shrink Denis Vlasenko 2008-11-01 12:54:56 +00:00
  • 5a89763fb7 tftpd: show help if stdin is not a socket Denis Vlasenko 2008-11-01 00:22:24 +00:00
  • 44d5dcebc6 iplink: accept shorthands for "address" keyword here: "ip link set address 00:11:22:33:44:55" ifupdown: use "addr" instead of "address" Denis Vlasenko 2008-11-01 00:10:51 +00:00
  • 64974793b9 less: fix newly-introduced case of less spinning forever on pty's closed etc Denis Vlasenko 2008-10-31 03:04:55 +00:00
  • 028eab61bc runsvdir: if we have PID == 1, SIGHUP should make small pause, not 1 minute one Denis Vlasenko 2008-10-31 02:37:18 +00:00
  • bb26db49b1 modprobe: fix a segfault when modprobe is called with no arguments at all Denis Vlasenko 2008-10-31 02:04:28 +00:00
  • b9b344aa44 kill[all[5]]: accept -s SIG too. kill_main: +29 bytes by Steve Bennett (steveb AT workware.net.au) Denis Vlasenko 2008-10-31 00:30:48 +00:00
  • f34cfff2f0 setup_environment: cd $HOME regardless of clear_env value. Denis Vlasenko 2008-10-30 23:58:19 +00:00
  • 91f8f82bfb tftpd: be less cryptic in help text Denis Vlasenko 2008-10-30 23:42:37 +00:00
  • 6b38e18247 dc: support for bases 2 and 8, by Nate Case (ncase AT xes-inc.com) Denis Vlasenko 2008-10-30 23:25:50 +00:00
  • 470dc1d7e2 - minor shrinkage (~-60) Bernhard Reutner-Fischer 2008-10-30 17:42:49 +00:00
  • e29186687b - support ip link set eth1 address 00:11:22:33:44:55 and not only the shorthand "addr". Thanks to ncopa for noticing Bernhard Reutner-Fischer 2008-10-30 16:45:55 +00:00
  • 31d58e58d2 randomconfig fixes Denis Vlasenko 2008-10-29 13:16:28 +00:00
  • 1fe7887659 another small defconfig update Denis Vlasenko 2008-10-29 12:25:39 +00:00
  • b15a6f2489 update defconfig Denis Vlasenko 2008-10-29 12:18:10 +00:00
  • cf696850f3 runsvdir: kill another global Denis Vlasenko 2008-10-29 12:07:34 +00:00
  • 6a2c2cf6f3 runsvdir: fx a recent vda's buglet (was pausing even if not signaled). stop spawning children immediately if signaled. Kill one global. Denis Vlasenko 2008-10-29 12:04:45 +00:00
  • e7368f16fa id: better wording in comments, no code changes Denis Vlasenko 2008-10-29 10:30:54 +00:00
  • 58f3c2e01e runsvdir: shrink (by Vladimir) Denis Vlasenko 2008-10-29 03:45:33 +00:00
  • 9657596dd6 runsvdir: do not exit if we are pid 1. Denis Vlasenko 2008-10-29 03:42:44 +00:00
  • 40fdcbb270 more whitespace fixes Denis Vlasenko 2008-10-29 01:20:13 +00:00
  • 9504e444b8 whitespace fixes, no code changes Denis Vlasenko 2008-10-29 01:19:15 +00:00
  • c3a9dc8ac5 vi: fix uninitialized last_search_pattern (bug 5794) Denis Vlasenko 2008-10-29 00:58:04 +00:00
  • 34e68c8b42 id: coreutils compat by Tito + test script Denis Vlasenko 2008-10-29 00:27:31 +00:00
  • d498850e02 - typo in documentation Bernhard Reutner-Fischer 2008-10-27 21:30:39 +00:00
  • 6214941a3a ash: add testcase for bug 5304 Denis Vlasenko 2008-10-27 14:33:03 +00:00
  • be54d6bc60 ash: fix "while kill -0 $child; do true; done" looping forever. Denis Vlasenko 2008-10-27 14:25:52 +00:00
  • 7ff85c53f1 udhcp: simplify SO_BINDTODEVICE call Denis Vlasenko 2008-10-27 12:56:58 +00:00
  • de5f645dff ls: trim help text Denis Vlasenko 2008-10-27 12:37:22 +00:00
  • 59f502b36f ping: trivial code shrink Denis Vlasenko 2008-10-27 11:54:45 +00:00
  • c503dde01a cpio: emit TRAILER even when hard links were found. by Pascal Bellard (pascal.bellard AT ads-lu.com) Denis Vlasenko 2008-10-26 19:55:20 +00:00
  • 6b9d6c7544 devmem: fixlet in cleanup code Denis Vlasenko 2008-10-26 19:07:43 +00:00
  • 043246560f devmem: make it more script-friendly; don't do any reads and output nothing if writing was requested. -100 bytes Denis Vlasenko 2008-10-26 17:26:55 +00:00
  • e1ef89abad less: correctly wrap lines with tabs Denis Vlasenko 2008-10-26 16:30:09 +00:00
  • c94fa5651a devmem: new applet Denis Vlasenko 2008-10-26 11:08:14 +00:00
  • f3dcd3c30a less: FEATURE_LESS_LINENUMS depends on FEATURE_LESS_DASHCMD Denis Vlasenko 2008-10-26 00:24:38 +00:00
  • 7462b21dbe read_key is actually written by Rob, add him to copyright notice Denis Vlasenko 2008-10-26 00:19:33 +00:00
  • 7b32e8f0bf less: disable _ command, it's useless bloat Denis Vlasenko 2008-10-26 00:15:36 +00:00
  • bdd2d8f178 read_key: add comments how Shift and Meta keys looks like. no code changes Denis Vlasenko 2008-10-25 23:59:41 +00:00
  • 5f6aaf39cf less: reuse former vi's key reading code. Improve SIGWINCH handling. Denis Vlasenko 2008-10-25 23:27:29 +00:00
  • 39b0135c59 libbb: add forgotten file from previous commit :( Denis Vlasenko 2008-10-25 23:23:32 +00:00
  • 0112ff5203 vi: move key reading routine out of vi into llbbb Denis Vlasenko 2008-10-25 23:23:00 +00:00
  • 73d702ee07 tar: fix typo in comment Denis Vlasenko 2008-10-25 09:27:35 +00:00
  • ebad0294c9 tar: fix bug 3844: non-root tar does not preserve perms Denis Vlasenko 2008-10-24 23:47:38 +00:00
  • 53c80f0972 less: add optional line number toggle and resizing on SIGWINCH. Denis Vlasenko 2008-10-24 22:43:27 +00:00
  • aa2a1c000c - improve wording and fix alphabetical order Bernhard Reutner-Fischer 2008-10-24 19:48:47 +00:00
  • e8efe81abf less: add less v.418 help text doc. No code changes. Denis Vlasenko 2008-10-24 11:07:20 +00:00
  • 2d5bd807c0 build system cleanup: rename FEATURE_AWK_MATH to FEATURE_AWK_LIBM; disable parsing test applet. Denis Vlasenko 2008-10-24 10:49:49 +00:00
  • d908395eae less: experimental code to enable wrap/no-wrap and adapting to resized xterm windows. disabled for now. Denis Vlasenko 2008-10-24 10:42:21 +00:00
  • 8f39b72aba less: more sane way of line numbering. Prepares for wrap/unwrap and line numbers to be toggleable. Denis Vlasenko 2008-10-23 22:02:30 +00:00
  • 2dfd295726 - give glob a chance CROSS_COMPILE=~/foo-bar-baz would fail otherwise See http://www.uclibc.org/lists/buildroot/2008-October/011191.html Bernhard Reutner-Fischer 2008-10-23 13:49:21 +00:00
  • 01ea971610 - use sys/inotify.h Bernhard Reutner-Fischer 2008-10-21 17:26:10 +00:00
  • 5cb54b5adc init: downgrade ENABLE_DEBUG_INIT to just a #define to prevent people from selecting it in error. It has to be used ONLY for debugging init, never in production, as resulting init has serious differences. Denis Vlasenko 2008-10-21 17:14:26 +00:00
  • 37890e2f37 awk: fix typo in atan2 code. closes bug 5594. Denis Vlasenko 2008-10-21 12:59:34 +00:00
  • 8fbd8ac8dd - fix ip route rejecting dotted quads as prefix - adjust error message for wrong prefix not to mention address Previously e.g. ip route add 127.0.0.0/255.0.0.0 dev dummy0 was rejected, saying ip: an inet address is expected rather than "127.0.0.0/255.0.0.0" Bernhard Reutner-Fischer 2008-10-21 12:42:45 +00:00
  • 7effd7ae99 getopt: reinstate erroneously removed getopt() reset code. Denis Vlasenko 2008-10-21 12:36:43 +00:00
  • 4c9e9c4314 vi: handle chars 0x80, 0x81... correctly Denis Vlasenko 2008-10-20 08:59:03 +00:00