summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add probe entry for the 284X with BIOS disabled.gibbs2003-06-061-3/+8
* Constify a string used in our EISA probe tables.gibbs2003-06-061-4/+4
* Have TRAPF_USERMODE() take into account that the gateway page is notmarcel2003-06-061-2/+8
* Attempt to crunch down the thread state info so that it is more likely tojulian2003-06-061-6/+15
* When setting fragment queue pointers to NULL, or comparing them withrwatson2003-06-061-3/+3
* - Rename nexus_pcib to legacy_pcib. I've been meaning to do this for ajhb2003-06-062-56/+61
* - Use IDTVEC() to declare IPI handlers since they are also IDT vectors.jhb2003-06-063-60/+42
* Use the secondary bus number instead of the number of the bus the PCI-PCIjhb2003-06-061-1/+5
* - Document the thermal and performance counter LVT entries in the localjhb2003-06-063-9/+15
* Handle the TDS_INACTIVE state by printing '[INACTIVE]' instead ofjhb2003-06-061-1/+4
* Whitespace nits.jhb2003-06-061-2/+3
* Tweak make values and targets not to build kgzldr.o atkuriyama2003-06-061-4/+8
* Correct the man section number in references to kldstat(8).yar2003-06-061-2/+2
* Add macros for kernel debugging. These have been around for agrog2003-06-064-0/+1104
* Add two of three workarounds for interrupt storms for o2micro parts asimp2003-06-063-14/+152
* thread_signal_add now is called with ps_mtx held, unlock it beforedavidxu2003-06-062-6/+10
* Fix NFS file swapping, I broke it 3 months ago it seems.phk2003-06-051-6/+6
* - Extend the scope of the backing object's lock in vm_object_collapse().alc2003-06-051-2/+4
* Add support for Quad port adapterpdeuskar2003-06-055-374/+488
* Protect read-modify-write increment of f_count field with file lock.hsu2003-06-051-1/+1
* Implement ffs_listextattr() by breaking out that logic and special-casedrwatson2003-06-051-32/+88
* If a system call comes in requesting to retrieve an attribute namedrwatson2003-06-052-2/+26
OpenPOWER on IntegriCloud