summaryrefslogtreecommitdiffstats
path: root/sys/alpha
Commit message (Expand)AuthorAgeFilesLines
* Change pmap_enter_quick() to use the vm_prot_t parameter introduced inalc2005-12-021-3/+4
* - Allow duplicate "machine" directives with the same arguments.ru2005-11-273-9/+1
* Don't enable PUC_FASTINTR by default in the source. Instead, enable itjhb2005-11-211-0/+2
* Create DEFAULTS files for alpha, ia64, powerpc, and sparc64 and movejhb2005-11-212-1/+10
* Eliminate pmap_init2(). It's no longer used.alc2005-11-201-5/+0
* Improve inittodr(). Assume the real-time clock is reliable and onlymarcel2005-11-201-52/+40
* In get_pv_entry() use PMAP_LOCK() instead of PMAP_TRYLOCK() when deadlockalc2005-11-131-1/+4
* Reimplement the reclamation of PV entries. Specifically, performalc2005-11-091-30/+41
* Add uart(4). When both sio(4) and uart(4) can handle a serial port,marcel2005-11-051-2/+3
* Begin and end the initialization of pvzone in pmap_init().alc2005-11-041-17/+10
* Add stoppcbs[] arrays on Alpha and sparc64 and have each CPU save itsjhb2005-11-032-4/+7
* Instead of a panic()ing in pmap_insert_entry() if get_pv_entry() fails,alc2005-11-021-1/+50
* MFamd64/i386alc2005-10-311-7/+0
* Reorganize the interrupt handling code a bit to make a few things cleanerjhb2005-10-252-34/+48
* Specifically panic() in the case where pmap_insert_entry() fails toade2005-10-211-0/+2
* Make ttyconsolemode() call ttsetwater() so that drivers don't have to.phk2005-10-162-2/+0
* 1. Change prototype of trapsignal and sendsig to use ksiginfo_t *, mostdavidxu2005-10-145-39/+37
* Remove the hack to clear the owepreempt flag after running a fastjhb2005-09-291-17/+16
* Back out alpha/alpha/trap.c:1.124, osf1_ioctl.c:1.14, osf1_misc.c:1.57,rwatson2005-09-284-34/+6
* Add a new atomic_fetchadd() primitive that atomically adds a value to ajhb2005-09-271-0/+22
* Replace __RMAN_RESOURCE_VISIBLE with calls to public entry pointsphk2005-09-258-33/+28
* Substitute rman_get_start() for __RMAN_RESOURCE_VISIBLEphk2005-09-251-7/+7
* This file never needed to see what is in the internal struct resource,phk2005-09-251-9/+7
* Try to avoid crashes during kernel startup by limiting the # of EISAwilko2005-09-241-0/+3
* Protect includes for kernel specific use from userland.ticso2005-09-191-0/+2
* Add GIANT_REQUIRED and WITNESS sleep warnings to uprintf() and tprintf(),rwatson2005-09-194-6/+34
* Relocate direct map specs into struct alpha_chipset.ticso2005-09-1911-33/+76
* Introduce a kernel config for the Mandatory Access Control framework.csjp2005-09-181-0/+28
* Stop using the '+' constraint modifier with inline assembly. The '+'jhb2005-09-151-36/+36
* Add a memory barrier for PREWRITE operations to ensure all writes by thejhb2005-09-151-0/+4
* Eliminate unused definitions.alc2005-09-112-8/+1
* Move the prototypes of db_md_set_watchpoint(), db_md_clr_watchpoint()marcel2005-09-101-5/+0
* Pass a value of type vm_prot_t to pmap_enter_quick() so that it determinealc2005-09-031-2/+2
* Move MINSIGSTKSZ from <machine/signal.h> to <machine/_limits.h> and renamestefanf2005-08-202-8/+6
* Add hints for uart(4). These are the same as for sio(4) and make itmarcel2005-08-061-0/+7
* - Add support for saving stack traces and displaying them via printf(9)jeff2005-08-031-0/+41
* Move MODULE_DEPEND() statements for SYSVIPC dependencies to linux_ipc.cjhb2005-07-291-4/+1
* Convert the atomic_ptr() operations over to operating on uintptr_tjhb2005-07-151-61/+18
* Add recently invented COMPAT_FREEBSD5 option.kensmith2005-07-141-0/+1
* Add a 'sysent' target that depends on the various files built fromjhb2005-07-131-1/+3
* Regen.jhb2005-07-136-205/+205
* Make a pass through all the compat ABIs sychronizing the MP safe flagsjhb2005-07-132-200/+200
* Validate if the value written into {FS,GS}.base is a canonicaldavidxu2005-07-101-1/+2
* Some cleanups and tweaks to some of the atomic.h files in preparation forjhb2005-07-091-91/+99
* - Remove spl's from osf1_usleep_thread().jhb2005-07-071-8/+4
* Add .cvsignore files just like in sys/<arch>/compiled, this keeps CVS fromobrien2005-06-201-0/+1
* Do not allocate memory based on not-checked argument from userland.pjd2005-06-111-6/+2
* Fix copy&paste bug.pjd2005-06-111-1/+1
* Introduce a procedure, pmap_page_init(), that initializes thealc2005-06-101-31/+19
* MFP4:jkoshy2005-06-091-0/+13
OpenPOWER on IntegriCloud