Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-05-28 | #ifdef PMAP_NEW we should call pmap_kremove/pmap_kenter_pa instead of | Todd C. Miller | |
pmap_remove/pmap_enter. This is needed for when hp300 has true pmap_kremove/pmap_kenter_pa instead of just wrapper functions. | |||
2001-05-28 | add BIOC[GS]HDRCMPLT ioctl for BPF, to disable overwriting of link level ↵ | Dug Song | |
source address in forged frames. from NetBSD. art@ok | |||
2001-05-28 | sync | Theo de Raadt | |
2001-05-28 | oops | Theo de Raadt | |
2001-05-28 | Remove configuration declarations that don't apply to OpenBSD. Improve some | Aaron Campbell | |
markup while we're here. | |||
2001-05-28 | Various fixes; mpech@prosoft.org.lv | Aaron Campbell | |
2001-05-28 | Remove unneeded .Nm argument; mpech@prosoft.org.lv | Aaron Campbell | |
2001-05-28 | sync | Artur Grabowski | |
2001-05-28 | Back out part of last broken, untested change. | Artur Grabowski | |
It breaks my kernel builds and I don't see any obvious correct solution. | |||
2001-05-28 | Set the IFCAP_IPSEC capability. | Angelos D. Keromytis | |
2001-05-28 | IPSECv4 -> IPSEC | Angelos D. Keromytis | |
2001-05-28 | key_load_private: set comment to filename for PEM keys | Markus Friedl | |
2001-05-28 | fix usage() | Markus Friedl | |
2001-05-28 | Copy the packet header only if the original mbuf had a packet header | Angelos D. Keromytis | |
(just general paranoia). | |||
2001-05-28 | sync | Theo de Raadt | |
2001-05-28 | new | Theo de Raadt | |
2001-05-28 | Remove unused code. | Angelos D. Keromytis | |
2001-05-28 | No need for separate ESP/AH interface capabilities. | Angelos D. Keromytis | |
2001-05-28 | It's actually "up-front". Alphabetical order for references at the | Angelos D. Keromytis | |
end, and uncomment uvm(9). | |||
2001-05-28 | "upfront" is not an English word. | Angelos D. Keromytis | |
2001-05-28 | Don't check IP_ENCAPSULATED. | Angelos D. Keromytis | |
2001-05-28 | Don't use IPV6_ENCAPSULATED, tags are used instead. | Angelos D. Keromytis | |
2001-05-28 | IP_ENCAPSULATED is deprecated. | Angelos D. Keromytis | |
2001-05-28 | Deprecated IPV6_ENCAPSULATED | Angelos D. Keromytis | |
2001-05-28 | Don't check for IPV6_ENCAPSULATED, no longer needed since we have the tags. | Angelos D. Keromytis | |
2001-05-28 | Missed a DPRINTF(). | Angelos D. Keromytis | |
2001-05-28 | Use packet tags to detect loops, same as ip_output() | Angelos D. Keromytis | |
2001-05-28 | Interface capabilities (based on NetBSD, but merge ethercom and ifnet | Angelos D. Keromytis | |
capabilities into one, in the ifp). | |||
2001-05-28 | Remove FA410TX from the invalid list; it's confusing and should be matched | Federico G. Schwindt | |
using the linksys etherfast entry; aaron@ ok. | |||
2001-05-28 | regen. | Federico G. Schwindt | |
2001-05-28 | Remove FA410TX CIS, this should be matched as linksys etherfast; aaron@ ok. | Federico G. Schwindt | |
2001-05-28 | cluster_rbuild() have a race between incore and getblk. incore() returns | Grigoriy Orlov | |
zero indicating that buffer is not in a cache, but getblk() going to sleep: getblk->getnewbuf->tsleep. When getnewbuf() returns after a sleep, getblk() may find B_DONE buffer in hash and return it. When io operation finishes biodone() calls cluster_callback() which moves pages from one big cluster buffer into several component buffers and calls biodone() for every component buffer. Since there are a component buffer with B_DONE already set, biodone() panices: "biodone already". costa@ ok. | |||
2001-05-27 | Fix "(seeUVM(9))" | Angelos D. Keromytis | |
2001-05-27 | Netgear FA410TXC; thanks to Loic Tortay <loict@bougon.net>. | Federico G. Schwindt | |
2001-05-27 | regen. | Federico G. Schwindt | |
2001-05-27 | Netgear FA410TXC; from Loic Tortay <loict@bougon.net>. | Federico G. Schwindt | |
2001-05-27 | Cleanup of defines | Constantine Sapuntzakis | |
Fix around the logic in the reset code to be more tolerant of weird devices. Pause a long time after reset to allow device to reboot itself | |||
2001-05-27 | Yup, more tag fixups. | Angelos D. Keromytis | |
2001-05-27 | More tag fixups (why do I bother with this...) | Angelos D. Keromytis | |
2001-05-27 | Fixup packet tags (I'm a masochist). | Angelos D. Keromytis | |
2001-05-27 | Fixup tags. | Angelos D. Keromytis | |
2001-05-27 | Initialize old mbuf chain head tags. | Angelos D. Keromytis | |
2001-05-27 | Fixup tags on old mbuf chain head. | Angelos D. Keromytis | |
2001-05-27 | Fixup old mbuf chain head. | Angelos D. Keromytis | |
2001-05-27 | Reset pkthdr on old mbuf head. | Angelos D. Keromytis | |
2001-05-27 | And clear the M_PKTHDR flag. | Angelos D. Keromytis | |
2001-05-27 | Copy tags to first mbuf. | Angelos D. Keromytis | |
2001-05-27 | Fix DirExpandCurlyi. Noticed by ho@. Okay miod@. | Marc Espie | |
2001-05-27 | "If both ... is specified ..." is not proper english. | Angelos D. Keromytis | |
2001-05-27 | Placeholders for the new socket options. | Angelos D. Keromytis | |