summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Canonize the include of acpi.h.obrien2005-09-114-4/+4
* Move the prototypes of db_md_set_watchpoint(), db_md_clr_watchpoint()marcel2005-09-101-3/+0
* Note that pc98 specific defines maybe would be better in a header file.imp2005-09-081-0/+1
* Eliminate unnecessary TLB invalidations by pmap_enter(). Specifically,alc2005-09-041-16/+23
* de(4) is now properly busdma'ed.obrien2005-09-041-1/+0
* Pass a value of type vm_prot_t to pmap_enter_quick() so that it determinealc2005-09-031-2/+2
* MFamd64 revision 1.526alc2005-08-271-0/+1
* Remove the el(4) driver for 3Com 3c501 ISA NICs from HEAD as threatenedjhb2005-08-263-891/+0
* Move MINSIGSTKSZ from <machine/signal.h> to <machine/_limits.h> and renamestefanf2005-08-202-8/+6
* Avoid code duplication and implement bitcount32() function in systm.h only.pjd2005-08-191-53/+1
* Rename variables:rodrigc2005-08-181-12/+13
* Fix locking in el(4) and mark mpsafe.jhb2005-08-171-45/+79
* Clarify a comment.jhb2005-08-161-1/+1
* Simplify the page table page reference counting by pmap_enter()'s change ofalc2005-08-141-7/+7
* Eliminate unneeded diagnostic code.alc2005-08-111-7/+0
* Eliminate unneeded diagnostic code.alc2005-08-111-7/+0
* Decouple the unrefing of a page table page from the removal of a pv entry.alc2005-08-111-23/+14
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andrwatson2005-08-091-8/+8
* When support for 2MB/4MB pages was added in revision 1.148 an error wasalc2005-08-071-1/+0
* Revert last change, I will turn ULE on as default after 6.0-R.davidxu2005-08-061-2/+2
* Make ULE as default scheduler, allow it to be tested more widely.davidxu2005-08-061-2/+2
* Make kernel build suceed when with "options CPU_DISABLE_SSE".tobez2005-08-041-0/+2
* - Add support for saving stack traces and displaying them via printf(9)jeff2005-08-031-0/+23
* Propagate error code of kern_execve() to the caller properly.sobomax2005-08-011-1/+1
* Print cpu_vendor and the MSR value if we don't support this processorcperciva2005-07-311-1/+1
* Remove the instruction to "contact the maintainer" for unrecognizedcperciva2005-07-311-3/+1
* Add missing dependencies on the SYSVIPC modules.jhb2005-07-291-0/+4
* Move MODULE_DEPEND() statements for SYSVIPC dependencies to linux_ipc.cjhb2005-07-291-3/+0
* Fix a bug in pmap_protect() in the PAE case where it would try to look upjhb2005-07-291-2/+2
* Add a tunable 'hw.apic.enable_extint' that can be set from the loader tojhb2005-07-291-2/+12
* Don't compile ral and ural in the PAE kernel, becauseimura2005-07-281-0/+2
* Rewrite the acpi_battery interface to allow for other battery typesnjl2005-07-231-8/+13
* Fix build (including both asm.h and asmacros.h is evil).ru2005-07-221-2/+0
* Make the facility for recognizing BIOS-signatures more generalphk2005-07-214-22/+171
* Fix smbios(4) and add support for amd64jkim2005-07-211-4/+22
* Add the latest r300 code from r300.sf.net. This is based on the patch suppliedanholt2005-07-201-1/+1
* Add entries for smbios, smapi and vpd drivers.mdodd2005-07-201-0/+6
* Convert the atomic_ptr() operations over to operating on uintptr_tjhb2005-07-151-52/+18
* Add recently invented COMPAT_FREEBSD5 option.kensmith2005-07-141-0/+1
* Regen.jhb2005-07-1311-210/+210
* Make a pass through all the compat ABIs sychronizing the MP safe flagsjhb2005-07-134-199/+199
* Fixup some more fallout from the lapic/i8254 changes:jhb2005-07-131-24/+20
* - Ignore BIOS IRQs (that is, IRQ settings left by the BIOS or a previous OSjhb2005-07-131-1/+10
* Use an interrupt gate for the NMI handler and prevent too-earlyjkoshy2005-07-133-31/+7
* Validate if the value written into {FS,GS}.base is a canonicaldavidxu2005-07-101-1/+2
* Have the NMI handler call the C language trap() routine and directlyjkoshy2005-07-091-2/+27
* Some cleanups and tweaks to some of the atomic.h files in preparation forjhb2005-07-091-83/+72
* Lock Giant around a call to userland_sysctl() in ibcs2_sysi86().jhb2005-07-071-2/+7
* Remove an extra call to read() in ibcs2_read() that can never be reached.jhb2005-07-071-2/+0
* Conditionally acquire Giant around the ISC and Xenix system calls basedjhb2005-07-072-10/+24
OpenPOWER on IntegriCloud