summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Add msk(4) to the list of drivers supported by GENERIC kernel.yongari2006-12-131-0/+1
* Give Host-PCI bridge drivers their own pcib_alloc_msi() andjhb2006-12-122-5/+47
* Sort function prototypes.jhb2006-12-121-1/+1
* Replace a few magic numbers.jhb2006-12-121-2/+2
* Add a function to return the MD interrupt source cookie associated withjhb2006-12-121-3/+3
* Allow machdep.cpu_idle_hlt to be set from the loader. This should allowsobomax2006-12-061-0/+1
* Threading cleanup.. part 2 of several.julian2006-12-061-5/+1
* Optimized RTC accesses by avoiding null writes to the index registerbde2006-12-031-9/+16
* Turn console printf buffering into a kernel option and only onjb2006-11-301-1/+0
* Tweak the comment about mapping a kernel using large pages.ru2006-11-251-3/+3
* The global variable avail_end is redundant and only used once. Eliminatealc2006-11-193-9/+6
* - Add macro constants for the various fields in %dr7 and use them in placejhb2006-11-173-36/+52
* Trim some noise from bootverbose:jhb2006-11-172-14/+13
* A few more style fixes.jhb2006-11-171-5/+4
* o Make pv_maxchunks no less than maxproc. This helps to survive amaxim2006-11-161-1/+1
* Various whitespace and style fixes.jhb2006-11-153-44/+42
* Fix a typo that broke MSI (MSI-X worked fine) in the later revisions ofjhb2006-11-151-1/+1
* MD support for PCI Message Signalled Interrupts on amd64 and i386:jhb2006-11-137-4/+669
* Fix NKPT comments to match reality. Note that the current valueru2006-11-131-3/+6
* Fix a comment.ru2006-11-131-1/+1
* Make pmap_enter() responsible for setting PG_WRITEABLE insteadalc2006-11-121-1/+3
* Merge posix4/* into normal kernel hierarchy.trhodes2006-11-113-3/+3
* Don't dump the $PIR table under bootverbose. The pirtool program injhb2006-11-091-39/+0
* Spelling.ru2006-11-071-1/+1
* Remove old XXX comment about possibly adding a print_Intel_info() functionjhb2006-11-071-8/+0
* Remove duplicate IDTVEC macro definition, it's already defined injhb2006-11-071-2/+0
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningrwatson2006-11-067-17/+22
* Remove the KDTRACE option again because of the complaints about havingjb2006-11-041-3/+0
* Build in kernel support for loading DTrace modules by default. Thisjb2006-11-041-0/+3
* Add a cnputs() function to write a string to the console withjb2006-11-011-0/+1
* Fix Typo.takawata2006-10-311-1/+1
* Add conf file entries for acpi_aiboost drivers.takawata2006-10-301-0/+3
* regen after linux_io_* backoutnetchild2006-10-293-47/+8
* Backout the linux aio stuff. Several problems where identified and thenetchild2006-10-292-7/+5
* Removed some SMP ifdefs so that using the TSC as a cputime clock isbde2006-10-291-9/+10
* regen (prctl addition)netchild2006-10-283-5/+9
* i386/include/profile.h:bde2006-10-281-5/+1
* MFP4:netchild2006-10-282-2/+2
* In MCOUNT_OVERHEAD(label), actually use the `label' parameter. We werebde2006-10-281-1/+1
* Cleaned up includes. <machine/profile.h> was unused. <machine/timerreg.h>bde2006-10-281-7/+4
* Removed all traces of HIDENAME() in amd64 and i386 kernel code. Usingbde2006-10-282-23/+12
* Don't call mexitcount or provide a stub mexitcount to call whenbde2006-10-272-11/+4
* Remove the KSE option now that it's in DEFAULTS on these arches/machines.jb2006-10-261-1/+0
* Add 'options KSE' to the kernel config DEFAULTS on all arches/machinesjb2006-10-261-0/+3
* Make KSE a kernel option, turned on by default in all GENERICjb2006-10-263-0/+9
* Move "device splash" back to MI NOTES and "files", it's MI.ru2006-10-231-2/+0
* Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.hrwatson2006-10-222-2/+3
* Eliminate unnecessary PG_BUSY tests.alc2006-10-221-1/+1
* Fix a recent regression regarding valid signals.netchild2006-10-201-1/+1
* Move more MD devices and options out of MI NOTES.des2006-10-201-6/+57
OpenPOWER on IntegriCloud