summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Lock the kernel object in kmem_alloc().alc2003-06-071-0/+2
* Teach vm_page_grab() how to handle the vm object's lock.alc2003-06-071-4/+16
* This commit was generated by cvs2svn to compensate for changes in r115990,obrien2003-06-071-0/+1361
|\
| * Vendor import emu10k1.h from version 0.9.4 of the ALSA driver (whichobrien2003-06-071-0/+1361
* | MFp4:imp2003-06-072-54/+13
* | MFP4:imp2003-06-072-0/+88
* | Assert that the vm object is locked on entry to swap_pager_freespace().alc2003-06-071-1/+1
* | Simplify the power code somewhat (this makes the module about 100imp2003-06-072-85/+34
* | Implement OF_interpret.jake2003-06-072-2/+34
* | - Declare sparc64_memreg and sparc64_nmemreg in machine/ofw_mem.h.jake2003-06-074-8/+11
* | BKPT_INST is supposed to be a breakpoint, not 0.jake2003-06-071-1/+1
* | Use the same SEARCH_DIR as other platforms.jake2003-06-071-1/+1
* | Add ${AFLAGS} to 'as' invocation.obrien2003-06-074-4/+4
* | Improve the root-dev prompt facility for printing devices which couldphk2003-06-073-20/+9
* | Wait for everything to settle before we try to print the list ofphk2003-06-071-0/+1
* | Make sure we return an error message if the geom parameter is notphk2003-06-071-8/+8
* | Fix the setup of old Promise controllers, clocks was not setup rightsos2003-06-072-15/+23
* | - Adjust the comment about re-routing PCI interrupts to be lessjhb2003-06-071-7/+11
* | Reinstate the bug fix in revision 1.2 as it is correct. The errors I sawjhb2003-06-071-8/+6
* | Polishing and nitpicking.phk2003-06-071-16/+19
* | Drop a memory-corruption debugging test-tool.phk2003-06-072-17/+0
* | Add missing va_end() calls.phk2003-06-075-7/+15
* | Sanitize the LABELSECTOR & LABELOFFSET definitions:phk2003-06-071-19/+1
* | MFi386: revisions 1.13 and 1.14.nyan2003-06-071-5/+15
* | MFi386: revision 1.30.nyan2003-06-071-2/+5
* | Fixed compile error.nyan2003-06-072-4/+4
* | Don't use a C compiler to assemble a pure asm file.obrien2003-06-071-1/+7
* | Gah! Set LABELSECTOR and LABELOFFSET correctly for amd64. This mightpeter2003-06-071-1/+1
* | pmap_find_vhpt() has been observed to return a NULL pointer whenmarcel2003-06-071-10/+11
* | If we get a fault in the gateway page, which would happen if we trymarcel2003-06-071-2/+5
* | Pass the vm object to vm_object_collapse() with its lock held.alc2003-06-072-10/+7
* | When single stepping, only leave ENBUSFREE enabledgibbs2003-06-062-4/+4
* | Clear stale PCI errors during our test forgibbs2003-06-062-8/+27
* | Work around SCSI spec violation by the Quantum Atlas 10K.gibbs2003-06-062-36/+70
* | aic7770.c:gibbs2003-06-067-155/+58
* | Use TRAPF_USERMODE() to replace an equivalent check in trap(). Whilemarcel2003-06-061-3/+2
OpenPOWER on IntegriCloud