summaryrefslogtreecommitdiffstats
path: root/sys/alpha
Commit message (Expand)AuthorAgeFilesLines
* Add a new type, l_uintptr_t, which is an unsigned integer type with thetjr2004-08-161-0/+4
* - Make pmap_emulate_reference() MP and preemption safe. Previously, italc2004-08-151-30/+20
* Add __elfN(dump_thread). This function is called from __elfN(coredump)marcel2004-08-111-0/+7
* Post-locking clean up/simplification, particularly, the elimination ofalc2004-08-041-57/+49
* Making a loadable null.ko for /dev/(null|zero) proved rathermarkm2004-08-031-1/+0
* Instead of calling ia32_pause() conditionally on __i386__ or __amd64__mux2004-08-031-0/+1
* Remove extraneous ';'.markm2004-08-011-1/+1
* Turn off PREEMPTION by default while it gets debugged. It's been causingscottl2004-08-011-0/+3
* Break out the MI part of the /dev/[k]mem and /dev/io drivers intomarkm2004-08-013-148/+61
* Advance the state of pmap locking on alpha, amd64, and i386.alc2004-07-291-13/+20
* Move a relic to its correct location(s): Put nfs diskless initializationphk2004-07-281-21/+0
* Pass a thread argument into cpu_critical_{enter,exit}() rather thanrwatson2004-07-271-8/+4
* Rename suser_cred()'s PRISON_ROOT flag to SUSER_ALLOWJAIL. This iscperciva2004-07-261-2/+2
* Unify db_stack_trace_cmd(). All it did was look up the thread givenmarcel2004-07-211-14/+0
* Add some additional pmap locking and lock assertions.alc2004-07-211-0/+5
* The previous revision introduced a compilation error, i.e., the use of analc2004-07-201-1/+1
* - Eliminate the pte object from the pmap. Instead, page table pages arealc2004-07-192-146/+63
* As a temporary hack, turn off deferred preemptions that are the result ofjhb2004-07-191-0/+2
* In -CURRENT pseudo devices are not statically assigned at compile time,maxim2004-07-181-1/+1
* Only extract a physical address from a pte in pmap_extract() if the pte isalc2004-07-181-9/+13
* MFamd64 revision 1.478alc2004-07-171-6/+5
* Remove dead or unused code, such as spl calls.alc2004-07-161-25/+0
* Preparation commit for the tty cleanups that will follow in the nearphk2004-07-152-2/+2
* Push down the acquisition and release of the page queues lock intoalc2004-07-151-0/+5
* Do a pass over all modules in the kernel and make them return EOPNOTSUPPphk2004-07-151-0/+1
* Additional pmap lockingalc2004-07-141-28/+49
* In pmap_remove_pages(), when clearing a pte, update the correspondingalc2004-07-141-0/+4
* Rev 1.24 of sys/ptrace.h adds ptrace_clear_single_step() prototypekensmith2004-07-131-1/+0
* Push down the acquisition and release of the page queues lock intoalc2004-07-131-3/+2
* Now that the console setup is identical to that on other platforms,marcel2004-07-111-0/+2
* Add options KDB and GDB. KDB takes on the function of what DDB usedmarcel2004-07-111-1/+3
* Remove the now unused GDB stubs. See src/sys/gdb/* for the new KDBmarcel2004-07-111-746/+0
* Mega update for the KDB framework: turn DDB into a KDB backend.marcel2004-07-104-371/+177
* Update fr the KDB framework:marcel2004-07-103-50/+28
* Update for the KDB framework. Sanitize the alpha console code now thatmarcel2004-07-1012-469/+11
* Update for the KDB framework:marcel2004-07-101-6/+5
* Implement makectx(). The makectx() function is used by KDB to createmarcel2004-07-102-0/+24
* Introduce the KDB debugger frontend. The frontend provides a frameworkmarcel2004-07-101-0/+49
* Introduce the GDB debugger backend for the new KDB framework. Themarcel2004-07-102-0/+153
* Change the following environment variables to kernel options:brian2004-07-081-6/+6
* Change the following kernel options to environment variables:brian2004-07-081-6/+6
* Add pmap locking to pmap_emulate_reference(). Remove unused and once-usedalc2004-07-081-8/+8
* Add pmap locking to pmap_protect().alc2004-07-071-0/+2
* - Correct pmap_extract()'s return type. It should be vm_paddr_t, notalc2004-07-051-4/+2
* MFamd64/i386alc2004-07-052-0/+33
* Implement preemption of kernel threads natively in the scheduler ratherjhb2004-07-022-1/+3
* Allocate s/g segments in the tag rather than on the stack.scottl2004-07-021-30/+35
* Catch up with __RMAN_RESOURCE_VISIBLE enough to get GENERIC to buildgallatin2004-07-0110-0/+10
* - Remove unused definitions.alc2004-06-231-5/+2
* Backed out previous commit. Blind substitution of dev_t by `struct cdev *'bde2004-06-201-1/+1
OpenPOWER on IntegriCloud