Age | Commit message (Expand) | Author |
2001-06-06 | Use pool(9) for some of the structures, and splimp/splx to protect | Angelos D. Keromytis |
2001-06-06 | We now disable interrupts in the bus-specific attach routine. | Todd C. Miller |
2001-06-06 | wi* @ pci | Todd C. Miller |
2001-06-06 | PCI shim for if_wi.c as promised. Magic for setting the PLX up | Todd C. Miller |
2001-06-06 | regen | Todd C. Miller |
2001-06-06 | Add products based on the PLX 905x that act as dumb PCI -> PCMCIA bridges | Todd C. Miller |
2001-06-06 | missing bus linkage. ok, niklas@ | David Leonard |
2001-06-06 | Don't bother migrating software sessions, as this might lead to | Angelos D. Keromytis |
2001-06-06 | Don't forget to make it compile. | Angelos D. Keromytis |
2001-06-05 | Allow boot -c to change number of gre devices. -moj ok angelos@ | Mats O Jansson |
2001-06-05 | Call doshutdownhooks() in boot(). Cleanup code path a little. | Miod Vallat |
2001-06-05 | Don't forget to init b_dep. | Artur Grabowski |
2001-06-05 | make kqueue behave like select | Niels Provos |
2001-06-05 | send note_revoke to knotes when vnode goes away, okay art@ | Niels Provos |
2001-06-05 | make kqueue work on ext2fs | Niels Provos |
2001-06-05 | generic kqfilter that just like select returns ready for read and write. | Niels Provos |
2001-06-05 | fix kqueue EVFILT_WRITE; okay art@ | Niels Provos |
2001-06-05 | Use mi round_page() and trunc_page() macros | Todd C. Miller |
2001-06-05 | memset/memcpy -> bzero/bcopy. Some KNF. | Hakan Olsson |
2001-06-05 | That DPRINTF() is not needed. | Angelos D. Keromytis |
2001-06-05 | Add a few DPRINTF()'s | Angelos D. Keromytis |
2001-06-05 | That debug message was just too chatty, even as a debug message :-) | Angelos D. Keromytis |
2001-06-05 | Clear acquires only if TDB was established correctly. | Angelos D. Keromytis |
2001-06-05 | Correct credential matching logic. | Angelos D. Keromytis |
2001-06-05 | License clarification from David Mazieres, ok deraadt@ | Peter Valchev |
2001-06-05 | repair copyright notices for NRL & cmetz; cmetz | Theo de Raadt |
2001-06-05 | updated firmware from 3com (Thanks!); contains support for 3cr990B cards. | Jason Wright |
2001-06-05 | Make our pfkeyv2.h more RFC2367 compliant. Also fix some backwards | Niklas Hallqvist |
2001-06-04 | if_up() requires splnet(). sync with kame | Jun-ichiro itojun Hagino |
2001-06-04 | adjust routing socket message (kernel -> user) to the right size. | Jun-ichiro itojun Hagino |
2001-06-04 | sync | Michael Shalayeff |
2001-06-04 | export these from libc | Michael Shalayeff |
2001-06-04 | fix debugging printf, cpu_hpa is not pointer anymore | Michael Shalayeff |
2001-06-04 | use faster arc4random() for small amounts fo data, some spaces; niels ok | Michael Shalayeff |
2001-06-04 | use a faster arc4random() for random spi generation; angelos@ ok | Michael Shalayeff |
2001-06-04 | use faster arc4random() in tcp_rndiss_next; niels ok | Michael Shalayeff |
2001-06-04 | make kqueue behave like select when testing for write instead of bailing | Niels Provos |
2001-06-04 | Some further work. No crypto yet. | Hakan Olsson |
2001-06-04 | Don't print these messages unless debugging. mickey@ ok | Hakan Olsson |
2001-06-04 | Linksys PCM100 support; from Matt Behrens <matt@zigg.com>. | Federico G. Schwindt |
2001-06-03 | e_wmesg was not initialized in all cases; kirk.russell@acm.org | Theo de Raadt |
2001-06-03 | ICS_1892 support; Henning Brauer | Theo de Raadt |
2001-06-03 | WALTSIG is a valid option for sys_wait4(). | Angelos D. Keromytis |
2001-06-03 | Export nprocs. | Angelos D. Keromytis |
2001-06-03 | KERN_NPROCS | Angelos D. Keromytis |
2001-06-03 | KERN_FSCALE and KERN_CCPU | Angelos D. Keromytis |
2001-06-03 | Add KERN_FSCALE and KERN_CCPU. | Angelos D. Keromytis |
2001-06-03 | Pass struct diskstats through sysctl, deraadt@ ok | Angelos D. Keromytis |
2001-06-03 | Add struct diskstats, for use by sysctl. | Angelos D. Keromytis |
2001-06-02 | Support writing to the hardware clock for powerpc apple systems. | Dale Rahn |