| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | New applet, inetd, make httpd features more configurable, update authors, las... | Glenn L McGrath | 2003-02-09 | 4 | -741/+2601 |
* | Rewrite by Manuel Novoa III, very compact implimentation. | Glenn L McGrath | 2003-02-08 | 1 | -160/+134 |
* | Fix a couple more ifupdown bugs | Eric Andersen | 2003-02-03 | 1 | -2/+2 |
* | This seems sufficient for ifup and ifdown to actually work | Eric Andersen | 2003-01-27 | 3 | -35/+59 |
* | A patch from John F. Kelly to add in a utility for configuring | Eric Andersen | 2003-01-23 | 3 | -0/+173 |
* | Patch from Basitan Blank to fix nasty bug | Glenn L McGrath | 2003-01-22 | 1 | -3/+2 |
* | Fix a typo that broke it so busybox won't build | Eric Andersen | 2003-01-22 | 1 | -1/+1 |
* | merge fixes with udhcp | Russ Dill | 2003-01-21 | 1 | -3/+4 |
* | run telnet from inetd, present login prompt if login is configured, | Glenn L McGrath | 2003-01-21 | 2 | -8/+106 |
* | header update | Glenn L McGrath | 2003-01-21 | 1 | -1/+1 |
* | New test mode that allows run_parts to fail silently if the directory | Glenn L McGrath | 2003-01-20 | 1 | -1/+1 |
* | Dont use getopt_long, minor usage changes, patch by Nick Fedchik | Glenn L McGrath | 2003-01-19 | 1 | -9/+3 |
* | fix missed option argument for -I <device>, interface name checks | Glenn L McGrath | 2003-01-19 | 1 | -11/+16 |
* | Use vsyslog instead of syslog, improve initalisation and cleanup of | Glenn L McGrath | 2003-01-16 | 1 | -42/+36 |
* | Fix leading spaces bug, free line buffer, redo next_word, save some | Glenn L McGrath | 2003-01-14 | 1 | -56/+43 |
* | Eliminate most instances where we use linux kernel headers | Eric Andersen | 2003-01-14 | 5 | -15/+31 |
* | Eliminate use of kernel header file | Eric Andersen | 2003-01-14 | 1 | -3/+2 |
* | Option to allow ifupdown use ip commands instead of ifconfig, add flush | Glenn L McGrath | 2003-01-13 | 4 | -11/+154 |
* | Kiss Gabor noticed that ping compiled without BB_FEATURE_FANCY_PING | Eric Andersen | 2003-01-12 | 2 | -9/+8 |
* | arping applet by Nick Fedchik | Glenn L McGrath | 2003-01-09 | 3 | -0/+499 |
* | New applet: httpd, by Glenn Engel | Glenn L McGrath | 2003-01-05 | 3 | -0/+1364 |
* | fixes for ia64 | Glenn L McGrath | 2003-01-05 | 2 | -0/+4 |
* | Add "Broadcast +" support back in. Also cut the size down some. Not well | Manuel Novoa III | 2002-12-27 | 1 | -58/+85 |
* | Bugfix, wastn retrieving last block, patch by Jean-Christophe Dubois | Glenn L McGrath | 2002-12-19 | 1 | -4/+5 |
* | When retrieving a file dont open file until we have to to prevent files of si... | Glenn L McGrath | 2002-12-18 | 1 | -8/+8 |
* | Get interface names using ioctl rather than /proc, from Nick Fedchik | Glenn L McGrath | 2002-12-17 | 1 | -64/+68 |
* | Always print the routing table header for IPv4: | Robert Griebl | 2002-12-16 | 1 | -7/+6 |
* | Only included headers that are used. | Glenn L McGrath | 2002-12-16 | 12 | -113/+29 |
* | fix warning | Glenn L McGrath | 2002-12-16 | 1 | -0/+2 |
* | Fix bug when reading mac from command line, continue; if hwaddrr not found | Glenn L McGrath | 2002-12-13 | 1 | -3/+5 |
* | Merge copyfd and copy_file_chunk | Glenn L McGrath | 2002-12-13 | 1 | -47/+6 |
* | Change ftpput so it uses <remote-path> <local-file> as it should | Glenn L McGrath | 2002-12-13 | 1 | -1/+1 |
* | Fix possible bug if file length not known | Glenn L McGrath | 2002-12-13 | 1 | -6/+11 |
* | New applets, ftpget and ftpput | Glenn L McGrath | 2002-12-13 | 3 | -0/+419 |
* | New applet, nameif by Nick Fedchik and myself. | Glenn L McGrath | 2002-12-13 | 3 | -0/+232 |
* | hehe. Screwed that one up. Lets do things right this time. | Eric Andersen | 2002-12-11 | 1 | -1/+2 |
* | Makefile rework coordinate with Russ so udhcp will behave | Eric Andersen | 2002-12-11 | 1 | -15/+9 |
* | slight change to reflect BB_VER change | Russ Dill | 2002-12-11 | 3 | -3/+3 |
* | sorry about all the noise, should be all synced up now | Russ Dill | 2002-12-11 | 3 | -3/+19 |
* | resync with udhcp cvs | Russ Dill | 2002-12-11 | 9 | -83/+46 |
* | Make sure we have a show_usage function prototype | Eric Andersen | 2002-12-11 | 1 | -1/+3 |
* | Eliminate dependancy on kernel header files. Naughty naughty. | Eric Andersen | 2002-12-11 | 1 | -3/+2 |
* | undefine sysinfo to prevent breakage on ia64 | Glenn L McGrath | 2002-12-11 | 1 | -0/+2 |
* | Forgot to rename foo | Glenn L McGrath | 2002-12-09 | 1 | -1/+1 |
* | Fix a debug message, from Bastian Blank | Glenn L McGrath | 2002-12-09 | 1 | -3/+3 |
* | Support using ip in udhcpc scripts. | Glenn L McGrath | 2002-12-08 | 4 | -1/+62 |
* | Start to cleanup handling of the state file, save some space and uses linked ... | Glenn L McGrath | 2002-12-08 | 1 | -103/+104 |
* | Differentiate struct and type names | Glenn L McGrath | 2002-12-07 | 1 | -78/+78 |
* | Fix command that brings down loopback | Glenn L McGrath | 2002-12-07 | 1 | -1/+1 |
* | depends on for telnet and ipcalc | Glenn L McGrath | 2002-12-06 | 1 | -0/+2 |