summaryrefslogtreecommitdiffstats
path: root/sys/i386/include/cpufunc.h
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespace.rgrimes1995-05-301-2/+2
* Added apersand constraint to make sure that the source and destinationdg1995-05-141-2/+2
* Add loadandclear(). It atomically loads a value from memory, clears thebde1995-05-111-1/+12
* Preserve reverse link integraty while doing the queue insertion.dg1995-03-031-2/+2
* Fix syntax errors in #ifdefed out code.bde1995-02-161-3/+3
* susword -> systm.hphk1995-02-141-2/+1
* Corrected the list of volatile registers for outsb, outsw, and outsl.dg1995-01-041-4/+4
* Add prototype for Debugger().bde1994-11-151-1/+2
* Rewrite almost everything.bde1994-11-141-133/+300
* Don't declare DELAY() here. Callers should include <machine/clock.h>.bde1994-11-091-2/+1
* Inlined ins/outs functions.dg1994-09-251-7/+75
* Undo last change: the ins/outs functions DO NOT return a pointer!dg1994-09-251-7/+7
* While in the real world, I had a bad case of being swapped out for a lot ofphk1994-09-251-4/+7
* Removed inclusion of pio.h and cpufunc.h (cpufunc.h is included fromdg1994-09-161-6/+46
* Deal with outw being defined - the declaration clashes.jkh1994-09-161-1/+3
* Include pio.h so that all those drivers that only include cpufunc.hpaul1994-09-151-1/+3
* Added MCOUNT_ENTER and MCOUNT_EXIT macros to profile.hpaul1994-09-151-16/+8
* Removed all vestiges of tlbflush(). Replaced them with calls to pmap_update().dg1994-09-021-2/+2
* Re-enabled inlining of inb.paul1994-08-231-11/+3
* I've disabled this piece of code since it's what'spaul1994-08-231-1/+3
* Fix up some sloppy coding practices:wollman1994-08-181-1/+2
* Change all #includes to follow the current Berkeley style. Some of thesewollman1994-08-131-2/+2
* Change outb() as per Bruce's instructions so that it doesn't explicitlyjkh1994-08-111-2/+2
* Inlined insque and remque.dg1994-08-041-2/+27
* Added $Id$dg1994-08-021-2/+35
* trap.c:dg1994-06-061-1/+8
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.rgrimes1994-05-251-139/+0
* New interrupt code from Bruce Evans. In additional to Bruce's attacheddg1994-04-021-1/+3
* Added four pattern memory test routine that is done at startup.dg1994-01-311-1/+2
* VM system performance improvements from John Dyson and myself. Thedg1994-01-311-2/+7
* Changed pointer type from caddr_t to void * for fillw, insw, outsw, anddg1993-12-211-5/+5
* Make everything compile with -Wtraditional. Make it easier to distributewollman1993-12-191-12/+41
* Make the LINT kernel compile with -W -Wreturn-type -Wcomment -Werror, andwollman1993-11-251-18/+22
* Made all header files idempotent and moved incorrect common data fromwollman1993-11-071-1/+5
* Removed all patch kit headers, sccsid and rcsid strings, put $Id$ in, somergrimes1993-10-161-0/+2
* * Applied fixes from Bruce Evans to fix COW bugs, >1MB kernel loading,dg1993-07-271-0/+111
* Initial import, 0.1 + pk 0.2.4-B1rgrimes1993-06-121-0/+82
OpenPOWER on IntegriCloud