OSDN Git Service

android-x86/external-busybox.git
16 years agosplit some rtc funcs out of hwclock and into an rtc header/lib so that the new rtcwak...
Mike Frysinger [Fri, 15 Feb 2008 02:27:19 +0000 (02:27 -0000)]
split some rtc funcs out of hwclock and into an rtc header/lib so that the new rtcwake applet as well as hwclock can utilize the same code

16 years agosendmail is lexically after selinux, so fix the order
Mike Frysinger [Fri, 15 Feb 2008 01:43:22 +0000 (01:43 -0000)]
sendmail is lexically after selinux, so fix the order

16 years agoadd a test case for usage strings to catch people forgetting to add trailing escape...
Mike Frysinger [Fri, 15 Feb 2008 01:42:28 +0000 (01:42 -0000)]
add a test case for usage strings to catch people forgetting to add trailing escape in middle of usage

16 years agofix microcom usage
Mike Frysinger [Fri, 15 Feb 2008 01:34:14 +0000 (01:34 -0000)]
fix microcom usage

16 years agotar: real support for -p. +200 if selected.
Denis Vlasenko [Thu, 14 Feb 2008 20:37:54 +0000 (20:37 -0000)]
tar: real support for -p. +200 if selected.
By Natanael Copa <natanael.copa at gmail.com>

16 years agolibbb: filename completion should match dangling symlinks too
Denis Vlasenko [Thu, 14 Feb 2008 19:55:58 +0000 (19:55 -0000)]
libbb: filename completion should match dangling symlinks too

16 years agoash: explain why "set -o BOGUS" doesn't abort
Denis Vlasenko [Thu, 14 Feb 2008 16:51:58 +0000 (16:51 -0000)]
ash: explain why "set -o BOGUS" doesn't abort

16 years agoash: make ash -c 'if set -o barfoo 2>/dev/null; then echo foo; else echo bar; fi...
Denis Vlasenko [Thu, 14 Feb 2008 15:01:47 +0000 (15:01 -0000)]
ash: make ash -c 'if set -o barfoo 2>/dev/null; then echo foo; else echo bar; fi' work
(fixes bug 1142)

function                                             old     new   delta
options                                              551     565     +14
ash_main                                            1397    1411     +14
setcmd                                                77      90     +13
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 3/0 up/down: 41/0)               Total: 41 bytes

16 years agobuild system: pass CFLAGS to link stage too (closes bug 1376)
Denis Vlasenko [Thu, 14 Feb 2008 12:24:14 +0000 (12:24 -0000)]
build system: pass CFLAGS to link stage too (closes bug 1376)

16 years agoumount: instead of non-standard -D, use -d with opposite meaning
Denis Vlasenko [Thu, 14 Feb 2008 12:00:21 +0000 (12:00 -0000)]
umount: instead of non-standard -D, use -d with opposite meaning
  (closes bug 1604)
umount: do not try to free loop device or erase mtab if remounted ro
umount: do not complain several times about the same mountpoint

function                                             old     new   delta
umount_main                                          646     638      -8
packed_usage                                       23662   23652     -10
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 0/2 up/down: 0/-18)             Total: -18 bytes

16 years agotypo fix
Denis Vlasenko [Thu, 14 Feb 2008 10:31:18 +0000 (10:31 -0000)]
typo fix

16 years agotar: do "short EOF" compat only if CONFIG_DESKTOP.
Denis Vlasenko [Thu, 14 Feb 2008 08:52:30 +0000 (08:52 -0000)]
tar: do "short EOF" compat only if CONFIG_DESKTOP.
ash: add a comment about new minor bug

16 years agoadd ',' and 'gg' commands (patch from Leo Jay)
Paul Fox [Thu, 14 Feb 2008 01:17:01 +0000 (01:17 -0000)]
add ',' and 'gg' commands (patch from Leo Jay)

16 years agoreinstate redir.tests with correct perms
Denis Vlasenko [Wed, 13 Feb 2008 18:10:46 +0000 (18:10 -0000)]
reinstate redir.tests with correct perms

16 years agoash: add a testcase for recently fixed signal bug
Denis Vlasenko [Wed, 13 Feb 2008 18:09:56 +0000 (18:09 -0000)]
ash: add a testcase for recently fixed signal bug

