Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-05-29 | Hardware clock support, via adb. | Dale Rahn | |
This reduces the dependancy on openfirmware somewhat. Since Openfirmware is not actually used for anything, it is no longer necessary to configure it. so several lines of useless dmesg are now gone. This does not have clock setting code enabled yet. All of the code is in place, but needs further testing before it is trusted. I wish Apple would store UTC not localtime in the hardware clock, besides the fact that the clock base is 1904. Need to keep the clock sane for dual boot machines. | |||
2001-05-29 | Record last use time for SAs. | Angelos D. Keromytis | |
2001-05-29 | Keep track of when a TDB was last marked/unmared as SKIPCRYPTO, and | Angelos D. Keromytis | |
print the relevant information on KERNFS. | |||
2001-05-29 | Fields on TDB for last used and last SKIPCRYPTO status change. | Angelos D. Keromytis | |
2001-05-29 | Make sure packets that need crypto processing on the NIC don't escape | Angelos D. Keromytis | |
(because of routing changes etc.) | |||
2001-05-29 | Verify that packets that haven't had crypto applied to them don't make | Angelos D. Keromytis | |
it out. | |||
2001-05-29 | Add ipsp_skipcrypto_{mark,unmark}() | Angelos D. Keromytis | |
2001-05-29 | Set, don't OR the capabilities. | Angelos D. Keromytis | |
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 | 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 | 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 | 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 | 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 | Placeholders for the new socket options. | Angelos D. Keromytis | |
2001-05-27 | Add some IPsec-related IP-level socket options. | Angelos D. Keromytis | |
2001-05-27 | Remove ipsp_copy_ident() prototype. | Angelos D. Keromytis | |