Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-11-09 | regen with correct Intersil vendor id | Todd C. Miller | |
2001-11-09 | Fix pasto in Intersil PCI vendor ID; mike AT ethmoid.org | Todd C. Miller | |
2001-11-09 | Ouch, more variables declarations in .h files lacking ``extern'' safety | Miod Vallat | |
belts. | |||
2001-11-09 | Be less smart in this file, but at least prevent symbol names clashes | Miod Vallat | |
with some userland parts. | |||
2001-11-08 | COPY_SIGCODE serve no purpose nowadays. | Miod Vallat | |
2001-11-08 | There is no point keeping ramdisk support in non-RAMDISK kernels. | Miod Vallat | |
2001-11-08 | indent | Theo de Raadt | |
2001-11-08 | fix the endif comment | Michael Shalayeff | |
2001-11-08 | veli tpyo stolen fmor nkilsa | Michael Shalayeff | |
2001-11-08 | it is octopussy 550, not 950 | Michael Shalayeff | |
2001-11-08 | regen | Michael Shalayeff | |
2001-11-08 | fix lava, add a fewsome from dmesglog | Michael Shalayeff | |
2001-11-07 | Unbreak cpu_fork(). mvme88k kernels compile and work again. | Miod Vallat | |
2001-11-07 | Let those compile. | Miod Vallat | |
2001-11-07 | post-mmap API change fixes. | Miod Vallat | |
2001-11-07 | enc and pflog were using iana space, move and update w/ iana current list; ↵ | Michael Shalayeff | |
niels@ angelos@ ok | |||
2001-11-07 | Another sync of uvm to NetBSD. Just minor fiddling, no major changes. | Artur Grabowski | |
2001-11-07 | new flag to lockmgr. LK_RECURSEFAIL - even if the lock can recurse fail. | Artur Grabowski | |
2001-11-07 | Add an alignment argument to uvm_map that specifies an alignment hint | Artur Grabowski | |
for the virtual address. | |||
2001-11-07 | unbreak child_return. | Artur Grabowski | |
2001-11-06 | Update and unbreak cpu_fork() - from NetBSD. | Miod Vallat | |
2001-11-06 | Add USB scanner device node to macppc and i386, both of these had the | Dale Rahn | |
uscanner compiled into the kernel, but no device node, or even entry in the character device switch table. ok todd@ | |||
2001-11-06 | -Wall -Werror cleanup. | Miod Vallat | |
2001-11-06 | it appears pcm100 is not the same as combo ecard even same vendor/prod ids; ↵ | Michael Shalayeff | |
fixing pr#2166 | |||
2001-11-06 | regen | Michael Shalayeff | |
2001-11-06 | oops | Michael Shalayeff | |
2001-11-06 | add pcm100 cis form Matt Behrens <matt@zigg.com> via pr#2166 | Michael Shalayeff | |
2001-11-06 | child_return unscrewart | Michael Shalayeff | |
2001-11-06 | send igmp v2 leave messages to allrouters address (PR#2164) | Jakob Schlyter | |
patch based on parts from NetBSD submitted by goeran@cdg.chalmers.se | |||
2001-11-06 | child_return unscrewart | Michael Shalayeff | |
2001-11-06 | pmap_pinit needs proto now, also disable cache for mapped pages | Michael Shalayeff | |
2001-11-06 | Begone. | Miod Vallat | |
2001-11-06 | Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary. | Miod Vallat | |
(Look ma, I might have broken the tree) | |||
2001-11-06 | unbreak child_return. | Artur Grabowski | |
2001-11-06 | sync | Peter Stromberg | |
2001-11-06 | new device | Peter Stromberg | |
2001-11-06 | Let fork1, uvm_fork, and cpu_fork take a function/argument pair as argument, | Artur Grabowski | |
instead of doing fork1, cpu_set_kpc. This lets us retire cpu_set_kpc and avoid a multiprocessor race. This commit breaks vax because it doesn't look like any other arch, someone working on vax might want to look at this and try to adapt the code to be more like the rest of the world. Idea and uvm parts from NetBSD. | |||
2001-11-06 | More sync to NetBSD. | Artur Grabowski | |
- Use malloc/free instead of MALLOC/FREE for variable sized allocations. - Move the memory inheritance code to sys/mman.h and rename from VM_* to MAP_* - various cleanups and simplifications. | |||
2001-11-06 | Use #defines for skip step values. From dgregor@net.ohio-state.edu. | Daniel Hartmeier | |
2001-11-06 | Need local prototypes for pmap_pinit and pmap_release. | Artur Grabowski | |
2001-11-06 | remove per art@ | Todd T. Fries | |
2001-11-06 | Need to prototype pmap_pinit and pmap_release here. | Artur Grabowski | |
(although they are leftovers from an earlier bad time, the macppc decided that it's a good idea to use them.) | |||
2001-11-06 | No need for those prototypes here. | Artur Grabowski | |
2001-11-06 | remove the last uses of vm/vm_page.h | Artur Grabowski | |
2001-11-06 | - include shuffling | Artur Grabowski | |
- pmap_pinit and pmap_release need local prototypes now. | |||
2001-11-06 | Redundant includes. | Artur Grabowski | |
2001-11-06 | Redundant includes. | Artur Grabowski | |
2001-11-06 | redundant includes. | Artur Grabowski | |
2001-11-06 | redundant includes. | Artur Grabowski | |
2001-11-06 | Zap some redundant includes. | Artur Grabowski | |