16 years agotar: compat: handle tarballs with only one zero block at the end
Denis Vlasenko [Wed, 13 Feb 2008 17:52:42 +0000 (17:52 -0000)]
tar: compat: handle tarballs with only one zero block at the end

16 years agoswitch_root: stop at first non-option. Closes bug 1425.
Denis Vlasenko [Wed, 13 Feb 2008 17:25:31 +0000 (17:25 -0000)]
switch_root: stop at first non-option. Closes bug 1425.

16 years agotar: move FNM_LEADING_DIR #define to tar.c - no other users.
Denis Vlasenko [Wed, 13 Feb 2008 17:06:53 +0000 (17:06 -0000)]
tar: move FNM_LEADING_DIR #define to tar.c - no other users.
Closes bug 1332.

16 years agocp: add ENABLE_FEATURE_VERBOSE_CP_MESSAGE. Closes bug 1470
Denis Vlasenko [Wed, 13 Feb 2008 16:52:00 +0000 (16:52 -0000)]
cp: add ENABLE_FEATURE_VERBOSE_CP_MESSAGE. Closes bug 1470

16 years agomkswap: fix help text to not lie about supported options.
Denis Vlasenko [Wed, 13 Feb 2008 15:35:52 +0000 (15:35 -0000)]
mkswap: fix help text to not lie about supported options.
mkswap: use uint32, not int, to match kernel.
mkswap: optimization: use pre-zeroed buffer

16 years agosort: -z outputs NUL terminated lines. Closes bug 1591.
Denis Vlasenko [Wed, 13 Feb 2008 14:30:33 +0000 (14:30 -0000)]
sort: -z outputs NUL terminated lines. Closes bug 1591.

16 years agosyslogd: send '\n'-terminated messages over the network.
Denis Vlasenko [Wed, 13 Feb 2008 09:19:14 +0000 (09:19 -0000)]
syslogd: send '\n'-terminated messages over the network.
fully closes bug 1574. +8 bytes.

16 years agobuild system: don't use -o /dev/null, old gcc can delete /dev/null!
Denis Vlasenko [Wed, 13 Feb 2008 07:47:37 +0000 (07:47 -0000)]
build system: don't use -o /dev/null, old gcc can delete /dev/null!

16 years agowebsite: add direct links to every last stable release tarball
Denis Vlasenko [Tue, 12 Feb 2008 19:01:34 +0000 (19:01 -0000)]
website: add direct links to every last stable release tarball

16 years agowebsite: fix English
Denis Vlasenko [Tue, 12 Feb 2008 18:53:16 +0000 (18:53 -0000)]
website: fix English

16 years agoAnnounce 1.9.1
Denis Vlasenko [Tue, 12 Feb 2008 17:53:59 +0000 (17:53 -0000)]
Announce 1.9.1

16 years agomsh: stop trying to parse variables in "msh SCRIPT VAR=val param".
Denis Vlasenko [Tue, 12 Feb 2008 10:12:18 +0000 (10:12 -0000)]
msh: stop trying to parse variables in "msh SCRIPT VAR=val param".
They should be passed as ordinary parameters.

16 years agomsh: instead of fixing "ls | cd", "cd | ls" etc just disallow
Denis Vlasenko [Tue, 12 Feb 2008 09:51:03 +0000 (09:51 -0000)]
msh: instead of fixing "ls | cd", "cd | ls" etc just disallow
  builtins in pipes. They make no sense there anyway.
msh: shrink umask builtin.

function                                             old     new   delta
execute                                             2508    2509      +1
doset                                                326     317      -9
forkexec                                            1370    1345     -25
doumask                                              165     101     -64
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 1/3 up/down: 1/-98)             Total: -97 bytes

16 years agoash: fix warning about _GNU_SOURCE being redefined, fix typo in comment.
Denis Vlasenko [Tue, 12 Feb 2008 07:40:29 +0000 (07:40 -0000)]
ash: fix warning about _GNU_SOURCE being redefined, fix typo in comment.

16 years agomsh: shrink, mainly by using smallints
Denis Vlasenko [Tue, 12 Feb 2008 06:04:06 +0000 (06:04 -0000)]
msh: shrink, mainly by using smallints

