summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Break out the isa and pccard front ends from fdc. This is the firstimp2004-07-075-318/+407
* Break out the isa and pccard front ends to the fdc controller device.imp2004-07-073-1/+7
* Explicity initialize vp->v_bsize.phk2004-07-071-1/+3
* Fix an oversight in r1.26: remove #ifdef around necessary variable.phk2004-07-071-2/+0
* mdoc(7) fixes.ru2004-07-071-2/+2
* Fix two problems:wpaul2004-07-074-14/+30
* Simplify the control flow in pmap_extract(), enabling the elimination of aalc2004-07-072-8/+6
* style(9)alfred2004-07-071-1/+12
* do the vfsstd thing instead of messing up our VFS_SYSCTL macro.alfred2004-07-073-2/+14
* Add pmap locking to pmap_protect().alc2004-07-071-0/+2
* White space and style changes only.alc2004-07-072-7/+1
* Fix bug introduced in rev 1.434:peadar2004-07-061-3/+3
* Micro-optimize vmspace for 64-bit architectures: Colocate vm_refcnt andalc2004-07-061-1/+1
* Add missing argument.pjd2004-07-061-1/+1
* Acquire socket lock in nfs_connect() connection/sleep loop to protectrwatson2004-07-061-6/+6
* Properly free resources if g_access() fails.pjd2004-07-061-1/+3
* Push WARNS back up to 6, but define NO_WERROR; I want the warts out in thedes2004-07-061-1/+2
* Introduce inline {ip,udp,tcp}_next() functions which take a pointer to andes2004-07-0612-52/+77
* - trailing white-space cleanupgrehan2004-07-062-14/+20
* use vfs_suser() to restrict access to the nfs mount's timeout.alfred2004-07-061-0/+3
* Use vfs_suser() where appropriate.alfred2004-07-061-11/+7
* Introduce vfs_suser(), used to test if a user should have special privsalfred2004-07-062-0/+17
* NFS mobility Phase VI:alfred2004-07-061-1/+50
* Rewrite twowords() to access its argument through a char pointer and notdes2004-07-061-3/+10
* NFS mobility PHASE I, II & III (phase VI, and V pending):alfred2004-07-069-98/+271
* Temporarily lower WARNS to 3 while I figure out the alignment issues ondes2004-07-061-1/+1
* In the spirit of amd64/include/stdarg.h rev 1.6; add __va_copyobrien2004-07-061-0/+3
* Catch up with the new world order of Netgraph metas.ru2004-07-061-15/+3
* Temporarily disable preemption in SCHED_ULE due to reported panics andrwatson2004-07-061-0/+2
* Use the proper type and then cast on assignment. This fixes warning whennjl2004-07-061-2/+4
* Use M_ZERO instead of bzero().bms2004-07-061-2/+1
* Be consistent and use bzero() instead of memset().bms2004-07-061-1/+1
* Use M_ZERO instead of memset() (!).bms2004-07-061-2/+1
* Use M_ZERO instead of bzero().bms2004-07-061-2/+1
* Add 32-bit framebuffer support. Tested on PearPC at lo-res, too painfulgrehan2004-07-062-29/+130
* Replace a bzero() after malloc() with M_ZERO.bms2004-07-061-2/+1
* Style.bms2004-07-061-13/+15
* Eliminate unneeded return keywords.bms2004-07-061-34/+1
* Whitespace passbms2004-07-061-54/+54
* Style changes to pmap_extract().alc2004-07-062-10/+6
* Properly brucify a string by outdenting it.bms2004-07-061-2/+2
* - Correct pmap_extract()'s return type. It should be vm_paddr_t, notalc2004-07-052-8/+4
* Correct pmap_extract()'s return type. It should be vm_paddr_t, notalc2004-07-054-4/+4
* Whitespace nitbms2004-07-052-2/+2
* Eliminate redundant return keywords.bms2004-07-052-58/+0
* Whitespace pass.bms2004-07-052-80/+78
* style(9):bms2004-07-052-150/+150
* Eliminate redundant return keywords.bms2004-07-052-96/+0
* Whitespace nitsbms2004-07-054-58/+58
* style(9) pass on prototypes.bms2004-07-052-42/+54
OpenPOWER on IntegriCloud