summaryrefslogtreecommitdiffstats
path: root/sys/i386/include
Commit message (Expand)AuthorAgeFilesLines
* Avoid __func__ string concatenationpeter2002-01-181-4/+4
* Changed the type of pcb_flags from u_char to u_int and adjusted things.bde2002-01-171-1/+1
* Ensure that we set all the %cr0 bits to a known state for the AP's beforepeter2002-01-161-0/+10
* Use a spare slot in the machine context for a flags word to indicatedeischen2002-01-101-1/+4
* Gut this header; since physio_proc_init is never called, the code never doesmsmith2002-01-081-34/+1
* Convert a bunch of 1 << PCPU_GET(cpuid) to PCPU_GET(cpumask).peter2002-01-051-2/+2
* Add support for the AVM Fritz!Card PCI version 2 controller.gj2001-12-221-2/+4
* Introduce a standard name for the lock protecting an interrupt controllerjhb2001-12-203-51/+0
* Various assembly fixes mostly in the form of using the "+" modifier forjhb2001-12-183-29/+29
* Allow the ATOMIC_ASM() macro to pass in the constraints on the V parameterjhb2001-12-181-23/+23
* With GCC 3, we *must* use the GCC stdarg.h. We can no longer just makeobrien2001-12-181-0/+6
* Modify the critical section API as follows:jhb2001-12-182-46/+15
* Small cleanups to the SMP code:jhb2001-12-172-37/+16
* Fixed to draw mouse cursor. The syscons driver for PC98 uses differentnyan2001-12-141-0/+5
* Axe an unneeded PCPU_SET(spinlocks, NULL) that I missed earlier.jhb2001-12-121-1/+0
* Overhaul the per-CPU support a bit:jhb2001-12-118-271/+115
* Update to C99, s/__FUNCTION__/__func__/,obrien2001-12-101-4/+4
* style(9)obrien2001-12-091-7/+7
* Add a missing open paren to a macro that's been broken (and apparentlyjhb2001-12-041-1/+1
* o Stop abusing MD headers with non-MD types.mike2001-12-011-2/+0
* Whitespace fixes so thre 386 versoion of __uint8_swap_uint32 is easier tojhb2001-11-281-2/+4
* Start bringing i386/pmap.c into line with cleanups that were done topeter2001-11-171-4/+5
* Allow bit 21 of EFLAGS register (PSL_ID) be changed in the use-mode withoutsobomax2001-11-151-1/+1
* Use newer constraints for atomic_cmpset().jhb2001-11-121-11/+9
* Use newer constraints for inline assembly for an operand that is both anjhb2001-11-121-21/+21
* o Add new header <sys/stdint.h>.mike2001-11-024-0/+470
* Remove previous revision. smp_started back in subr_smp where it belongs.mjacob2001-10-311-2/+0
* Make the actual volatile int smp_started live *somewhere*. This ismjacob2001-10-311-0/+2
* Add kmupetext(), a function that expands the range of memory coveredgreen2001-10-301-0/+1
* Split the per-process Local Descriptor Table out of the PCB and intojhb2001-10-253-12/+18
* Remove funky right justification.mike2001-10-231-9/+9
* [partially forced commit due to pilot error in earlier commit attempt]des2001-10-212-6/+6
* Add a driver for the Compaq Microcom 610 ISDN (Compaq series PSB2222I) ISA PnPhm2001-10-211-4/+4
* Fix the typedef of va_list.ru2001-10-191-1/+3
* Try two on the preprocessing logic.obrien2001-10-191-2/+2
* Blah, fix braino where ru had to remind me of proper preprocessor syntax.obrien2001-10-191-1/+1
* My attempts at minimizing the number of #def's got me in trouble.obrien2001-10-181-5/+5
* Add experimental support for sending keypad facility messages.hm2001-10-182-7/+20
* Add support for "__gnuc_va_list". Some overly "smart" libraries assumeobrien2001-10-181-0/+8
* Minor comment tweaking.obrien2001-10-171-4/+4
* Add missing includes of sys/ktr.h.jhb2001-10-111-0/+1
* Make MAXTSIZ, DFLDSIZ, MAXDSIZ, DFLSSIZ, MAXSSIZ, SGROWSIZ loaderps2001-10-101-1/+1
* Allow atomic ops to be somewhat safely used in userland. We always usejhb2001-10-081-3/+7
* Rewrite the pc98 bus_space stuff.nyan2001-10-072-1358/+355
* - Moved the bus_dma declarations from bus_{at386,pc98}.h into bus_dma.h.nyan2001-10-064-1374/+4
* Fixed a missing proc -> thread substitution.bde2001-10-031-1/+3
* Introduce a new option, KVA_SPACE, which can be used to reconfigurepeter2001-09-211-4/+13
* Cleanup and split of nfs client and server code.peter2001-09-181-1/+0
* Whitespace fixes.jhb2001-09-181-2/+2
* - If we ever do the per-cpu KTR stuff, the index won't be volatile as itjhb2001-09-182-28/+28
OpenPOWER on IntegriCloud