summaryrefslogtreecommitdiffstats
path: root/sys/i386/i386
Commit message (Expand)AuthorAgeFilesLines
* 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
* Deal with some SMP races by doing the entire copyin at once ratherpeter2002-09-281-15/+28
* Repair range checking for reading the ldt list.peter2002-09-281-1/+1
* Be consistent about "static" functions: if the function is markedphk2002-09-283-3/+3
* use __packed.alfred2002-09-231-1/+1
* Update the nexus driver for the addition of the legacy driver:jhb2002-09-231-70/+8
* Add a new legacy(4) device driver for use on machines that do not havejhb2002-09-231-452/+103
* Create inlines for ltr(sel), lldt(sel), lidt(addr) rather thanpeter2002-09-221-22/+0
* - Move the init of %gs and pcb_gs before user_ldt_free().mdodd2002-09-221-13/+4
* Moved nfs_diskless setup code from autoconf.c to nfsclient/nfs_diskless.cjake2002-09-221-181/+1
* Use a function instead of a non-portable, GCC-specific asm() entry.markm2002-09-211-1/+2
* A good dose of style.9. No functional change.markm2002-09-211-21/+17
* Code tidy-up. ISOfy, turn a macro into an inline for lint(1) (perhapsmarkm2002-09-211-16/+15
* Fix a 3 year old oversight: Remove the #ifdef/#endif pair now that therephk2002-09-211-2/+0
* We need neither <sys/diskslice.h> nor <sys/disklabel.h> here.phk2002-09-201-2/+0
* For reasons now lost in historical fog, the bounds_check_with_label()phk2002-09-201-59/+0
* fork_trampoline() marks a trap frame.jhb2002-09-201-1/+2
* Use proper type for a variable used as a DDB symbol.jhb2002-09-201-1/+2
* Trim includes.jhb2002-09-201-2/+1
* Various style fixes, including moving db_print_backtrace() out of thejhb2002-09-201-32/+25
* This patch enables FreeBSD i686 MTRR support on Intel Pentiummdodd2002-09-191-1/+1
* Implement db_print_backtrace() if DDB is compiled into the kernel. Thisjhb2002-09-191-0/+9
* From Christian Zander:mdodd2002-09-191-2/+9
OpenPOWER on IntegriCloud