aboutsummaryrefslogtreecommitdiff
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Change the x86 interrupt code to suspend/resume interrupt controllersJohn Baldwin2006-10-107-42/+97
* Oops, fix sign bug in #ifdef for value of INTRCNT_COUNT.John Baldwin2006-10-101-2/+2
* - Remove SCHED_ULE from GENERIC to better avoid foot-shooting bySimon L. B. Nielsen2006-10-051-1/+0
* PR:John Birrell2006-10-041-32/+0
* Use calendaric calculation support from subr_clock.c instead of home-rolled.Poul-Henning Kamp2006-10-021-88/+33
* Second part of a little cleanup in the calendar/timezone/RTC handling.Poul-Henning Kamp2006-10-022-23/+0
* First part of a little cleanup in the calendar/timezone/RTC handling.Poul-Henning Kamp2006-10-026-3/+5
* Remove the no longer relevant or correct bootinfo sysctls.Poul-Henning Kamp2006-09-301-3/+0
* Extend comment explaining why code is conditional at !defined(SCHED_ULE).Maxim Sobolev2006-09-271-0/+4
* Since ULE doesn't honor hlt_cpus_mask don't compile code that preventsMaxim Sobolev2006-09-271-1/+1
* The need to run a filter also implies that bouncing could be possible, soScott Long2006-09-261-5/+4
* Added COMPAT_FREEBSD6 option.Ruslan Ermilov2006-09-261-0/+1
* Add a newline to the printf.Warner Losh2006-09-241-1/+1
* Update the ipmi(4) driver:John Baldwin2006-09-221-0/+2
* Regenerate.Robert Watson2006-09-213-5/+5
* Use AUE_CREAT instead of AUE_O_CREAT for linux_creat().Robert Watson2006-09-211-1/+1
* Regenerate.Robert Watson2006-09-213-15/+15
* Use AUE_GETDIRENTRIES instead of AUE_O_GETDENTS and AUE_NULL for a numberRobert Watson2006-09-211-13/+14
* Use __builtin_va_start instead of __builtin_stdarg_start. GCC4 obsoletesAlexander Kabaev2006-09-211-1/+1
* style(9)Alexander Leidinger2006-09-201-4/+4
* Bring the i386 linux mmap code more into line with how linux (2.4.x)Alexander Leidinger2006-09-201-2/+42
* Fix 'interrupt interrupt' -> 'interrupt' in the comment.Wojciech A. Koszek2006-09-201-1/+1
* Remove duplicated code. Declare functions non-static that shouldn't beScott Long2006-09-131-43/+33
* document that PAE kernels needs twice the value of non-PAE kernelsJohn-Mark Gurney2006-09-131-1/+5
* Add a new ddb command 'show lapic' to dump details about the local APICJohn Baldwin2006-09-111-0/+70
* Actually hook up the IPI_INVLCACHE IDT vectors backingJohn Baldwin2006-09-111-1/+5
* - Fix rman_manage_region() to be a lot more intelligent. It now checksJohn Baldwin2006-09-111-11/+3
* The run_filter() procedure is a means of working around DMA engine bugs inScott Long2006-09-111-33/+55
* Change futex lock from mutex to sx. Make futex_get atomic (protected by theAlexander Leidinger2006-09-091-3/+3
* Audit sysarch() operation argument.Robert Watson2006-09-091-0/+3
* Use a single constant to define the sizes of the physmap[], phys_avail[],John Baldwin2006-09-071-4/+4
* Unbreak in the case when device apic is compiled into non-SMP kernel.Maxim Sobolev2006-09-061-0/+2
* Refine previous revision to allow acpi_wakecode.h to be safely builtRuslan Ermilov2006-09-061-1/+7
* The FreeBSD by default "disables" hyper-threading cores, by not schedulingMaxim Sobolev2006-09-051-0/+10
* Implement casuword32, compare and set user integer, thank Marcel MoolenarrDavid Xu2006-08-281-0/+2
* Fix video playing and network connections in realplayer (and most likelyAlexander Leidinger2006-08-271-14/+11
* regenAlexander Leidinger2006-08-273-5/+6
* Add the linux statfs64 call. This allows Tivoli backup to proceed a littleAlexander Leidinger2006-08-272-2/+1
* Emulate what vfork does instead of using it in linux_vfork. This wayAlexander Leidinger2006-08-251-1/+13
* Get rid of some nested includes.Alexander Leidinger2006-08-191-4/+0
* Move some stuff into headers where they belong.Alexander Leidinger2006-08-172-8/+1
* Style fixes to comments.Alexander Leidinger2006-08-162-9/+18
* - Fix typo in #error pragma: compitable -> compatiblePav Lucistnik2006-08-151-1/+1
* Regen to propogate <prefix>_AUE_<mumble> changes as well as the earlierJohn Baldwin2006-08-156-212/+519
* - Remove unused sysvec variables from various syscalls.conf.John Baldwin2006-08-155-2050/+4
* No need for opt_global.h hereWarner Losh2006-08-151-1/+0
* Remove the include of opt_global.h. It's included globally by a commandAlexander Leidinger2006-08-151-1/+0
* Add include of opt_global.h, else the futex operations aren't locked onAlexander Leidinger2006-08-151-0/+1
* add autogenerated systrace_args stuff for dtraceAlexander Leidinger2006-08-151-0/+2046
* Add the linux 2.6.x stuff (not used by default!):Alexander Leidinger2006-08-154-45/+487