| Commit message (Expand) | Author | Age | Files | Lines |
* | o Reduce the scope of Giant in vm_mmap() to just the code that manipulates | alc | 2002-06-22 | 1 | -4/+2 |
* | Fix a bug in vfs_bio_clrbuf(). The single-page-clrbuf optimization was | dillon | 2002-06-22 | 1 | -5/+10 |
* | o Replace mtx_assert(&Giant, MA_OWNED) in dev_pager_alloc() | alc | 2002-06-22 | 1 | -11/+17 |
* | Use rm -f in the clean target, as seems to be common practice, and also avoids | jmallett | 2002-06-22 | 2 | -2/+2 |
* | o Remove the initialization of unused fields in the struct | mux | 2002-06-22 | 3 | -50/+11 |
* | o In vm_map_insert(), replace GIANT_REQUIRED by the acquisition and | alc | 2002-06-22 | 1 | -5/+6 |
* | Make this compile on Alpha. | n_hibma | 2002-06-22 | 1 | -2/+2 |
* | Clock frequencies reported by sysctl should be unsigned values. Discovered | mp | 2002-06-22 | 5 | -10/+10 |
* | Remove (almost all) global variables that were used to hold | luigi | 2002-06-22 | 12 | -474/+532 |
* | Define an mbuf type, MT_TAG, used for volatile annotations | luigi | 2002-06-22 | 1 | -2/+3 |
* | Always drop the p_args reference we held for copyout, even if we're about | mini | 2002-06-22 | 1 | -3/+2 |
* | o Replace GIANT_REQUIRED in swap_pager_alloc() by the acquisition and | alc | 2002-06-22 | 1 | -3/+4 |
* | o Remove GIANT_REQUIRED from phys_pager_alloc(). If handle isn't NULL, | alc | 2002-06-22 | 1 | -3/+8 |
* | o Replace GIANT_REQUIRED in vnode_pager_alloc() by the acquisition and | alc | 2002-06-22 | 1 | -6/+5 |
* | o Remove GIANT_REQUIRED from vslock(). | alc | 2002-06-22 | 1 | -1/+10 |
* | Fix logic which resulted in missing a call to INP_UNLOCK(). | hsu | 2002-06-21 | 1 | -5/+2 |
* | TCP notify functions can change the pcb list. | hsu | 2002-06-21 | 2 | -4/+4 |
* | Enable cd9660 support by default. | jake | 2002-06-21 | 1 | -1/+1 |
* | Enable UFS1_AND_UFS2 support for sparc64 by default. Booting from ufs1 or | jake | 2002-06-21 | 1 | -0/+2 |
* | Remove CAPABILITIES from NOTES | rwatson | 2002-06-21 | 1 | -2/+0 |
* | Revert the part of Kirks UFS2 commit which added divdi3.c and moddi3.c | phk | 2002-06-21 | 5 | -11/+8 |
* | This commit adds basic support for the UFS2 filesystem. The UFS2 | mckusick | 2002-06-21 | 46 | -1243/+2797 |
* | o Remove GIANT_REQUIRED from vm_map_stack(). | alc | 2002-06-21 | 1 | -2/+0 |
* | Update for libpcap 0.7.1 | fenner | 2002-06-21 | 1 | -14/+46 |
* | o Remove GIANT_REQUIRED from vm_pager_allocate() and vm_pager_deallocate(). | alc | 2002-06-21 | 1 | -3/+0 |
* | Add some #define's for mbuf annotations. | luigi | 2002-06-20 | 1 | -0/+48 |
* | {f,s}usword -> {f,s}uword16. Implement {f,s}uword32. | jake | 2002-06-20 | 2 | -46/+94 |
* | Change the way we internally store the mount options to | mux | 2002-06-20 | 4 | -134/+83 |
* | Implement SO_NOSIGPIPE option for sockets. This allows one to request that | alfred | 2002-06-20 | 4 | -2/+7 |
* | o Remove an incorrect cast from obreak(). This cast would, | alc | 2002-06-20 | 1 | -5/+5 |
* | Don't leak resources if fdcheckstd() fails during exec. | alfred | 2002-06-20 | 1 | -5/+10 |
* | Display the mutex name in the ^T status line if the selected thread | iedowse | 2002-06-20 | 1 | -2/+3 |
* | Quick fix for the type of the bitmap in sigset_t. It was an array of | bde | 2002-06-20 | 1 | -3/+3 |
* | Update an 'XXX what is this?' type comment about suswintr and fuswintr. | peter | 2002-06-20 | 3 | -6/+6 |
* | Use suword16/fuword16 instead of susword/fusword - this has two different | peter | 2002-06-20 | 5 | -23/+23 |
* | Deorbit suibyte(). It was only used for split address space systems | peter | 2002-06-20 | 11 | -72/+15 |
* | Remove UIO_USERISPACE - we do not support any split instruction/data | peter | 2002-06-20 | 2 | -7/+0 |
* | ia32 %edx return comes from td_retval[1], not td_retval[0] | peter | 2002-06-20 | 1 | -1/+1 |
* | Use suword32/64 and fuword32/64 like elsewhere instead of inventing | peter | 2002-06-20 | 4 | -32/+37 |
* | Add boot_serial and boot_multicons variables to set RB_SERIAL and | peter | 2002-06-20 | 8 | -0/+16 |
* | panic rather than fault and explode if we fail to contigmalloc a kernel | peter | 2002-06-20 | 1 | -0/+3 |
* | Use the canonical pmap_{new,dispose,swapin,swapout}_proc() functions, | peter | 2002-06-20 | 1 | -16/+110 |
* | Move the "- 1" into the RQB_FFS(mask) macro itself so that | peter | 2002-06-20 | 7 | -8/+7 |
* | o Acquire and release the vm_map lock instead of Giant in obreak(). | alc | 2002-06-20 | 1 | -11/+7 |
* | Solve the 'unregistered netisr 18' information notice with a sledgehammer. | peter | 2002-06-20 | 1 | -4/+7 |
* | - Move the computation of pflags out of the page allocation loop in | jeff | 2002-06-19 | 1 | -17/+21 |
* | - Remove the lock(9) protecting the kernel linker system. | arr | 2002-06-19 | 1 | -14/+46 |
* | - Remove bogus use of kmem_alloc that was inherited from the old zone | jeff | 2002-06-19 | 2 | -17/+18 |
* | Teach kmem_malloc about M_ZERO. | jeff | 2002-06-19 | 1 | -4/+10 |
* | Correct spelling of 'supplied'. | robert | 2002-06-19 | 1 | -1/+1 |