summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add vop_listextattr(), similar to vop_getextattr() but without arwatson2003-06-051-0/+12
* Don't special-case handling of the empty string in the UFS1rwatson2003-06-051-4/+1
* fix typo (how did this get committed?)sam2003-06-041-1/+1
* Change the second (and last) argument of cpu_set_upcall(). Previouslymarcel2003-06-041-1/+1
* Fix the dreaded double counting that was present on alpha as well andmarcel2003-06-041-17/+21
* Change the second (and last) argument of cpu_set_upcall(). Previouslymarcel2003-06-0410-22/+21
* Batton down the hatches!!!jhb2003-06-041-1/+1
* - Add further vm object locking to vm_object_deallocate(), specifically,alc2003-06-041-2/+12
* - Add VM_OBJECT_TRYLOCK().alc2003-06-041-0/+1
* Introduce g_provider_by_name() function, and use it.phk2003-06-043-10/+21
* Make this a true GEOM class:phk2003-06-041-751/+294
* detach RNG test facility on device detachsam2003-06-041-0/+4
OpenPOWER on IntegriCloud