Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix whitespace | Mike Frysinger | 2005-04-19 | 1 | -23/+23 |
| | |||||
* | Updated to match trunk/uClibc/extra/config as of r10132, and thus | Peter Kjellerstedt | 2005-04-19 | 23 | -472/+887 |
| | | | | Linux 2.6.11. | ||||
* | In Bug 5, Tito writes: | Mike Frysinger | 2005-04-18 | 1 | -116/+210 |
| | | | | | | | | | | | | | | This is a first attempt to improve the comments of getopt_ulflags.c. Maybe under some aspects the text could be refined, but so far it is already usable and should help people who "avoided getopt_ulflags as the pest" to understand how it works. This patch was created with the help of Vodz, the author of the code, who explained me patiently how getopt_ulflags works and with the help of Paul Fox, who corrected my broken english. So thanks and merits should go to them also. | ||||
* | touchups as suggested by Vladimir N. Oleynik | Mike Frysinger | 2005-04-18 | 1 | -11/+4 |
| | |||||
* | err, use name attr of a tag, not href | Mike Frysinger | 2005-04-17 | 1 | -1/+1 |
| | |||||
* | import fakeidentd module started by Thomas Lundquist | Mike Frysinger | 2005-04-17 | 5 | -0/+459 |
| | |||||
* | add a new list of external tiny utilities | Mike Frysinger | 2005-04-17 | 2 | -1/+44 |
| | |||||
* | Patch from Bernhard Fischer to make a bunch of symbols static | Eric Andersen | 2005-04-16 | 30 | -91/+96 |
| | | | | which were otherwise cluttering the global namespace. | ||||
* | jfb2 writes in Bug 119: | Mike Frysinger | 2005-04-16 | 1 | -0/+4 |
| | | | | | | | | | | | | The init applet will restart (re-exec) itsself when it receives a SIGHUP. However, just before it enters its main loop, it resets SIGHUP to either re-load the inittab (or ignore it if no inittab is used). Thus preventing the re-exec option from being triggerable. This patch adds a signal handler for SIGQUIT for init that always causes init to re-exec itsself (along with killing anything else that might be still running). | ||||
* | Fix broken macro | Eric Andersen | 2005-04-16 | 1 | -1/+1 |
| | |||||
* | Only define a local environ when not using the prototype from unistd.h | Eric Andersen | 2005-04-16 | 1 | -0/+2 |
| | |||||
* | Rework to fix http://bugs.uclibc.org/view.php?id=107 | Eric Andersen | 2005-04-16 | 1 | -32/+41 |
| | |||||
* | Add bb_msg_read_error | Eric Andersen | 2005-04-16 | 3 | -1/+5 |
| | |||||
* | In Bug 78, shortkey points out: | Mike Frysinger | 2005-04-16 | 1 | -2/+2 |
| | | | | | | If you run `grep -h . file1 file2 file3 ...`, the output is not prefixed with the filename. If you run `grep -h . file1` however, the filename will incorrectly prefix the output. | ||||
* | minor style touchups | Mike Frysinger | 2005-04-16 | 1 | -8/+8 |
| | |||||
* | In Bug 208, bernhardf writes: | Mike Frysinger | 2005-04-16 | 6 | -18/+18 |
| | | | | | | On machines with only ANSI compliant compilers, not explitily delcaring an empty parameter list 'void' causes failure. | ||||
* | In Bug 207, bernhardf writes: | Mike Frysinger | 2005-04-16 | 1 | -5/+5 |
| | | | | proper escape strings in usage.h | ||||
* | In Bug 209, bernhardf writes: | Mike Frysinger | 2005-04-16 | 1 | -12/+12 |
| | | | | | | | | | | struct named { named_field: init, }; appear to be depraced by now; rather use C{99} format as in struct named { .named_field = init, }; | ||||
* | bernhardf reports with Bug 210: | Mike Frysinger | 2005-04-16 | 1 | -1/+1 |
| | | | | | | | For certain non-gcc compilers, alloca_h is defined (included) but there, no alloca() is declared. Fallback to malloc if _ALLOCA_H is defined but still, there is no alloca() in the included _ALLOCA_H. | ||||
* | Use a sane VEOL setting | Eric Andersen | 2005-04-14 | 1 | -1/+1 |
| | |||||
* | fake out support for POSIX -H and -L options since busybox cp dereferences ↵ | Mike Frysinger | 2005-04-14 | 3 | -9/+19 |
| | | | | everything by default | ||||
* | add aliases == and [[ for = and [ to support more bash scripts | Mike Frysinger | 2005-04-14 | 2 | -1/+8 |
| | |||||
* | Removed the incorrect and confusing facility argument specified with | Peter Kjellerstedt | 2005-04-06 | 1 | -3/+3 |
| | | | | | openlog() as the correct facility will be specified with syslog() anyway. | ||||
* | Point to osuosl | Eric Andersen | 2005-03-31 | 2 | -8/+28 |
| | |||||
* | Corrected the list of section names in add_ksymoops_symbols() so | Peter Kjellerstedt | 2005-03-30 | 1 | -2/+2 |
| | | | | that the bss and sbss sections can be correctly identified. | ||||
* | amd64 is rela, not rel | Mike Frysinger | 2005-03-30 | 1 | -2/+2 |
| | |||||
* | Shaun Jackman writes: Fix typo. Use __NR_umount2 instead of __NR_pivot_root. | Mike Frysinger | 2005-03-04 | 1 | -1/+1 |
| | |||||
* | Shaun Jackman writes: Newlib uses both __getopt_initialized and optind to ↵ | Mike Frysinger | 2005-03-04 | 1 | -5/+11 |
| | | | | track initialization of getopt() | ||||
* | add some more comments | Mike Frysinger | 2005-03-04 | 1 | -30/+29 |
| | |||||
* | newlib fixe from Shaun Jackman | Mike Frysinger | 2005-03-04 | 1 | -1/+1 |
| | |||||
* | newlib fixe from Shaun Jackman | Mike Frysinger | 2005-03-04 | 1 | -4/+4 |
| | |||||
* | Bandaid to make "gzip file1 file2 ..." set the decompression lengths correctly | Manuel Novoa III | 2005-03-02 | 1 | -0/+1 |
| | | | | in the 2nd and later headers. But this and gunzip really need to be rewritten. | ||||
* | When filling the bit buffer, gzip decompression apparently never checked for ↵ | Manuel Novoa III | 2005-03-01 | 1 | -1/+4 |
| | | | | end of file, causing it to hang on corrupted input. | ||||
* | Update buildroot pointers | Eric Andersen | 2005-02-21 | 3 | -3/+4 |
| | |||||
* | remove whitespace | Eric Andersen | 2005-02-13 | 1 | -1/+1 |
| | |||||
* | remove whitespace | Eric Andersen | 2005-02-13 | 1 | -2/+2 |
| | |||||
* | Remove whitespace | Eric Andersen | 2005-02-13 | 1 | -1/+1 |
| | |||||
* | Add 'nice' and replace 'renice' with a new implementation. | Manuel Novoa III | 2005-02-13 | 7 | -22/+227 |
| | |||||
* | Takeharu KATO writes: | Eric Andersen | 2005-02-11 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | Hi, I found that gcc in cvs (HEAD in 2005/02/11) reject the gzip source in the busybox. This is caused by changing gcc's error handling behavior( The gcc check the function prototype more strictly). I show the compilation log as follow: -- compilation log -- compilation log To fix the problem, apply the patch which is attached with this mail. Please take a look the patch and apply the patch into svn repository. | ||||
* | - no need to check if JOBS is defined. Config.in ensures it. | Ned Ludd | 2005-02-10 | 1 | -7/+6 |
| | |||||
* | - add ash read -t timeout support. initial code provided by Tim Yamin on ↵ | Ned Ludd | 2005-02-09 | 2 | -3/+74 |
| | | | | Oct/21/2004 on the busybox mailing list. Edited his code a little to keep syntax highlighers happy and make it optional when CONFIG_ASH_TIMEOUT is defined | ||||
* | fix typo | Eric Andersen | 2005-02-09 | 1 | -1/+1 |
| | |||||
* | update | Eric Andersen | 2005-02-09 | 1 | -4/+2 |
| | |||||
* | Cut-n-paste strikes again | Eric Andersen | 2005-02-09 | 2 | -7/+7 |
| | |||||
* | Remove mention of CVS and instead point to Subversion | Eric Andersen | 2005-02-09 | 12 | -152/+112 |
| | |||||
* | Update the bug submission stuff to point to bugs.busybox.net | Eric Andersen | 2005-01-31 | 1 | -36/+20 |
| | |||||
* | Add me as sort maintainer. | Rob Landley | 2005-01-24 | 1 | -0/+1 |
| | |||||
* | Sort rewrite to be SUSv3 compliant. New config option, updated help, and | Rob Landley | 2005-01-24 | 5 | -70/+351 |
| | | | | a couple of infrastructure bits. | ||||
* | Much bigger to-do list. | Rob Landley | 2005-01-24 | 1 | -2/+98 |
| | |||||
* | fix spelling | Eric Andersen | 2005-01-14 | 1 | -1/+1 |
| |