Commit Graph

  • c0cae52662 lineedit: fix build failure Denys Vlasenko 2011-11-04 01:09:09 +01:00
  • 9ce09bc9cb lineedit: add support for M-b, M-f, M-d, M-Backspace Denys Vlasenko 2011-11-03 13:28:22 +01:00
  • 45cdf166dc android build system updates Daniel Fandrich 2011-11-03 11:20:07 +01:00
  • f3efd3c2a0 rx: code shrink Denys Vlasenko 2011-11-03 10:19:53 +01:00
  • f808e777db rx: Fix file corruption with duplicate blocks Dan Fandrich 2011-11-03 10:18:33 +01:00
  • b5ebe5fdb3 mount: handle list of comma-separated fs types in -t option Karol Lewandowski 2011-11-03 10:02:31 +01:00
  • f85554c265 mount: free commented /etc/filesystems lines when we read it Denys Vlasenko 2011-11-03 09:54:53 +01:00
  • 3b1603410a nmeter: fix block i/o count on newer Linux kernels Denys Vlasenko 2011-11-01 23:34:46 +01:00
  • f8a5b792ba cttyhack: move /sys/class/tty/console/active check to the front Denys Vlasenko 2011-10-31 16:57:04 +01:00
  • 156840c249 cttyhack: print detected ctty name when called without parameters Alexander Shishkin 2011-10-31 13:18:44 +01:00
  • bcdae63875 testsuite: merge bzcat2.tests into bzcat.tests Denys Vlasenko 2011-10-31 01:10:47 +01:00
  • c0e37b4340 testsuite: fix the mishap in the previous commit Denys Vlasenko 2011-10-31 01:08:35 +01:00
  • c531b9a3e4 bzcat: fix unpacking of more than one file, and unpacking of zero-size bz2. Closes 4393 Denys Vlasenko 2011-10-31 01:05:16 +01:00
  • b076193f74 modinfo: make it select PLATFORM_LINUX. Closes 4411 Denys Vlasenko 2011-10-30 22:07:36 +01:00
  • e504c245f7 getty: Hurd has no CBAUD, work around that Denys Vlasenko 2011-10-30 21:27:33 +01:00
  • 83e34ac4b5 makemime: fix -a option not taking parameter Denys Vlasenko 2011-10-28 18:25:38 +02:00
  • 8de2e42201 syslogd: work around rename() not renaming hardlinks to themselves Christian Engelmayer 2011-10-28 18:12:42 +02:00
  • e6094d95b5 libbb: shrink base64 decoding a bit Denys Vlasenko 2011-10-28 16:15:00 +02:00
  • 73d249e704 whitespace fixes Denys Vlasenko 2011-10-28 14:07:44 +02:00
  • 328f27fe44 libbb: split decode_base64 off read_base64 Leonid Lisovskiy 2011-10-28 13:59:04 +02:00
  • ec447c7f01 libbb.h: remove unused defines Denys Vlasenko 2011-10-24 04:06:18 +02:00
  • e9dc354df8 getty: fix a minor problem of Ctrl-D not printing '\n' Denys Vlasenko 2011-10-23 23:58:59 +02:00
  • ee320c6d9c getty: reset tty attrs on Ctrl-C and Ctrl-D too Denys Vlasenko 2011-10-23 18:05:58 +02:00
  • e206a4de4c getty: add O_NONBLOCK to open which is used to drop ctty Denys Vlasenko 2011-10-22 08:19:42 +02:00
  • a241069004 remove duplicate include <sys/swap.h> Denys Vlasenko 2011-10-22 06:39:00 +02:00
  • 94354154c4 getty: remove now not needed resetting of ALRM to to SIG_DFL Denys Vlasenko 2011-10-22 06:30:48 +02:00
  • 7449e18190 getty,login: tighten up handling of ctty, pgrp, and tty attr restoring on timeout Denys Vlasenko 2011-10-22 06:27:41 +02:00
  • ef5a2d757a getty: shrink help text Denys Vlasenko 2011-10-22 03:16:23 +02:00
  • 5dd1f472a4 stty: trim too verbose error messages (-40 bytes) Denys Vlasenko 2011-10-21 19:45:13 +02:00
  • 17fb598dc2 docs/ctty.htm: add a useful URL to Denys Vlasenko 2011-10-21 18:44:33 +02:00
  • 2af2acf9b5 udhcpc: add comment about server IP Denys Vlasenko 2011-10-20 14:47:41 +02:00
  • fbca0c68a7 udhcpc: in fill_envp, export BOOTP fields first Denys Vlasenko 2011-10-20 14:24:18 +02:00
  • cd4d78f525 dhcpc: fix the case where we might add extra space at the end of envvar. Denys Vlasenko 2011-10-20 13:21:55 +02:00
  • 1dff672335 udhcpc: fix 6rd option formatting (was using 4 more bytes than there is) Denys Vlasenko 2011-10-20 12:29:18 +02:00
  • 42816c204d udhcpc: remove unused argument in sprint_nip6 Denys Vlasenko 2011-10-20 10:52:07 +02:00
  • 7981d79ef0 udhcpc: small code shrink Denys Vlasenko 2011-10-20 10:34:05 +02:00
  • f461385521 typo fix in comment Denys Vlasenko 2011-10-20 08:54:16 +02:00
  • 1f56e51ca1 udhcpc: add support for DHCP option 212 (RFC 5969) Denys Vlasenko 2011-10-19 22:40:35 +02:00
  • 2ea73b513d nc: small code shrink Denys Vlasenko 2011-10-19 22:31:01 +02:00
  • 4ea37d62c2 gen_build_files.sh: simplify "print everything up to INSERT line" part Denys Vlasenko 2011-10-19 21:17:20 +02:00
  • efd08bfa0a gen_build_files: don't pass 200k+ strings as params. Closes 4321 Denys Vlasenko 2011-10-19 17:54:42 +02:00
  • f74f280a14 get_header_tar: shrink 6->64 sign extension code Denys Vlasenko 2011-10-19 14:51:12 +02:00
  • 9c28fb8d28 ifupdown: code shrink Denys Vlasenko 2011-10-19 02:37:08 +02:00
  • dd82443b92 ifupdown: support post-up / pre-down hooks Peter Korsgaard 2011-10-19 02:35:54 +02:00
  • ce8c4cf37f TODO: all another location with bbox patches (OpenWRT) Denys Vlasenko 2011-10-19 01:55:08 +02:00
  • 5f92043c3f uudecode: fix buggy check for empty filename Denys Vlasenko 2011-10-18 12:07:05 +02:00
  • 6464f15ddb udhcpc: on SIGUSR1, limit renew attempts time to 20 seconds; then do total reconfig Vladislav Grishenko 2011-10-18 01:37:47 +02:00
  • 6c9c0a1dc9 udhcp: IF_UDHCP_VERBOSE() macro - improve code readability Leonid Lisovskiy 2011-10-18 00:35:47 +02:00
  • cd06e06eee fbsplash: support 8bit mode Peter Korsgaard 2011-10-17 05:31:52 +02:00
  • e4fa7b7965 fbsplash: limit progress bar flicker Peter Korsgaard 2011-10-17 04:35:23 +02:00
  • 4c77ad75b1 pwd: implement -LP if DESKTOP Denys Vlasenko 2011-10-16 05:16:50 +02:00
  • ecccbac37b inotify: if PROG is -, print events to stdout Flemming Madsen 2011-10-10 20:24:02 +02:00
  • 39ec6a2ad5 patch: make -p count path components, not slashes (think /blah//thing) Rob Landley 2011-10-10 19:59:38 +02:00
  • cc87588a61 disable strverscmp usage if we build against uClibc-0.9.31 Oliver Metz 2011-10-09 02:08:42 +02:00
  • faf7c62f1d tftp: mode string is case independent Denys Vlasenko 2011-10-06 17:19:09 +02:00
  • 85b1f292c9 ps: fix for !FEATURE_PS_LONG build Cristian Ionescu-Idbohrn 2011-09-29 11:02:00 +02:00
  • b64bd16459 ps: with -l, show STIME too Flemming Madsen 2011-09-27 15:31:25 +02:00
  • 8d9ac30572 ps: add support for -l for !DESKTOP Denys Vlasenko 2011-09-26 02:56:08 +02:00
  • d184a728cf rename archive.h to bb_archive.h. no code changes Denys Vlasenko 2011-09-22 12:45:14 +02:00
  • 45f0a1156d mdev: trim overlong comments. No code changes Denys Vlasenko 2011-09-22 04:55:47 +02:00
  • 3eccd7ecbe mdev: don't reparse rules on -s Denys Vlasenko 2011-09-22 03:46:30 +02:00
  • 16714245f9 add INIT_G()'s. No code changes. Denys Vlasenko 2011-09-21 01:59:15 +02:00
  • 5c6ba6c56f mdev: expand --help so that it's actually useful. Denys Vlasenko 2011-09-19 12:18:11 +02:00
  • 34c469ae04 sendmail: don't talk until 220 code is seen. Closes 3487 Denys Vlasenko 2011-09-18 03:01:49 +02:00
  • 0851d125c3 tail: fix -c +N. Closes 4111 Denys Vlasenko 2011-09-17 00:12:24 +02:00
  • 6d2d652cd3 applet_tables: fix single applet build failure. Closes 4009 Denys Vlasenko 2011-09-16 14:28:32 +02:00
  • 514cbfc593 syslogd: fix missing newline problen in memory log buffer. Closes 4159 Denys Vlasenko 2011-09-16 13:28:52 +02:00
  • c74a79f288 chpst: move misplaced comment Denys Vlasenko 2011-09-16 11:54:13 +02:00
  • d18ef6c9f6 chpst: simple code shrink Denys Vlasenko 2011-09-16 11:52:43 +02:00
  • 585541e8e3 start_stop_daemon: set complementary group ids too. Closes 3253 Denys Vlasenko 2011-09-15 18:27:05 +02:00
  • dd1eb413f2 suppress "warning: implicit declaration of function 'alloca'" Denys Vlasenko 2011-09-15 10:37:04 +02:00
  • 378ab68199 login: new option LOGIN_SESSION_AS_CHILD Ian Wienand 2011-09-14 08:41:38 +02:00
  • a221bc5f99 sed: better help text Denys Vlasenko 2011-09-13 18:40:22 +02:00
  • f9e07e70bb conspy: add framebuffer support, -Q option. Pascal Bellard 2011-09-13 18:39:04 +02:00
  • 74b871febb Config: fix wording in help-text Bernhard Reutner-Fischer 2011-06-15 21:00:18 +02:00
  • 13e709c53f losetup: implement -r option. Closes 4033. Denys Vlasenko 2011-09-12 02:13:47 +02:00
  • dd1061b6a7 wget: URL-decode user:password before base64-encoding it into auth hdr. Closes 3625. Denys Vlasenko 2011-09-11 21:04:02 +02:00
  • 5126cf9a15 ping: display real IPv6 response address. Hopefully closes 3745. Denys Vlasenko 2011-09-11 20:27:28 +02:00
  • 46aa5e0859 tune2fs: add support for -C MOUNT_COUNT. +40 bytes. Closes 3901. Denys Vlasenko 2011-09-11 20:08:12 +02:00
  • 223b9417b3 inetd: close new udp fd in "udp nowait" case Denys Vlasenko 2011-09-11 16:48:21 +02:00
  • d2fe2ba08d chpasswd: fix possible free() or non-allocated string. +8 bytes Denys Vlasenko 2011-09-11 12:25:59 +02:00
  • 7b46d11582 awk: fix a SEGV Denys Vlasenko 2011-09-11 00:30:56 +02:00
  • d48fdde370 stop declariong our own dirname prototype Denys Vlasenko 2011-09-10 13:48:34 +02:00
  • 522041ee7b regularize options which control size/speed trade Denys Vlasenko 2011-09-10 13:25:57 +02:00
  • 202a1b9284 awk: fix define name collision with BSD headers Denys Vlasenko 2011-09-10 04:51:09 +02:00
  • c2a06db69d gzip: new GZIP_BIG_MEM option Ian Wienand 2011-09-09 20:19:35 +02:00
  • 880eec8f33 depmod.pl: output correct dep format according to kernel version Sonic Zhang 2011-09-09 18:58:08 +02:00
  • f23f7856cb tweak comments in android build files Denys Vlasenko 2011-09-09 18:07:38 +02:00
  • e0894f567a Android build fixes and alternate (hopefully simpler) defconfig for it Denys Vlasenko 2011-09-09 18:00:44 +02:00
  • 831756bac4 unzip: fflush stdout before reading interative y/n answer from stdin Denys Vlasenko 2011-09-09 17:30:55 +02:00
  • 12e154f0cf vi: prevent unlimited recursion in do_cmd(). Closes 4153 Denys Vlasenko 2011-09-09 12:35:49 +02:00
  • 289c47b049 udhcp: remove the declaration of non-existent udhcp_checksum Baruch Siach 2011-09-09 11:03:45 +02:00
  • 0d0260fd1e inet_cksum: big-endian fix Denys Vlasenko 2011-09-08 10:59:26 +02:00
  • 9289935cfd Fix compile breakage Denys Vlasenko 2011-09-07 22:19:46 +02:00
  • f65c5f5c54 awk: next_input_file can return NULL, don't SEGV in this case. Denys Vlasenko 2011-09-07 20:01:39 +02:00
  • e8f36330d9 networking: consolidate the IP checksum code. -129 bytes. Baruch Siach 2011-09-07 17:52:37 +02:00
  • 8c84f7545c crond: fix the case when option -d is disabled Denys Vlasenko 2011-09-07 05:56:09 +02:00
  • e45af7ad17 lineedit: remove SAVE_HISTORY bit, ->hist_file can be used as indicator Denys Vlasenko 2011-09-04 16:15:24 +02:00
  • bede215cf1 lineedit: add support for history saving on exit Denys Vlasenko 2011-09-04 16:12:33 +02:00
  • 4840ae8a06 lineedit: fix atomic replace of history file; hush: fix $HISTFILE handling Denys Vlasenko 2011-09-04 15:28:03 +02:00