Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't always enable debugging for the network device code. | benno | 2000-11-10 | 1 | -2/+0 |
| | | | | Reviewed by: obrien | ||||
* | Add support to send the string 'PXEClient' as the Vendor class | ps | 2000-08-11 | 1 | -1/+1 |
| | | | | | | identifier to the DHCP server. Now you can check for this string in your dhcp configuration to decide whether you will hand out a lease to the client or not. | ||||
* | Cleanup warnings by adding missint prototypes, removing unneeded duplicate | jhb | 2000-08-03 | 1 | -0/+5 |
| | | | | | | | prototypes, and adding in several 'const's. Also, add some missing $FreeBSD$'s. Found by: BDECFLAGS | ||||
* | This is libstand; a support library for standalone executables (eg. bootstrap | msmith | 1998-08-20 | 1 | -0/+122 |
modules). Obtained from: NetBSD, with some architectural changes and many additions. |