hush/miscutils
Eric Andersen f18bd8931d Tito writes:
Hi to all,
here is a new patch for bb's devfsd. The news are:

1) Size reduction for the basic setup with no options compiled in from :
     text        data     bss     dec       hex   filename
    10591     392      543    11526   2d06 devfsd.o
    rw-r--r--    1 root     root        18536 Dec 18 21:52 devfsd.o

    to:

    text        data     bss     dec        hex  filename
    9303      392      543    10238    27fe devfsd.o
    rw-r--r--    1 root     root        16528 Dec 18 22:02 devfsd.o

   With this setup you should not expect much output from devfsd
    ( just at start or with -v) and if some error occurs it only exits 1.
   To have more output enable:  " Increases logging (and size)" (+1568 b).

2) The option "Adds function names to program output" was removed from config menu
    and now to enable debug output you can use bb's standard option:
    "Build BusyBox with Debugging symbols".
    Be careful as with this option enabled a lot of data are outputted to /dev/log and/or to stderr.

3) A new option: "Enables the -fg and -np option" was added to config menu  (+128 b).

BTW: option "Adds support for MODLOAD keyword in devsfd.conf"  adds 268 b.

4) The following keywords in devsfd.conf are supported:
   "CLEAR_CONFIG", "INCLUDE", "OPTIONAL_INCLUDE", "RESTORE",
   "PERMISSIONS", "EXECUTE", "COPY", "IGNORE",  "MKOLDCOMPAT",
   "MKNEWCOMPAT","RMOLDCOMPAT", "RMNEWCOMPAT".

   But only if they are written UPPERCASE!!!!!!!!

5)Help text in usage.h was modified.

6)Something that I have forgotten..........

I've tested this for the last week on my box and it seems to work as expected.

Thanks in advance and please apply.

Ciao,

Tito
2003-12-19 11:07:59 +00:00
..
adjtimex.c Remove remaining libc5 support code 2003-07-22 08:56:55 +00:00
Config.in Tito writes: 2003-12-19 11:07:59 +00:00
crond.c Get vfork_daemon_rexec working under uclinux 2003-12-15 21:57:44 +00:00
crontab.c more crond+crontab integrating with loginutil libbb functions and deleted 2003-09-03 12:18:42 +00:00
dc.c Goetz Bock writes: 2003-10-22 11:24:39 +00:00
devfsd.c Tito writes: 2003-12-19 11:07:59 +00:00
hdparm.c Fix compile when CONFIG_FEATURE_HDPARM_GET_IDENTITY is disabled 2003-12-12 00:08:57 +00:00
last.c Implement a minimalist 'last' which allows the LEAF project to 2003-08-08 22:26:06 +00:00
makedevs.c Major coreutils update. 2003-03-19 09:13:01 +00:00
Makefile Update a bunch of docs. Run a script to update my email addr. 2003-07-14 21:21:08 +00:00
Makefile.in the dc applet now needs libm 2003-10-22 22:29:08 +00:00
mt.c Major coreutils update. 2003-03-19 09:13:01 +00:00
strings.c Patch from Tito, Reduces the size of busybox's strings applet from 1900 to 2003-09-15 14:22:37 +00:00
time.c Patch from Steven Scholz to send the output from 'time' 2003-11-07 21:39:14 +00:00
watchdog.c Paul Mundt <lethal@linux-sh.org> writes: 2003-07-22 07:39:18 +00:00