Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-06-24 | move cold to .h | Federico G. Schwindt | |
2001-06-24 | move extern int cold to .h | Federico G. Schwindt | |
2001-06-24 | Fix logic, add some more sysctl stuff. The only reason vmstat is still | Angelos D. Keromytis | |
setgid is because of the -i information (Theo needs to fix that for all archs). | |||
2001-06-24 | ether_input_mbuf(). | Federico G. Schwindt | |
2001-06-24 | more ether_input_mbuf() conversion. | Federico G. Schwindt | |
2001-06-24 | Add gmac_setladrf functionality from netbsd, this was missed in a previous | Dale Rahn | |
merge. IP6 now works configures. | |||
2001-06-24 | Add userland for the new packet filter. | Kjell Wooding | |
Code from dhartmei. | |||
2001-06-24 | pf mods for bridge; not yet tested | Jason Wright | |
2001-06-24 | o wi(4) does BSS by default, not ad-hoc | Todd C. Miller | |
o Newer wavelan cards use channel 10 by default | |||
2001-06-24 | Initial import of pf, an all-new ipf-compatable packet filter. | Kjell Wooding | |
Insane amounts of work done my dhartmei. Great work! | |||
2001-06-24 | update reference to sys/netinet6/IMPLEMENTATION | Jun-ichiro itojun Hagino | |
2001-06-24 | they are out of sync with the current status. better get rid of them. | Jun-ichiro itojun Hagino | |
2001-06-24 | Remove some redundent copies of the total length/skip values and use the | Jason Wright | |
descriptors passed in instead. | |||
2001-06-24 | Build krb5_verify_user(3) | Hans Insulander | |
2001-06-24 | Import of heimdal-0.4e | Hans Insulander | |
2001-06-24 | MLINK _all_ of the krb5 library manpages. | Hans Insulander | |
(This was incredibly boring...) | |||
2001-06-24 | remove misleading history | Niels Provos | |
2001-06-24 | mdoc fixes. from netbsd-current by wiz@netbsd | Jun-ichiro itojun Hagino | |
2001-06-24 | Pass the device's scsi_link to siop_print_info(), instead of the | Kenneth R Westerback | |
adapter's siop_softc. This allows easy access to the dv_xname of the device whose negotiation results are being reported. This makes boot probe and subsequent log messages clearer. e.g. message will now read sd0: negotiated tagged 16 bit 20 MHz 16 REQ/ACK offset xfers instead of siop0: target 0 now using tagged 16 bit 20 MHz 16 REQ/ACK offset xfers Clean up siop_print_info() a bit as long as we are there. | |||
2001-06-24 | MLINK some manpages. | Hans Insulander | |
2001-06-24 | take mtu from routing table | Niels Provos | |
2001-06-24 | Pull in some more stuff from libroken that is needed for the bsd_auth stuff i'm | Hans Insulander | |
working on. | |||
2001-06-24 | check if ipsec processing increases packet size above allowable mtu. | Niels Provos | |
store correct mtu in routing table. | |||
2001-06-24 | path mtu discovery for ipsec. on receiving a need fragment icmp match | Niels Provos | |
against active tdb and store the ipsec header size corrected mtu | |||
2001-06-24 | grammar | jasoni | |
2001-06-24 | remove whitespace | Niels Provos | |
2001-06-24 | reflect reality more closely and remove more invertex stuff | Jason Wright | |
2001-06-24 | Clarify instances, esp. user.root | Todd C. Miller | |
2001-06-24 | passing modes works fine: debug2->3 | Markus Friedl | |
2001-06-24 | When setting uid, set to 0 if rootlogin flag is set, regardless of | Todd C. Miller | |
pw_uid. Fixes problem with user.root instances not haveing uid 0 in kerberos. | |||
2001-06-24 | Remove whitespace. | Angelos D. Keromytis | |
2001-06-24 | Better description for LNAU commands. | Hakan Olsson | |
2001-06-24 | No need to define splvm() here anymore. | Miod Vallat | |
art@ ok | |||
2001-06-24 | Define splvm() for arches who don't already provide it, with the same | Miod Vallat | |
definition as splimp(). art@ ok | |||
2001-06-24 | Get rid of NQNFS options | Constantine Sapuntzakis | |
2001-06-24 | bye bye | Bob Beck | |
2001-06-24 | bye bye | Bob Beck | |
2001-06-24 | Header file to specify to loadfile what types of exe files to support. | Dale Rahn | |
2001-06-24 | - oops, masking off wrong bits in destination total length field | Jason Wright | |
- make sure reserved fields are zero'd | |||
2001-06-24 | Avoid panics on the i386 if the bus/dev/func numbers are not valid | Matthieu Herrb | |
2001-06-24 | Use sysctl for pool data. | Artur Grabowski | |
2001-06-24 | Add a sysctl for getting pool information out of the kernel. | Artur Grabowski | |
2001-06-24 | typos and spelling fixes; from jsyn@nthought.com | Peter Valchev | |
2001-06-24 | dhcp 2.0pl5 merge/cleanup/deadcode slashing. still needs more eyes on this | Bob Beck | |
but appears to work better than what's been in-tree before for dealing with stupid dhcp servers. | |||
2001-06-24 | oops, missing format string | Markus Friedl | |
2001-06-24 | Build kf (Krb5 secure ticket forwarding program) | Hans Insulander | |
2001-06-24 | switch to readpassphrase(3) | Markus Friedl | |
2.7/8-stable needs readpassphrase.[ch] from libc | |||
2001-06-24 | move ip+hostname check to match.c | Markus Friedl | |
2001-06-24 | Smattering of symbol type cleanup. | Dale Rahn | |
2001-06-24 | Prototype functions used in macros in this header file. | Dale Rahn | |