aboutsummaryrefslogtreecommitdiff
path: root/sys/alpha/include
Commit message (Expand)AuthorAgeFilesLines
* Allow alpha kernels to compile again- make sure opt_ddb.h is includedMatt Jacob2002-01-171-1/+4
* Add missing prototype for pmap_unmapdev().John Baldwin2002-01-111-0/+1
* Use a spare slot in the machine context to identify the context formatDaniel Eischen2002-01-101-1/+4
* Introduce a standard name for the lock protecting an interrupt controllerJohn Baldwin2001-12-201-0/+2
* Modify the critical section API as follows:John Baldwin2001-12-182-4/+4
* Overhaul the per-CPU support a bit:John Baldwin2001-12-117-167/+16
* style(9)David E. O'Brien2001-12-091-9/+8
* o Stop abusing MD headers with non-MD types.Mike Barcroft2001-12-011-2/+0
* o Add new header <sys/stdint.h>.Mike Barcroft2001-11-024-0/+470
* Detach the prom console when platform.cons_init is called. This seemsMatt Jacob2001-10-261-0/+1
* Remove funky right justification.Mike Barcroft2001-10-231-9/+9
* [partially forced commit due to pilot error in earlier commit attempt]Dag-Erling Smørgrav2001-10-212-4/+10
* Try two on the preprocessing logic.David E. O'Brien2001-10-191-1/+1
* Blah, fix braino where ru had to remind me of proper preprocessor syntax.David E. O'Brien2001-10-191-1/+1
* My attempts at minimizing the number of #def's got me in trouble.David E. O'Brien2001-10-181-5/+5
* Add support for "__gnuc_va_list". Some overly "smart" libraries assumeDavid E. O'Brien2001-10-181-1/+4
* Sync comments with i386.David E. O'Brien2001-10-181-6/+6
* Make MAXTSIZ, DFLDSIZ, MAXDSIZ, DFLSSIZ, MAXSSIZ, SGROWSIZ loaderPaul Saab2001-10-101-1/+1
* - If we ever do the per-cpu KTR stuff, the index won't be volatile as itJohn Baldwin2001-09-182-2/+2
* Whitespace fixes.John Baldwin2001-09-121-3/+3
* Style(9) fixes.John Baldwin2001-09-121-2/+2
* Restore style(9) fixes from commit prior to previous commit.John Baldwin2001-09-122-18/+18
* KSE Milestone 2Julian Elischer2001-09-1213-43/+52
* style(9) the structure definitions.David E. O'Brien2001-09-052-2/+2
* o Remove some GCCisms in src/powerpc/include/endian.h.Mike Barcroft2001-08-302-12/+16
* vm_page_zero_idle() is no longer MD.Peter Wemm2001-08-251-1/+0
* Strip out some #if's for old implementations of global data pointers.Peter Wemm2001-08-211-4/+0
* Protect prototype of ptrace_clear_single_step() with #ifdef _KERNEL/#endif.John Baldwin2001-08-211-0/+2
* 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