aboutsummaryrefslogtreecommitdiff
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Remove the rr232x driver. It has been superseced by the hptrr driver.Scott Long2008-02-062-6/+0
* MFC: Add a wrapper function that bound checks writes to the dump device.Ruslan Ermilov2008-01-302-11/+11
* MFC fix for the panic("vm_thread_new: kstack allocation failed") andKonstantin Belousov2008-01-194-4/+15
* This commit was manufactured by cvs2svn to create branch 'RELENG_7_0'.cvs2svn2007-12-222-131/+0
* MFC revision 1.662 and 1.663:Rui Paulo2007-12-191-0/+25
* Add the hptrr driver.Scott Long2007-12-153-2/+8
* MFCAlan Cox2007-12-131-3/+3
* MFC: 1.149-1.150. Hold Giant over device_suspend/resume() methods in apm.Nate Lawson2007-12-091-1/+11
* MFC rev 1.5 if_wpi.cBenjamin Close2007-12-081-0/+2
* MFC revision 1.601Alan Cox2007-12-081-1/+1
* MFCKonstantin Belousov2007-12-061-2/+29
* MFC: Always assume type #1 PCI config transactions for amd64 and relax theJohn Baldwin2007-12-061-25/+25
* MFC: Change pci_cfgdisable() into a nop for type #1 similar to what otherJohn Baldwin2007-12-061-2/+6
* MFC rev. 1.79:Konstantin Belousov2007-12-051-0/+9
* This commit was manufactured by cvs2svn to create branch 'RELENG_7'.cvs2svn2007-12-032-0/+131
* Back out previous commit; i.e., turn hyperthreading back on by default.Colin Percival2007-11-281-1/+1
* MFC: expand critical section coverage so that shared fast and ithread handlersScott Long2007-11-261-1/+1
* Change the default for hyperthreading (or, generally speaking, casesColin Percival2007-11-081-1/+1
* MFCAlan Cox2007-11-081-1/+22
* MFCAlan Cox2007-11-081-6/+4
* MFC: Slightly cleanup the 'bootdev' concept on x86.John Baldwin2007-11-011-12/+6
* MFC: Update copyright attribution.John Baldwin2007-10-301-1/+2
* MFC: split nvram out of isa/clock.c into its own device (default to off).Peter Wemm2007-10-293-97/+6
* MFC: rev. 1.29 sys/i386/i386/in_cksum.cBjoern A. Zeeb2007-10-262-50/+91
* Remove debugging support from GENERIC kernels, remove warning inKen Smith2007-10-111-9/+0
* Make the PCI code aware of PCI domains (aka PCI segments) so we canMarius Strobl2007-09-303-0/+12
* Use the correct expanded name for SCTP.Christian Brueffer2007-09-261-1/+1
* Change the management of cached pages (PQ_CACHE) in two fundamentalAlan Cox2007-09-251-2/+3
* Fix some entries in the locks static table of witness.Attilio Rao2007-09-201-1/+0
* Fill in cr2 in the signal context from ksi->ksi_addr.Konstantin Belousov2007-09-201-0/+2
* regen.David Malone2007-09-183-3/+3
* The kernel version of Linux statfs64 is actually supposed to takeDavid Malone2007-09-183-1/+15
* Recognize the Soekris NET5501 and configure the error led.Poul-Henning Kamp2007-09-181-3/+84
* Fix an undefined symbol that as/ld neglected to flag as a problem. ItPeter Wemm2007-09-171-0/+1
* - Move all of the PS_ flags into either p_flag or td_flags.Jeff Roberson2007-09-172-3/+2
* This is a follow-up, cleaning-up commit about recent changes involvingAttilio Rao2007-09-112-2/+2
* Fix a kernel panic due to a NULL pointer access on pc98.Yoshihiro Takahashi2007-09-011-5/+7
* Regenerate.Konstantin Belousov2007-08-283-4/+19
* Implement fake linux sched_getaffinity() syscall to enable java to workKonstantin Belousov2007-08-281-1/+2
* Assign sizes to assembly language support functions.Joseph Koshy2007-08-222-4/+43
* Define an END() macro for use in i386 and amd64 assembly code, akinJoseph Koshy2007-08-222-0/+3
* In general, when we map a page into the kernel's address space, we noAlan Cox2007-08-211-4/+3
* Add a driver for the on-die digital thermal sensor found on Intel CoreDag-Erling Smørgrav2007-08-152-0/+8
* Add "show sysregs" command to ddb. On i386, this gives gdt, idt, ldt,Nate Lawson2007-08-092-11/+66
* Move mp_topology() from apic_init(i386) and apic_setup_local(amd64) toPeter Wemm2007-08-022-18/+6
* It seems that some i386 mothermoards either do not implement theDavid Malone2007-07-271-1/+2
* If the trap number stored in the trapframe is corrupted into a negativeJohn Baldwin2007-07-261-2/+4
* If clock_ct_to_ts fails to convert time time from the real time clock,David Malone2007-07-231-3/+6
* i386_set_ioperm, i386_get_ldt and i386_set_ldt are now MPSAFEAttilio Rao2007-07-201-6/+0
* - Add support for blocking and releasing threads to i386 cpu_switch(). ThisJeff Roberson2007-07-172-3/+30