summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add back some now needed #include <sys/systm.h>phk2000-12-0732-12/+36
* Build the sym driver as a kernel module.alex2000-12-071-0/+9
* Remove unneeded include of <pci.h>alex2000-12-071-1/+0
* Create a pmtimer device instance for GENERIC and NEWCARD kernels by default.iwasaki2000-12-073-0/+3
* Add Isochronus transfer mode support required byroger2000-12-071-13/+180
* Non functional change.roger2000-12-071-70/+21
* Add support for compiling ray driver.imp2000-12-071-0/+9
* Fix broken register restraints that needlessly clobbered registers %ecxjhb2000-12-072-26/+26
* Convert from spl -> mutex.archie2000-12-072-39/+35
* Partially re-write T2 chipset support based on Tru64 platform supportgallatin2000-12-075-99/+454
* Really fix phys_pager:alfred2000-12-061-31/+36
* Add necessary bwillwrite() in writev() entry point.dillon2000-12-062-3/+4
* Untangle vfsinit() a bit. Use seperate sysinit functions rather thanpeter2000-12-066-32/+29
* Simplify this a bit so that it doesn't have to generate silly redundantpeter2000-12-062-28/+6
* This is kind of a nasty hack, but it appears to solve the Compaq DL360peter2000-12-067-14/+91
* Pass RFSTOPPED to fork1() in kthread_create() to avoid a race conditionjhb2000-12-061-1/+9
* - Add in PROC_LOCK() and PROC_UNLOCK() macros. For now these do simplejhb2000-12-061-2/+14
* Protect accesses to member of struct proc with the proc lock.jhb2000-12-066-4/+24
* Move io_apic_{read,write} from apic_ipl.s (where they do not belong) intopeter2000-12-065-41/+32
* Restore a sense of cleanly supporting multiple platforms. That is,mjacob2000-12-062-36/+95
* Move $FreeBSD id up to top of file for multi-OS ease of support reasons.mjacob2000-12-061-1/+1
* GC unused assembler function apic_eoi()peter2000-12-064-10/+0
* Add in #include of <sys/lock.h> since it was axed from <sys/proc.h>.jhb2000-12-061-0/+1
* Add forgotten SYSCALL_MODULE_HELPER() for msgsys() syscall.alfred2000-12-051-0/+1
* need to adjust allocation size to properly deal with non PAGE_SIZEalfred2000-12-051-1/+1
* 1. Several style cleanups:jhb2000-12-051-159/+102
* Move the wakeup/signaling of the reader side of the tun device intojlemon2000-12-051-9/+18
* Merged from sys/i386/isa/clock.c revision 1.164.kato2000-12-053-0/+15
* Merged from sys/i386/i386/machdep.c revision 1.424.kato2000-12-052-28/+0
* Merged from files.i386 revision 1.339.kato2000-12-051-0/+1
* Merged from files.i386 revisions 1.337 and 1.338.kato2000-12-051-1/+1
* Add support for COMPAT_LINUX and DEBUG_LINUX. Make the OSF1marcel2000-12-052-2/+37
* Minor cleanups:marcel2000-12-051-8/+3
* Make osendsig global. It's used by the Linuxulator.marcel2000-12-051-1/+3
* Update Makefile to follow acpica-1115 import.takawata2000-12-052-2/+2
* Only call ISP_UNLOCK/ISP_LOCK if isp->isp_osinfo.intsok in USEC_SLEEP.mjacob2000-12-051-6/+10
* Replace some more printfs with isp_prt's. Use isp_prt/ISP_LOGDEBUG0mjacob2000-12-051-31/+31
* Remove more printfs and use either isp_prt or device_printf. Remembermjacob2000-12-052-68/+74
* Remove call to bzero after MALLOC and instead add M_ZEROmarcel2000-12-051-2/+1
* Start to make code more generic so it can be used by the pccbb driverimp2000-12-052-22/+19
* Remove the last of the MD netisr code. It is now all MI. Removejake2000-12-0513-142/+32
* ACPI HID's aren't limited to 7 characters. Don't check the length of themsmith2000-12-051-2/+2
* Initialize/grab the mutex earlier in the attach phase, so thatwpaul2000-12-0417-43/+50
* Cleanup some leftover lint from the old interrupt system.peter2000-12-0430-728/+176
* Turn off the load_eject bit in cdstartunit(). It causes an `Invalidjoerg2000-12-041-1/+1
* Fix for vanilla PC164 systems to use a slightly different PALcode magicmjacob2000-12-042-2/+39
* (1) Allow a stray lock prefix to be compiled out with thejake2000-12-042-32/+48
* Whitespace. Fix indentation, align comments.jake2000-12-041-17/+17
* Whitespace. Fix an overly long line.jake2000-12-041-2/+2
* Remove if defined(tahoe) cobwebs.jake2000-12-041-4/+0
OpenPOWER on IntegriCloud