aboutsummaryrefslogtreecommitdiff
path: root/sys/alpha
Commit message (Expand)AuthorAgeFilesLines
* o Introduce an argument, VM_ALLOC_WIRED, that requests vm_page_alloc()Alan Cox2002-07-181-5/+4
* Various comment and minor style fixes. No actual content changes.John Baldwin2002-07-161-13/+11
* Some style cleanups.John Baldwin2002-07-161-20/+6
* Retire the perl gethints.conf in favour of an awk version. MoveMark Murray2002-07-162-100/+116
* Add a NOTES file for the Alpha architecture.John Baldwin2002-07-152-158/+65
* The sources to the non-working esp device are no longer present in current.John Baldwin2002-07-152-2/+0
* - Remove an irrelevant comment from i386 GENERIC.John Baldwin2002-07-151-13/+7
* o Lock page queue accesses by vm_page_wire() that aren'tAlan Cox2002-07-141-0/+2
* o Complete the locking of page queue accesses by vm_page_unwire().Alan Cox2002-07-131-0/+4
* Move COMPAT_FREEBSD4 to arch-neutral sys/conf/NOTES.Alfred Perlstein2002-07-132-0/+2
* Add additional cred_free_thread() calls that I had missed the first time.Jonathan Mini2002-07-131-0/+6
* Set the thread state of the newly chosen to run thread to TDS_RUNNING inJohn Baldwin2002-07-122-5/+0
* Remove label_t and physadr, which seem to have never been used inMike Barcroft2002-07-101-10/+0
* Desupport the TurboChannel Alpha's. This means the DEC3000/300* Pelic*David E. O'Brien2002-07-0931-8463/+9
* Move __offsetof() macro from <machine/ansi.h> to <sys/cdefs.h>. It'sMike Barcroft2002-07-081-5/+0
* Add a special page zero entry point intended to be called via the singlePeter Wemm2002-07-081-0/+15
* Collect all the (now equivalent) pmap_new_proc/pmap_dispose_proc/Peter Wemm2002-07-071-154/+0
* Retrofit changes from i386/pmap.c rev 1.328-1.331.Peter Wemm2002-07-041-43/+31
* Since printf(3) now supports the `j' conversion specifier, use thatMike Barcroft2002-06-301-11/+11
* Fix reverse ordering of locks. add a comment about locks on some platforms.Julian Elischer2002-06-291-1/+1
* Part 1 of KSE-IIIJulian Elischer2002-06-296-12/+181
* Add files that are new for KSE.Julian Elischer2002-06-291-0/+49
* Set the UMA_ZONE_VM flag on the pvzone to avoid kmem_map recursion.Jeff Roberson2002-06-271-1/+1
* Add an MD callout like cpu_exit, but which is called after sched_lock isJake Burkholder2002-06-241-0/+6
* Remove unused diagnostic function cread_free_thread().Jonathan Mini2002-06-241-6/+0
* Update an 'XXX what is this?' type comment about suswintr and fuswintr.Peter Wemm2002-06-201-2/+2
* Deorbit suibyte(). It was only used for split address space systemsPeter Wemm2002-06-201-5/+0
* Move the "- 1" into the RQB_FFS(mask) macro itself so thatPeter Wemm2002-06-201-1/+1
* Squish the "could sleep with process lock" messages caused by callingAlfred Perlstein2002-06-191-2/+6
* Botcho. I included in the last commit theMatt Jacob2002-06-162-2/+0
* Note that sio is required.Matt Jacob2002-06-142-2/+4
* - Fixup / remove obsolete comments.John Baldwin2002-06-071-16/+12
* Fix typo in the BSD copyright: s/withough/without/Jens Schweikhardt2002-06-027-7/+7
* Move the definition of ElfN_Hashelt to common headers. The only platformDoug Rabson2002-05-301-11/+0
* Add declarations of suword32 and suword64. Add implementations of one orDoug Rabson2002-05-261-0/+2
* Make sure there's a statement after the out: label in clockattach().Dag-Erling Smørgrav2002-05-261-0/+2
* Make the run queue parameters machine dependent. Optimize 64 bitJake Burkholder2002-05-251-0/+58
* - Apparently, the Alpha ABI mandates that arguments be passed sign-extendedJohn Baldwin2002-05-171-4/+1
* More s/file system/filesystem/gTom Rhodes2002-05-161-2/+2
* Fixup unaligned bwx instructions (ldwu, stw). This may fix some mysteriousAndrew Gallatin2002-05-161-7/+25
* Move MI stuff out of MD param.h files.Poul-Henning Kamp2002-05-141-38/+0
* Remove the unused definitions of ctod() and dotc().Poul-Henning Kamp2002-05-141-4/+0
* These were repo-copied to dump_machdep.c.Jake Burkholder2002-05-131-116/+0
* Restore the ability to take crashdumps on alpha. This was cut and pastedAndrew Gallatin2002-05-112-0/+232
* Temporarily disable Jeff's fix for atomic_cmpset_32() to zero-extend theJohn Baldwin2002-05-111-0/+2
* Remove ## concatination in the CFGREAD and CFGWRITE macros, as gcc3 complainsAndrew Gallatin2002-05-101-2/+2
* Opps, remove added bogon.David E. O'Brien2002-05-101-1/+1
* Gcc 3.1 varargs support.David E. O'Brien2002-05-103-10/+42
* Only saying you're launching other CPUs if there are more than one to launch.Matt Jacob2002-05-081-1/+1
* zapnot the signed bits in atomic_cmpset_32. Previously this did not work withJeff Roberson2002-05-081-0/+1