aboutsummaryrefslogtreecommitdiff
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove the internal use of __packed and put it on the structuresMatt Jacob2007-07-111-11/+11
* NULL_LDT_BASE is used in !SMP kernels too and set_user_ldt() is notAttilio Rao2007-07-081-4/+2
* Now that we have a function that can be called from a cdevsw close()Nate Lawson2007-07-071-9/+1
* Actual code shows several problems in ia32 LDT handling:Attilio Rao2007-07-072-34/+39
* I4B header files were repo-copied from sys/i386/include/ toBjoern A. Zeeb2007-07-066-1433/+0
* __packed has no effect on u_int8_t's except to cause a warning (andPeter Wemm2007-07-051-1/+1
* Remove pad argument from ftruncate wrapper. Oops.Peter Wemm2007-07-051-1/+0
* Don't add the 'pad' argument to the mmap/truncate/etc syscalls.Peter Wemm2007-07-041-2/+0
* Temporary disconnect i4bing, i4bisppp and i4bipr from the build forBjoern A. Zeeb2007-07-041-8/+9
* Revert previous commit, retaining cpufreq.Nate Lawson2007-07-011-0/+3
* Add cpufreq(4) to GENERIC. It does not change the frequency by default,Nate Lawson2007-07-012-3/+3
* Pages that do belong to an object and page queue can now be freed withoutAlan Cox2007-07-011-10/+8
* Update the suspend/resume user API while maintaining backwards compat.Nate Lawson2007-06-211-26/+216
* Use bus_dma to get a page in the first 4 GB. Since the physical addressNate Lawson2007-06-171-17/+70
* - Define data of struct gfb_font a const as it's only used to supply fontMarius Strobl2007-06-161-5/+6
* Prototype (but functional) Linux-ish /dev/nvram interface to the extraPeter Wemm2007-06-151-0/+99
* Enable SCTP by default for GENERIC kernels in order to give itXin LI2007-06-141-0/+1
* Don't clobber tf_err with the eva from a page fault as the page faultJohn Baldwin2007-06-131-3/+0
* Add nfe(4) to the list of drivers supported by GENERIC kernel.Pyun YongHyeon2007-06-121-1/+2
* Exclude wlan_scan_* from PAE like the rest of wlan.Andrew Thompson2007-06-111-0/+2
* Check against maxsegsz being zero in bus_dma_tag_create and return EINVALMatt Jacob2007-06-111-0/+4
* Add wlan_scan_ap and wlan_scan_sta to platforms that include wlan.Andrew Thompson2007-06-111-0/+2
* Use default options for default partitioning schemes, rather thanMarcel Moolenaar2007-06-111-0/+4
* Optimize vmmeter locking.Attilio Rao2007-06-101-4/+0
* Add kdb_cpu_sync_icache(), intended to synchronize instructionMarcel Moolenaar2007-06-091-0/+5
* Enable AUDIT by default in the GENERIC kernel, allowing security eventRobert Watson2007-06-081-0/+1
* Backout experimental adaptive-spin umtx code.David Xu2007-06-063-3/+0
* Move a warning under bootverbose as no machines that trigger it have endedJohn Baldwin2007-06-051-1/+1
* Add the machine-specific definitions for configuring the new physicalAlan Cox2007-06-052-1/+44
* Commit 14/14 of sched_lock decomposition.Jeff Roberson2007-06-053-12/+12
* - Change comments and asserts to reflect the removal of the globalJeff Roberson2007-06-041-2/+2
* Commit 11/14 of sched_lock decomposition.Jeff Roberson2007-06-041-30/+0
* Commit 10/14 of sched_lock decomposition.Jeff Roberson2007-06-041-21/+5
* Rework the PCPU_* (MD) interface:Attilio Rao2007-06-043-8/+31
* Despite several examples in the kernel, the third argument ofDavid Malone2007-06-044-5/+5