aboutsummaryrefslogtreecommitdiff
path: root/sys/alpha/include
Commit message (Expand)AuthorAgeFilesLines
* Remove redundant declarations of functions that are declared inJohn Baldwin2001-08-181-2/+0
* Prototype the ptrace_*()David E. O'Brien2001-08-161-0/+4
* style(9) and make consistent across platformsDavid E. O'Brien2001-08-162-24/+26
* OFF_T -> OFF (more standard style)Andrey A. Chernov2001-08-152-4/+4
* Add OFF_T_MAX/OFF_T_MINAndrey A. Chernov2001-08-152-0/+6
* Style changes to commonize the various platforms.David E. O'Brien2001-08-151-8/+8
* Remove IPI_HALT to make way for a more correct fix for halts and restartsJohn Baldwin2001-08-131-1/+0
* - Close races with signals and other AST's being triggered while we are inJohn Baldwin2001-08-101-14/+0
* Zap 'ptrace(PT_READ_U, ...)' and 'ptrace(PT_WRITE_U, ...)' since theyPeter Wemm2001-08-081-6/+0
* Use a machine dependent type, Elf_Hashelt, for the elements of the elfJake Burkholder2001-07-311-0/+11
* Simplify the implementation of pmap_emulate_reference(). The new versionDoug Rabson2001-07-241-4/+0
* Fix reboot hangs that have happened with multiple processorsMatt Jacob2001-07-141-0/+1
* Follow Bruce's suggestions. They're probably wrong, but better than before.Matt Jacob2001-07-041-3/+10
* Move ast() and userret() to sys/kern/subr_trap.c now that they are MI.John Baldwin2001-06-291-1/+0
* Add a new MI pointer to the process' trapframe p_frame instead of usingJohn Baldwin2001-06-291-1/+0
* Be conservative and always perform an mb after an atomic_cmpset operation.John Baldwin2001-06-221-0/+2
* Use struct device * rather than device_t for (*pci_intr_route args), soAndrew Gallatin2001-06-111-1/+1
* Fix style of defines.David E. O'Brien2001-06-091-25/+25
* Sync up to v 1.9 of NetBSD's db_trace.c to get access to theAndrew Gallatin2001-06-081-2/+2
* Nuke the various poorly maintained copies of ioctl_fd.h. The file isJoerg Wunsch2001-06-061-142/+0
* Properly wrap mtx_intr_enable() macro in "do $bla while (0)"Poul-Henning Kamp2001-06-021-1/+1
* Resurrect platform.pci_intr_map() and essentially undo the effects ofAndrew Gallatin2001-06-011-1/+2
* Clean up the code exporting interrupt statistics via sysctl a bit:Thomas Moestl2001-06-011-8/+0
* One needs to introduce things with a `.file' directive before trying toDavid E. O'Brien2001-05-281-0/+6
* Style changes -- revert ordering to mostly two revs ago.David E. O'Brien2001-05-181-65/+65
* Consistently define the rune types.David E. O'Brien2001-05-161-4/+17
* Move the int typedefs to the top so they can be used in defining other types.David E. O'Brien2001-05-161-24/+24
* "Sir, the deorbit burn completed succesfully."John Baldwin2001-05-151-33/+0
* Implement a few more floppy ioctl commands and IO options, namely:Joerg Wunsch2001-05-141-2/+18
* Overhaul of the SMP code. Several portions of the SMP kernel support haveJohn Baldwin2001-04-275-65/+14
* Fix SCM ID's and remove tailing blanks.David E. O'Brien2001-04-251-3/+2
* Add a new field 'md_kernnest' to the alpha machine dependent processJohn Baldwin2001-04-241-0/+1
* Block out all interrupts, even machine checks, for critical_enter()Andrew Gallatin2001-04-212-1/+2
* Convert the protection of hte i8254 from critical_enter/exit like it isJohn Baldwin2001-04-181-0/+3
* - Add appropriate #ifndef/#define/#endif to protect against multipleJohn Baldwin2001-04-171-5/+4
* - Fix memory barriers in atomic operations so that the barriers are alwaysJohn Baldwin2001-04-171-20/+26
* Rename the IPI API from smp_ipi_* to ipi_* since the smp_ prefix is justJohn Baldwin2001-04-111-4/+4
* Recognize a few newer cpus (pca57, ev67 & ev68) and update systypes toAndrew Gallatin2001-03-301-0/+7
* Rework the witness code to work with sx locks as well as mutexes.John Baldwin2001-03-282-2/+2
* - Switch from using save/disable/restore_intr to using critical_enter/exitJohn Baldwin2001-03-281-23/+1
* - Add the new critical_t type used to save state inside of criticalJohn Baldwin2001-03-282-19/+7
* Unbreak build on alpha.Hajimu UMEMOTO2001-03-241-3/+0
* Export intrnames and intrcnt as sysctls (hw.nintr, hw.intrnames andThomas Moestl2001-03-231-0/+2
* Use a generic implementation of the Fowler/Noll/Vo hash (FNV hash).Peter Wemm2001-03-171-1/+1
* Fix mtx_legal2block. The only time that it is bad to block on a mutex isJohn Baldwin2001-03-091-2/+0
* Rename switch_trampoline() to fork_trampoline() on the alpha and ia64.John Baldwin2001-02-221-1/+1
* GC unused and now obsolete assertion macros.John Baldwin2001-02-221-10/+0
* - Don't call clear_resched() in userret(), instead, clear the resched flagJohn Baldwin2001-02-201-1/+0
* Changed the aston() family to operate on a specified process instead ofBruce Evans2001-02-191-1/+1
* Correct disordering which is corresponding to bde's fix toHajimu UMEMOTO2001-02-171-1/+1