| Commit message (Expand) | Author | Age | Files | Lines |
* | White space and style changes only. | alc | 2004-07-07 | 2 | -7/+1 |
* | Fix bug introduced in rev 1.434: | peadar | 2004-07-06 | 1 | -3/+3 |
* | Micro-optimize vmspace for 64-bit architectures: Colocate vm_refcnt and | alc | 2004-07-06 | 1 | -1/+1 |
* | Add missing argument. | pjd | 2004-07-06 | 1 | -1/+1 |
* | Acquire socket lock in nfs_connect() connection/sleep loop to protect | rwatson | 2004-07-06 | 1 | -6/+6 |
* | Properly free resources if g_access() fails. | pjd | 2004-07-06 | 1 | -1/+3 |
* | Push WARNS back up to 6, but define NO_WERROR; I want the warts out in the | des | 2004-07-06 | 1 | -1/+2 |
* | Introduce inline {ip,udp,tcp}_next() functions which take a pointer to an | des | 2004-07-06 | 12 | -52/+77 |
* | - trailing white-space cleanup | grehan | 2004-07-06 | 2 | -14/+20 |
* | use vfs_suser() to restrict access to the nfs mount's timeout. | alfred | 2004-07-06 | 1 | -0/+3 |
* | Use vfs_suser() where appropriate. | alfred | 2004-07-06 | 1 | -11/+7 |
* | Introduce vfs_suser(), used to test if a user should have special privs | alfred | 2004-07-06 | 2 | -0/+17 |
* | NFS mobility Phase VI: | alfred | 2004-07-06 | 1 | -1/+50 |
* | Rewrite twowords() to access its argument through a char pointer and not | des | 2004-07-06 | 1 | -3/+10 |
* | NFS mobility PHASE I, II & III (phase VI, and V pending): | alfred | 2004-07-06 | 9 | -98/+271 |
* | Temporarily lower WARNS to 3 while I figure out the alignment issues on | des | 2004-07-06 | 1 | -1/+1 |
* | In the spirit of amd64/include/stdarg.h rev 1.6; add __va_copy | obrien | 2004-07-06 | 1 | -0/+3 |
* | Catch up with the new world order of Netgraph metas. | ru | 2004-07-06 | 1 | -15/+3 |
* | Temporarily disable preemption in SCHED_ULE due to reported panics and | rwatson | 2004-07-06 | 1 | -0/+2 |
* | Use the proper type and then cast on assignment. This fixes warning when | njl | 2004-07-06 | 1 | -2/+4 |
* | Use M_ZERO instead of bzero(). | bms | 2004-07-06 | 1 | -2/+1 |
* | Be consistent and use bzero() instead of memset(). | bms | 2004-07-06 | 1 | -1/+1 |
* | Use M_ZERO instead of memset() (!). | bms | 2004-07-06 | 1 | -2/+1 |
* | Use M_ZERO instead of bzero(). | bms | 2004-07-06 | 1 | -2/+1 |
* | Add 32-bit framebuffer support. Tested on PearPC at lo-res, too painful | grehan | 2004-07-06 | 2 | -29/+130 |
* | Replace a bzero() after malloc() with M_ZERO. | bms | 2004-07-06 | 1 | -2/+1 |
* | Style. | bms | 2004-07-06 | 1 | -13/+15 |
* | Eliminate unneeded return keywords. | bms | 2004-07-06 | 1 | -34/+1 |
* | Whitespace pass | bms | 2004-07-06 | 1 | -54/+54 |
* | Style changes to pmap_extract(). | alc | 2004-07-06 | 2 | -10/+6 |
* | Properly brucify a string by outdenting it. | bms | 2004-07-06 | 1 | -2/+2 |
* | - Correct pmap_extract()'s return type. It should be vm_paddr_t, not | alc | 2004-07-05 | 2 | -8/+4 |
* | Correct pmap_extract()'s return type. It should be vm_paddr_t, not | alc | 2004-07-05 | 4 | -4/+4 |
* | Whitespace nit | bms | 2004-07-05 | 2 | -2/+2 |
* | Eliminate redundant return keywords. | bms | 2004-07-05 | 2 | -58/+0 |
* | Whitespace pass. | bms | 2004-07-05 | 2 | -80/+78 |
* | style(9): | bms | 2004-07-05 | 2 | -150/+150 |
* | Eliminate redundant return keywords. | bms | 2004-07-05 | 2 | -96/+0 |
* | Whitespace nits | bms | 2004-07-05 | 4 | -58/+58 |
* | style(9) pass on prototypes. | bms | 2004-07-05 | 2 | -42/+54 |
* | Unconditionally set last_work_seen while in the SYNCER_RUNNING state | truckman | 2004-07-05 | 1 | -5/+4 |
* | - Add 'stop' command, which works just like 'destroy' command, but sounds | pjd | 2004-07-05 | 6 | -6/+9 |
* | Allocate the DMA channel shareable and only aquire it while the | phk | 2004-07-05 | 1 | -15/+18 |
* | Something funny happened on the way to the floppy driver today... | phk | 2004-07-05 | 1 | -3/+11 |
* | Drop the socket buffer lock around a call to m_copym() with M_TRYWAIT. | rwatson | 2004-07-05 | 1 | -1/+4 |
* | Remove now obsolete port assignments and sizes. These more properly | imp | 2004-07-05 | 1 | -77/+1 |
* | Add another ifdef... | imp | 2004-07-05 | 1 | -0/+2 |
* | These option roms are defined in the ISA standard, and in the ISA | imp | 2004-07-05 | 1 | -2/+2 |
* | MFamd64/i386 | alc | 2004-07-05 | 2 | -0/+33 |
* | In the BPF and ethernet bridging code, don't allow callouts to execute | rwatson | 2004-07-05 | 2 | -2/+2 |