summaryrefslogtreecommitdiffstats
path: root/sys/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
* Move the "- 1" into the RQB_FFS(mask) macro itself so thatpeter2002-06-201-1/+1
* Squish the "could sleep with process lock" messages caused by callingalfred2002-06-191-2/+6
* Botcho. I included in the last commit themjacob2002-06-162-2/+0
* Note that sio is required.mjacob2002-06-142-2/+4
* - Fixup / remove obsolete comments.jhb2002-06-071-16/+12
* Fix typo in the BSD copyright: s/withough/without/schweikh2002-06-027-7/+7
* Move the definition of ElfN_Hashelt to common headers. The only platformdfr2002-05-301-11/+0
* 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
* Make the run queue parameters machine dependent. Optimize 64 bitjake2002-05-251-0/+58
* - Apparently, the Alpha ABI mandates that arguments be passed sign-extendedjhb2002-05-171-4/+1
* 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
* Move MI stuff out of MD param.h files.phk2002-05-141-38/+0
* Remove the unused definitions of ctod() and dotc().phk2002-05-141-4/+0
* 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
* Temporarily disable Jeff's fix for atomic_cmpset_32() to zero-extend thejhb2002-05-111-0/+2
* Remove ## concatination in the CFGREAD and CFGWRITE macros, as gcc3 complainsgallatin2002-05-101-2/+2
* Opps, remove added bogon.obrien2002-05-101-1/+1
* Gcc 3.1 varargs support.obrien2002-05-103-10/+42
* Only saying you're launching other CPUs if there are more than one to launch.mjacob2002-05-081-1/+1
* zapnot the signed bits in atomic_cmpset_32. Previously this did not work withjeff2002-05-081-0/+1
* Typo fix: detects -> detect.jmallett2002-05-032-2/+2
* 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-293-55/+7
* 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
* Since WITNESS doesn't just do mutexes, remove "mutex" from the WITNESSrwatson2002-04-182-2/+2
* 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-172-48/+27
* Clear the error flags in the LCA_IOC_STAT0 register afterticso2002-04-171-0/+18
* Rework the kernel environment subsystem. We now convert the staticmux2002-04-171-0/+3
* I am not sure why ## was used in this macro, as w/o the string concatenationobrien2002-04-171-2/+2
* 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
* Rework logic of syscalls that modify process credentials as described injhb2002-04-131-4/+16
* Turn on TGA support.obrien2002-04-132-0/+2
* Quiet GCC 3.1 warning.obrien2002-04-131-1/+1
* Include <sys/cdefs.h> for definition of __BSD_VISIBLE.mike2002-04-121-0/+1
* Add a comment that osigreturn() is MPSAFE.alc2002-04-111-0/+2
OpenPOWER on IntegriCloud