summaryrefslogtreecommitdiffstats
path: root/sys/i386/i386
Commit message (Expand)AuthorAgeFilesLines
* Back out 1.19 to rethink approachnjl2002-12-171-2/+2
* Automatically issue a "continue" along with the "detach" command. Thisnjl2002-12-171-2/+2
* Reformat last changejulian2002-12-161-5/+7
* Don't dump core into a partition that is too small for it.julian2002-12-161-0/+9
* Only dump the BIOS geometry table from bootinfo on PC98, we don't usephk2002-12-141-1/+5
* Add page locking to pmap_mincore().alc2002-12-141-12/+20
* Unbreak the KSE code. Keep track of zobie threads using the Per-CPU storagejulian2002-12-101-1/+12
* Use the correct value when writing the Day Of Week byte in the CMOS.phk2002-12-041-1/+1
* Avoid recursive acquisition of the page queues lock in pmap_unuse_pt().alc2002-12-031-1/+3
* Align the FPU state in the ucontext and sigcontext to 16 bytesdeischen2002-12-023-13/+23
* Hold the page queues lock when calling pmap_unwire_pte_hold() oralc2002-12-021-3/+10
* Assert that the page queues lock is held in pmap_changebit()alc2002-12-011-2/+2
* Assert that the page queues lock is held in pmap_page_exists_quick().alc2002-11-301-1/+1
* Assert that the page queues lock is held in pmap_remove_pages().alc2002-11-251-1/+1
* Add page queues locking to vunmapbuf(); reduce differences with respectalc2002-11-241-3/+3
* - Assert that the page queues lock is held in pmap_remove_all().alc2002-11-231-10/+4
* Under certain circumstances, we were calling kmem_free() frommux2002-11-221-9/+17
* Add getcontext, setcontext, and swapcontext as system calls.deischen2002-11-161-1/+2
* Remove a commented out #include "opt_pci.h", it doesn'tmux2002-11-131-1/+0
* Loader tunable 'machdep.disable_mtrrs'.mdodd2002-11-131-1/+7
* Move pmap_collect() out of the machine-dependent code, rename italc2002-11-131-31/+1
* - Clear the page's PG_WRITEABLE flag in the i386's pmap_changebit()alc2002-11-111-3/+5
* Add a new loader tunable, hw.hasbrokenint12, to indicate that BIOSiwasaki2002-11-091-46/+78
* Print real / avail memory in megabytes rather than kilobytes.des2002-11-091-4/+4
* adjust critical section to only wrap around vm86_bioscall().davidxu2002-11-081-2/+2
* use critical_enter/exit to add a critical section around BIOS call,davidxu2002-11-081-5/+9
* Move the definitions of the hw.physmem, hw.usermem and hw.availpagestmm2002-11-071-37/+0
* Simplify and optimize pmap_object_init_pt(). More specifically,alc2002-11-071-65/+32
* 1.Fix smp race between kernel vm86 BIOS calling and userland vm86 mode code,davidxu2002-11-075-20/+16
* Remove what was a temporary bogus assignment of bits of siginfo_t, as it doesjmallett2002-11-061-4/+0
* Split 4.x and 5.x signal handling so that we can keep 4.x signalpeter2002-10-253-26/+285
* Change method to determine base memory size.iwasaki2002-10-251-43/+55
* Extract out KSE specific code from machine specific codejulian2002-10-241-38/+2
* Change the definition of the debugging registers to be an array, sophk2002-10-202-49/+49
* Add two hooks to signal module load and module unload to MD code.marcel2002-10-191-0/+14
* 1. Fix a comment. Locking _is_ needed (but not done).iwasaki2002-10-171-12/+8
* Be consistent about functions being static.phk2002-10-163-3/+3
* - Create a new scheduler api that is defined in sys/sched.hjeff2002-10-121-2/+3
* Change iov_base's type from `char *' to the standard `void *'. Allmike2002-10-111-1/+1
* Round out the facilty for a 'bound' thread to loan out its KSEjulian2002-10-092-4/+29
* Fix building of minimal kernels without npx by rearranging ifdefs.deischen2002-10-051-11/+11
* New bus_dma interfaces for use by crypto device drivers:sam2002-10-041-0/+206
* Fix a bogon in previous commit. bcopy() from the malloc'd memory that wejhb2002-10-041-1/+1
* Add another temporary hack to allow running older i386 binaries.deischen2002-10-041-14/+12
* Some kernel threads try to do significant work, and the default KSTACK_PAGESscottl2002-10-021-16/+68
* The pmap_prefault_pageorder[] array was initialize with wrong valuesphk2002-10-011-2/+2
* - Give legacy an identify routine that always adds 'legacy0' at an orderjhb2002-09-302-6/+21
* Turn back on the "SMP: AP CPU #N Launched!" message on normal boots.obrien2002-09-302-4/+2
* Only print out the "SMP: AP CPU #N Launched!" message on verbose boots.obrien2002-09-302-8/+8
* Save the FP state in the PCB as that is compatable with releng4 binaries.obrien2002-09-301-0/+10
OpenPOWER on IntegriCloud