summaryrefslogtreecommitdiffstats
path: root/sys/i386/include
Commit message (Expand)AuthorAgeFilesLines
* Add PECOFF (WIN32 Execution file format) support.takawata2000-12-201-0/+60
* Introduce a new potientially cleaner interface for accessing per-cpujake2000-12-131-0/+6
* Fix the assembly mutex macros to call the appropriate witness functions ifjhb2000-12-121-3/+38
* Fix a jump to the wrong label, <sigh>. Put a period at the end of ajake2000-12-081-2/+2
* Argh, revert the clobber changes. Since %ecx and %edx aren't call safe,jhb2000-12-081-9/+9
* Change the calling conventions of the MTX_ENTER macro to matchjake2000-12-081-11/+13
* Well, the previous commit wasn't entirely correct either. For now, justjhb2000-12-081-1/+2
* Move extern tsc_present outside function to quelch a warning.phk2000-12-071-1/+4
* Fix broken register restraints that needlessly clobbered registers %ecxjhb2000-12-071-13/+13
* This is kind of a nasty hack, but it appears to solve the Compaq DL360peter2000-12-061-2/+13
* Move io_apic_{read,write} from apic_ipl.s (where they do not belong) intopeter2000-12-061-4/+3
* GC unused assembler function apic_eoi()peter2000-12-061-1/+0
* Remove the last of the MD netisr code. It is now all MI. Removejake2000-12-052-3/+0
* Cleanup some leftover lint from the old interrupt system.peter2000-12-042-7/+2
* (1) Allow a stray lock prefix to be compiled out with thejake2000-12-041-16/+24
* Namespace cleanup. Remove some #includes in favour of an explicitmarkm2000-12-021-3/+2
* Don't use p->p_sigstk.ss_flags to keep state of whether themarcel2000-11-301-1/+2
* Increase NKPT from 17 to 30. This fixes the 4GB ram boot panic on bothpeter2000-11-301-1/+1
* Don't wait forever for CPUs to stop or restart. Instead, give up after ajhb2000-11-281-2/+19
* These files are mpsafe.alfred2000-11-251-0/+4
* Assembler fixes.markm2000-11-211-4/+4
* Add a consistent API to a feature that most modern CPUs have; a fastmarkm2000-11-211-0/+21
* Make programs which still #include <machine/{mouse,console}.h> failphk2000-11-202-14/+2
* Declare the 'witness_spin_check' properly as a per-CPU variable in thejhb2000-11-151-0/+1
* Fix a bug with handling of the saved interrupt state for spin mutexes injhb2000-11-131-2/+2
* Make MINSIGSTKSZ machine dependent, and have the sigaltstackmarcel2000-11-091-0/+6
* Farewell our code. We will switch acpica code from Intel.takawata2000-11-092-356/+0
* Fix CMSG and ALIGN macro usage.asmodai2000-11-081-13/+25
* Our SHRT_MIN definition was actually 4 bits too big.obrien2000-11-042-2/+2
* Fix typo in commentsroger2000-10-311-2/+2
* Quick fix for namespace problems which broke many ports. Spellbde2000-10-281-6/+6
* The x86 atomic operations are already locked, so they do not need anjhb2000-10-281-2/+0
* Convert all users of fldoff() to offsetof(). fldoff() is badphk2000-10-271-0/+5
* Declare or #define per-cpu globals in <machine/globals.h> in all cases.bde2000-10-276-29/+10
* Add new ioctls for userland access to the MSP deviceroger2000-10-261-0/+10
* Add infrastructure for Cologne Chip HFC-S PCI driver.hm2000-10-261-5/+6
* - Add atomic_cmpset_{acq_,rel_,}_longjhb2000-10-251-0/+52
* - Overhaul the software interrupt code to use interrupt threads for eachjhb2000-10-252-4/+1
* * Update commentsobrien2000-10-242-40/+62
* Move bogus proc reference stuff into <machine/globals.h>. There is nomjacob2000-10-231-0/+5
* Add PC-Card/ISA SCSI host adpater drivers from NetBSD/pc98non2000-10-231-0/+89
* Get rid of the last traces of ACTUALLY_LKM_NOT_KERNELphk2000-10-231-1/+1
* Moved prototypes of isa_alloc_resourcev() and isa_load_resourcev() tonyan2000-10-221-10/+0
* Define the mtx_legal2block() macro used in the witness code that managedjhb2000-10-201-0/+2
* Catch up to moving headers:jhb2000-10-201-1/+1
* - Make the mutex code almost completely machine independent. This greatlyjhb2000-10-201-512/+23
* - Expand the set of atomic operations to optionally include memory barriersjhb2000-10-201-2/+108
* Axe the barrier_{read,write,rw}() helper functions as this method ofjhb2000-10-203-72/+0
* Convert the type of bus_space_handle_t of pc98 from structure intokato2000-10-201-100/+100
* Add PCI BIOS function codes for IRQ routing fetch and route.msmith2000-10-191-0/+2
OpenPOWER on IntegriCloud