| Commit message (Expand) | Author | Age | Files | Lines |
* | Add some unneeded files to the Xlist in preparation for the new | mbr | 2004-07-06 | 1 | -0/+4 |
* | Push WARNS back up to 6, but define NO_WERROR; I want the warts out in the | des | 2004-07-06 | 2 | -2/+4 |
* | Introduce inline {ip,udp,tcp}_next() functions which take a pointer to an | des | 2004-07-06 | 24 | -104/+154 |
* | - 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 | 2 | -6/+20 |
* | Document incorrect handling of multibyte characters. | tjr | 2004-07-06 | 1 | -1/+3 |
* | 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 | 2 | -2/+2 |
* | Tiny markup fixes. | ru | 2004-07-06 | 11 | -60/+99 |
* | Add an "iso8601" option keyword which causes 'cvs log' etc. to print | des | 2004-07-06 | 4 | -4/+11 |
* | In the spirit of amd64/include/stdarg.h rev 1.6; add __va_copy | obrien | 2004-07-06 | 1 | -0/+3 |
* | Use va_copy instead of __va_copy, which is not defined on most architectures. | tjr | 2004-07-06 | 1 | -2/+4 |
* | Fixed markup. | ru | 2004-07-06 | 1 | -15/+25 |
* | mdoc(7) fixes. | ru | 2004-07-06 | 1 | -15/+41 |
* | mdoc(7) fixes. | ru | 2004-07-06 | 4 | -32/+42 |
* | Correct typos in the function name. | ru | 2004-07-06 | 1 | -4/+4 |
* | Fixed the .Os call (missing or wrong). | ru | 2004-07-06 | 55 | -11/+55 |
* | mdoc(7) fixes. | ru | 2004-07-06 | 19 | -64/+103 |
* | 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 |
* | Add C99's nearbyint{,f}() functions as wrappers around rint(). | das | 2004-07-06 | 4 | -6/+94 |
* | 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 |
* | Remove my email & date | ache | 2004-07-06 | 1 | -3/+0 |
* | Update to match recent import | ache | 2004-07-06 | 1 | -6/+4 |
* | - Correct pmap_extract()'s return type. It should be vm_paddr_t, not | alc | 2004-07-05 | 2 | -8/+4 |
* | Add implementations of ftw(3) and nftw(3) and the corresponding header | das | 2004-07-05 | 4 | -3/+320 |
* | Documentation for ftw(3) and nftw(3). | das | 2004-07-05 | 1 | -0/+210 |
* | 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 |