summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2001-06-05License clarification from David Mazieres, ok deraadt@Peter Valchev
2001-06-05repair copyright notices for NRL & cmetz; cmetzTheo de Raadt
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
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
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
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
2001-06-02On Cuda systems (imac Rev C at least), it seems that the adb dataDale Rahn
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
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
2001-06-01ipsp_parse_headers() goes down a list of IPv4/IPv6/AH/ESP headers andAngelos D. Keromytis
2001-06-01use default hoplimit when incoming interface is not known to icmp6_error.Jun-ichiro itojun Hagino
2001-06-01Don't let packets that need IPsec crypto processing at the NIC beAngelos D. Keromytis
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
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
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