| Commit message (Expand) | Author | Age | Files | Lines |
* | rn_walktree*() compute the next leaf before applying a function | ru | 2002-12-23 | 1 | -4/+7 |
* | Avoid holding the vnode interlock around malloc() or free() to prevent a | alc | 2002-12-23 | 1 | -2/+8 |
* | Eliminate some dead code. (Any possible use for this code died with | alc | 2002-12-23 | 1 | -4/+0 |
* | Fix a De Morgan bug: If we only expect a memory range OR an | marcel | 2002-12-23 | 1 | -8/+8 |
* | - Fix a bug where the faulting address for an mmu miss could sometimes be | jake | 2002-12-23 | 1 | -5/+5 |
* | - Rearrange pmap_bootstrap slightly to be more in dependency order. | jake | 2002-12-22 | 1 | -50/+49 |
* | Add suseconds_t and useconds_t for storing microseconds. | mike | 2002-12-22 | 2 | -0/+13 |
* | - Add a spin lock to single thread cache invalidation and tlb flush ipis, | jake | 2002-12-22 | 5 | -19/+22 |
* | Enforce correct ordering of the filedesc structure and pipe mutex, because | kris | 2002-12-22 | 1 | -0/+2 |
* | Remove forgotten INP_UNLOCK(inp) in my previous commit. | pb | 2002-12-22 | 1 | -1/+0 |
* | MB_LEN_MAX is not MD, move it to the MI limits.h. | tjr | 2002-12-22 | 14 | -14/+0 |
* | SMP locking for ifnet list. | hsu | 2002-12-22 | 21 | -24/+126 |
* | The UP -current was not properly counting the per-cpu VM stats in the | dillon | 2002-12-22 | 1 | -0/+3 |
* | Revert part of the last commit. Do not fake-up the cylinders to make | dillon | 2002-12-22 | 1 | -2/+1 |
* | - Add a pmap pointer to struct md_page, and use this to find the pmap that | jake | 2002-12-21 | 4 | -69/+70 |
* | Be nice. There are evidentally a number of different cards that | imp | 2002-12-21 | 1 | -2/+4 |
* | do not try to free a mountpoint that we did not allocate. | dillon | 2002-12-21 | 1 | -4/+9 |
* | In syncache_timer(), don't attempt to lock the inpcb structure | pb | 2002-12-21 | 1 | -2/+0 |
* | Make pmap_qenter and pmap_qremove look more like the other pmaps. | jake | 2002-12-21 | 1 | -7/+10 |
* | Removed unused pmap_qenter_flags. | jake | 2002-12-21 | 2 | -17/+0 |
* | Make the atomic arithmetic functions return the old value, since they're | jake | 2002-12-21 | 1 | -40/+38 |
* | -mno-align-long-strings can make things smaller, so lets use it in hopes | obrien | 2002-12-21 | 2 | -0/+2 |
* | Fix multiple registration of the elf_legacy_coredump sysctl variable. | marcel | 2002-12-21 | 1 | -3/+5 |
* | replace the special-purpose rate-limiting code with the general facility | sam | 2002-12-21 | 1 | -38/+28 |
* | define HAVE_PPSRATECHECK now that we have this stuff in the kernel | sam | 2002-12-20 | 1 | -0/+1 |
* | add generic rate limiting support from netbsd; ratelimit is purely time based, | sam | 2002-12-20 | 2 | -0/+90 |
* | Add page queue locking around functions that call vm_page_flag_set. This | jake | 2002-12-20 | 2 | -0/+4 |
* | Extend the scope of the page queues lock in vm_pgmoveco(). | alc | 2002-12-20 | 1 | -4/+4 |
* | Increase the scope of the kmem_object locking in kmem_malloc(). | alc | 2002-12-20 | 1 | -3/+5 |
* | Modify the fake cylinders calculation so it is >= the size of the device, | dillon | 2002-12-20 | 1 | -6/+26 |
* | Fix two bugs in the DMA chaining code for OHCI. The first bug is that | dillon | 2002-12-20 | 1 | -5/+9 |
* | Don't forget to destroy the mutex if an error occurs | mux | 2002-12-20 | 1 | -0/+1 |
* | Fxi support for the Promise SuperTrak 100, the PCI id was wrong. | sos | 2002-12-20 | 1 | -2/+2 |
* | Eliminate a goto. | hsu | 2002-12-20 | 1 | -39/+36 |
* | Swap the order of a free and a use of an ifaddr structure. | hsu | 2002-12-20 | 1 | -1/+1 |
* | Unravel a nested conditional. | hsu | 2002-12-20 | 2 | -42/+24 |
* | Put back the casts to unsigned. While no strictly necessary for its | imp | 2002-12-20 | 2 | -2/+2 |
* | Add a mutex to struct vm_object. Initialize and destroy that mutex | alc | 2002-12-20 | 2 | -2/+11 |
* | Fix breakage from earlier inadvertant changes. | jake | 2002-12-20 | 1 | -4/+0 |
* | Expand scope of TCP protocol lock to cover syncache data structures. | hsu | 2002-12-20 | 1 | -2/+3 |
* | o Untangle the confusion with the malloc flags {M_WAITOK, M_NOWAIT} and | bmilekic | 2002-12-19 | 24 | -38/+37 |
* | Remove the hash_rand field from struct vm_object. As of revision 1.215 of | alc | 2002-12-19 | 2 | -13/+1 |
* | Renamed the loader's zipfs to gzipfs. zipfs.c was repo-copied to gzipfs.c. | jake | 2002-12-19 | 10 | -10/+13 |
* | Don't forget our topology lock in the MBREXT case. | phk | 2002-12-19 | 1 | -0/+1 |
* | - Remove vm_page_sleep_busy(). The transition to vm_page_sleep_if_busy(), | alc | 2002-12-19 | 2 | -35/+2 |
* | Spell `unsigned short' in a way which does not depend on namespace pollution. | wollman | 2002-12-19 | 1 | -7/+7 |
* | - Hold the page queues lock when performing vm_page_busy() or | alc | 2002-12-19 | 1 | -1/+7 |
* | Fix bug with 3c90xB cards and newer. We weren't trying to | mux | 2002-12-18 | 1 | -39/+14 |
* | Do not return(foo()) in void function. | semenu | 2002-12-18 | 9 | -23/+25 |
* | Fix the missspelt letter in DC_CTYPE_PUP_AUTOSENSe define. | semenu | 2002-12-18 | 2 | -2/+2 |