summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2001-06-06Use pool(9) for some of the structures, and splimp/splx to protectAngelos D. Keromytis
2001-06-06We now disable interrupts in the bus-specific attach routine.Todd C. Miller
2001-06-06wi* @ pciTodd C. Miller
2001-06-06PCI shim for if_wi.c as promised. Magic for setting the PLX upTodd C. Miller
2001-06-06regenTodd C. Miller
2001-06-06Add products based on the PLX 905x that act as dumb PCI -> PCMCIA bridgesTodd C. Miller
2001-06-06missing bus linkage. ok, niklas@David Leonard
2001-06-06Don't bother migrating software sessions, as this might lead toAngelos D. Keromytis
2001-06-06Don't forget to make it compile.Angelos D. Keromytis
2001-06-05Allow boot -c to change number of gre devices. -moj ok angelos@Mats O Jansson
2001-06-05Call doshutdownhooks() in boot(). Cleanup code path a little.Miod Vallat
2001-06-05Don't forget to init b_dep.Artur Grabowski
2001-06-05make kqueue behave like selectNiels Provos
2001-06-05send note_revoke to knotes when vnode goes away, okay art@Niels Provos
2001-06-05make kqueue work on ext2fsNiels Provos
2001-06-05generic kqfilter that just like select returns ready for read and write.Niels Provos
2001-06-05fix kqueue EVFILT_WRITE; okay art@Niels Provos
2001-06-05Use mi round_page() and trunc_page() macrosTodd C. Miller
2001-06-05memset/memcpy -> bzero/bcopy. Some KNF.Hakan Olsson
2001-06-05That DPRINTF() is not needed.Angelos D. Keromytis
2001-06-05Add a few DPRINTF()'sAngelos D. Keromytis
2001-06-05That debug message was just too chatty, even as a debug message :-)Angelos D. Keromytis
2001-06-05Clear acquires only if TDB was established correctly.Angelos D. Keromytis
2001-06-05Correct credential matching logic.Angelos D. Keromytis
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