summaryrefslogtreecommitdiffstats
path: root/sys/alpha/include
Commit message (Expand)AuthorAgeFilesLines
* Modify the critical section API as follows:jhb2001-12-182-4/+4
* Overhaul the per-CPU support a bit:jhb2001-12-117-167/+16
* style(9)obrien2001-12-091-9/+8
* o Stop abusing MD headers with non-MD types.mike2001-12-011-2/+0
* o Add new header <sys/stdint.h>.mike2001-11-024-0/+470
* Detach the prom console when platform.cons_init is called. This seemsmjacob2001-10-261-0/+1
* Remove funky right justification.mike2001-10-231-9/+9
* [partially forced commit due to pilot error in earlier commit attempt]des2001-10-212-4/+10
* Try two on the preprocessing logic.obrien2001-10-191-1/+1
* Blah, fix braino where ru had to remind me of proper preprocessor syntax.obrien2001-10-191-1/+1
* My attempts at minimizing the number of #def's got me in trouble.obrien2001-10-181-5/+5
* Add support for "__gnuc_va_list". Some overly "smart" libraries assumeobrien2001-10-181-1/+4
* Sync comments with i386.obrien2001-10-181-6/+6
* Make MAXTSIZ, DFLDSIZ, MAXDSIZ, DFLSSIZ, MAXSSIZ, SGROWSIZ loaderps2001-10-101-1/+1
* - If we ever do the per-cpu KTR stuff, the index won't be volatile as itjhb2001-09-182-2/+2
* Whitespace fixes.jhb2001-09-121-3/+3
* Style(9) fixes.jhb2001-09-121-2/+2
* Restore style(9) fixes from commit prior to previous commit.jhb2001-09-122-18/+18
* KSE Milestone 2julian2001-09-1213-43/+52
* style(9) the structure definitions.obrien2001-09-052-2/+2
* o Remove some GCCisms in src/powerpc/include/endian.h.mike2001-08-302-12/+16
* vm_page_zero_idle() is no longer MD.peter2001-08-251-1/+0
* Strip out some #if's for old implementations of global data pointers.peter2001-08-211-4/+0
* Protect prototype of ptrace_clear_single_step() with #ifdef _KERNEL/#endif.jhb2001-08-211-0/+2
* Remove redundant declarations of functions that are declared injhb2001-08-181-2/+0
* Prototype the ptrace_*()obrien2001-08-161-0/+4
* style(9) and make consistent across platformsobrien2001-08-162-24/+26
* OFF_T -> OFF (more standard style)ache2001-08-152-4/+4
* Add OFF_T_MAX/OFF_T_MINache2001-08-152-0/+6
* Style changes to commonize the various platforms.obrien2001-08-151-8/+8
* Remove IPI_HALT to make way for a more correct fix for halts and restartsjhb2001-08-131-1/+0
* - Close races with signals and other AST's being triggered while we are injhb2001-08-101-14/+0
* Zap 'ptrace(PT_READ_U, ...)' and 'ptrace(PT_WRITE_U, ...)' since theypeter2001-08-081-6/+0
* Use a machine dependent type, Elf_Hashelt, for the elements of the elfjake2001-07-311-0/+11
* Simplify the implementation of pmap_emulate_reference(). The new versiondfr2001-07-241-4/+0
* Fix reboot hangs that have happened with multiple processorsmjacob2001-07-141-0/+1
* Follow Bruce's suggestions. They're probably wrong, but better than before.mjacob2001-07-041-3/+10
* Move ast() and userret() to sys/kern/subr_trap.c now that they are MI.jhb2001-06-291-1/+0
* Add a new MI pointer to the process' trapframe p_frame instead of usingjhb2001-06-291-1/+0
* Be conservative and always perform an mb after an atomic_cmpset operation.jhb2001-06-221-0/+2
* Use struct device * rather than device_t for (*pci_intr_route args), sogallatin2001-06-111-1/+1
* Fix style of defines.obrien2001-06-091-25/+25
* Sync up to v 1.9 of NetBSD's db_trace.c to get access to thegallatin2001-06-081-2/+2
* Nuke the various poorly maintained copies of ioctl_fd.h. The file isjoerg2001-06-061-142/+0
* Properly wrap mtx_intr_enable() macro in "do $bla while (0)"phk2001-06-021-1/+1
* Resurrect platform.pci_intr_map() and essentially undo the effects ofgallatin2001-06-011-1/+2
* Clean up the code exporting interrupt statistics via sysctl a bit:tmm2001-06-011-8/+0
* One needs to introduce things with a `.file' directive before trying toobrien2001-05-281-0/+6
* Style changes -- revert ordering to mostly two revs ago.obrien2001-05-181-65/+65
* Consistently define the rune types.obrien2001-05-161-4/+17
OpenPOWER on IntegriCloud