summaryrefslogtreecommitdiffstats
path: root/sys/i386/include
Commit message (Expand)AuthorAgeFilesLines
* Clean up the i4b kernel part: remove unmaintained #if(def)s for NetBSD,hm2002-03-176-18/+14
* Move the definition of PT_[GS]ET{,DB,FP}REGS from the MD ptrace.h to thedes2002-03-161-10/+0
* o Don't require long long support in bswap64() functions.mike2002-03-091-18/+44
* after joerg's recent merge of i4b's sppp with the main sppp, removehm2002-03-091-253/+0
* Add needed includes of machine/smp.h, remove nested include in sys/smp.hjake2002-03-071-0/+1
* Add a new variable mp_maxid. This is used so that per cpu datastructures mayjeff2002-03-051-1/+4
* Make it a bit clearer where this file is to be used and where itmarkm2002-02-281-0/+2
* Make MPLOCKED work again in asm files and stringify it explicitlybmilekic2002-02-282-10/+10
* Back out part of KSE/M2 that snuck in under the radar: changing thejhb2002-02-271-2/+2
* Add the following functions/macros to support byte order conversions andtmm2002-02-272-19/+70
* Back out all the pmap related stuff I've touched over the last few days.peter2002-02-275-365/+104
* revert last commit temporarily due to whining on the lists.dillon2002-02-263-9/+2
* STAGE-1 of 3 commit - allow (but do not require) interrupts to remaindillon2002-02-263-2/+9
* Work-in-progress commit syncing up pmap cleanups that I have been workingpeter2002-02-255-103/+364
* Tidy up some warningspeter2002-02-251-1/+1
* Convert p->p_runtime and PCPU(switchtime) to bintime format.phk2002-02-221-1/+1
* Some more tidy-up of stray "unsigned" variables instead of p[dt]_entry_tpeter2002-02-201-1/+1
* Add C++ support.mike2002-02-191-0/+5
* o Move NTOHL() and associated macros into <sys/param.h>. These aremike2002-02-181-39/+19
* Add bus_space_unmap() and bus_space_free() functions to releasenyan2002-02-181-0/+26
* Add stubs for bus_space_unmap() and bus_space_free(). They are needed tonyan2002-02-181-4/+15
* Use struct __ucontext in prototypes and associated functions instead ofdeischen2002-02-172-1/+7
* Correct typo.nyan2002-02-171-1/+1
* Move the bus_space_subregion function from the puc driver to the bus_spacenyan2002-02-171-3/+14
* - Split the routine to initialize a bus_space_handle into the separatenyan2002-02-171-0/+25
* Added #include <sys/systm.h>nyan2002-02-161-0/+2
* Resurrect one of the easiest changes from my big include files roll-upwollman2002-02-151-0/+1
* Move do_cpuid() from a identcpu.c into cpufunc.h.dwmalone2002-02-121-0/+11
* Garbage-collect the "LOCORE" version of MPLOCKED.bde2002-02-111-10/+2
* Apparently during the KSE M2 commit bzero() on the i386 was changed so thatjhb2002-02-081-2/+2
* Make the style a little bit more consistant by removing parametermarkm2002-02-031-3/+2
* Finish revs.1.23 and 1.24 so that MCOUNT_ENTER really actually compilesbde2002-01-311-0/+1
* 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
OpenPOWER on IntegriCloud