summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* 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
* Don't show debug registers in "show registers". Special registers shouldbde2006-10-201-1/+2
* The VGA_DEBUG option only exists on {amd64,i386,ia64}.des2006-10-201-0/+3
* Add missing acpi_wakecode.o: assym.s dependency, so that if assym.sru2006-10-191-1/+1
* Remove references to pccard.confimp2006-10-191-2/+2
* o Add keyword volatile for user mutex owner field.davidxu2006-10-171-2/+2
* regen (linux AIO stuff)netchild2006-10-153-8/+47
* MFP4 (with some minor changes):netchild2006-10-152-5/+7
* MFP4 (106538 + 106541):netchild2006-10-152-0/+11
* Revert my previous commit, I mismerged this to the wrong place.netchild2006-10-151-1/+0
* MFP4 (106541): Fix the clone05 test in the LTP.netchild2006-10-151-0/+1
* MFP4 (107144[1]): Implement CLONE_FS on i386[1] and amd64.netchild2006-10-151-1/+7
* MFP4 (107868 - 107870):netchild2006-10-151-1/+1
* Change the x86 interrupt code to suspend/resume interrupt controllersjhb2006-10-107-42/+97
* Oops, fix sign bug in #ifdef for value of INTRCNT_COUNT.jhb2006-10-101-2/+2
* - Remove SCHED_ULE from GENERIC to better avoid foot-shooting bysimon2006-10-051-1/+0
* PR:jb2006-10-041-32/+0
* Use calendaric calculation support from subr_clock.c instead of home-rolled.phk2006-10-021-88/+33
* Second part of a little cleanup in the calendar/timezone/RTC handling.phk2006-10-022-23/+0
* First part of a little cleanup in the calendar/timezone/RTC handling.phk2006-10-026-3/+5
* Remove the no longer relevant or correct bootinfo sysctls.phk2006-09-301-3/+0
* Extend comment explaining why code is conditional at !defined(SCHED_ULE).sobomax2006-09-271-0/+4
* Since ULE doesn't honor hlt_cpus_mask don't compile code that preventssobomax2006-09-271-1/+1
* The need to run a filter also implies that bouncing could be possible, soscottl2006-09-261-5/+4
* Added COMPAT_FREEBSD6 option.ru2006-09-261-0/+1
* Add a newline to the printf.imp2006-09-241-1/+1
* Update the ipmi(4) driver:jhb2006-09-221-0/+2
* Regenerate.rwatson2006-09-213-5/+5
* Use AUE_CREAT instead of AUE_O_CREAT for linux_creat().rwatson2006-09-211-1/+1
* Regenerate.rwatson2006-09-213-15/+15
* Use AUE_GETDIRENTRIES instead of AUE_O_GETDENTS and AUE_NULL for a numberrwatson2006-09-211-13/+14
OpenPOWER on IntegriCloud