summaryrefslogtreecommitdiffstats
path: root/sys/ia64/include
Commit message (Expand)AuthorAgeFilesLines
* Remove the last of the MD netisr code. It is now all MI. Removejake2000-12-051-1/+0
* Don't use p->p_sigstk.ss_flags to keep state of whether themarcel2000-11-301-0/+2
* Add a consistent API to a feature that most modern CPUs have; a fastmarkm2000-11-211-0/+10
* Make programs which still #include <machine/{mouse,console}.h> failphk2000-11-202-14/+2
* Make MINSIGSTKSZ machine dependent, and have the sigaltstackmarcel2000-11-091-0/+6
* Convert all users of fldoff() to offsetof(). fldoff() is badphk2000-10-271-0/+5
* - Overhaul the software interrupt code to use interrupt threads for eachjhb2000-10-252-8/+2
* Implement atomic_{set,clear,add,subtract}_{acq_,rel_,}_ptr()jhb2000-10-251-12/+26
* * Various fixes to breakage introduced by the atomic and mutex reorgs.dfr2000-10-246-21/+34
* Adjust commentsobrien2000-10-242-8/+20
* CURTHD now defines in globals.hmjacob2000-10-231-0/+2
* Define the mtx_legal2block() macro used in the witness code that managedjhb2000-10-201-0/+2
* - Make the mutex code almost completely machine independent. This greatlyjhb2000-10-201-483/+14
* - Expand the set of atomic operations to optionally include memory barriersjhb2000-10-201-57/+207
* Axe the barrier_{read,write,rw}() helper functions as this method ofjhb2000-10-201-23/+0
* Add in a simple API for memory barriers to machine/bus.h:jhb2000-10-181-0/+22
* Implement write combining for crashdumps. This is useful whenps2000-10-171-0/+1
* * Correct some of my misunderstandings about how best to switch to thedfr2000-10-162-3/+3
* Move DELAY() from <machine/clock.h> to <sys/systm.h>phk2000-10-151-1/+0
* Implement a rudimentary interrupt handling system which should be gooddfr2000-10-122-2/+10
* * Fix exception handling so that it actually works. We can now handledfr2000-10-125-5/+6
* * Add rudimentary DDB support (no kgdb, no backtrace, no single step).dfr2000-10-109-95/+1251
* Initiate deorbit burn sequence for <machine/mouse.h>.phk2000-10-091-334/+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-8/+6
* Work around a bug by adding struct tags. gcc-2.95 apparently gets thebde2000-10-061-2/+2
* Reduce userland namespace polution.jasone2000-10-061-2/+4
* Next round of fixes to the ia64 code. This includes simulated clock anddfr2000-10-0410-147/+213
* Next round of ia64 work, including fixes to context switching,dfr2000-09-304-25/+47
* Bodge the simplelocks in a way which works UP.dfr2000-09-291-8/+5
* Add a few more files for the ia64 port.dfr2000-09-294-0/+357
* This is the first snapshot of the FreeBSD/ia64 kernel. This kernel willdfr2000-09-2960-0/+7565
OpenPOWER on IntegriCloud