Commit Graph

  • b5ee8db9b5 add ',' and 'gg' commands (patch from Leo Jay) Paul Fox 2008-02-14 01:17:01 +00:00
  • 65eb550024 reinstate redir.tests with correct perms Denis Vlasenko 2008-02-13 18:10:46 +00:00
  • 81887e2342 ash: add a testcase for recently fixed signal bug Denis Vlasenko 2008-02-13 18:09:56 +00:00
  • 23ffb6a4a2 tar: compat: handle tarballs with only one zero block at the end Denis Vlasenko 2008-02-13 17:52:42 +00:00
  • 6dd03f04ea switch_root: stop at first non-option. Closes bug 1425. Denis Vlasenko 2008-02-13 17:25:31 +00:00
  • 87cf2ee8ab tar: move FNM_LEADING_DIR #define to tar.c - no other users. Closes bug 1332. Denis Vlasenko 2008-02-13 17:06:53 +00:00
  • d5fe880a57 cp: add ENABLE_FEATURE_VERBOSE_CP_MESSAGE. Closes bug 1470 Denis Vlasenko 2008-02-13 16:52:00 +00:00
  • 9d96af2e83 mkswap: fix help text to not lie about supported options. mkswap: use uint32, not int, to match kernel. mkswap: optimization: use pre-zeroed buffer Denis Vlasenko 2008-02-13 15:35:52 +00:00
  • 3b92eaac53 sort: -z outputs NUL terminated lines. Closes bug 1591. Denis Vlasenko 2008-02-13 14:30:33 +00:00
  • 75cddd8eb5 syslogd: send '\n'-terminated messages over the network. fully closes bug 1574. +8 bytes. Denis Vlasenko 2008-02-13 09:19:14 +00:00
  • 0a4624aece build system: don't use -o /dev/null, old gcc can delete /dev/null! Denis Vlasenko 2008-02-13 07:47:37 +00:00
  • 59bb4a4f50 website: add direct links to every last stable release tarball Denis Vlasenko 2008-02-12 19:01:34 +00:00
  • 7c5258b1c4 website: fix English Denis Vlasenko 2008-02-12 18:53:16 +00:00
  • 3d3d698594 Announce 1.9.1 Denis Vlasenko 2008-02-12 17:53:59 +00:00
  • fee2d0c256 msh: stop trying to parse variables in "msh SCRIPT VAR=val param". They should be passed as ordinary parameters. Denis Vlasenko 2008-02-12 10:12:18 +00:00
  • 7e497527ea msh: instead of fixing "ls | cd", "cd | ls" etc just disallow builtins in pipes. They make no sense there anyway. msh: shrink umask builtin. Denis Vlasenko 2008-02-12 09:51:03 +00:00
  • e26b2783a5 ash: fix warning about _GNU_SOURCE being redefined, fix typo in comment. Denis Vlasenko 2008-02-12 07:40:29 +00:00
  • 648b44fd78 msh: shrink, mainly by using smallints Denis Vlasenko 2008-02-12 06:04:06 +00:00
  • a5f2cd30c9 msh: do not run pipes where last command is a builtin msh: code shrink and some renames for better readability Denis Vlasenko 2008-02-11 18:10:06 +00:00
  • fc21305892 httpd: fix bug where we did chdir("") if CGI path had only one "/". httpd: fix bug 2004: wrong argv when interpreter is invoked Denis Vlasenko 2008-02-11 16:26:22 +00:00
  • f536b99d26 - shrink a tiny bit (-30Bytes) Bernhard Reutner-Fischer 2008-02-11 13:26:54 +00:00
  • a985d306a1 - spelling fixes Bernhard Reutner-Fischer 2008-02-11 11:44:38 +00:00
  • 83177991c8 hush: die_sllep needs restoring only if job control is on Denis Vlasenko 2008-02-11 08:44:36 +00:00
  • 08126f665d hush: close-on-exec interactive_fd Denis Vlasenko 2008-02-11 08:39:11 +00:00
  • 459a5ad410 hush: set CLOEXEC on script file being executed Denis Vlasenko 2008-02-11 08:35:03 +00:00
  • 4ecfcdcced hush: fix the comment Denis Vlasenko 2008-02-11 08:32:31 +00:00
  • c04163a289 hush: reset die_sleep to 0 in child after fork Denis Vlasenko 2008-02-11 08:30:53 +00:00
  • 04e11c9209 getpot: add support for "a+" specifier for nonnegative int parameters. By Vladimir Dronnikov <dronnikov at gmail.com>. fdisk and top are converted as an example. Denis Vlasenko 2008-02-10 19:44:20 +00:00
  • 9304d6ea92 microcom: read more than 1 byte from device, if possible Denis Vlasenko 2008-02-10 19:05:56 +00:00
  • 991a1da148 ash: fix "orwell bug" 1984. Testcase: trap_handler() { echo trap } trap trap_handler USR1 sleep 3600 & while true; do wait; done Denis Vlasenko 2008-02-10 19:02:53 +00:00
  • 0ef240d979 hush: small fixes to docs/testsuite Denis Vlasenko 2008-02-10 16:00:30 +00:00
  • 05743d7949 hush: reinstate cmd handling for NOMMU (with fat big warning). hush: fix a case where none of pipe members could be started because of fork failure hush: rename functions: xxx_real -> xxx hush: try to add a bit more of vfork-friendliness hush: add rudimentary design docs hush: add TODO (newly discovered bug with globbing) Denis Vlasenko 2008-02-10 12:10:08 +00:00
  • 68e8e96d7f microcom: compile fixes Denis Vlasenko 2008-02-09 11:39:00 +00:00
  • d56e3ccf96 microcom: split -d (delay) option away from -t Denis Vlasenko 2008-02-09 11:37:21 +00:00
  • 937b10f35d build system: make it do without od -t Denis Vlasenko 2008-02-09 09:26:43 +00:00
  • 761e1d1462 mktemp: don't advertise -q option Denis Vlasenko 2008-02-09 06:29:32 +00:00
  • 65581f3ed1 mktemp: support -p DIR (Timo Teras <timo.teras at iki.fi>) Denis Vlasenko 2008-02-09 06:26:53 +00:00
  • 1e2a7e4ed1 test: fix mishandling of 'test ! arg1 op arg2 more args'; add testsuite Denis Vlasenko 2008-02-09 05:48:42 +00:00
  • 6d52c1ee24 sendmail: update from maintainer Denis Vlasenko 2008-02-08 18:24:54 +00:00
  • dc1c45795b microcom: update from maintainer Denis Vlasenko 2008-02-08 17:30:39 +00:00
  • 97bd0e05cc README: doccument the need of CONFIG_DESKTOP od: fix help text to include -t od: handle /proc files (which have filesize 0) correctly od: fix comments to not lie about return value od: "%u" is 1 byte less than "%zu" cat: fix English Denis Vlasenko 2008-02-08 15:41:01 +00:00
  • 7dbf1b4d9e httpd: add a bit of error logging; a few code simplifications. +29 bytes. Denis Vlasenko 2008-02-08 15:21:55 +00:00
  • afdad653ac - add eject -s for SCSI- and USB-devices (Nico Erfurth) Bernhard Reutner-Fischer 2008-02-08 15:04:00 +00:00
  • 534b8d0483 force disable setlocalversion usage in busybox Mike Frysinger 2008-02-07 22:44:27 +00:00
  • 9412ec7555 some more fixes for cross-compiling on an OS X host: apple provides core types so dont redefine them, sys/statfs.h is not available, and only use some newer AF_* defines if they are actually available Mike Frysinger 2008-02-07 22:41:33 +00:00
  • 22876c797c only include mntent.h according to HAVE_MNTENT_H and dont define this on OS X Mike Frysinger 2008-02-07 22:10:07 +00:00
  • b386c1c614 udhcp: ifdef out unused members Denis Vlasenko 2008-02-04 13:23:53 +00:00
  • d55fe3e595 udhcp: optional support for non-standard DHCP ports (+300 bytes when selected) Denis Vlasenko 2008-02-04 13:12:16 +00:00
  • e8ef7ec7de unzip: do not try to read entire compressed stream at once (it can be huge) unzip: handle short reads correctly Denis Vlasenko 2008-02-04 12:12:48 +00:00
  • f3f33ebb0b zcip: open ARP socket before openlog (else we can thrash syslog socket) Denis Vlasenko 2008-02-04 09:42:05 +00:00
  • f8157cafcb nohup: compat patch by Christoph Gysin <mailinglist.cache at gmail.com> Denis Vlasenko 2008-02-04 00:30:06 +00:00
  • 32d49bc70f mkswap: do not do extra seek mount: add another mount helper call method Denis Vlasenko 2008-02-03 23:52:41 +00:00
  • c85bfcad52 ps: fixlet to disabled compat code Denis Vlasenko 2008-02-03 22:04:19 +00:00
  • 5c3d2b334a ash: readability enhancement, no code changes Denis Vlasenko 2008-02-03 22:01:08 +00:00
  • 95dc672326 getty: don't try to detect parity on local lines (Joakim Tjernlund <Joakim.Tjernlund at transmode.se>) Denis Vlasenko 2008-02-02 19:05:36 +00:00
  • 30eb319103 fsck: don't kill pid -1! (Roy Marples <roy at marples.name>) Denis Vlasenko 2008-02-02 18:54:58 +00:00
  • 6e602c4931 msh: also handle EOF/read errors correctly Denis Vlasenko 2008-02-02 18:50:50 +00:00
  • 80667e30fb msh: fix Ctrl-C handling with line editing Denis Vlasenko 2008-02-02 18:35:55 +00:00
  • a2980c6249 sendmail: fixes by Vladimir Dronnikov <dronnikov at gmail.com> Denis Vlasenko 2008-02-02 17:54:35 +00:00
  • 5de754a395 ps: add (disabled) compat code Denis Vlasenko 2008-02-02 16:43:51 +00:00
  • 7cff01ec2d nc: fix fallout from C99 standard compliance change Denis Vlasenko 2008-02-02 16:23:43 +00:00
  • 0b2b5842a1 Fix compilation error when FEATURE_FANCY_PING enabled. Also reorder networking/Config.in moving FEATURE_FANCY_PING next to PING6. (Cristian Ionescu-Idbohrn) Paul Fox 2008-02-01 23:25:32 +00:00
  • f0044c480c add support for renaming/relocating device nodes Mike Frysinger 2008-02-01 06:53:50 +00:00
  • c348e0bc7b add a mini-faq about std{in,out,err} Mike Frysinger 2008-02-01 01:41:57 +00:00
  • 8c69afd992 - be C99 friendly. Anonymous unions are a GNU extension. This change is size-neutral WRT -std=gnu99 and fixes several compilation errors for strict C99 mode. Bernhard Reutner-Fischer 2008-01-29 10:33:34 +00:00
  • c882f341ce init: allow last line to be not terminated by '\n' Denis Vlasenko 2008-01-29 09:56:21 +00:00
  • 8c638cbf09 mount: allow and ignore _netdev option Denis Vlasenko 2008-01-29 09:31:09 +00:00
  • c96d37050f - update defconfig Bernhard Reutner-Fischer 2008-01-29 09:28:02 +00:00
  • 36fc3cd8bc ash: code readability enhancements, no real code changes Denis Vlasenko 2008-01-29 09:23:49 +00:00
  • ddd42cb064 sendmail: really svn add it Denis Vlasenko 2008-01-29 00:59:15 +00:00
  • 9772816570 *: move getopt reset code to better place(s) Denis Vlasenko 2008-01-28 22:57:10 +00:00
  • 73032ca04b sendmail: new applet by dronnikov at gmail.com Denis Vlasenko 2008-01-28 22:47:03 +00:00
  • 847fa779af *: tidy up usage of char **environ Denis Vlasenko 2008-01-28 22:45:43 +00:00
  • 0effc2410b microcom: undo #define trick, gcc fails to take advantage of it Denis Vlasenko 2008-01-28 09:39:30 +00:00
  • b5c60fc787 mkswap, readahead: stop using fdlength, it is reported to be unreliable Denis Vlasenko 2008-01-27 23:41:34 +00:00
  • da42bd5bbe stty: fix mishandling of 'control' keywords (Ralf Friedl <Ralf.Friedl@online.de>) Denis Vlasenko 2008-01-27 23:24:31 +00:00
  • ef67c5758a microcom: update from the author Denis Vlasenko 2008-01-27 22:40:39 +00:00
  • c4e4be9414 tentatively fix getopt state corruption for NOFORK applets Denis Vlasenko 2008-01-27 22:39:55 +00:00
  • f470196a41 - fix conflicting decls of syslog related facilitynames and prioritynames tables Bernhard Reutner-Fischer 2008-01-27 12:50:12 +00:00
  • 61160dd0a1 do not respect CONFIG_MODULES as it breaks building if it is defined in the build env Mike Frysinger 2008-01-27 09:41:24 +00:00
  • b76b9a4328 udhcpc: filter unwanted packets in kernel (Cristian Ionescu-Idbohrn <cristian.ionescu-idbohrn@axis.com>) Denis Vlasenko 2008-01-25 22:46:34 +00:00
  • 893988182a fdisk: comment out unused function Denis Vlasenko 2008-01-25 20:18:46 +00:00
  • ca9635b19d udhcpc: fix wrong options in decline and release packets (Jonas Danielsson <jonas.danielsson at axis.com>) Denis Vlasenko 2008-01-25 19:27:08 +00:00
  • a5549c9617 fdisk: fix a case where break was reached only for DOS labels Denis Vlasenko 2008-01-24 22:49:15 +00:00
  • 680b86afbb halt: write wtmp entry if wtmp support is enabled Denis Vlasenko 2008-01-24 02:28:00 +00:00
  • 1d290d1e24 halt: update help text Denis Vlasenko 2008-01-24 02:27:30 +00:00
  • 9e58921e7e comment fix Denis Vlasenko 2008-01-24 01:33:42 +00:00
  • 314820e595 crond: small code shrink and readability enhancements Denis Vlasenko 2008-01-24 01:33:12 +00:00
  • 8e8200a772 grep: fix wrong filename in error message Denis Vlasenko 2008-01-24 01:30:36 +00:00
  • 46ef46aefb as reported by George Boudreau, make sure we properly skip blank lines Mike Frysinger 2008-01-23 18:48:26 +00:00
  • 46904bfbcc - Fix hdparm's ioctl parameter passing (John Brandwood) Bernhard Reutner-Fischer 2008-01-19 11:27:11 +00:00
  • 518d8dd979 eliminated CONFIG_FEATURE_EDITING_FANCY_KEYS. the size savings was small, compared to the total size of the command-line editing features, and it removed key bindings that most wouldn't consider "fancy", like ^U, and 'l' and 'h' in vi mode, ^F and ^B in emacs mode. Paul Fox 2008-01-18 20:41:24 +00:00
  • 52432f2b06 - correct helptext of stat (Cristian Ionescu-Idbohrn) Bernhard Reutner-Fischer 2008-01-17 11:05:09 +00:00
  • 2b11fb483e - implement brctl setpathcost, setportprio, setbridgeprio, stp text data bss dec hex filename 907 20 0 927 39f networking/brctl.o Bernhard Reutner-Fischer 2008-01-14 16:10:11 +00:00
  • c2f0de5eef - mention strtod code-duplication as TODO for cleanup Bernhard Reutner-Fischer 2008-01-14 14:32:56 +00:00
  • 1aac3ab49f - shrink a bit and implement time related fancy features. Improve help texts. text data bss dec hex filename 253 20 0 273 111 networking/brctl.o.bare 613 20 0 633 279 networking/brctl.o.fancy-time Bernhard Reutner-Fischer 2008-01-13 18:43:50 +00:00
  • 78e1d58d3a - fix commentary typo Bernhard Reutner-Fischer 2008-01-13 17:52:53 +00:00
  • c44c21060e - save four bytes by manually hoisting the br assignment Bernhard Reutner-Fischer 2008-01-13 15:43:28 +00:00
  • ce34cccf28 - update defconfig Bernhard Reutner-Fischer 2008-01-13 15:33:13 +00:00
  • d27d925a6d - new applet brctl text data bss dec hex filename 289 20 0 309 135 networking/brctl.o 335 23 0 358 166 networking/brctl-verbose-ops.o Bernhard Reutner-Fischer 2008-01-13 15:23:27 +00:00