summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2001-11-09be way more sure that software cannot be usedTheo de Raadt
2001-11-09Ieeek. invalidate the pmap_l1pt_cache in pmap_growkernel.Artur Grabowski
2001-11-09Don't uvm_pagezero here, allocate a zeroed page instead.Artur Grabowski
2001-11-09Actually allow pa == 0 in pmap_extract, and don't set *pap if we fail.Artur Grabowski
2001-11-09Update DEBUG code to match reality.Artur Grabowski
2001-11-09No need to initialize the pmap_growkernel_slock twice.Artur Grabowski
2001-11-09regen with correct Intersil vendor idTodd C. Miller
2001-11-09Fix pasto in Intersil PCI vendor ID; mike AT ethmoid.orgTodd C. Miller
2001-11-09Ouch, more variables declarations in .h files lacking ``extern'' safetyMiod Vallat
2001-11-09Be less smart in this file, but at least prevent symbol names clashesMiod Vallat
2001-11-08COPY_SIGCODE serve no purpose nowadays.Miod Vallat
2001-11-08There is no point keeping ramdisk support in non-RAMDISK kernels.Miod Vallat
2001-11-08indentTheo de Raadt
2001-11-08fix the endif commentMichael Shalayeff
2001-11-08veli tpyo stolen fmor nkilsaMichael Shalayeff
2001-11-08it is octopussy 550, not 950Michael Shalayeff
2001-11-08regenMichael Shalayeff
2001-11-08fix lava, add a fewsome from dmesglogMichael Shalayeff
2001-11-07Unbreak cpu_fork(). mvme88k kernels compile and work again.Miod Vallat
2001-11-07Let those compile.Miod Vallat
2001-11-07post-mmap API change fixes.Miod Vallat
2001-11-07enc and pflog were using iana space, move and update w/ iana current list; ni...Michael Shalayeff
2001-11-07Another sync of uvm to NetBSD. Just minor fiddling, no major changes.Artur Grabowski
2001-11-07new flag to lockmgr. LK_RECURSEFAIL - even if the lock can recurse fail.Artur Grabowski
2001-11-07Add an alignment argument to uvm_map that specifies an alignment hintArtur Grabowski
2001-11-07unbreak child_return.Artur Grabowski
2001-11-06Update and unbreak cpu_fork() - from NetBSD.Miod Vallat
2001-11-06Add USB scanner device node to macppc and i386, both of these had theDale Rahn
2001-11-06-Wall -Werror cleanup.Miod Vallat
2001-11-06it appears pcm100 is not the same as combo ecard even same vendor/prod ids; f...Michael Shalayeff
2001-11-06regenMichael Shalayeff
2001-11-06oopsMichael Shalayeff
2001-11-06add pcm100 cis form Matt Behrens <matt@zigg.com> via pr#2166Michael Shalayeff
2001-11-06child_return unscrewartMichael Shalayeff
2001-11-06send igmp v2 leave messages to allrouters address (PR#2164)Jakob Schlyter
2001-11-06child_return unscrewartMichael Shalayeff
2001-11-06pmap_pinit needs proto now, also disable cache for mapped pagesMichael Shalayeff
2001-11-06Begone.Miod Vallat
2001-11-06Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.Miod Vallat
2001-11-06unbreak child_return.Artur Grabowski
2001-11-06syncPeter Stromberg
2001-11-06new devicePeter Stromberg
2001-11-06Let fork1, uvm_fork, and cpu_fork take a function/argument pair as argument,Artur Grabowski
2001-11-06More sync to NetBSD.Artur Grabowski
2001-11-06Use #defines for skip step values. From dgregor@net.ohio-state.edu.Daniel Hartmeier
2001-11-06Need local prototypes for pmap_pinit and pmap_release.Artur Grabowski
2001-11-06remove per art@Todd T. Fries
2001-11-06Need to prototype pmap_pinit and pmap_release here.Artur Grabowski
2001-11-06No need for those prototypes here.Artur Grabowski
2001-11-06remove the last uses of vm/vm_page.hArtur Grabowski