Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-10-10 | Vodz last_patch_117, update options for new xargs | Glenn L McGrath | |
2003-10-10 | Vods versions of xargs | Glenn L McGrath | |
2003-10-09 | I don't need to have my email adder listed twice | Eric Andersen | |
2003-10-09 | Do not use kernel headers | Eric Andersen | |
2003-10-09 | Fix an ommision preventing building, patch by Tito. | Glenn L McGrath | |
2003-10-09 | example devfs config file, patch from Tito. | Glenn L McGrath | |
2003-10-09 | New applet, devfsd, by Matteo Croce and Tito | Glenn L McGrath | |
2003-10-09 | Patch from Steven Scholz, fix some warnings | Glenn L McGrath | |
2003-10-09 | Bugfix for xargs | Glenn L McGrath | |
2003-10-09 | Arnd Ben Otto writes: | Eric Andersen | |
Hi Eric I have written a small patch for the Busybox syslogd. With this patch one can limit the size of the messagfile. As soon as the limit is reached the syslogd can rotate or purge the messagefile(s) on his own. There is no necessity to use an external rotatescript. Even if logread does something similar, its very handy to have some messagefile after your box crash. I wrote this patch initial vor BB 0.6x where no cron daemon was avail. Now I adapted it for the new Version and i hope it is still useful. At least I still use it :-) bye Arnd | |||
2003-10-09 | We did not have a safe_write, which is the analog to safe_read. Convert | Eric Andersen | |
full_write to use safe_write internally, which is needed to guarantee proper behavior, i.e. when writing to a pipe. | |||
2003-10-09 | Fix some warnings that have crept in recently | Eric Andersen | |
2003-10-09 | Patch from Tito, size optimisation and fix error in exit code of -V | Glenn L McGrath | |
option | |||
2003-10-09 | Comaptability with gcc-2.95 | Glenn L McGrath | |
2003-10-06 | Vodz last_patch_105 without his xargs patch which doenst apply cleanly | Glenn L McGrath | |
2003-10-04 | Add the x, n, s and E options, remove -r as its expected behaviour. | Glenn L McGrath | |
2003-10-04 | Patch from Rob Landley; | Glenn L McGrath | |
Moving on to building diffutils, busybox sed needs this patch to get past the first problem. (Passing it a multi-line command line argument with -e works, but if you don't use -e it doesn't break up the multiple lines...) | |||
2003-10-04 | Woops, the previous patch reversal wasnt complete, breaking everything. | Glenn L McGrath | |
2003-10-03 | Reverse my previous changes and make a note about why its dont this way | Glenn L McGrath | |
2003-10-03 | Dont mix xarg options with utility option, fixes example of | Glenn L McGrath | |
`echo "README" | xargs ls -al` Dont specify a path for the default behaviour of echo args allocated space for an extra ptr Use defines for the different options | |||
2003-10-03 | Vodz, last_patch_114 | Glenn L McGrath | |
- env vars CONTENT_TYPE, CONTENT_LENGTH, HTTPD_REFERER, REMOTE_USER and AUTH_TYPE(Basic always). - POST data pipied now (previous version have loading into memory may be big size data and reducing with hardcoded limit) - removed $CGI_foo environment variables, else my have rubbish enviroment if POST data have big binary file | |||
2003-10-03 | Patch by Rob Landley, fix warning | Glenn L McGrath | |
2003-10-03 | argc has already been decremented | Glenn L McGrath | |
2003-10-03 | Patch from Rob Landley, Simplify organisation of arguments. | Glenn L McGrath | |
2003-10-02 | Fix -C option when creating tar files. | Glenn L McGrath | |
Need to chdir after the tar file is opened, so make common tar filename parsing and send the file descriptor rather than filename to writeTarFile. Modify the verboseFlag operation to determine wether to display on stderr or stdout at display time, simpler than doing it in tar_main. | |||
2003-10-01 | Thomas Lundquist, update for current structure | Glenn L McGrath | |
2003-10-01 | Patch from Rob Landley to fix backrefs | Glenn L McGrath | |
2003-10-01 | Patch by Rob Landley, fix "newline after edit command" | Glenn L McGrath | |
2003-10-01 | Patch by Rob Landley, work in progress update, fixes lots of bugs, | Glenn L McGrath | |
introduces a few others (but they are being worked on) | |||
2003-09-26 | Patch by Guillaume Morin | Glenn L McGrath | |
Fix two race conditions, as described at. http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=212764 | |||
2003-09-26 | Patch from Fillod Stephane | Glenn L McGrath | |
Add follow mode to logread, ala "tail -f /var/log/messages" Note: output to a slow serial terminal can have side effects on syslog because of the semaphore. In such case, define RC_LOGREAD. | |||
2003-09-26 | add size parameter to syslogd -C | Glenn L McGrath | |
Patch by Padraig, resubmitted by Fillod Stephane | |||
2003-09-26 | Patch by Fillod Stephane, declare variables as static to not clobber | Glenn L McGrath | |
busybox namespace | |||
2003-09-24 | Use a variable for the config files, makes it easier to syncronise with | Glenn L McGrath | |
debian builds | |||
2003-09-24 | Syncronise with debian busybox-cvs package | Glenn L McGrath | |
2003-09-24 | Fix some typo's, remove some extra free statements | Glenn L McGrath | |
2003-09-24 | Add the -d option | Glenn L McGrath | |
2003-09-24 | Add the "install" applet, move get_ug_id to libbb as its used by chown, | Glenn L McGrath | |
chgrp and install. | |||
2003-09-20 | Patch by Steinar H. Gunderson to fix debian bug #211675. | Glenn L McGrath | |
Linking to my_getgrnam from libpwdgrp wasnt working, instead it was trying to use functionality from glibc, which pulled in libnss. | |||
2003-09-17 | Patch by Junio C Hamano to workaround a gcc compiler bug. | Glenn L McGrath | |
The construct certain vintages of GCC (the one I have trouble with is 3.2.3) have trouble with looks like the following: static struct st a; static struct st *p = &a; struct st { int foo; }; static void init(void) { a.foo = 0; } The problem disappears if we move the struct declaration up to let the compiler know the shape of the struct before the first definition uses it, like this: struct st { int foo; }; /* this has been moved up */ static struct st a; static struct st *p = &a; static void init(void) { a.foo = 0; } | |||
2003-09-16 | Configuration option to define wether to follows GNU sed's behaviour | Glenn L McGrath | |
or the posix standard. Put the cleanup code back the way it was. | |||
2003-09-16 | Fix a bug that creapt in recently with substitution subprinting, and add | Glenn L McGrath | |
a test for it. | |||
2003-09-16 | Compile get_terminal_width_height | Glenn L McGrath | |
2003-09-15 | Patch from Stephane Billiart to fix an unused variable warning. | Glenn L McGrath | |
2003-09-15 | Patch from Bastian Blank to fix a problem when runing find under ash. | Glenn L McGrath | |
"If the shell is compiled with -DJOBS, this is all fine -- find wasn't stopped (it was killed), so it correctly uses WTERMSIG instead of WSTOPSIG. However, if the shell _isn't_ compiled with -DJOBS (which it isn't in d-i), only WSTOPSIG is used, which extracts the high byte instead of the low byte from the status code. Since the status code is 13 (SIGPIPE), "st" suddenly gets the value 0, which is equivalent to SIGEXIT. Thus, ash prints out "EXIT" on find's exit." | |||
2003-09-15 | Patch from Tito, Reduces the size of busybox's strings applet from 1900 to | Glenn L McGrath | |
1788 bytes (for strings.o). | |||
2003-09-15 | Fix a simple mistake with pattern space, and add a test for it | Glenn L McGrath | |
2003-09-15 | Patch by Jean Wolter to fix a bug where a script wouldnt be executed | Glenn L McGrath | |
unless it had #!/bin/sh in the first line "It correctly locates the script, tries to execute it via execve which fails. After that it tries to hand it over to /bin/sh which fails too, since ash - neither provides the absolute pathname to /bin/sh - nor tries to lookup the script via PATH if called as "sh script" " | |||
2003-09-15 | Fix some memory allocation problems | Glenn L McGrath | |
---------------------------------------------------------------------- | |||
2003-09-15 | Be entirely consistant when using ioctl(0, TIOCGWINSZ, &winsize) | Eric Andersen | |
to ensure proper fallback behavior on, i.e. serial consoles. -Erik |