Age | Commit message (Expand) | Author |
2001-11-11 | Fix matching brace error. Fortunately PGM errors do not happen in the | Dale Rahn |
2001-11-11 | Sync in more stuff from NetBSD. | Artur Grabowski |
2001-11-11 | LOCK_ASSERT - like KASSERT but ifdef LOCKDEBUG | Artur Grabowski |
2001-11-10 | properly report >= 2GB of ram; bug found by matthieu | Theo de Raadt |
2001-11-10 | Move maxdmap and maxsmap to kern_resource.c | Artur Grabowski |
2001-11-10 | Merge in some parts of the ubc work that has been done in NetBSD that are not | Artur Grabowski |
2001-11-09 | Use bufpool, not malloc. | Artur Grabowski |
2001-11-09 | Create bufpool - a pool of struct bufs. | Artur Grabowski |
2001-11-09 | When calculating the initial size of the lev3map, use PAGER_MAP_SIZE, not a m... | Artur Grabowski |
2001-11-09 | nswbuf hasn't been used for ages. gc. | Artur Grabowski |
2001-11-09 | unbreak | Artur Grabowski |
2001-11-09 | various style fixes. | Artur Grabowski |
2001-11-09 | minor sync to NetBSD. | Artur Grabowski |
2001-11-09 | be way more sure that software cannot be used | Theo de Raadt |
2001-11-09 | Ieeek. invalidate the pmap_l1pt_cache in pmap_growkernel. | Artur Grabowski |
2001-11-09 | Don't uvm_pagezero here, allocate a zeroed page instead. | Artur Grabowski |
2001-11-09 | Actually allow pa == 0 in pmap_extract, and don't set *pap if we fail. | Artur Grabowski |
2001-11-09 | Update DEBUG code to match reality. | Artur Grabowski |
2001-11-09 | No need to initialize the pmap_growkernel_slock twice. | Artur Grabowski |
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 |
2001-11-09 | Be less smart in this file, but at least prevent symbol names clashes | Miod Vallat |
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; ni... | Michael Shalayeff |
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 |
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 |
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; f... | Michael Shalayeff |
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 |
2001-11-06 | child_return unscrewart | Michael Shalayeff |
2001-11-06 | pmap_pinit needs proto now, also disable cache for mapped pages | Michael Shalayeff |