summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Remove a || 1 that crept into the i8254 commit and was subsequentlyjhb2005-07-051-1/+1
* Check the alignment of the IP header before passing the packet up to thethompsa2005-07-021-0/+2
* Remove the CPU_ENABLE_SSE option from the i386 and pc98 architectures,delphij2005-07-027-28/+6
* Fix a buglet that was present in the ia64 code and that got inheritedmarcel2005-07-021-0/+1
* Use a simpler implementation for the i8254 timecounter when using the lapicjhb2005-07-011-12/+35
* Begin promoting the AMD-originated feature flags to first class flags, nowpeter2005-06-303-92/+86
* Move the KDB_STOP_NMI option from opt_global.h to opt_kdb.hpeter2005-06-292-0/+2
* Switch AMD64 and i386 platforms to using ELF as their kernel crashpeter2005-06-293-111/+362
* Regenerate after addition of audit event type number to syscalls.masterrwatson2005-06-295-83/+85
* During the system call table format change adding audit record eventrwatson2005-06-292-84/+95
* Disable the interrupts in trap_fatal before calling kdb_trap.ups2005-06-251-2/+9
* Move HWPMC_HOOKS into its own opt_hwpmc_hooks.h file. It doesn't meritpeter2005-06-242-0/+3
* Various and sundry style fixes and comment cleanups.jhb2005-06-232-14/+21
* Connect reiserfs build to every platforms, not only i386 and pc98.dumbbell2005-06-211-6/+0
* Add .cvsignore files just like in sys/<arch>/compiled, this keeps CVS fromobrien2005-06-201-0/+1
* Move IPI_PREEMPTION option from global NOTES file to i386+amd64 specificups2005-06-141-0/+3
* - Hook up the new locations of the atkbdc(4), atkbd(4) and psm(4) sourcemarius2005-06-101-1/+1
* Stop embedding struct ifnet at the top of driver softcs. Instead thebrooks2005-06-101-30/+37
* Introduce a procedure, pmap_page_init(), that initializes thealc2005-06-101-29/+17
* MFP4:jkoshy2005-06-091-146/+38
* Add IPI support for preempting a thread on another CPU.ups2005-06-092-1/+18
* Regen after addition of linux_getpriority wrapper.sobomax2005-06-083-5/+10
* Properly convert FreeBSD priority values into Linux values in thesobomax2005-06-081-1/+1
* Add the proper logic so that we don't try to do SSE stuff unless itsdfr2005-06-041-0/+11
* Allow the VESA code to handle devices that don't claim to be VGA devices.jhb2005-06-011-2/+0
* Add support for XMM registers in GDB for x86 processors that supportdfr2005-05-313-0/+79
* Rebuild generated system call definition files following the addition ofrwatson2005-05-306-407/+404
* Introduce a new field in the syscalls.master file format to hold therwatson2005-05-302-451/+572
* Kernel hooks to support PMC sampling modes.jkoshy2005-05-301-0/+17
* Create nexus in configure_first() instead of in configure(). Thismarcel2005-05-291-3/+3
* Chop a '>' in a feature name (RSVD2>) that snuck in;schweikh2005-05-291-1/+1
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386nyan2005-05-294-343/+42
* Change the spkr_set_pitch() function to a macro to fix low level profiling.nyan2005-05-281-7/+5
* - Move the REISERFS option in the MD NOTES file for i386, it doesn'tmux2005-05-241-0/+6
* Add new ral(4) and ural(4) drivers.damien2005-05-241-0/+2
* Sync the style of these two files.obrien2005-05-231-4/+11
* Fix LINT build, original breakage was rev 1.23. There are 2 definitionsnjl2005-05-201-1/+8
* Fix low res profiling kernel build. Move two defines to collapse thenjl2005-05-191-7/+6
* Add the 2nd word of IA32 feature flags. This includes things such as SSE3.obrien2005-05-164-1/+40
* - Move bus dependent defines to {isa,cbus}_dmareg.h.nyan2005-05-142-5/+2
* - Move timerreg.h to <arch>/include and split i8253 specific defines intonyan2005-05-147-159/+132
* Default hyperthreading on in -CURRENT. No seatbelts in CURRENT (^_^)nectar2005-05-131-1/+1
* Add a knob for disabling/enabling HTT, "machdep.hyperthreading_allowed".nectar2005-05-132-0/+109
* - Move the NPX_DEBUG option to options.{i386,pc98} and use opt_npx.h.nyan2005-05-123-19/+9
* - Move lptreg.h into pc98/cbus and rename to olptreg.h.nyan2005-05-101-57/+0
* Change a directory layout for pc98.nyan2005-05-106-6/+6
* Move if_wl_i82586.h into sys/dev/wl.nyan2005-05-091-266/+0
* Correctly validate inputs to the i386_get_ldt syscall.cperciva2005-05-061-5/+4
* Move the pcb variable initialization earlier. This is cosmetic here, butpeter2005-05-051-2/+2
* Add convenience APIs pmc_width() and pmc_capabilities() to -lpmc.jkoshy2005-05-011-0/+3
OpenPOWER on IntegriCloud