function                                             old     new   delta
synio                                                251     263     +12
filechar                                             310     315      +5
subgetc                                              781     785      +4
brkcontin                                            106     109      +3
...
yylex                                                981     976      -5
execute                                             2513    2508      -5
waitfor                                              321     315      -6
onintr                                               103      97      -6
doset                                                332     326      -6
doexec                                               186     180      -6
yyparse                                               65      57      -8
thenpart                                             135     126      -9
forkexec                                            1379    1370      -9
onecommand                                           457     433     -24
newtp                                                 52      28     -24
command                                             1086    1061     -25
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 7/23 up/down: 27/-163)         Total: -136 bytes

16 years agomsh: do not run pipes where last command is a builtin
Denis Vlasenko [Mon, 11 Feb 2008 18:10:06 +0000 (18:10 -0000)]
msh: do not run pipes where last command is a builtin
msh: code shrink and some renames for better readability

16 years agohttpd: fix bug where we did chdir("") if CGI path had only one "/".
Denis Vlasenko [Mon, 11 Feb 2008 16:26:22 +0000 (16:26 -0000)]
httpd: fix bug where we did chdir("") if CGI path had only one "/".
httpd: fix bug 2004: wrong argv when interpreter is invoked

+8 bytes growth

16 years ago- shrink a tiny bit (-30Bytes)
Bernhard Reutner-Fischer [Mon, 11 Feb 2008 13:26:54 +0000 (13:26 -0000)]
- shrink a tiny bit (-30Bytes)

16 years ago- spelling fixes
Bernhard Reutner-Fischer [Mon, 11 Feb 2008 11:44:38 +0000 (11:44 -0000)]
- spelling fixes

16 years agohush: die_sllep needs restoring only if job control is on
Denis Vlasenko [Mon, 11 Feb 2008 08:44:36 +0000 (08:44 -0000)]
hush: die_sllep needs restoring only if job control is on

16 years agohush: close-on-exec interactive_fd
Denis Vlasenko [Mon, 11 Feb 2008 08:39:11 +0000 (08:39 -0000)]
hush: close-on-exec interactive_fd

16 years agohush: set CLOEXEC on script file being executed
Denis Vlasenko [Mon, 11 Feb 2008 08:35:03 +0000 (08:35 -0000)]
hush: set CLOEXEC on script file being executed

16 years agohush: fix the comment
Denis Vlasenko [Mon, 11 Feb 2008 08:32:31 +0000 (08:32 -0000)]
hush: fix the comment

16 years agohush: reset die_sleep to 0 in child after fork
Denis Vlasenko [Mon, 11 Feb 2008 08:30:53 +0000 (08:30 -0000)]
hush: reset die_sleep to 0 in child after fork

16 years agogetpot: add support for "a+" specifier for nonnegative int parameters.
Denis Vlasenko [Sun, 10 Feb 2008 19:44:20 +0000 (19:44 -0000)]
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.

function                                             old     new   delta
getopt32                                            1340    1370     +30
top_main                                            1137    1120     -17
fdisk_main                                          3033    2949     -84
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 1/2 up/down: 30/-101)           Total: -71 bytes

16 years agomicrocom: read more than 1 byte from device, if possible
Denis Vlasenko [Sun, 10 Feb 2008 19:05:56 +0000 (19:05 -0000)]
microcom: read more than 1 byte from device, if possible

16 years agoash: fix "orwell bug" 1984. Testcase:
Denis Vlasenko [Sun, 10 Feb 2008 19:02:53 +0000 (19:02 -0000)]
ash: fix "orwell bug" 1984. Testcase:
    trap_handler() {
        echo trap
    }
    trap trap_handler USR1
    sleep 3600 &
    while true; do wait; done

16 years agohush: small fixes to docs/testsuite
Denis Vlasenko [Sun, 10 Feb 2008 16:00:30 +0000 (16:00 -0000)]
hush: small fixes to docs/testsuite

16 years agohush: reinstate `cmd` handling for NOMMU (with fat big warning).
Denis Vlasenko [Sun, 10 Feb 2008 12:10:08 +0000 (12:10 -0000)]
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)

16 years agomicrocom: compile fixes
Denis Vlasenko [Sat, 9 Feb 2008 11:39:00 +0000 (11:39 -0000)]
microcom: compile fixes

