summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Merged from sys/isa/fd.c revision 1.187.kato2000-09-152-2/+10
* Merged from sys/i386/isa/sio.c revision 1.314.kato2000-09-152-0/+2
* Merged from sys/i386/isa/clock.c revision 1.157.kato2000-09-153-21/+21
* Merged from sys/i386/i386/machdep.c revision 1.408.kato2000-09-152-12/+12
* Moved the fe driver from the compat section to the correct section.nyan2000-09-152-4/+4
* Check to see if we actually have an interrupt descriptor and an interruptjhb2000-09-152-0/+42
* Add acpi_send_pm_event() to inform all devices that the system isiwasaki2000-09-142-3/+63
* Enforce process limit policy in one place to keep proccnt from divergingtruckman2000-09-141-2/+2
* Add pmtimer instance.iwasaki2000-09-142-0/+4
* Add Timer device driver for power management events.iwasaki2000-09-146-160/+154
* Grab the scheduler lock before calling setrunqueue() and mi_switch().jhb2000-09-141-0/+2
* With the help of 'Eric Christeson <echriste@ssesco.com>', determinedmjacob2000-09-141-1/+1
* m_cat() can free its second argument, so collect the checksum informationjlemon2000-09-141-1/+1
* Remove the mtx_t, witness_t, and witness_blessed_t types. Instead, justjhb2000-09-1418-316/+311
* Pipes are not writeable while a direct write is in progress. However,jlemon2000-09-141-1/+1
* Take out the RANDOMDEV option. The entropy device is a (pseudo-)devicemarkm2000-09-141-1/+0
* Add function comments for functions missing themeivind2000-09-142-2/+58
* Blow away COMPAT_43 support for mounteivind2000-09-142-42/+0
* GC vax-only codeeivind2000-09-141-47/+0
* Install the kernel KLM as "kernel" by default.obrien2000-09-144-4/+4
* Follow the hints from PHK's new messages- only make_dev for a devicemjacob2000-09-141-12/+12
* Follow BSD/OS and NetBSD, keep the ip_id field in network order all the time.ru2000-09-1412-24/+9
* Change "KTR_COMPILE & m" to "KTR_COMPILE & (m)" to allow more flexibledfr2000-09-141-12/+12
* Don't release Giant for db_nofault exceptions since it isn't held whendfr2000-09-141-1/+0
* - Newbus'ify and bus_space'ify.nyan2000-09-1411-6833/+3045
* - Changed the structure name (struct disk -> struct softc).nyan2000-09-141-420/+61
* Add Quicknet LineJACK and PhoneJACK cardsroger2000-09-141-0/+1
* Activate the rest of the aac driver, otherwise even GENERIC fails to build.peter2000-09-131-0/+3
* - Remove the inthand2_t type and use the equivalent driver_intr_t type fromjhb2000-09-1332-285/+208
* - Fix spinlock exiting to handle recursion properly and only enablejhb2000-09-132-10/+14
* - Fix spinlock exits to properly handle the recursion count and onlyjhb2000-09-131-43/+59
* Import the global sched_lock variable instead of using a private copy. Thisjhb2000-09-131-0/+1
* Fix a comment, we have mutexes now instead of a single lock.jhb2000-09-131-1/+1
* Add back in obtaining/releasing Giant around interrupt handlers.jhb2000-09-131-0/+10
* Be more careful about cleaning up the stack after function calls earlybde2000-09-133-33/+48
* Fixed hang on booting with -d. mtx_enter() was called on an uninitializedbde2000-09-135-24/+18
* Merged from sys/isa/sio.c revision 1.312.kato2000-09-132-0/+18
* Merged from sys/i386/conf/GENERIC revision 1.275.kato2000-09-131-1/+1
* Merged from sys/i386/conf/GENERIC revision 1.274.kato2000-09-131-1/+1
* Unlock current directory when calling VFS_ROOT() because underlyingbp2000-09-131-3/+10
* Add ID for 3C1. It is a etherlink iii in a CompactFlash form factor.imp2000-09-131-1/+4
* A new driver for PCI:SCSI RAID controllers based on the Adaptec FSAmsmith2000-09-1317-1/+4787
* Take out some unneeded debugging code and re-enable panic()'ing if we spinjhb2000-09-131-14/+6
* Merge changes from the i386 port to allow userret() to be called bothdfr2000-09-121-11/+37
* * Redo the cmpset inlines to use one less register. This incidentallydfr2000-09-121-22/+156
* Really disable interrupts for spin mutexes instead of just pretending.dfr2000-09-122-16/+12
* Use size_t instead of u_int for 4th argument to copyinstr().jhb2000-09-121-1/+1
* New world order wrt to kernel location and name. This doesn't actuallydcs2000-09-121-2/+2
* Clean up process accounting some more. Unfortunately, it is still notjhb2000-09-128-140/+110
* Quick fix for hang on booting with -d. mtx_enter() was called beforebde2000-09-123-6/+12
OpenPOWER on IntegriCloud