summaryrefslogtreecommitdiffstats
path: root/sys/alpha
Commit message (Expand)AuthorAgeFilesLines
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-213-10/+10
* - Add a VM_WAIT in the appropriate cases where vm_page_alloc() fails and flagsjeff2003-01-211-8/+13
* Resolve relative relocations in klds before trying to parse the module'sjake2003-01-211-5/+25
* Move the vm_page_busy() in pmap_dispose_thread() to a place where it isalc2003-01-201-1/+1
* Remove the last stray NO_GEOM option in our example kernel config files.phk2003-01-191-2/+0
* Protect against multiple inclusions.obrien2003-01-181-0/+5
* Merge all the various copies of vm_fault_quick() into a singledillon2003-01-161-16/+0
* Merge all the various copies of vmapbuf() and vunmapbuf() into a singledillon2003-01-151-69/+0
* Bow to the whining masses and change a union back into void *. Retaindillon2003-01-131-1/+1
* Change struct file f_data to un_data, a union of the correct structdillon2003-01-121-1/+1
* Approved by: gallatin (mentor)ticso2003-01-031-0/+12
* - Use VM_ALLOC_WIRED.alc2002-12-281-5/+7
* Use VM_ALLOC_WIRED in pmap_pinit().alc2002-12-281-4/+1
* MB_LEN_MAX is not MD, move it to the MI limits.h.tjr2002-12-222-2/+0
* MFi386 revisions 1.375 and 1.376alc2002-12-141-5/+14
* SCARGS removal take II.alfred2002-12-145-230/+225
* Backout removal SCARGS, the code freeze is only "selectively" over.alfred2002-12-135-225/+230
* Remove SCARGS.alfred2002-12-135-230/+225
* Unbreak the KSE code. Keep track of zobie threads using the Per-CPU storagejulian2002-12-101-1/+1
* MFi386alc2002-12-021-0/+2
* Under certain circumstances, we were calling kmem_free() frommux2002-11-221-0/+5
* MFi386 r1.369alc2002-11-181-1/+5
* Add getcontext, setcontext, and swapcontext as system calls.deischen2002-11-165-23/+148
* Add hints for ISA ATA controllers. At least one Digital AlphaPC 64 hasjhb2002-11-141-0/+6
* Move pmap_collect() out of the machine-dependent code, rename italc2002-11-131-31/+1
* - Clear the page's PG_WRITEABLE flag in the i386's pmap_changebit()alc2002-11-111-2/+1
* Print real / avail memory in megabytes rather than kilobytes.des2002-11-091-3/+4
* Fix warnings when compiled with SIMOS defined.jhb2002-11-081-4/+14
* Cast pointers in mem*_io() compat macros to uintptr_t so that they can bejhb2002-11-081-5/+5
* - Update the SIMOS fp-stealing code to KSE-II and beyond.jhb2002-11-081-5/+9
* Remove #ifdef DEBUG signal debugging code brought over from NetBSD with thejhb2002-11-081-32/+0
* Move the definitions of the hw.physmem, hw.usermem and hw.availpagestmm2002-11-071-27/+0
* Turn on GEOM. It works on Alpha and we are going to need it for installs.jhb2002-11-071-2/+0
* Wrap ()'s around an argument before casting it to a void *. If thejhb2002-11-061-6/+6
* Remove what was a temporary bogus assignment of bits of siginfo_t, as it doesjmallett2002-11-061-4/+0
* - Enable the use of UMA_MD_PAGE_ALLOC on alpha.jeff2002-11-012-7/+44
* Remove extranious memory barriers, and correct the placement of a few others.gallatin2002-10-302-22/+4
* Make the second serial port available for general use by default.gallatin2002-10-301-1/+0
* Use the newer "+" modifier on output contraints when a register orjhb2002-10-252-62/+62
* Split 4.x and 5.x signal handling so that we can keep 4.x signalpeter2002-10-257-26/+286
* Extract out KSE specific code from machine specific codejulian2002-10-241-18/+2
* psl.h isn't referenced anywhere that I could find on the alpha, so removepeter2002-10-211-32/+0
* Add a bus_space_unmap() for the puc (and possibly other) drivers.gallatin2002-10-211-0/+14
* - Replace two instances of vm_page_sleep_busy() with the page queuealc2002-10-201-4/+10
* give alpha a bus_space_subregion() so that ahd_pci compiles and movesgallatin2002-10-201-0/+20
* Add two hooks to signal module load and module unload to MD code.marcel2002-10-191-0/+14
* Permits UFS ACLs to be used with the GENERIC kernel. Due to recentrwatson2002-10-191-0/+1
* The a.out md_coredump stuff isn't referenced anywhere anymore, andpeter2002-10-151-10/+0
* Remove the P1003_1B kernel option; it is no longer used.mike2002-10-131-2/+1
* Add standards visibility conditionals. Change any uses of sigset_t tomike2002-10-131-5/+10
OpenPOWER on IntegriCloud