summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* GC unused cpu_wait() functionpeter2003-06-119-43/+0
* Don't overflow when calculating vm_kmem_size. This fixes kmem_mapps2003-06-111-4/+4
* Remove all files. They're now in tools/debugscripts.grog2003-06-114-1104/+0
* Add the comment I meant to add about not passing in PCATCH to therwatson2003-06-111-0/+8
* Fix error in my last commit. Correctly maintain p_maxthrwaits and unlockdavidxu2003-06-112-10/+16
* Use __FBSDID().obrien2003-06-11145-263/+449
* Use __FBSDID().obrien2003-06-1133-55/+99
* Use __FBSDID().obrien2003-06-1120-60/+60
* Use __FBSDID().obrien2003-06-1033-111/+100
* Use __FBSDID().obrien2003-06-107-32/+21
* Use __FBSDID().obrien2003-06-1025-86/+76
* Use __FBSDID().obrien2003-06-1019-53/+67
* Don't start the beastie menu if the 'beastie_disable' variable is set toscottl2003-06-101-1/+11
* Use __FBSDID().obrien2003-06-1024-58/+78
* Use __FBSDID().obrien2003-06-1028-82/+119
* - Finish vm object and page locking in vnode_pager_setsize().alc2003-06-101-26/+21
* Use __FBSDID().obrien2003-06-1012-24/+40
* Use __FBSDID().obrien2003-06-105-11/+18
* Use __FBSDID().obrien2003-06-1023-47/+70
* Use __FBSDID().obrien2003-06-106-15/+17
* Use __FBSDID().obrien2003-06-1010-17/+29
* Use __FBSDID().obrien2003-06-1040-79/+113
* Fix typo in the previous revision.simokawa2003-06-101-1/+1
* Use __FBSDID().obrien2003-06-102-3/+5
* Sync perforce IDs.gibbs2003-06-105-5/+5
* Fix struct bus_info on big-endian machines.simokawa2003-06-101-3/+20
* Add tx_speed sysctl variable.simokawa2003-06-101-1/+4
* If there are signals delivered to current thread, breaks out of loop,davidxu2003-06-102-8/+6
* Revert last commit, I have no idea what happened.phk2003-06-091-1/+1
* Remove embededded ID string which was meant to provide informationse2003-06-091-6/+0
* style(9).mux2003-06-091-12/+20
* Add new geom_ccd modulephk2003-06-092-0/+9
* remove old CCD modulephk2003-06-092-9/+0
* Wait for the real interval timer callout handler to finish executing if itjhb2003-06-092-2/+14
* The issetugid() function is MPSAFE.jhb2003-06-091-1/+1
* Track the resource id of the memory port instead of just assuming thatscottl2003-06-091-3/+6
* A white-space nit I noticed.phk2003-06-091-1/+1
* Update the vm object and page locking in exec_map_first_page(). Mark thealc2003-06-091-9/+15
* GEOMification of CCD.phk2003-06-093-1443/+2
* - Add vm object locking to vm_pgmoveco().alc2003-06-091-2/+5
* Merge NetBSD bktr_core.c rev. 1.26:fjoe2003-06-091-2/+2
* Fix error handling for ENOMEM style issues.phk2003-06-091-21/+9
* Add two more Vendor ID's for Leadtek Winfast TV 2000fjoe2003-06-091-1/+5
* Attempt to fix Alpha build by renaming ident[] to kern_ident[].jmallett2003-06-093-3/+3
* When we re-route a PCI interrupt, write the new IRQ value into the intlinejhb2003-06-091-2/+3
* - Add a td_pflags field to struct thread for private flags accessed only byjhb2003-06-095-29/+27
* Add a comment to de-obfuscate the meaning of the PQ_CACHESIZEhmp2003-06-091-0/+1
* Expose kern.ident by way of OID_AUTO.jmallett2003-06-092-3/+4
* Make kernel identification (`ident' in the config(8) driver) available tojmallett2003-06-092-1/+6
* Hold the vm object's lock when performing vm_page_lookup().alc2003-06-091-0/+2
OpenPOWER on IntegriCloud