summaryrefslogtreecommitdiffstats
path: root/sys/alpha/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move the int typedefs to the top so they can be used in defining other types.obrien2001-05-161-24/+24
* "Sir, the deorbit burn completed succesfully."jhb2001-05-151-33/+0
* Implement a few more floppy ioctl commands and IO options, namely:joerg2001-05-141-2/+18
* Overhaul of the SMP code. Several portions of the SMP kernel support havejhb2001-04-275-65/+14
* Fix SCM ID's and remove tailing blanks.obrien2001-04-251-3/+2
* Add a new field 'md_kernnest' to the alpha machine dependent processjhb2001-04-241-0/+1
* Block out all interrupts, even machine checks, for critical_enter()gallatin2001-04-212-1/+2
* Convert the protection of hte i8254 from critical_enter/exit like it isjhb2001-04-181-0/+3
* - Add appropriate #ifndef/#define/#endif to protect against multiplejhb2001-04-171-5/+4
* - Fix memory barriers in atomic operations so that the barriers are alwaysjhb2001-04-171-20/+26
* Rename the IPI API from smp_ipi_* to ipi_* since the smp_ prefix is justjhb2001-04-111-4/+4
* Recognize a few newer cpus (pca57, ev67 & ev68) and update systypes togallatin2001-03-301-0/+7
* Rework the witness code to work with sx locks as well as mutexes.jhb2001-03-282-2/+2
* - Switch from using save/disable/restore_intr to using critical_enter/exitjhb2001-03-281-23/+1
* - Add the new critical_t type used to save state inside of criticaljhb2001-03-282-19/+7
* Unbreak build on alpha.ume2001-03-241-3/+0
* Export intrnames and intrcnt as sysctls (hw.nintr, hw.intrnames andtmm2001-03-231-0/+2
* Use a generic implementation of the Fowler/Noll/Vo hash (FNV hash).peter2001-03-171-1/+1
* Fix mtx_legal2block. The only time that it is bad to block on a mutex isjhb2001-03-091-2/+0
OpenPOWER on IntegriCloud