summaryrefslogtreecommitdiffstats
path: root/sys/alpha/alpha
Commit message (Expand)AuthorAgeFilesLines
* Add an MD callout like cpu_exit, but which is called after sched_lock isjake2002-06-241-0/+6
* Remove unused diagnostic function cread_free_thread().mini2002-06-241-6/+0
* Update an 'XXX what is this?' type comment about suswintr and fuswintr.peter2002-06-201-2/+2
* Deorbit suibyte(). It was only used for split address space systemspeter2002-06-201-5/+0
* - Fixup / remove obsolete comments.jhb2002-06-071-16/+12
* Add declarations of suword32 and suword64. Add implementations of one ordfr2002-05-261-0/+2
* Make sure there's a statement after the out: label in clockattach().des2002-05-261-0/+2
* More s/file system/filesystem/gtrhodes2002-05-161-2/+2
* Fixup unaligned bwx instructions (ldwu, stw). This may fix some mysteriousgallatin2002-05-161-7/+25
* These were repo-copied to dump_machdep.c.jake2002-05-131-116/+0
* Restore the ability to take crashdumps on alpha. This was cut and pastedgallatin2002-05-112-0/+232
* Only saying you're launching other CPUs if there are more than one to launch.mjacob2002-05-081-1/+1
* Remove two unused headers (<machine/frame.h> and <machine/psl.h>).peter2002-05-011-2/+0
* Don't export timecounter structures under debug. with sysctl, theyphk2002-04-301-6/+0
* Tidy up some loose ends.peter2002-04-291-51/+4
* MFi386 1.222: Remove vm_map_growstack() and acquisition and release of Giantalc2002-04-271-17/+2
* Don't use the symbol name to lookup the symbol value when we can usemarcel2002-04-251-11/+10
* Fix a compiler warning I missed in the last commit.ticso2002-04-171-1/+1
* Revive dec_axppci_33_intr_route for LCA.ticso2002-04-171-35/+23
* Rework the kernel environment subsystem. We now convert the staticmux2002-04-171-0/+3
* Remove code that updates vm->vm_ssize. This duplicates work alreadyalc2002-04-161-20/+0
* Remove the .stab directives. I do not understand what is different aboutobrien2002-04-152-4/+1
* Fix an "oops!" that turned out to be mostly harmless (but gave a warning).peter2002-04-151-3/+3
* Pass vm_page_t instead of physical addresses to pmap_zero_page[_area]()peter2002-04-151-10/+10
* Modernize SCM ID.obrien2002-04-141-4/+1
* Add comment that sigreturn() is MPSAFE.alc2002-04-131-0/+3
* Quiet GCC 3.1 warning.obrien2002-04-131-1/+1
* Add a comment that osigreturn() is MPSAFE.alc2002-04-111-0/+2
* GC various bits and pieces of USERCONFIG from all over the place.phk2002-04-091-12/+0
* GC the "dumplo" variable, which is no longer used.phk2002-04-071-1/+0
* o Eliminate the use of grow_stack() and useracc() from sendsig(), osendsig(),alc2002-04-052-52/+31
* Change callers of mtx_init() to pass in an appropriate lock type name. Injhb2002-04-045-6/+6
* Moved signal handling and rescheduling from userret() to ast() so thatbde2002-04-041-0/+2
* - Move the MI mutexes sched_lock and Giant from being declared in thejhb2002-04-021-14/+2
* Stage-2 commit of the critical*() code. This re-inlines cpu_critical_enter()dillon2002-04-011-18/+1
* Change the suser() API to take advantage of td_ucred as well as do ajhb2002-04-012-2/+2
* Centralize the "bootdev" and "dumpdev" variables. They are still prettyphk2002-03-311-3/+0
* Make the comment section resemble Englishwilko2002-03-291-9/+8
* Use the MI vm_map_growstack() instead of the MD grow_stack() in trap().alc2002-03-291-3/+3
* Remove abuse of intr_disable/restore in MI code by moving the loop in ast()jake2002-03-292-2/+28
* style(9)obrien2002-03-281-3/+7
* Add a new mtx_init option "MTX_DUPOK" which allows duplicate acquires of locksjeff2002-03-271-1/+1
* Compromise for critical*()/cpu_critical*() recommit. Cleanup the interruptdillon2002-03-271-0/+59
* Initialise the AS4100 console at the same time as most of the otherdfr2002-03-261-0/+2
* only read from the possibly bad address if we did not get a machinegallatin2002-03-221-1/+1
* Allow SMP kernels (like GENERIC..) to boot on UP kernels on the alpha.gallatin2002-03-221-1/+1
* Fix abuses of cpu_critical_{enter,exit} by converting toimp2002-03-215-35/+35
* Change the way we ensure td_ucred is NULL if DIAGNOSTIC is defined.jhb2002-03-201-25/+6
* Remove __P(). This was tested on the GENERIC kernel.obrien2002-03-2024-164/+163
* Remove references to vm_zone.h and switch over to the new uma API.jeff2002-03-201-15/+6
OpenPOWER on IntegriCloud