summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix things so that:mjacob2002-09-014-34/+278
* Add a missing #include <sys/lockmgr.h>.iedowse2002-09-011-0/+1
* Minor fixupsscottl2002-09-011-1/+4
* Sync up: remove device counts.marcel2002-09-011-2/+2
* Use the new kern_* functions to avoid the need to store argumentsiedowse2002-09-018-382/+292
* Added fields for VM_MIN_ADDRESS, PS_STRINGS and stack protections tojake2002-09-0121-87/+302
* Restore Rev. 1.40 (remove "Keyboard yes/no" printf).kan2002-09-012-2/+2
* Add a new function linux_emul_convpath(), which is a version ofiedowse2002-09-012-32/+64
* Split out a number of mostly VFS and signal related syscalls intoiedowse2002-09-017-216/+591
* Remove drm_linux.h, move the two useful defines into drm_drv.h. Use fd lockinganholt2002-09-013-167/+73
OpenPOWER on IntegriCloud