summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* fixup sysctl by fsid nodealfred2004-07-081-2/+2
* All hell breaks loose if the loader image is released beforegrehan2004-07-081-1/+3
* Correctly calculate size of memory to be mapped when copying. Removalgrehan2004-07-081-1/+3
* Extract entry point from elf header before releasing the heap.grehan2004-07-081-1/+3
* struct mount->mnt_data has been a qaddr_t since '94 (rev 1.1),alfred2004-07-081-1/+1
* MFi386: various io apic cleanupspeter2004-07-083-54/+147
* MFi386: use rman access methods instead of groping around insidepeter2004-07-081-4/+5
* MFi386: whitespace nit fix (spare blank line)peter2004-07-081-1/+0
* MFi386: fix up CR0 settingspeter2004-07-081-23/+7
* MFi386: 1.57: transparently respect alignment/boundary tagspeter2004-07-081-11/+47
* Make bluetooth compile on all platformsemax2004-07-071-6/+3
* 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
OpenPOWER on IntegriCloud