summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* - 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
* Don't use vm_object_set_flag() to initialize the vm object's flags.alc2003-06-091-1/+1
* On a socket creation error, don't close the socket.hsu2003-06-091-1/+2
* - Add a simple CPU load balancing algorithm. This works by executing once ajeff2003-06-091-7/+95
* - Properly handle the paging_in_progress case on two vm objects inalc2003-06-081-26/+16
* Revert part of rev 1.43. We want to fail gracefully if there is no packetdes2003-06-081-0/+3
* Don't route PCI irq on pc98.nyan2003-06-081-1/+1
* Add ADMtek ADM9511 and ADM9513 device ID's.mbr2003-06-084-0/+16
* The .Fn functioncharnier2003-06-081-4/+6
* Lock the vm object when performing vm_page_grab().alc2003-06-081-2/+2
* Add help file for pc98.nyan2003-06-082-1/+47
* Enable new boot menu.nyan2003-06-081-1/+2
* Don't load the acpi module.nyan2003-06-082-1/+34
* Set arch-pc98 env to true for pc98.nyan2003-06-082-1/+6
* Note that scbus is required for SCSI, not just "required" in general.jmallett2003-06-086-6/+6
* - When a new thread is added to a kseq the load is incremented prior tojeff2003-06-081-5/+20
OpenPOWER on IntegriCloud