Commit Graph

  • 271c0ce379 stty: make swtch and iutf8 visible/settable Denys Vlasenko 2011-01-24 16:36:15 +01:00
  • faaf8cb3fa getty: more simplifications; explain how we treat parity now Denys Vlasenko 2011-01-24 14:35:09 +01:00
  • 6596380f52 getty: simplify code by going to more straignforward G trick Denys Vlasenko 2011-01-24 04:43:04 +01:00
  • e9a40e3b91 libbb: make ndelay_no/off a bit more clever. +14 bytes Denys Vlasenko 2011-01-24 00:29:55 +01:00
  • dc6cd12569 getty: add sleep before initial tcdrain; reduce another sleep from 1 to 0.1s Denys Vlasenko 2011-01-24 00:28:43 +01:00
  • 1f0840450e getty: use cfsetspeed to save some bytes; cosmetic fixes Denys Vlasenko 2011-01-24 00:16:50 +01:00
  • 658a437d4b hwclock: implement --systz Davide Cavalca 2011-01-22 18:55:32 +01:00
  • 1336f89d59 wc: fix swapped -c and -m Denys Vlasenko 2011-01-22 17:57:01 +01:00
  • 1f4a987d47 pltaform.h: move include of stdint.h before uint16_t is used Denys Vlasenko 2011-01-22 17:31:35 +01:00
  • 006416e8fe getty: more correct check for O_RDWR Denys Vlasenko 2011-01-22 17:29:53 +01:00
  • 2b57b6cd43 getty: comment out parity detection code; improve usage text Denys Vlasenko 2011-01-22 03:06:40 +01:00
  • 3a0f690dcd svlogd: extend usage text. +70 bytes Denys Vlasenko 2011-01-22 00:38:24 +01:00
  • e8f565c1ee Merge branch 'master' of git+ssh://vda@busybox.net/var/lib/git/busybox Denys Vlasenko 2011-01-21 21:59:26 +01:00
  • b40da22357 fix compile error on non-x86 architectures Denys Vlasenko 2011-01-21 01:16:09 +01:00
  • dd169e8468 eliminate aliasing warnings in traceroute.c and udhcp/socket.c Denys Vlasenko 2011-01-20 12:13:23 +01:00
  • b3b6c8bdf2 eliminate aliasing warning in networking/route.c Denys Vlasenko 2011-01-20 11:29:00 +01:00
  • 53f30b41ec ifplugd: eliminate aliasing warnings Denys Vlasenko 2011-01-20 01:20:36 +01:00
  • 9ad97d5041 sighandler_t definition for BSD Chris Rees 2011-01-20 00:51:52 +01:00
  • a146319173 hush: improve prompt in nested {}s, remove unused in_str->promptme member Denys Vlasenko 2011-01-18 17:55:04 +01:00
  • 98c46d10ee hush: fix "cmd & <newline>" problem Denys Vlasenko 2011-01-18 17:30:07 +01:00
  • b9f2d9f7d9 mass removal of underscores from _BB_DIR_foo and _BB_SUID_foo Denys Vlasenko 2011-01-18 13:58:01 +01:00
  • 3b5acaa432 disable automatic selection of FEATURE_SUID; improve its help text Denys Vlasenko 2011-01-18 13:52:48 +01:00
  • 094cc51e50 insmod: check for module read errors Denys Vlasenko 2011-01-17 14:58:27 +01:00
  • 10ee20b58b libbb: better comment in parse_date Denys Vlasenko 2011-01-17 14:23:42 +01:00
  • ad3d72f082 move passwd, shadow, group and gshadow path definitions to libbb.h Tito Ragusa 2011-01-16 23:39:45 +01:00
  • e8d0a1450a remove a few aliasing warnings Denys Vlasenko 2011-01-16 11:21:15 +01:00
  • df1689138e remove a few aliasing warnings Denys Vlasenko 2011-01-16 01:25:34 +01:00
  • 068444629f top: add keyboard commands to --help Denys Vlasenko 2011-01-13 16:07:51 +01:00
  • 8030a14849 httpd: send correct mtime for .gz files Denys Vlasenko 2011-01-11 17:59:45 +01:00
  • dc7e5c46b0 libbb unicode: comment out usused function and unused parameter Denys Vlasenko 2011-01-11 13:08:28 +01:00
  • 5a163b2645 lsmod: fox unsafe usage of strlen() - 1 Denys Vlasenko 2011-01-11 13:07:22 +01:00
  • 0f44c08560 libbb: progress indicator: use unicode support funcs instead of open-coding it Denys Vlasenko 2011-01-10 16:10:29 +01:00
  • 84dba9c5bb tftp: fix bad interaction betweel poll() and alarm(). Closes bug 3061 Denys Vlasenko 2011-01-10 12:51:44 +01:00
  • 7b305646e1 stop giving root rights to dnsd, ipcrm, ipcs Denys Vlasenko 2011-01-09 21:54:50 +01:00
  • bcdb9b8762 getty: fix -i (was ignored) Denys Vlasenko 2011-01-09 21:44:51 +01:00
  • e9d12b57bf modprobe-small: support compressed modules in insmod Denys Vlasenko 2011-01-09 20:57:52 +01:00
  • 642e71a789 hush: fix wrong prompt problem on empty interactive commants Denys Vlasenko 2011-01-07 15:16:05 +01:00
  • f42c7b8fc1 suppress "'fast_strtol_10' defined but not used" warning Denys Vlasenko 2011-01-07 13:51:16 +01:00
  • e66a212081 mkswap: selinux build fix Denys Vlasenko 2011-01-05 11:45:44 +01:00
  • a116552869 tar: add a note about -C and symlink-in-tarball attack Denys Vlasenko 2011-01-04 08:46:26 +01:00
  • 6100b51ca8 explain every non-SUID_DROP applet. No code changes Denys Vlasenko 2011-01-03 13:57:49 +01:00
  • 327d2885ec kill[all[5]],pkill: make signal list show signal numbers, and show RTMIN/MAX Denys Vlasenko 2011-01-03 13:08:58 +01:00
  • 7b276fc175 kill[all[5]],pkill: more correct, and smaller, SIGRTMIN/MAX code Denys Vlasenko 2011-01-03 12:51:13 +01:00
  • 92ffe0571a date,touch: treat 2-digit years better (fit them into +-50 yrs around today) Denys Vlasenko 2011-01-02 20:02:09 +01:00
  • a5d3d3436b date: preserve isdst value if date is in time_t (unix time) format Alexey Soloviev 2010-12-31 05:21:51 +01:00
  • a9e25ffa67 su: document -l in --help text. Closes bug 2761 Denys Vlasenko 2010-12-31 02:52:35 +01:00
  • 0cd4f3039b add missed underscore Denys Vlasenko 2010-12-31 00:01:59 +01:00
  • d1e46651a3 date: add a comment about _SVID_SOURCE Denys Vlasenko 2010-12-30 23:56:47 +01:00
  • ed9b08d1c1 bzip2: plug memory leak on every processed file Denys Vlasenko 2010-12-30 04:43:35 +01:00
  • 2753aae0e8 libbb: optionally support RTMIN[+n] and RTMAX[-n] signal names Denys Vlasenko 2010-12-30 01:17:03 +01:00
  • 90615a0c5c blkid: optional support for TYPE="fstype" Denys Vlasenko 2010-12-30 00:40:11 +01:00
  • 2272129a93 plug a DIR* leak on error path Denys Vlasenko 2010-12-28 10:25:03 +01:00
  • 8578196b76 modprobe: add -D option (synonym of --show-depends) Serj Kalichev 2010-12-28 04:18:18 +01:00
  • 260fb551ff login: apply PAM environment Ian Wienand 2010-12-20 11:33:38 -08:00
  • 1f937d6468 cpio: allow cpio -i to take params - names of files to extract Denys Vlasenko 2010-12-26 02:22:51 +01:00
  • e4e911e712 modprobe: add support for --show-depends Serj Kalichev 2010-12-26 01:56:19 +01:00
  • 6088e138e1 init: simpler handling of leading dash in commands Denys Vlasenko 2010-12-25 23:58:42 +01:00
  • 8993c3f260 udhcpc: document SIGUSRn effect in help text Denys Vlasenko 2010-12-25 06:21:54 +01:00
  • 75eb9d20e9 hush: fix FEATURE_CLEAN_UP code (was freeing unallocated memory) Denys Vlasenko 2010-12-21 21:18:12 +01:00
  • 51d714ce7e sendmail: remove forgotten commenting-out on a "if (verbose)" Denys Vlasenko 2010-12-20 12:19:46 +01:00
  • 5707b52fd4 mailutils/*: add verbose option to sendmail; remove -m and -j from makemime Denys Vlasenko 2010-12-20 05:12:39 +01:00
  • 27c6c00a7c test: add examples when "%s: unknown operand" happens Denys Vlasenko 2010-12-20 03:43:20 +01:00
  • a4bc10cec7 ls: remove redundant constants LIST_FILENAME and LIST_SHORT James Youngman 2010-12-20 01:36:16 +01:00
  • 982aa263a0 ls: add support for -H Denys Vlasenko 2010-12-19 21:54:39 +01:00
  • 86ffe5c15a volume_id: recognize compressed hibernate swap signature James Hunt 2010-12-16 12:22:38 +00:00
  • 407ab2a434 ls: tweak -e handling; better comments Denys Vlasenko 2010-12-19 16:29:08 +01:00
  • 2f7d9e8903 ls: print a space after each column. Closes bug 2941 Denys Vlasenko 2010-12-19 07:06:44 +01:00
  • 163d864357 ls: make -F not follow symlinks of the command line Denys Vlasenko 2010-12-19 06:16:28 +01:00
  • d87815d5e0 ls: make -x force columnar output; remove unused parts of TRIGGER code Denys Vlasenko 2010-12-19 05:43:44 +01:00
  • f313746a6d ls: for some options, only last takes effect. Closes bug 2959 Denys Vlasenko 2010-12-19 05:05:34 +01:00
  • 1393fc1161 chrt: -m can be used without any arguments. Closes bug 2989 Denys Vlasenko 2010-12-19 04:07:50 +01:00
  • 96c8a6b5ea chrt: correct opt_complementary. Closes bug 2977 Denys Vlasenko 2010-12-18 02:59:09 +01:00
  • b2fa0b6219 scripts: fix fixdep.c to let it workable in cygwin Macpaul Lin 2010-12-17 11:44:32 +08:00
  • e06884208a Revert "scripts: fix fixdep.c to let it workable in cygwin" Denys Vlasenko 2010-12-18 01:46:04 +01:00
  • 10c36b8657 scripts: fix fixdep.c to let it workable in cygwin Greentime 2010-12-17 11:44:32 +08:00
  • a3aea32811 chat: fix build breakage (variable declared in for()) Denys Vlasenko 2010-12-18 01:42:50 +01:00
  • 0d6a4ecb30 hush: fix build breakage (variable declared in for()) Denys Vlasenko 2010-12-18 01:34:49 +01:00
  • a6041860f8 nmeter: deprecate %NNNd specified, use -d MSEC instead Denys Vlasenko 2010-12-13 15:17:22 +01:00
  • da6fb7e331 procps/Config.src: Add pstree to FEATURE_THREADS deps. Slight text edit Lauri Kasanen 2010-12-08 19:00:26 +02:00
  • 0d1d0f6e54 more: smaller version of previous fix Denys Vlasenko 2010-12-13 14:31:59 +01:00
  • 0b90de1537 more: exit if write to stdout errors out Denys Vlasenko 2010-12-13 14:28:38 +01:00
  • 1f3709ec74 fix typo in README Denys Vlasenko 2010-12-08 06:08:47 +01:00
  • 309974412a typo fix Denys Vlasenko 2010-12-06 15:44:13 +01:00
  • bc3cdf8ed1 update examples/var_service/README Denys Vlasenko 2010-12-06 15:42:44 +01:00
  • 75bb332dbd add examples/var_service/README Denys Vlasenko 2010-12-06 15:13:58 +01:00
  • 86aa803047 pstree: use stdin for screen size detection Denys Vlasenko 2010-12-06 12:54:24 +01:00
  • 31905f9477 runsvdir: do not miss closely spaced service dir changes Eric Lammerts 2010-12-06 01:26:26 +01:00
  • c60e88a5b9 tweak INSTALL_NO_USR help text Denys Vlasenko 2010-12-05 23:11:15 +01:00
  • dc160039ad build system: fix "make install" to skip /usr when configured so Joachim Nilsson 2010-12-05 23:05:38 +01:00
  • 2161bd701a pstree: another tiny shrink Denys Vlasenko 2010-12-05 19:36:58 +01:00
  • c32e626988 pstree: tiny shrink Denys Vlasenko 2010-12-05 16:05:03 +01:00
  • e48e6f85bf pstree: fix width logic. +30 bytes Lauri Kasanen 2010-12-05 15:53:55 +01:00
  • 6578f2cf5b pstree: new applet. +1664 bytes Lauri Kasanen 2010-12-05 05:22:29 +01:00
  • a04440ccad typo fix Denys Vlasenko 2010-12-05 05:02:49 +01:00
  • 8da415ef25 add if guards around include <malloc.h> Denys Vlasenko 2010-12-05 01:30:14 +01:00
  • 5dcc6606cb libbb/pw_encrypt_sha: forgot to move &ctx to 1st param here in sha hash rework Denys Vlasenko 2010-12-01 13:57:25 +01:00
  • 3f2477e8a8 touch: fix help text to not show options disabled in .config Denys Vlasenko 2010-12-01 13:06:03 +01:00
  • 631fd5ccd7 su: suppress "warning: unused variable 'user_buf'" Denys Vlasenko 2010-11-30 09:47:56 +01:00
  • 12caabfa2d build system: do not use GNU-isms in find Chris Rees 2010-11-30 09:41:39 +01:00
  • 58c3d21c2e telnetd: write utmp record with correct pid Denys Vlasenko 2010-11-30 09:17:30 +01:00