summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Introduce a kernel config for the Mandatory Access Control framework.csjp2005-09-181-0/+28
* Expose legacy_pcib_alloc_resource, and use it in the mptable pci busimp2005-09-173-2/+4
* Commit a workaround to a problem with resource allocation. This helpsimp2005-09-161-0/+2
* Stop using the '+' constraint modifier with inline assembly. The '+'jhb2005-09-151-22/+27
* - Adjust a comment, we do program the performance counter LVT entry nowjhb2005-09-151-3/+7
* Explicitly switch to the new TSS by updating the current CPU's TSS selectorjhb2005-09-152-4/+7
* opt_pc98.h is not needed.nyan2005-09-121-3/+0
* MFamd64: use register_t's.obrien2005-09-121-42/+42
* 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
OpenPOWER on IntegriCloud