summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Pages that do belong to an object and page queue can now be freed withoutalc2007-07-011-10/+8
* Update the suspend/resume user API while maintaining backwards compat.njl2007-06-211-26/+216
* Use bus_dma to get a page in the first 4 GB. Since the physical addressnjl2007-06-171-17/+70
* - Define data of struct gfb_font a const as it's only used to supply fontmarius2007-06-161-5/+6
* Prototype (but functional) Linux-ish /dev/nvram interface to the extrapeter2007-06-151-0/+99
* Enable SCTP by default for GENERIC kernels in order to give itdelphij2007-06-141-0/+1
* Don't clobber tf_err with the eva from a page fault as the page faultjhb2007-06-131-3/+0
* Add nfe(4) to the list of drivers supported by GENERIC kernel.yongari2007-06-121-1/+2
* Exclude wlan_scan_* from PAE like the rest of wlan.thompsa2007-06-111-0/+2
* Check against maxsegsz being zero in bus_dma_tag_create and return EINVALmjacob2007-06-111-0/+4
* Add wlan_scan_ap and wlan_scan_sta to platforms that include wlan.thompsa2007-06-111-0/+2
* Use default options for default partitioning schemes, rather thanmarcel2007-06-111-0/+4
* Optimize vmmeter locking.attilio2007-06-101-4/+0
* Add kdb_cpu_sync_icache(), intended to synchronize instructionmarcel2007-06-091-0/+5
* Enable AUDIT by default in the GENERIC kernel, allowing security eventrwatson2007-06-081-0/+1
* Backout experimental adaptive-spin umtx code.davidxu2007-06-063-3/+0
* Move a warning under bootverbose as no machines that trigger it have endedjhb2007-06-051-1/+1
* Add the machine-specific definitions for configuring the new physicalalc2007-06-052-1/+44
* Commit 14/14 of sched_lock decomposition.jeff2007-06-053-12/+12
* - Change comments and asserts to reflect the removal of the globaljeff2007-06-041-2/+2
* Commit 11/14 of sched_lock decomposition.jeff2007-06-041-30/+0
* Commit 10/14 of sched_lock decomposition.jeff2007-06-041-21/+5
* Rework the PCPU_* (MD) interface:attilio2007-06-043-8/+31
* Despite several examples in the kernel, the third argument ofdwmalone2007-06-044-5/+5
* Revert VMCNT_* operations introduction.attilio2007-05-312-5/+5
* In some particular cases (like in pccard and pccbb), the real devicepiso2007-05-311-3/+22
* Revert UF_OPENING workaround for CURRENT.kib2007-05-311-1/+1
* Add CPUID2_PDCMdes2007-05-311-0/+1
* Add descriptive comment to PDCM entry.des2007-05-291-1/+1
* Remove a pointless bootverbose message.des2007-05-291-6/+1
* Add feature name for features2 bit 15.des2007-05-291-1/+1
* Fix some problems introduced with the last descriptors tables lockingattilio2007-05-293-8/+21
* Honor maxsegsz of less than a page size in a DMA tag. Previously ityongari2007-05-291-0/+2
* Enable fwip and dcons in GENERIC. They seem fairly stable.simokawa2007-05-281-0/+3
* Eliminate an unused definition.alc2007-05-271-2/+0
* Remove "XXX Giant" comments before calls to kdb_trap() -- the kernelrwatson2007-05-271-1/+0
* Don't check curproc->p_comm for NULL as it is an array allocated as part ofrwatson2007-05-271-3/+1
* Move futex support code from <arch>/support.s into linux compat directory.kib2007-05-232-45/+127
* Allow FreeBSD's native ELF image activators to execute shared libraries thekan2007-05-221-2/+2
* - rename VMCNT_DEC to VMCNT_SUB to reflect the count argument.jeff2007-05-201-2/+2
* - Move GDT/LDT locking into a seperate spinlock, removing the globaljeff2007-05-205-70/+74
* Initializae lastaddr to 0 in bus_dmamap_load_uio so thatmjacob2007-05-201-0/+1
* Include machine/pcb.hto turn extern struct pcb stoppcbs[]; constructkan2007-05-191-0/+1
* - define and use VMCNT_{GET,SET,ADD,SUB,PTR} macros for manipulatingjeff2007-05-182-5/+5
* Update entries for building tags.mckusick2007-05-131-3/+3
* Do not dereference linux_to_bsd_signal[-1] if userland haskan2007-05-111-4/+5
* It turns out that the hptiop driver isn't portable after all. Confine it toscottl2007-05-091-0/+4
* o Fix typo: comments start by "#" not "*".maxim2007-05-091-1/+1
* Introduce a driver for the Highpoint RocketRAID 3xxx series of controllers.scottl2007-05-091-0/+1
* Handle CPUs with APIC IDs higher than 32 (at least one IBM server usesjhb2007-05-085-54/+75
OpenPOWER on IntegriCloud