16 years agomicrocom: split -d (delay) option away from -t
Denis Vlasenko [Sat, 9 Feb 2008 11:37:21 +0000 (11:37 -0000)]
microcom: split -d (delay) option away from -t

16 years agobuild system: make it do without od -t
Denis Vlasenko [Sat, 9 Feb 2008 09:26:43 +0000 (09:26 -0000)]
build system: make it do without od -t

16 years agomktemp: don't advertise -q option
Denis Vlasenko [Sat, 9 Feb 2008 06:29:32 +0000 (06:29 -0000)]
mktemp: don't advertise -q option

16 years agomktemp: support -p DIR (Timo Teras <timo.teras at iki.fi>)
Denis Vlasenko [Sat, 9 Feb 2008 06:26:53 +0000 (06:26 -0000)]
mktemp: support -p DIR (Timo Teras <timo.teras at iki.fi>)

packed_usage                                       23595   23660     +65
mktemp_main                                          139     157     +18

16 years agotest: fix mishandling of 'test ! arg1 op arg2 more args'; add testsuite
Denis Vlasenko [Sat, 9 Feb 2008 05:48:42 +0000 (05:48 -0000)]
test: fix mishandling of 'test ! arg1 op arg2 more args'; add testsuite

16 years agosendmail: update from maintainer
Denis Vlasenko [Fri, 8 Feb 2008 18:24:54 +0000 (18:24 -0000)]
sendmail: update from maintainer

16 years agomicrocom: update from maintainer
Denis Vlasenko [Fri, 8 Feb 2008 17:30:39 +0000 (17:30 -0000)]
microcom: update from maintainer

16 years agoREADME: doccument the need of CONFIG_DESKTOP
Denis Vlasenko [Fri, 8 Feb 2008 15:41:01 +0000 (15:41 -0000)]
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

16 years agohttpd: add a bit of error logging; a few code simplifications. +29 bytes.
Denis Vlasenko [Fri, 8 Feb 2008 15:21:55 +0000 (15:21 -0000)]
httpd: add a bit of error logging; a few code simplifications. +29 bytes.

16 years ago- add eject -s for SCSI- and USB-devices (Nico Erfurth)
Bernhard Reutner-Fischer [Fri, 8 Feb 2008 15:04:00 +0000 (15:04 -0000)]
- add eject -s for SCSI- and USB-devices (Nico Erfurth)

16 years agoforce disable setlocalversion usage in busybox
Mike Frysinger [Thu, 7 Feb 2008 22:44:27 +0000 (22:44 -0000)]
force disable setlocalversion usage in busybox

16 years agosome more fixes for cross-compiling on an OS X host: apple provides core types so...
Mike Frysinger [Thu, 7 Feb 2008 22:41:33 +0000 (22:41 -0000)]
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

16 years agoonly include mntent.h according to HAVE_MNTENT_H and dont define this on OS X
Mike Frysinger [Thu, 7 Feb 2008 22:10:07 +0000 (22:10 -0000)]
only include mntent.h according to HAVE_MNTENT_H and dont define this on OS X

16 years agoudhcp: ifdef out unused members
Denis Vlasenko [Mon, 4 Feb 2008 13:23:53 +0000 (13:23 -0000)]
udhcp: ifdef out unused members

16 years agoudhcp: optional support for non-standard DHCP ports (+300 bytes when selected)
Denis Vlasenko [Mon, 4 Feb 2008 13:12:16 +0000 (13:12 -0000)]
udhcp: optional support for non-standard DHCP ports (+300 bytes when selected)

16 years agounzip: do not try to read entire compressed stream at once (it can be huge)
Denis Vlasenko [Mon, 4 Feb 2008 12:12:48 +0000 (12:12 -0000)]
unzip: do not try to read entire compressed stream at once (it can be huge)
unzip: handle short reads correctly

16 years agozcip: open ARP socket before openlog
Denis Vlasenko [Mon, 4 Feb 2008 09:42:05 +0000 (09:42 -0000)]
zcip: open ARP socket before openlog
(else we can thrash syslog socket)

16 years agonohup: compat patch by Christoph Gysin <mailinglist.cache at gmail.com>
Denis Vlasenko [Mon, 4 Feb 2008 00:30:06 +0000 (00:30 -0000)]
nohup: compat patch by Christoph Gysin <mailinglist.cache at gmail.com>

