| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged from src/sbin/fdisk. | nyan | 2005-07-15 | 2 | -28/+45 |
* | Attempt gctl verb "write MBR" when updating. | phk | 2005-07-15 | 2 | -28/+46 |
* | - Remove MLINKS to nonexistant manpages | brueffer | 2005-07-14 | 2 | -2/+2 |
* | Add a new flag '-k' to ifconfig(8), indicating that it is alright to | rwatson | 2005-07-14 | 4 | -2/+18 |
* | Add symbolic names for the IFF_PPROMISC and IFF_NEEDSGIANT flags | yar | 2005-07-13 | 1 | -1/+1 |
* | * Open permissions on /var/run/devd.pipe so that any user can read devd events | marcus | 2005-07-13 | 1 | -1/+3 |
* | Replace fch{mod,own} with straight ch{mod,own} as the former cannot be used | marcus | 2005-07-13 | 1 | -2/+2 |
* | mdoc cleanup and whitespace removal after the last commit. | brueffer | 2005-07-13 | 1 | -10/+9 |
* | Don't forget to initialize 'id' field. | pjd | 2005-07-13 | 1 | -0/+1 |
* | Information about the capability flags in 'ifconfig foo0 scan' output. | brueffer | 2005-07-12 | 1 | -1/+30 |
* | Don't compile ggatec/ggated in NO_LIBPTHREAD case. | pjd | 2005-07-10 | 1 | -1/+8 |
* | Add the ability to match the on a media type of the device in question. | imp | 2005-07-10 | 5 | -1/+101 |
* | Sync which ggate changes. | pjd | 2005-07-08 | 1 | -16/+34 |
* | Reimplement ggatec/ggated applications. | pjd | 2005-07-08 | 6 | -455/+1094 |
* | add pureg/-pureg parameter for controlling pureg ap mode support | sam | 2005-07-06 | 2 | -1/+22 |
* | Bump document date. Remove EOL whitespace introduced in previous | cperciva | 2005-07-01 | 1 | -3/+4 |
* | Document some limitations of uid/gid rules. | cperciva | 2005-07-01 | 1 | -0/+11 |
* | Don't complain when we receive smtp, pop, nntp, www, finger, and irc | brooks | 2005-06-30 | 2 | -0/+13 |
* | People like to do RFC violating things with the domain-name option and | brooks | 2005-06-30 | 1 | -1/+1 |
* | Install the dhcp-options.5 manpage. | ru | 2005-06-25 | 1 | -1/+2 |
* | Tidy up the markup. | ru | 2005-06-24 | 1 | -8/+10 |
* | Line up the markup. | ru | 2005-06-22 | 5 | -137/+200 |
* | Build mount_reiserfs on every platforms, not only i386 and pc98. | dumbbell | 2005-06-21 | 1 | -2/+1 |
* | Don't bump bounds every time savecore(8) is run. | dwhite | 2005-06-20 | 1 | -9/+12 |
* | Appending "..." to a SSID which contains unprintable characters only when | avatar | 2005-06-20 | 1 | -4/+5 |
* | Remove Xref to mount_hpfs(8), it's not hooked up to the build. | brueffer | 2005-06-16 | 1 | -1/+0 |
* | only show a tunnel information of an adequate address family. | ume | 2005-06-16 | 2 | -4/+10 |
* | Markup fixes. | ru | 2005-06-14 | 6 | -38/+17 |
* | Avoid a null pointer dereference by not expiring our lease if we don't | brooks | 2005-06-13 | 1 | -6/+9 |
* | It's spelled 'preceded' of course. | brueffer | 2005-06-13 | 1 | -2/+2 |
* | Hex strings are _pre_ceeded by 0x, not _pro_ceeded. | brueffer | 2005-06-13 | 1 | -2/+2 |
* | Use MOPT_END in favor of MOPT_NULL, which better describes the purporse | delphij | 2005-06-10 | 16 | -17/+17 |
* | Add support for /etc/dhclient-enter-hooks to match /etc/dhclient-exit-hooks. | brooks | 2005-06-10 | 1 | -0/+11 |
* | Add support for /etc/dhclient-exit-hooks file. | brooks | 2005-06-08 | 1 | -3/+13 |
* | Fix build on 64-bit platforms where time_t is 64 bit. Since where | brooks | 2005-06-07 | 1 | -4/+5 |
* | add_proto() now fills proto for us so stop to 'guess' the protocol from the | mlaier | 2005-06-07 | 1 | -5/+2 |
* | - Remove OpenBSD'ism (bsd.own.mk). | ru | 2005-06-07 | 1 | -4/+0 |
* | Now that dhclient builds and /etc/support has been committed, reconnect | brooks | 2005-06-07 | 1 | -0/+1 |
* | Use SCRIPTS to install dhclient-script instead of rolling our own. | brooks | 2005-06-07 | 1 | -4/+1 |
* | FreeBSDize the dhclient-script. | brooks | 2005-06-07 | 1 | -21/+54 |
* | Define _PATH_VAREMPTY. | brooks | 2005-06-07 | 1 | -1/+39 |
* | NULL is not a valid time_t. | brooks | 2005-06-07 | 1 | -12/+13 |
* | We don't support BPF write filters at this time. | brooks | 2005-06-07 | 1 | -0/+3 |
* | Take the OpenBSD version of the Makefile to resolve conflicts as the old | brooks | 2005-06-07 | 1 | -59/+48 |
* | This commit was generated by cvs2svn to compensate for changes in r147072, | brooks | 2005-06-07 | 28 | -0/+10396 |
|\ |
|
| * | Import the OpenBSD dhclient as shipped with OpenBSD-3.7 (the tag | brooks | 2005-06-07 | 29 | -20/+10434 |
* | | Remove the bits to build the isc-dhclient. | brooks | 2005-06-07 | 9 | -694/+0 |
* | | Temporarily disconnect dhclient from the build while I import the | brooks | 2005-06-07 | 1 | -1/+0 |
* | | Open devices RDONLY for ioctls. That makes it work on open devices to which | sos | 2005-06-06 | 1 | -2/+2 |
* | | Fix a silly little typo I just spotted. | philip | 2005-06-06 | 1 | -1/+1 |