Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-05-29 | OR the values in misc within cftable entry; in iospace, irq and misc | Federico G. Schwindt | |
clean the flags before checking for particular capabilities. this is needed because we use a template that might end messing the flags. | |||
2000-05-29 | Add tqphy; needed for 3c574 support in ep(4). | Aaron Campbell | |
2000-05-29 | Support for 3c574 and 3CCFEM556BI PCMCIA Ethernet; from NetBSD. | Aaron Campbell | |
2000-05-29 | preparing for AX88190 support; from NetBSD. | Federico G. Schwindt | |
2000-05-29 | sync | Federico G. Schwindt | |
2000-05-29 | new products. | Federico G. Schwindt | |
2000-05-29 | better MI support | Theo de Raadt | |
2000-05-28 | do not treat bind(2) with IPv4 mapped address in a special way. | Jun-ichiro itojun Hagino | |
old code fails to check for port number duplicate. XXX should remove more IPv4 mapped code | |||
2000-05-28 | Bugfix pmap_activate. | Artur Grabowski | |
From NetBSD. | |||
2000-05-28 | Disable cross for UVM until I figure out what the #$%&! is happening in here. | Artur Grabowski | |
2000-05-28 | UVM. kmem_alloc -> uvm_km_zalloc. And one ugly construction -> uvm_km_valloc. | Artur Grabowski | |
2000-05-28 | UVM. grow -> uvm_grow, useracc -> uvm_useracc. | Artur Grabowski | |
2000-05-28 | missing arguments and typos. | Artur Grabowski | |
2000-05-27 | Fix a bunch of typos. | Artur Grabowski | |
2000-05-27 | UVM. useracc -> uvm_useracc. | Artur Grabowski | |
2000-05-27 | oops. remove "line noise". | Artur Grabowski | |
2000-05-27 | UVM. grow -> uvm_grow | Artur Grabowski | |
2000-05-27 | kcopy, needed by UVM. | Artur Grabowski | |
From NetBSD. | |||
2000-05-27 | Even more name changes for UVM. | Artur Grabowski | |
2000-05-27 | Need to include <vm/vm.h> for round_page. | Artur Grabowski | |
2000-05-27 | UVM support. | Artur Grabowski | |
Just some changes of function names. *yawn* | |||
2000-05-27 | UVM support. | Artur Grabowski | |
From NetBSD. | |||
2000-05-27 | use rijndael instead of blowfish because of faster key setup. | Niels Provos | |
break swap paritions into sections, each section has own encryption key. if a section's key becomes unreferenced, erase it. | |||
2000-05-27 | UVM support. (kernacc -> uvm_kernacc) | Artur Grabowski | |
2000-05-27 | uvm support. | Artur Grabowski | |
Buffer cache allocation code from NetBSD. | |||
2000-05-27 | vm freelist defines for UVM. | Artur Grabowski | |
From NetBSD. | |||
2000-05-27 | Make pmap_activate take struct proc * as arguemnt. | Artur Grabowski | |
From NetBSD. | |||
2000-05-27 | Start of support for UVM. interrupt counters and kmem_free -> uvm_km_free. | Artur Grabowski | |
2000-05-27 | Interrupt counter define for UVM. | Artur Grabowski | |
2000-05-27 | Oops. This is also needed for MACHINE_NEW_NONCONTIG. | Artur Grabowski | |
2000-05-27 | MACHINE_NEW_NONCONTIG code for amiga. Enabled by default. | Artur Grabowski | |
Old contig and NONCONTIG code will no longer work. | |||
2000-05-27 | Make this compile for VM_PSTRAT_RANDOM. | Artur Grabowski | |
2000-05-27 | add a few more codecs | Michael Shalayeff | |
2000-05-27 | better man page building | Theo de Raadt | |
2000-05-27 | superior dvorak map by Adam Rogoyski | Hugh Graham | |
2000-05-27 | whitespace issues | Hugh Graham | |
2000-05-26 | can now traverse into sun3 | Theo de Raadt | |
2000-05-26 | limit MI man page traversal | Theo de Raadt | |
2000-05-26 | add missing 'break' | Jason Wright | |
2000-05-26 | use encrypted blocknumber as IV | Niels Provos | |
2000-05-26 | more portable manual pages | Theo de Raadt | |
2000-05-26 | Match 2930CU, it works with the new driver | Chris Cappuccio | |
2000-05-26 | Use ../../../conf/GENERIC for standard set of options; general cleanup | Miod Vallat | |
2000-05-26 | Disable TCP 4.2 compatibility bugs by default | Miod Vallat | |
2000-05-25 | cause traversal into arch & subdirectories for the purposes of manual page ↵ | Theo de Raadt | |
install... | |||
2000-05-25 | man subdir | Theo de Raadt | |
2000-05-25 | man subdir | Theo de Raadt | |
2000-05-25 | Add dvorak soft map. Currently attributed to Trevor Schroeder, although | Hugh Graham | |
apparently originally found in a mailing list archive? | |||
2000-05-25 | net.inet.ip.gif_ttl (and IPv6 counterpart) is never used. | Jun-ichiro itojun Hagino | |
enforce type checking on IN6_ARE_ADDR_EQUAL. | |||
2000-05-25 | on packets incoming to the bridge machine itself, respect the | Jason Wright | |
LEARNING flag on the receiving interface (ie. don't learn when you're not supposed to). |