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
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
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
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
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
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
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
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