16 years agomkswap: do not do extra seek
Denis Vlasenko [Sun, 3 Feb 2008 23:52:41 +0000 (23:52 -0000)]
mkswap: do not do extra seek
mount: add another mount helper call method

16 years agops: fixlet to disabled compat code
Denis Vlasenko [Sun, 3 Feb 2008 22:04:19 +0000 (22:04 -0000)]
ps: fixlet to disabled compat code

16 years agoash: readability enhancement, no code changes
Denis Vlasenko [Sun, 3 Feb 2008 22:01:08 +0000 (22:01 -0000)]
ash: readability enhancement, no code changes

16 years agogetty: don't try to detect parity on local lines
Denis Vlasenko [Sat, 2 Feb 2008 19:05:36 +0000 (19:05 -0000)]
getty: don't try to detect parity on local lines
(Joakim Tjernlund <Joakim.Tjernlund at transmode.se>)

16 years agofsck: don't kill pid -1! (Roy Marples <roy at marples.name>)
Denis Vlasenko [Sat, 2 Feb 2008 18:54:58 +0000 (18:54 -0000)]
fsck: don't kill pid -1! (Roy Marples <roy at marples.name>)

16 years agomsh: also handle EOF/read errors correctly
Denis Vlasenko [Sat, 2 Feb 2008 18:50:50 +0000 (18:50 -0000)]
msh: also handle EOF/read errors correctly

16 years agomsh: fix Ctrl-C handling with line editing
Denis Vlasenko [Sat, 2 Feb 2008 18:35:55 +0000 (18:35 -0000)]
msh: fix Ctrl-C handling with line editing

16 years agosendmail: fixes by Vladimir Dronnikov <dronnikov at gmail.com>
Denis Vlasenko [Sat, 2 Feb 2008 17:54:35 +0000 (17:54 -0000)]
sendmail: fixes by Vladimir Dronnikov <dronnikov at gmail.com>

16 years agops: add (disabled) compat code
Denis Vlasenko [Sat, 2 Feb 2008 16:43:51 +0000 (16:43 -0000)]
ps: add (disabled) compat code

16 years agonc: fix fallout from C99 standard compliance change
Denis Vlasenko [Sat, 2 Feb 2008 16:23:43 +0000 (16:23 -0000)]
nc: fix fallout from C99 standard compliance change

16 years agoFix compilation error when FEATURE_FANCY_PING enabled. Also
Paul Fox [Fri, 1 Feb 2008 23:25:32 +0000 (23:25 -0000)]
Fix compilation error when FEATURE_FANCY_PING enabled.  Also
reorder networking/Config.in moving FEATURE_FANCY_PING next to
PING6.  (Cristian Ionescu-Idbohrn)

16 years agoadd support for renaming/relocating device nodes
Mike Frysinger [Fri, 1 Feb 2008 06:53:50 +0000 (06:53 -0000)]
add support for renaming/relocating device nodes

16 years agoadd a mini-faq about std{in,out,err}
Mike Frysinger [Fri, 1 Feb 2008 01:41:57 +0000 (01:41 -0000)]
add a mini-faq about std{in,out,err}

16 years ago- be C99 friendly. Anonymous unions are a GNU extension. This change is
Bernhard Reutner-Fischer [Tue, 29 Jan 2008 10:33:34 +0000 (10:33 -0000)]
- 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.

16 years agoinit: allow last line to be not terminated by '\n'
Denis Vlasenko [Tue, 29 Jan 2008 09:56:21 +0000 (09:56 -0000)]
init: allow last line to be not terminated by '\n'

16 years agomount: allow and ignore _netdev option
Denis Vlasenko [Tue, 29 Jan 2008 09:31:09 +0000 (09:31 -0000)]
mount: allow and ignore _netdev option

16 years ago- update defconfig
Bernhard Reutner-Fischer [Tue, 29 Jan 2008 09:28:02 +0000 (09:28 -0000)]
- update defconfig

16 years agoash: code readability enhancements, no real code changes
Denis Vlasenko [Tue, 29 Jan 2008 09:23:49 +0000 (09:23 -0000)]
ash: code readability enhancements, no real code changes

16 years agosendmail: really svn add it
Denis Vlasenko [Tue, 29 Jan 2008 00:59:15 +0000 (00:59 -0000)]
sendmail: really svn add it

