summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Under DIAGNOSTIC, complain if a timeout(9) routine took more than 1msec.phk2002-09-041-4/+23
* On the ElanSC520 CPU use general purpose timer#2 as timecounter.phk2002-09-041-0/+19
* Change the support for AMDs ElanSC520 CPU from being a device driver tophk2002-09-048-94/+63
* Do not employ timecounter hardware if our hz does not support theirphk2002-09-041-2/+10
* Function prototypes don't need 'extern'.jhb2002-09-042-12/+12
* Don't let children attach fast interrupts if the parent interrupt is normal.phk2002-09-041-2/+2
* Make consistent; turn spaces into tabs where there is a mixture.markm2002-09-042-42/+42
* Bring back the PUC_FASTINTR option, and implement it correctly so thatphk2002-09-042-2/+13
* Give up on calling tc_ticktock() from a timeout, we have timeoutphk2002-09-043-4/+9
* Add in_hosteq() and in_nullhost() macros to make life of developerssobomax2002-09-041-0/+3
* Sigh. The fix to the suspend code wasn't complete, since the resumescottl2002-09-041-2/+2
* More in the continuing saga of phk vs his strange serial card.imp2002-09-041-80/+20
* Alright, fix the problems with the elf loader for the Alpha. It turnsdillon2002-09-041-8/+18
* Fix up a comment.jhb2002-09-041-2/+2
* Use resource_list_print_type() instead of duplicating the code injhb2002-09-044-132/+12
* - Make pci_load_vendor_data() static and do it during MOD_LOAD instead ofjhb2002-09-043-19/+16
* Use resource_list_print_types() instead of duplicating the code.jhb2002-09-041-40/+4
* Make the text segment locating heuristics from rev 1.121 more reliablepeter2002-09-031-15/+10
* - Change falloc() to acquire an fd from the process table last so thatjhb2002-09-031-108/+102
* - Move $FreeBSD$ to the top of the file.jhb2002-09-031-2/+21
* Add some KASSERT()'s to ensure that we don't perform spin mutex ops onjhb2002-09-032-8/+32
* Remove aic7xxx from the module build framework until all bootstrappinggibbs2002-09-031-1/+0
* In the kernel code, we have the tsleep() call with the PCATCH argument.davidxu2002-09-034-13/+93
* Remove a debug printf.phk2002-09-031-2/+2
* Drop another cookie to wet Warners appetite:phk2002-09-031-0/+6
* Fix interrupt registration:phk2002-09-031-10/+3
* Style: fix a function whitespace stuff-up. Remove a debugging printf.phk2002-09-031-2/+3
* Style: move a global variable up to the top of the file.phk2002-09-031-3/+2
* Don't probe the interrupt on puc(4) attached devices.phk2002-09-031-1/+1
* - Improve AC97 presence check and move it from fm801_attach() to fm801_probe();sobomax2002-09-031-14/+93
* Turn off usage of SMP style locking until we sort out CAM.mjacob2002-09-032-21/+72
* Make this compilepeter2002-09-031-1/+3
* Don't do transition locking (i.e., CAM->MPT->CAM)- Peter claimed that ia64mjacob2002-09-031-0/+10
* Now that _BSD_CLK_TCK_ and _BSD_CLOCKS_PER_SEC_ are the same on allmike2002-09-036-321/+0
* Remove an unneeded PROC_LOCK, which caused lock recursion panics.jake2002-09-021-1/+1
* Use the new kern_*() functions to avoid using the stack gap iniedowse2002-09-022-90/+49
* Align _BSD_CLK_TCK_ and _BSD_CLOCKS_PER_SEC_ with most othermike2002-09-021-2/+2
* Split up __getcwd so that kernel callers of the internal versioniedowse2002-09-022-18/+32
* Align _BSD_CLK_TCK_ and _BSD_CLOCKS_PER_SEC_ with most othermike2002-09-021-2/+2
* Split fcntl() into a wrapper and a kernel-callable kern_fcntl()iedowse2002-09-022-65/+84
* Hook up libkern/strlcpy.c and libkern/strlcat.c after repocopy.brooks2002-09-022-0/+4
* Make SCSI_DELAY setable at boot time and runtime via thebrooks2002-09-026-25/+89
* Grammer cleanupdillon2002-09-021-2/+2
* fix bogus CTR3 message.davidxu2002-09-021-1/+1
* o Remove an initialized but unused variable from pmap_remove_all().alc2002-09-021-2/+0
* Moved elf brand identification into a function. Fully identify thejake2002-09-021-105/+75
* o Synchronize updates to struct vm_page::cow with the page queues lock.alc2002-09-022-7/+8
* Fixed more indentation bugs.jake2002-09-021-3/+3
* Remove NOFORTH=yes, it seems to work now thanks to scottl.jake2002-09-021-1/+0
* Continue de-counting i4b. Devices i4bctl, i4bcapi, iavc, i4bq921,brooks2002-09-0286-512/+70
OpenPOWER on IntegriCloud