summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
...
* Recognize new Pentium III Xeon (stepping A0).kato2000-09-261-0/+1
* Formatting fix on ACPI options. Sort them, comment out negative options.iwasaki2000-09-251-4/+4
* Fix the assmebly mutex macros to handle saving/restoring interrupt statejhb2000-09-241-7/+21
* Move MAXCPU from machine/smp.h to machine/param.h to fix breakageps2000-09-233-15/+5
* #include <sys/proc.h> in order to get curproc. This seems to be the lesserjasone2000-09-231-3/+2
* Remove the NCPU, NAPIC, NBUS, NINTR config options. Make NAPIC,ps2000-09-2217-189/+182
* Teach MTX_EXIT_RECURSE that the recursion count is a 32-bit integer,jhb2000-09-221-3/+3
* Implement halt-on-idle in the !SMP case, which should significantlymsmith2000-09-222-10/+37
* Add a couple of debug register helper functions to assist in settingbsd2000-09-212-0/+10
* Fix LINT breakage by options ACPI_NO_OSDFUNC_INLINE.iwasaki2000-09-211-4/+4
* Add in and document two new debugging options used in the mutex code:jhb2000-09-211-0/+8
* Add in documentation and examples of the KTR kernel config options.jhb2000-09-211-0/+19
* Add a new driver for the AMD PCnet/FAST, FAST+ and Home PCI adapters.wpaul2000-09-201-0/+1
* Mention the AAC_COMPAT_LINUX optionmsmith2000-09-191-0/+5
* Better error message when booting an SMP kernel on an UP system.eivind2000-09-191-1/+1
* Document ENABLE_VFS_IOOPTeivind2000-09-191-1/+12
* Allow the user to make direct BIOS intcalls (via vm86 system) if theyjlemon2000-09-191-2/+2
* Fix cut'n'paste bogon.des2000-09-181-1/+1
* Brought back schedsofttty() (SMPng casualty). Didn't bring back thebde2000-09-171-10/+7
* Make LINT link.phk2000-09-161-0/+4
* Make LINT compile.phk2000-09-161-1/+1
* Make LINT compile.phk2000-09-161-1/+1
* - Add a new process flag P_NOLOAD that marks a process that should bejhb2000-09-151-0/+1
* Moved the fe driver from the compat section to the correct section.nyan2000-09-151-2/+2
* Check to see if we actually have an interrupt descriptor and an interruptjhb2000-09-151-0/+21
* Add pmtimer instance.iwasaki2000-09-141-0/+2
* Add Timer device driver for power management events.iwasaki2000-09-145-160/+153
* Remove the mtx_t, witness_t, and witness_blessed_t types. Instead, justjhb2000-09-143-37/+35
* - Newbus'ify and bus_space'ify.nyan2000-09-142-4398/+0
* - Remove the inthand2_t type and use the equivalent driver_intr_t type fromjhb2000-09-1310-129/+65
* Be more careful about cleaning up the stack after function calls earlybde2000-09-131-11/+16
* Fixed hang on booting with -d. mtx_enter() was called on an uninitializedbde2000-09-132-10/+8
* A new driver for PCI:SCSI RAID controllers based on the Adaptec FSAmsmith2000-09-132-0/+6
* Take out some unneeded debugging code and re-enable panic()'ing if we spinjhb2000-09-131-14/+6
* Clean up process accounting some more. Unfortunately, it is still notjhb2000-09-123-54/+42
* Quick fix for hang on booting with -d. mtx_enter() was called beforebde2000-09-121-2/+4
* Don't panic for delivery of a multiplexed SWI. Most SWI handlersbde2000-09-121-1/+4
* Turn the /dev/random device into a (pseudo-)device, not an option.markm2000-09-123-3/+3
* Move tx to the list of drivers that now require miibus.billf2000-09-111-1/+1
* Sign tx driver as using miibus code.semenu2000-09-111-2/+2
* When doing statistics for statclock on other CPU's, use the other CPUs'jhb2000-09-113-9/+9
* Provide keyboard entropy harvesting for PCVT users.markm2000-09-102-0/+5
* Style cleanups. No functional changes.jasone2000-09-091-42/+37
* Add file and line arguments to WITNESS_ENTER() and WITNESS_EXIT, sincejasone2000-09-091-14/+14
* Add a comment, that a LINT file can be produced from NOTES viaalex2000-09-091-0/+3
* Remove unused variables.des2000-09-091-1/+0
* Add stat, uptime and version.des2000-09-094-22/+151
* Rename mtx_enter(), mtx_try_enter(), and mtx_exit() and wrap them with cppjasone2000-09-082-69/+81
* Remove an unneeded extern declaration of cp_time.jhb2000-09-083-6/+0
* Fixed the softintr macro which directly accessed ipending.kato2000-09-081-6/+6
OpenPOWER on IntegriCloud