summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
2001-06-05updated firmware from 3com (Thanks!); contains support for 3cr990B cards.Jason Wright
2001-06-05Make our pfkeyv2.h more RFC2367 compliant. Also fix some backwardsNiklas Hallqvist
compatibility problems in isakmpd, at least 2.8 stable can compile current isakmpd now. angelos@ ok
2001-06-04if_up() requires splnet(). sync with kameJun-ichiro itojun Hagino
2001-06-04adjust routing socket message (kernel -> user) to the right size.Jun-ichiro itojun Hagino
with old code we may see junk at the end. sync with kame, 4.4BSD bug.
2001-06-04syncMichael Shalayeff
2001-06-04export these from libcMichael Shalayeff
2001-06-04fix debugging printf, cpu_hpa is not pointer anymoreMichael Shalayeff
2001-06-04use faster arc4random() for small amounts fo data, some spaces; niels okMichael Shalayeff
2001-06-04use a faster arc4random() for random spi generation; angelos@ okMichael Shalayeff
2001-06-04use faster arc4random() in tcp_rndiss_next; niels okMichael Shalayeff
2001-06-04make kqueue behave like select when testing for write instead of bailingNiels Provos
out.
2001-06-04Some further work. No crypto yet.Hakan Olsson
2001-06-04Don't print these messages unless debugging. mickey@ okHakan Olsson
2001-06-04Linksys PCM100 support; from Matt Behrens <matt@zigg.com>.Federico G. Schwindt
2001-06-03e_wmesg was not initialized in all cases; kirk.russell@acm.orgTheo de Raadt
2001-06-03ICS_1892 support; Henning BrauerTheo de Raadt
2001-06-03WALTSIG is a valid option for sys_wait4().Angelos D. Keromytis
2001-06-03Export nprocs.Angelos D. Keromytis
2001-06-03KERN_NPROCSAngelos D. Keromytis
2001-06-03KERN_FSCALE and KERN_CCPUAngelos D. Keromytis
2001-06-03Add KERN_FSCALE and KERN_CCPU.Angelos D. Keromytis
2001-06-03Pass struct diskstats through sysctl, deraadt@ okAngelos D. Keromytis
2001-06-03Add struct diskstats, for use by sysctl.Angelos D. Keromytis
2001-06-02Support writing to the hardware clock for powerpc apple systems.Dale Rahn
Note this writes the clock in UTC time, not localtime in the default kernel. MacOS/OS X expect the hardware clock to be in local time. If the system is to be dual booted, the time offset can be adjusted using "config -e" and setting the timezone of the kernel.
2001-06-02On Cuda systems (imac Rev C at least), it seems that the adb dataDale Rahn
is not ready when the flag is set. This seems to be a bug in the adb handling. This is a workaround, not a correct fix.
2001-06-01CRIOGET is a _IOWR ioctlTheo de Raadt
2001-06-01support BCM5221Theo de Raadt
2001-06-01use pool allocation for ip fragement queue, from netbsd,Niels Provos
okay angelos@, itojun@
2001-06-01syncTheo de Raadt
2001-06-01BCM5221Theo de Raadt
2001-06-01Merge two m_copydata() calls into one, and (hopefully) correct theAngelos D. Keromytis
self-describing padding verification.
2001-06-01ipsp_parse_headers() goes down a list of IPv4/IPv6/AH/ESP headers andAngelos D. Keromytis
creates a tag for each of the ESP/AH headers. This will be used by IPsec-aware NIC device drivers that need to notify IPsec that crypto processing has already been done. There is an excessive amount of m_copydata() calls used by this routine, but there's no way around it that I can think of.
2001-06-01use default hoplimit when incoming interface is not known to icmp6_error.Jun-ichiro itojun Hagino
sync with kame
2001-06-01Don't let packets that need IPsec crypto processing at the NIC beAngelos D. Keromytis
bridge-broadcast; rather, turn off offloading for now. The IPsec stack will do its own crypto for subsequent packets, which will be broadcast. Once the bridge knows which interface to send packets for that MAC to, if that interface supports IPsec offloading it'll turn it back on.
2001-06-01What was cri_insert used for anyway ?Angelos D. Keromytis
2001-06-01The IPsec-aware NIC cards don't pass the ICV for later verificationAngelos D. Keromytis
by the stack; that means, if we have a tag it means the ICV was successfully verified and we don't need to do anything else. As well, we don't need any other status information from the NIC.
2001-05-31Structure for NIC IPsec processing status reports.Angelos D. Keromytis
2001-05-31Add another tag for IPsec signalling.Angelos D. Keromytis
2001-05-31Typos.Miod Vallat
2001-05-31Match IPSEC output prototypes.Angelos D. Keromytis
2001-05-31Two fixes from Stevens via davidg@freebsd, bug report byNiels Provos
armin@wolfermann.org - set the persist timer so that connections in CLOSING state timeout - honor keep-alive timer in CLOSING state. Fixes the problem in simulaneous close situation where connections would never leave the CLOSING state and stay arround indefinitly.
2001-05-31Relocation types on alpha.Artur Grabowski
2001-05-31Initialize b_dep if we malloc our own struct buf.Artur Grabowski
2001-05-31Initialize bp->b_dep if we malloc our own struct buf.Artur Grabowski
2001-05-30syncTheo de Raadt
2001-05-30ICS1892; Henning Brauer, hostmaster@bsws.deTheo de Raadt
2001-05-30seeq 84220 support; Henning Brauer, hostmaster@bsws.deTheo de Raadt
2001-05-30Preliminary UVM support. UVM kernels don't work for the moment, though.Miod Vallat
2001-05-30Bring the root device selection code up-to-date with modern standardsMiod Vallat
(and other ports).
2001-05-30OopsMiod Vallat