summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Move nvram out of DEFAULTS. There really isn't a lot of justificationpeter2007-10-292-1/+3
* - Add constants for the different memory types in the SMAP table.jhb2007-10-282-3/+9
* Split /dev/nvram driver out of isa/clock.c for i386 and amd64. I have notpeter2007-10-263-97/+4
* Add usb serial devices by default. I'm tired of telling people how toimp2007-10-261-0/+12
* Update copyright attribution.jhb2007-10-241-1/+2
* Merge first in a series of TrustedBSD MAC Framework KPI changesrwatson2007-10-241-2/+2
* Slightly cleanup the 'bootdev' concept on x86 by changing the variousjhb2007-10-241-12/+6
* Stop disabling USB in the PAE kernel config. The USB code has beenjhb2007-10-241-21/+0
* Rename the kthread_xxx (e.g. kthread_create()) callsjulian2007-10-201-2/+2
* Fold multiple asm statements into one so that the compiler at a certainbz2007-10-202-50/+91
* Switch over to ULE as the default scheduler for amd64 and i386kensmith2007-10-191-1/+1
* Backout sensors framework.netchild2007-10-151-8/+0
* Import it(4) and lm(4), supporting most popular Super I/O Hardware Monitors.netchild2007-10-141-0/+8
* Make the PCI code aware of PCI domains (aka PCI segments) so we canmarius2007-09-303-0/+12
* Use the correct expanded name for SCTP.brueffer2007-09-261-1/+1
* Change the management of cached pages (PQ_CACHE) in two fundamentalalc2007-09-251-2/+3
* Fix some entries in the locks static table of witness.attilio2007-09-201-1/+0
* Fill in cr2 in the signal context from ksi->ksi_addr.kib2007-09-201-0/+2
* regen.dwmalone2007-09-183-3/+3
* The kernel version of Linux statfs64 is actually supposed to takedwmalone2007-09-183-1/+15
* Recognize the Soekris NET5501 and configure the error led.phk2007-09-181-3/+84
* Fix an undefined symbol that as/ld neglected to flag as a problem. Itpeter2007-09-171-0/+1
* - Move all of the PS_ flags into either p_flag or td_flags.jeff2007-09-172-3/+2
* This is a follow-up, cleaning-up commit about recent changes involvingattilio2007-09-112-2/+2
* Fix a kernel panic due to a NULL pointer access on pc98.nyan2007-09-011-5/+7
* Regenerate.kib2007-08-283-4/+19
* Implement fake linux sched_getaffinity() syscall to enable java to workkib2007-08-281-1/+2
* Assign sizes to assembly language support functions.jkoshy2007-08-222-4/+43
* Define an END() macro for use in i386 and amd64 assembly code, akinjkoshy2007-08-222-0/+3
* In general, when we map a page into the kernel's address space, we noalc2007-08-211-4/+3
* Add a driver for the on-die digital thermal sensor found on Intel Coredes2007-08-152-0/+8
* Add "show sysregs" command to ddb. On i386, this gives gdt, idt, ldt,njl2007-08-092-11/+66
* Move mp_topology() from apic_init(i386) and apic_setup_local(amd64) topeter2007-08-022-18/+6
* It seems that some i386 mothermoards either do not implement thedwmalone2007-07-271-1/+2
* If the trap number stored in the trapframe is corrupted into a negativejhb2007-07-261-2/+4
* If clock_ct_to_ts fails to convert time time from the real time clock,dwmalone2007-07-231-3/+6
* i386_set_ioperm, i386_get_ldt and i386_set_ldt are now MPSAFEattilio2007-07-201-6/+0
* - Add support for blocking and releasing threads to i386 cpu_switch(). Thisjeff2007-07-172-3/+30
* Remove the internal use of __packed and put it on the structuresmjacob2007-07-111-11/+11
* NULL_LDT_BASE is used in !SMP kernels too and set_user_ldt() is notattilio2007-07-081-4/+2
* Now that we have a function that can be called from a cdevsw close()njl2007-07-071-9/+1
* Actual code shows several problems in ia32 LDT handling:attilio2007-07-072-34/+39
* I4B header files were repo-copied from sys/i386/include/ tobz2007-07-066-1433/+0
* __packed has no effect on u_int8_t's except to cause a warning (andpeter2007-07-051-1/+1
* Remove pad argument from ftruncate wrapper. Oops.peter2007-07-051-1/+0
* Don't add the 'pad' argument to the mmap/truncate/etc syscalls.peter2007-07-041-2/+0
* Temporary disconnect i4bing, i4bisppp and i4bipr from the build forbz2007-07-041-8/+9
* Revert previous commit, retaining cpufreq.njl2007-07-011-0/+3
* Add cpufreq(4) to GENERIC. It does not change the frequency by default,njl2007-07-012-3/+3
* Pages that do belong to an object and page queue can now be freed withoutalc2007-07-011-10/+8
OpenPOWER on IntegriCloud