summaryrefslogtreecommitdiffstats
path: root/sys/i386/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add in a simple API for memory barriers to machine/bus.h:jhb2000-10-183-0/+69
* Add a debug flag bit for a new driver.hm2000-10-181-19/+19
* Implement write combining for crashdumps. This is useful whenps2000-10-171-0/+1
* Add types and prototypes.imp2000-10-162-2/+46
* Move __uint16_swap_uint32, __uint8_swap_uint32 andbrian2000-10-161-2/+4
* Remove namespace polution (x -> __x) introduced in the lastbrian2000-10-151-10/+10
* Move DELAY() from <machine/clock.h> to <sys/systm.h>phk2000-10-151-1/+0
* Redefine __word_swap_long, __byte_swap_long and __byte_swap_wordbrian2000-10-151-34/+31
* Removed unused include of <machine/lock.h>. The locking interface stoppedbde2000-10-121-4/+0
* Moved the declaration of astpending to the correct place.bde2000-10-121-1/+5
* Moved the definitions of AST_PENDING and AST_RESCHED to the correct place.bde2000-10-122-6/+6
* Set i4b version number to 0.96.00.hm2000-10-101-3/+3
* update to i4b version 0.95.04hm2000-10-096-84/+404
* Initiate deorbit burn sequence for <machine/mouse.h>.phk2000-10-091-333/+4
* Initiate deorbit burn sequence for <machine/console.h>.phk2000-10-081-0/+4
* Cleanup comment in machine/param.h regarding mbuf-related sizes, and get ridbmilekic2000-10-081-7/+3
* Work around a bug by adding struct tags. gcc-2.95 apparently gets thebde2000-10-061-2/+2
* - Change fast interrupts on x86 to push a full interrupt frame and tojhb2000-10-069-46/+1
* currentldt is now a "special" global-data variable, and as such, therejhb2000-10-061-3/+0
* Interrupt frames don't include the saved cpl anymore since cpl is dead.jhb2000-10-061-2/+0
* - Heavyweight interrupt threads on the alpha for device I/O interrupts.jhb2000-10-053-76/+2
* Replace loadandclear() with atomic_readandclear_int().jhb2000-10-051-11/+0
* Add atomic_readandclear_int and atomic_readandclear_long.jhb2000-10-051-2/+34
* Make the gd_currentldt member in struct globaldata unconditional sojhb2000-10-052-6/+2
* Reduce userland namespace polution.jasone2000-10-041-1/+4
OpenPOWER on IntegriCloud