16 years ago*: move getopt reset code to better place(s)
Denis Vlasenko [Mon, 28 Jan 2008 22:57:10 +0000 (22:57 -0000)]
*: move getopt reset code to better place(s)

16 years agosendmail: new applet by dronnikov at gmail.com
Denis Vlasenko [Mon, 28 Jan 2008 22:47:03 +0000 (22:47 -0000)]
sendmail: new applet by dronnikov at gmail.com

16 years ago*: tidy up usage of char **environ
Denis Vlasenko [Mon, 28 Jan 2008 22:45:43 +0000 (22:45 -0000)]
*: tidy up usage of char **environ

16 years agomicrocom: undo #define trick, gcc fails to take advantage of it
Denis Vlasenko [Mon, 28 Jan 2008 09:39:30 +0000 (09:39 -0000)]
microcom: undo #define trick, gcc fails to take advantage of it

16 years agomkswap, readahead: stop using fdlength, it is reported to be unreliable
Denis Vlasenko [Sun, 27 Jan 2008 23:41:34 +0000 (23:41 -0000)]
mkswap, readahead: stop using fdlength, it is reported to be unreliable

16 years agostty: fix mishandling of 'control' keywords (Ralf Friedl <Ralf.Friedl@online.de>)
Denis Vlasenko [Sun, 27 Jan 2008 23:24:31 +0000 (23:24 -0000)]
stty: fix mishandling of 'control' keywords (Ralf Friedl <Ralf.Friedl@online.de>)

16 years agomicrocom: update from the author
Denis Vlasenko [Sun, 27 Jan 2008 22:40:39 +0000 (22:40 -0000)]
microcom: update from the author

16 years agotentatively fix getopt state corruption for NOFORK applets
Denis Vlasenko [Sun, 27 Jan 2008 22:39:55 +0000 (22:39 -0000)]
tentatively fix getopt state corruption for NOFORK applets

16 years ago- fix conflicting decls of syslog related facilitynames and prioritynames tables
Bernhard Reutner-Fischer [Sun, 27 Jan 2008 12:50:12 +0000 (12:50 -0000)]
- fix conflicting decls of syslog related facilitynames and prioritynames tables

16 years agodo not respect CONFIG_MODULES as it breaks building if it is defined in the build env
Mike Frysinger [Sun, 27 Jan 2008 09:41:24 +0000 (09:41 -0000)]
do not respect CONFIG_MODULES as it breaks building if it is defined in the build env

16 years agoudhcpc: filter unwanted packets in kernel
Denis Vlasenko [Fri, 25 Jan 2008 22:46:34 +0000 (22:46 -0000)]
udhcpc: filter unwanted packets in kernel
(Cristian Ionescu-Idbohrn <cristian.ionescu-idbohrn@axis.com>)

16 years agofdisk: comment out unused function
Denis Vlasenko [Fri, 25 Jan 2008 20:18:46 +0000 (20:18 -0000)]
fdisk: comment out unused function

16 years agoudhcpc: fix wrong options in decline and release packets
Denis Vlasenko [Fri, 25 Jan 2008 19:27:08 +0000 (19:27 -0000)]
udhcpc: fix wrong options in decline and release packets
(Jonas Danielsson <jonas.danielsson at axis.com>)

16 years agofdisk: fix a case where break was reached only for DOS labels
Denis Vlasenko [Thu, 24 Jan 2008 22:49:15 +0000 (22:49 -0000)]
fdisk: fix a case where break was reached only for DOS labels

16 years agohalt: write wtmp entry if wtmp support is enabled
Denis Vlasenko [Thu, 24 Jan 2008 02:28:00 +0000 (02:28 -0000)]
halt: write wtmp entry if wtmp support is enabled

16 years agohalt: update help text
Denis Vlasenko [Thu, 24 Jan 2008 02:27:30 +0000 (02:27 -0000)]
halt: update help text

16 years agocomment fix
Denis Vlasenko [Thu, 24 Jan 2008 01:33:42 +0000 (01:33 -0000)]
comment fix

16 years agocrond: small code shrink and readability enhancements
Denis Vlasenko [Thu, 24 Jan 2008 01:33:12 +0000 (01:33 -0000)]
crond: small code shrink and readability enhancements