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