summaryrefslogtreecommitdiffstats
path: root/sys/i386/i386
Commit message (Expand)AuthorAgeFilesLines
* Unbroke kernel if I686_CPU is not defined.sobomax2001-07-131-0/+2
* Do not depend on pcb_savefpu backwards compat #define.peter2001-07-121-1/+1
* Forgot this fix from another tree. make enable_sse() a real prototype.peter2001-07-121-1/+1
* Move init_sse() out of the "GenuineIntel" section, my AthlonMP systempeter2001-07-121-1/+1
* Activate SSE/SIMD. This is the extra context switching support thatpeter2001-07-1210-13/+128
* Add 'hwatch' and 'dhwatch' ddb commands analogous to 'watch' andbsd2001-07-112-70/+292
* A set of changes to reduce the number of include files the kerneljulian2001-07-082-2/+2
* Move vm_page_zero_idle() from machine-dependant sections to adillon2001-07-051-61/+0
* Reorg vm_page.c into vm_page.c, vm_pageq.c, and vm_contig.c (for contigmalloc).dillon2001-07-041-1/+1
* With Alfred's permission, remove vm_mtx in favor of a fine-grained approachdillon2001-07-045-34/+17
* Make the code to read the kernel message buffer via sysctl machine-tmm2001-07-031-42/+0
* Add Transmeta Crusoe LongRun support.iwasaki2001-07-031-0/+198
* Quiet warning by removing ast() prototype.jhb2001-07-031-1/+0
* Allow Giant to be recursed when a process terminates.jhb2001-07-031-2/+2
* Move ast() and userret() to sys/kern/subr_trap.c now that they are MI.jhb2001-06-291-120/+0
* Remove cruft from old bus.imp2001-06-291-3/+0
* Add a new MI pointer to the process' trapframe p_frame instead of usingjhb2001-06-295-27/+27
* Grab Giant around trap_pfault() for now.jhb2001-06-291-0/+4
* Get kernel profiling on SMP systems closer to working by replacing thejhb2001-06-282-14/+2
* Provide access to the IA32 hardware debug registers from the ddbbsd2001-06-282-21/+56
* Recognize FC-PGA2 Pentium III (Tualatin).kato2001-06-261-0/+1
* Add code to detect Transmeta Crusoe cpus.dfr2001-06-251-2/+55
* - Grab the proc lock around CURSIG and postsig(). Don't release the procjhb2001-06-221-3/+4
* Make the hw.physmem and hw.usermem variables unsigned so that they dontpeter2001-06-221-2/+2
* Initialize mutexes needed early on all in the same place so that thejhb2001-06-181-15/+6
* - Add support for decoding syscall names. (Brought over from the new alphajhb2001-06-181-37/+61
* Include sys/pcpu.h to get the prototype for globaldata_register() to quietjhb2001-06-182-0/+2
* Hints overhaul:peter2001-06-121-1/+1
* Don't hold sched_lock across addupc_task().jhb2001-06-061-1/+1
* Clean up the code exporting interrupt statistics via sysctl a bit:tmm2001-06-011-1/+0
* Quiet warnings by adding a prototype for set_user_ldt_rv() and making itjhb2001-05-301-1/+6
* We can't grab the sched_lock in set_user_ldt() because when it is calledjhb2001-05-302-6/+25
* Don't acquire Giant just to call trap_fatal(), we are about to panicjhb2001-05-231-4/+0
* pmap_mapdev needs the vm_mtx, aquire it if not already lockedalfred2001-05-231-0/+8
* - FDESC, FIFO, NULL, PORTAL, PROC, UMAP and UNION fileru2001-05-231-1/+1
* Convert npx interrupts into traps instead of vice versa. This is muchbde2001-05-222-32/+22
* Remove a few more spl's I missed earlier.jhb2001-05-221-2/+0
* Sort includes.jhb2001-05-212-2/+2
* Axe unneeded spl()'s.jhb2001-05-211-3/+0
* Use a critical region to protect pushing of curproc's npx state tobde2001-05-201-1/+4
* Use a critical region to protect saving of the npx state in savectx().bde2001-05-201-1/+4
* Introduce a global lock for the vm subsystem (vm_mtx).alfred2001-05-196-15/+45
* - Move the setting of bootverbose to a MI SI_SUB_TUNABLES SYSINIT.jhb2001-05-171-5/+1
* Use NHWI instead of APIC_IMEN_BITS.jhb2001-05-171-1/+1
* Lock the procfs functions for doing a single step and reading/writingjhb2001-05-161-49/+19
* Remove unneeded includes of sys/ipl.h and machine/ipl.h.jhb2001-05-159-9/+0
* Use a critical region to protect pushing of the parent's npx state to thebde2001-05-131-4/+14
* Revert part of last commit. Instead of using %fs for KSD/TSD, we'lldeischen2001-05-121-0/+1
* Simplify the vm fault trap handling code a bit by using if-else instead ofjhb2001-05-111-29/+15
* - Split out the support for per-CPU data from the SMP code. UP kernelsjhb2001-05-102-3/+3
OpenPOWER on IntegriCloud