aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Updated to match trunk/uClibc/extra/config as of r10132, and thuspkj2005-04-1923-472/+887
| | | | | | | Linux 2.6.11. git-svn-id: svn://busybox.net/trunk/busybox@10135 69ca8d6d-28ef-0310-b511-8ec308f3f277
* In Bug 5, Tito writes:vapier2005-04-181-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. git-svn-id: svn://busybox.net/trunk/busybox@10134 69ca8d6d-28ef-0310-b511-8ec308f3f277
* touchups as suggested by Vladimir N. Oleynikvapier2005-04-181-11/+4
| | | | git-svn-id: svn://busybox.net/trunk/busybox@10133 69ca8d6d-28ef-0310-b511-8ec308f3f277
* err, use name attr of a tag, not hrefvapier2005-04-171-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@10124 69ca8d6d-28ef-0310-b511-8ec308f3f277
* import fakeidentd module started by Thomas Lundquistvapier2005-04-175-0/+459
| | | | git-svn-id: svn://busybox.net/trunk/busybox@10123 69ca8d6d-28ef-0310-b511-8ec308f3f277
* add a new list of external tiny utilitiesvapier2005-04-172-1/+44
| | | | git-svn-id: svn://busybox.net/trunk/busybox@10122 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Bernhard Fischer to make a bunch of symbols staticandersen2005-04-1630-91/+96
| | | | | | | which were otherwise cluttering the global namespace. git-svn-id: svn://busybox.net/trunk/busybox@10121 69ca8d6d-28ef-0310-b511-8ec308f3f277
* jfb2 writes in Bug 119:vapier2005-04-161-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). git-svn-id: svn://busybox.net/trunk/busybox@10120 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix broken macroandersen2005-04-161-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@10119 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Only define a local environ when not using the prototype from unistd.handersen2005-04-161-0/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@10118 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Rework to fix http://bugs.uclibc.org/view.php?id=107andersen2005-04-161-32/+41
| | | | git-svn-id: svn://busybox.net/trunk/busybox@10117 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Add bb_msg_read_errorandersen2005-04-163-1/+5
| | | | git-svn-id: svn://busybox.net/trunk/busybox@10116 69ca8d6d-28ef-0310-b511-8ec308f3f277
* In Bug 78, shortkey points out:vapier2005-04-161-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. git-svn-id: svn://busybox.net/trunk/busybox@10115 69ca8d6d-28ef-0310-b511-8ec308f3f277
* minor style touchupsvapier2005-04-161-8/+8
| | | | git-svn-id: svn://busybox.net/trunk/busybox@10114 69ca8d6d-28ef-0310-b511-8ec308f3f277
* In Bug 208, bernhardf writes:vapier2005-04-166-18/+18
| | | | | | | | | On machines with only ANSI compliant compilers, not explitily delcaring an empty parameter list 'void' causes failure. git-svn-id: svn://busybox.net/trunk/busybox@10113 69ca8d6d-28ef-0310-b511-8ec308f3f277
* In Bug 207, bernhardf writes:vapier2005-04-161-5/+5
| | | | | | | proper escape strings in usage.h git-svn-id: svn://busybox.net/trunk/busybox@10112 69ca8d6d-28ef-0310-b511-8ec308f3f277
* In Bug 209, bernhardf writes:vapier2005-04-161-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, }; git-svn-id: svn://busybox.net/trunk/busybox@10111 69ca8d6d-28ef-0310-b511-8ec308f3f277
* bernhardf reports with Bug 210:vapier2005-04-161-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. git-svn-id: svn://busybox.net/trunk/busybox@10109 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Use a sane VEOL settingandersen2005-04-141-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@10102 69ca8d6d-28ef-0310-b511-8ec308f3f277
* fake out support for POSIX -H and -L options since busybox cp dereferences ↵vapier2005-04-143-9/+19
| | | | | | everything by default git-svn-id: svn://busybox.net/trunk/busybox@10097 69ca8d6d-28ef-0310-b511-8ec308f3f277
* add aliases == and [[ for = and [ to support more bash scriptsvapier2005-04-142-1/+8
| | | | git-svn-id: svn://busybox.net/trunk/busybox@10096 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Removed the incorrect and confusing facility argument specified withpkj2005-04-061-3/+3
| | | | | | | | openlog() as the correct facility will be specified with syslog() anyway. git-svn-id: svn://busybox.net/trunk/busybox@10073 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Point to osuoslandersen2005-03-312-8/+28
| | | | git-svn-id: svn://busybox.net/trunk/busybox@10064 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Corrected the list of section names in add_ksymoops_symbols() sopkj2005-03-301-2/+2
| | | | | | | that the bss and sbss sections can be correctly identified. git-svn-id: svn://busybox.net/trunk/busybox@10062 69ca8d6d-28ef-0310-b511-8ec308f3f277
* amd64 is rela, not relvapier2005-03-301-2/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@10061 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Shaun Jackman writes: Fix typo. Use __NR_umount2 instead of __NR_pivot_root.vapier2005-03-041-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@9973 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Shaun Jackman writes: Newlib uses both __getopt_initialized and optind to ↵vapier2005-03-041-5/+11
| | | | | | track initialization of getopt() git-svn-id: svn://busybox.net/trunk/busybox@9972 69ca8d6d-28ef-0310-b511-8ec308f3f277
* add some more commentsvapier2005-03-041-30/+29
| | | | git-svn-id: svn://busybox.net/trunk/busybox@9971 69ca8d6d-28ef-0310-b511-8ec308f3f277
* newlib fixe from Shaun Jackmanvapier2005-03-041-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@9970 69ca8d6d-28ef-0310-b511-8ec308f3f277
* newlib fixe from Shaun Jackmanvapier2005-03-041-4/+4
| | | | git-svn-id: svn://busybox.net/trunk/busybox@9969 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Bandaid to make "gzip file1 file2 ..." set the decompression lengths correctlymjn32005-03-021-0/+1
| | | | | | | in the 2nd and later headers. But this and gunzip really need to be rewritten. git-svn-id: svn://busybox.net/trunk/busybox@9951 69ca8d6d-28ef-0310-b511-8ec308f3f277
* When filling the bit buffer, gzip decompression apparently never checked for ↵mjn32005-03-011-1/+4
| | | | | | end of file, causing it to hang on corrupted input. git-svn-id: svn://busybox.net/trunk/busybox@9950 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Update buildroot pointersandersen2005-02-213-3/+4
| | | | git-svn-id: svn://busybox.net/trunk/busybox@9922 69ca8d6d-28ef-0310-b511-8ec308f3f277
* remove whitespaceandersen2005-02-131-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@9871 69ca8d6d-28ef-0310-b511-8ec308f3f277
* remove whitespaceandersen2005-02-131-2/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@9870 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Remove whitespaceandersen2005-02-131-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@9869 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Add 'nice' and replace 'renice' with a new implementation.mjn32005-02-137-22/+227
| | | | git-svn-id: svn://busybox.net/trunk/busybox@9868 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Takeharu KATO writes:andersen2005-02-111-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. git-svn-id: svn://busybox.net/trunk/busybox@9849 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - no need to check if JOBS is defined. Config.in ensures it.solar2005-02-101-7/+6
| | | | git-svn-id: svn://busybox.net/trunk/busybox@9838 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - add ash read -t timeout support. initial code provided by Tim Yamin on ↵solar2005-02-092-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 git-svn-id: svn://busybox.net/trunk/busybox@9837 69ca8d6d-28ef-0310-b511-8ec308f3f277
* fix typoandersen2005-02-091-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@9834 69ca8d6d-28ef-0310-b511-8ec308f3f277
* updateandersen2005-02-091-4/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@9823 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Cut-n-paste strikes againandersen2005-02-092-7/+7
| | | | git-svn-id: svn://busybox.net/trunk/busybox@9822 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Remove mention of CVS and instead point to Subversionandersen2005-02-0912-152/+112
| | | | git-svn-id: svn://busybox.net/trunk/busybox@9821 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Update the bug submission stuff to point to bugs.busybox.netandersen2005-01-311-36/+20
| | | | git-svn-id: svn://busybox.net/trunk/busybox@9787 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Add me as sort maintainer.landley2005-01-241-0/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@9768 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Sort rewrite to be SUSv3 compliant. New config option, updated help, andlandley2005-01-245-70/+351
| | | | | | | a couple of infrastructure bits. git-svn-id: svn://busybox.net/trunk/busybox@9767 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Much bigger to-do list.landley2005-01-241-2/+98
| | | | git-svn-id: svn://busybox.net/trunk/busybox@9766 69ca8d6d-28ef-0310-b511-8ec308f3f277
* fix spellingandersen2005-01-141-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@9704 69ca8d6d-28ef-0310-b511-8ec308f3f277
* minor doc cleanupandersen2005-01-131-1/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@9700 69ca8d6d-28ef-0310-b511-8ec308f3f277