aboutsummaryrefslogtreecommitdiff
path: root/include (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update usage for ftpget and ftpputbug12004-02-221-2/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@8535 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Sometimes i get carried away with the use of function pointers, im surebug12004-02-211-1/+0
| | | | | | | it seemed like a good idea at the time. git-svn-id: svn://busybox.net/trunk/busybox@8531 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Document missing cp optionsandersen2004-02-201-1/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@8529 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Make sure stdlib.h is always included before dmalloc.h to avoid problemsmjn32004-02-052-0/+2
| | | | | | | parsing problems. git-svn-id: svn://busybox.net/trunk/busybox@8412 69ca8d6d-28ef-0310-b511-8ec308f3f277
* New applet, seq. No options, just the basics.bug12004-01-272-1/+13
| | | | git-svn-id: svn://busybox.net/trunk/busybox@8354 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Modify bb_lookup_port to allow the protocol to be specified, allowingbug12004-01-171-1/+1
| | | | | | | /etc/services support for inetd, netcat and tftp. git-svn-id: svn://busybox.net/trunk/busybox@8307 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch by Tito, reduce size of deallocvt, also make the usage messagebug12004-01-151-1/+6
| | | | | | | | clearer (from N to [N]) and indirectly (through bb_xgetlarg) adds support for -h ;-) git-svn-id: svn://busybox.net/trunk/busybox@8291 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Bastian Blank, allow the buildtime to be overriden with abug12004-01-131-0/+4
| | | | | | | | different string, used by the debian busybox-cvs to specify the debian date based version number. git-svn-id: svn://busybox.net/trunk/busybox@8277 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Update example slightlyandersen2003-12-281-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@8191 69ca8d6d-28ef-0310-b511-8ec308f3f277
* ws, show date setting formattimr2003-12-281-52/+52
| | | | git-svn-id: svn://busybox.net/trunk/busybox@8190 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Isolate code better for unused options, config option to enable longbug12003-12-261-1/+1
| | | | | | | options, add some conditions to the tar tests in testsuite. git-svn-id: svn://busybox.net/trunk/busybox@8182 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Ned Ludd, solar at gentoo dot org:andersen2003-12-242-0/+24
| | | | | | | | | | | I had previously provided you with a patch to help complete busybox's props suite, but have heard no word back. Sense then I've made use of as many of busybox's native API settings as I could find and would really love for you to include support for this. If there is something more I need to do to get this supported added in please let me know. git-svn-id: svn://busybox.net/trunk/busybox@8176 69ca8d6d-28ef-0310-b511-8ec308f3f277
* New applet, rx, by Christopher Hooverbug12003-12-202-0/+10
| | | | git-svn-id: svn://busybox.net/trunk/busybox@8148 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Eradicate all references to loadacmandersen2003-12-201-7/+0
| | | | git-svn-id: svn://busybox.net/trunk/busybox@8146 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Kill off the loadacm applet. It is unused, unmaintainedandersen2003-12-201-3/+0
| | | | | | | | | garbage leftover from before I started maintaining BusyBox. As the Klingon's like to say, Today is a good day to die. -Erik git-svn-id: svn://busybox.net/trunk/busybox@8145 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Change interface to bb_lookup_host, dont try and set port inside thisbug12003-12-201-2/+2
| | | | | | | | | | | function as there is no gracefull way of handling failures. Rename bb_getport to bb_lookup_port, allow a default port to be specified so it always returns a correct value. Modify ftpgetput/rdate/wget to use the new interface. wget/rdate now use etc/services with a falback default value. git-svn-id: svn://busybox.net/trunk/busybox@8140 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Fillod Stephane:andersen2003-12-191-3/+5
| | | | | | | | | You will find in the attached file "syslog.patch" a patch which adds config options to set at compile time the size of the circular buffer, and some documentation update. git-svn-id: svn://busybox.net/trunk/busybox@8129 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Tito writes:andersen2003-12-191-5/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 git-svn-id: svn://busybox.net/trunk/busybox@8125 69ca8d6d-28ef-0310-b511-8ec308f3f277
* rename __getgrent so that it doesn't conflict with some libc'sruss2003-12-181-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@8117 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Get vfork_daemon_rexec working under uclinuxruss2003-12-151-1/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@8087 69ca8d6d-28ef-0310-b511-8ec308f3f277
* remove some spaces that mess up autodocifier.plandersen2003-12-111-4/+4
| | | | git-svn-id: svn://busybox.net/trunk/busybox@8066 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Steven Scholz, make usage more consistent with actualbug12003-12-041-7/+9
| | | | | | | behaviour. git-svn-id: svn://busybox.net/trunk/busybox@8048 69ca8d6d-28ef-0310-b511-8ec308f3f277
* As we no longer use function pointers for read in common archiving codebug12003-11-212-4/+3
| | | | | | | | | | archive_xread can be replaced with bb_full_read, and archive_copy_file with bb_copyfd* bb_copyfd is split into two functions bb_copyfd_size and bb_copyfd_eof, they share a common backend. git-svn-id: svn://busybox.net/trunk/busybox@7984 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Remove unused functionbug12003-11-201-1/+0
| | | | git-svn-id: svn://busybox.net/trunk/busybox@7975 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Dont over-read fd, use function pointer for hash function.bug12003-11-201-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@7974 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Include stdint.hbug12003-11-201-0/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@7953 69ca8d6d-28ef-0310-b511-8ec308f3f277
* COMPRESS, not UNCOMPRESSbug12003-11-181-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@7945 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Update usage for tar -Zbug12003-11-181-1/+7
| | | | git-svn-id: svn://busybox.net/trunk/busybox@7944 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Update md5sum, sha1sum options, patch by Steven Scholzbug12003-11-181-10/+20
| | | | git-svn-id: svn://busybox.net/trunk/busybox@7943 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Move from read_gz to the pipe()+fork() method.bug12003-11-151-12/+6
| | | | | | | | | | | | open_transformer(), common code for pipe+fork. Function pointer for read() no longer needed. Allow inflate to be initialised with a specified buffer size to avoid over-reading. Reset static variables in inflate_get_next_window to fix a bug where only the first file in a .zip would be be extracted. git-svn-id: svn://busybox.net/trunk/busybox@7917 69ca8d6d-28ef-0310-b511-8ec308f3f277
* NEW APPLET: pipe_progress, used by debian installerbug12003-11-141-0/+3
| | | | git-svn-id: svn://busybox.net/trunk/busybox@7912 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Oskar Liljeblad writes:andersen2003-11-141-0/+2
| | | | | | | Here's a fix for the hard-coded device name in fbset. git-svn-id: svn://busybox.net/trunk/busybox@7906 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Merge common parts of sha1sum and md5sum, which is everything except thebug12003-11-101-0/+6
| | | | | | | | | algorithms. Move algorithms to hash_fd and make them available via a common function. git-svn-id: svn://busybox.net/trunk/busybox@7863 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix rdate and ftpget/ftpput so they compile with the new xconnect.andersen2003-11-031-2/+2
| | | | | | | | I have checked rdate. Someone should also check ftpget/ftpput to be sure they still work. git-svn-id: svn://busybox.net/trunk/busybox@7765 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Rework wget, the xconnect interface, and its various clientsandersen2003-10-311-3/+5
| | | | | | | | | | | | | | | | | in order to fix the problems with round robin DNS reported by Andrew Flegg: http://busybox.net/lists/busybox/2003-October/009579.html This removes the ipv6 specific xconnect dns lookups. I do not see why that would need to be special cased for ipv6 as was done, but that will just have to be tested. So IPV6 people -- please test this change! -Erik git-svn-id: svn://busybox.net/trunk/busybox@7735 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Use the return value from uncompress_bunzip, fix some typobug12003-10-291-2/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@7719 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Goetz Bock writes:andersen2003-10-221-2/+4
| | | | | | | | | | | | | Dear list, during my quest do pack busybox into an RPM, I've fixed a small bug (missing \n) in dc's usage. And added two additional operations: mod and exp/power. Feel free to drop them. git-svn-id: svn://busybox.net/trunk/busybox@7702 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Vodz last_patch_117, update options for new xargsbug12003-10-101-2/+21
| | | | git-svn-id: svn://busybox.net/trunk/busybox@7635 69ca8d6d-28ef-0310-b511-8ec308f3f277
* New applet, devfsd, by Matteo Croce and Titobug12003-10-092-0/+15
| | | | git-svn-id: svn://busybox.net/trunk/busybox@7626 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Arnd Ben Otto writes:andersen2003-10-091-0/+8
| | | | | | | | | | | | | | | | | | | | | | 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 git-svn-id: svn://busybox.net/trunk/busybox@7623 69ca8d6d-28ef-0310-b511-8ec308f3f277
* We did not have a safe_write, which is the analog to safe_read. Convertandersen2003-10-091-0/+1
| | | | | | | | full_write to use safe_write internally, which is needed to guarantee proper behavior, i.e. when writing to a pipe. git-svn-id: svn://busybox.net/trunk/busybox@7621 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch by Rob Landley, work in progress update, fixes lots of bugs,bug12003-10-011-1/+2
| | | | | | | introduces a few others (but they are being worked on) git-svn-id: svn://busybox.net/trunk/busybox@7583 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Add the "install" applet, move get_ug_id to libbb as its used by chown,bug12003-09-243-0/+16
| | | | | | | chgrp and install. git-svn-id: svn://busybox.net/trunk/busybox@7557 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Be entirely consistant when using ioctl(0, TIOCGWINSZ, &winsize)andersen2003-09-151-3/+4
| | | | | | | | to ensure proper fallback behavior on, i.e. serial consoles. -Erik git-svn-id: svn://busybox.net/trunk/busybox@7526 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Typo.bug12003-09-121-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@7494 69ca8d6d-28ef-0310-b511-8ec308f3f277
* more crond+crontab integrating with loginutil libbb functions and deletedbug12003-09-031-0/+1
| | | | | | | | patch from Thomas Gleixner to init. Viodz last_patch_108 git-svn-id: svn://busybox.net/trunk/busybox@7377 69ca8d6d-28ef-0310-b511-8ec308f3f277
* move all "-/bin/sh" "/bin/sh" and "sh" to libbb/messages.c file as onebug12003-09-021-0/+15
| | | | | | | | constant. Vodz last_patch_107 git-svn-id: svn://busybox.net/trunk/busybox@7365 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Help for date -I when CONFIG_FEATURE_DATE_ISOFMT is enabled.bug12003-08-291-1/+11
| | | | | | | Patch by Steven Scholz git-svn-id: svn://busybox.net/trunk/busybox@7287 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Vodz, last patch 105bug12003-08-291-1/+1
| | | | | | | | | Busybox "mount" applet unsupport "user" option and result: must have _BB_SUID_NEVER applet option (my bug). Last patch have reducing 216 bytes for "su" applet also. git-svn-id: svn://busybox.net/trunk/busybox@7280 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Dont unlink when testing !bug12003-08-281-0/+1
| | | | | | | | | | Always preserve creation date Disable the -p option its for modification date Remove some cpio header debugging noise Syncronise file listing behaviour with upstream. git-svn-id: svn://busybox.net/trunk/busybox@7272 69ca8d6d-28ef-0310-b511-8ec308f3f277