| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | David Brownell submitted a new applet, zcip, based on RFC 3927. This is | Rob Landley | 2005-04-30 | 3 | -0/+562 |
* | Do not attempt to free() the application's environment, which is was | Eric Andersen | 2005-04-27 | 1 | -10/+8 |
* | remove unused variable and declare writepid inline | Mike Frysinger | 2005-04-23 | 1 | -3/+1 |
* | touchups as suggested by Vladimir N. Oleynik | Mike Frysinger | 2005-04-18 | 1 | -11/+4 |
* | import fakeidentd module started by Thomas Lundquist | Mike Frysinger | 2005-04-17 | 3 | -0/+449 |
* | Patch from Bernhard Fischer to make a bunch of symbols static | Eric Andersen | 2005-04-16 | 13 | -22/+26 |
* | 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 |
* | In Bug 208, bernhardf writes: | Mike Frysinger | 2005-04-16 | 1 | -1/+1 |
* | In Bug 209, bernhardf writes: | Mike Frysinger | 2005-04-16 | 1 | -12/+12 |
* | merge from udhcp module | Mike Frysinger | 2004-12-06 | 6 | -4/+30 |
* | return failure when nslookup fails | Eric Andersen | 2004-10-13 | 1 | -2/+5 |
* | Wade Berrier writes: | Eric Andersen | 2004-10-08 | 8 | -5/+253 |
* | Patch from Denis Vlasenko to fix a problem where | Eric Andersen | 2004-10-08 | 1 | -4/+8 |
* | last_patch139.gz from Vladimir N. Oleynik: | Eric Andersen | 2004-10-08 | 1 | -31/+83 |
* | egor duda writes: | Eric Andersen | 2004-10-08 | 6 | -17/+31 |
* | Add some notes on how to make telnetd actually work | Eric Andersen | 2004-09-23 | 1 | -2/+36 |
* | Patch from Felipe Kellermann, remove some unnecessary dups, i declared a few ... | Glenn L McGrath | 2004-09-14 | 4 | -15/+14 |
* | Fixup some warnings | Eric Andersen | 2004-08-28 | 1 | -4/+4 |
* | Vladimir N. Oleynik writes: | Eric Andersen | 2004-08-26 | 1 | -5/+15 |
* | Set default command to list rather than get, its default behaviour now | Glenn L McGrath | 2004-08-11 | 1 | -2/+1 |
* | use SIGTERM to kill off udhcpd, not SIGKILL | Eric Andersen | 2004-07-30 | 1 | -1/+4 |
* | As noted by Eric Spakman, calling static_down() and then calling | Eric Andersen | 2004-07-30 | 1 | -14/+4 |
* | add missing ;1_00_rc2 | Eric Andersen | 2004-07-26 | 1 | -1/+1 |
* | bother. unrevert my fix. | Eric Andersen | 2004-07-26 | 1 | -1/+2 |
* | Make certain that udhcp shuts down the interface | Eric Andersen | 2004-07-26 | 1 | -2/+1 |
* | oops | Eric Andersen | 2004-07-26 | 1 | -1/+1 |
* | Make certain that udhcp shuts down the interface | Eric Andersen | 2004-07-26 | 1 | -1/+2 |
* | Patch from Manousaridis Angelos to bring dhclient down more elegently | Glenn L McGrath | 2004-07-23 | 1 | -1/+2 |
* | Patch from Mike Snitzer to fix return codes. | Glenn L McGrath | 2004-07-21 | 1 | -13/+29 |
* | Patch from Mike Snitzer, bring down dhclient using its correct pid, fix | Glenn L McGrath | 2004-07-21 | 1 | -2/+2 |
* | Prevent "`bootp_down' was declared implicitly `extern' and later `static'" wa... | Eric Andersen | 2004-07-20 | 1 | -9/+9 |
* | Paul Fox writes: | Eric Andersen | 2004-06-29 | 1 | -2/+2 |
* | Robin Farine writes: | Eric Andersen | 2004-06-22 | 1 | -2/+2 |
* | Patch from Bastian Blank: | Eric Andersen | 2004-06-22 | 1 | -5/+7 |
* | Robin Farine writes: | Eric Andersen | 2004-06-22 | 1 | -1/+1 |
* | use busybox sysinfo struct | Russ Dill | 2004-05-19 | 2 | -1/+1 |
* | Fix a compile problem | Eric Andersen | 2004-05-19 | 1 | -2/+1 |
* | fix timewarp in client (server fix later) | Russ Dill | 2004-05-19 | 4 | -6/+16 |
* | remove uneccessary check (already done in pidfile.c) | Russ Dill | 2004-05-19 | 1 | -6/+4 |
* | fix memory leak caused by switch to vfork | Russ Dill | 2004-05-19 | 1 | -3/+4 |
* | Steve Grubb writes: | Eric Andersen | 2004-05-05 | 1 | -2/+4 |
* | Fix size command, safe_strtoul gives and error if the \r is left in, the | Glenn L McGrath | 2004-05-04 | 1 | -1/+6 |
* | Thomas Koeller writes: | Eric Andersen | 2004-04-26 | 2 | -2/+2 |
* | Update my email address, document some of my tasks in the AUTHORS file | Glenn L McGrath | 2004-04-25 | 4 | -4/+4 |
* | Larry Doolittle writes: | Eric Andersen | 2004-04-14 | 14 | -27/+27 |
* | slightly clean the whacked out formatting | Eric Andersen | 2004-04-13 | 1 | -46/+47 |
* | Eric Spakman noticed that ifdown' will attempt to run 'ifconfig' | Eric Andersen | 2004-04-12 | 1 | -1/+1 |
* | Fix compile error if CONFIG_FEATURE_IP_ADDR isnt enabled | Glenn L McGrath | 2004-04-12 | 1 | -3/+3 |
* | Fix up conditional compile of files needed by ip applets | Glenn L McGrath | 2004-04-12 | 1 | -0/+36 |