aboutsummaryrefslogtreecommitdiff
path: root/sys/alpha
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/5.3.0_cvscvs2svn2004-11-04224-224/+223
* MFC: Make PFIL_HOOKS a permanent part of the kernel and remove the associatedAndre Oppermann2004-09-221-1/+0
* MFC:Wilko Bulte2004-09-131-62/+14
* Match reality: remove support for TurboLaser as it no longer works. NorWilko Bulte2004-09-132-2/+0
* tga(4) is sufficiently broken that bandaids won't work. Given thatWilko Bulte2004-09-101-1/+0
* MFC: Turn PREEMPTION into a kernel option. It is NOT enabled at this time.Scott Long2004-09-101-5/+0
* Switch to the 4BSD scheduler for RELENG_5Scott Long2004-09-091-1/+1
* MFC: Fix boundary inheritance in busdma.Scott Long2004-09-091-5/+5
* MFC of:Julian Elischer2004-09-091-1/+1
* MFC of:Julian Elischer2004-09-091-1/+1
* Remove the kernel debugging options from GENERIC.Scott Long2004-09-071-11/+0
* MFC: Regenerate after fcntl() changes.John Baldwin2004-09-036-8/+8
* MFC: Fix the ABI wrappers to use kern_fcntl() rather than callingJohn Baldwin2004-09-033-22/+15
* MFC:Julian Elischer2004-09-031-1/+1
* MFCJulian Elischer2004-09-031-6/+0
* MFC rev 1.35:Marcel Moolenaar2004-09-021-1/+1
* Add a new type, l_uintptr_t, which is an unsigned integer type with theTim J. Robbins2004-08-161-0/+4
* - Make pmap_emulate_reference() MP and preemption safe. Previously, itAlan Cox2004-08-151-30/+20
* Add __elfN(dump_thread). This function is called from __elfN(coredump)Marcel Moolenaar2004-08-111-0/+7
* Post-locking clean up/simplification, particularly, the elimination ofAlan Cox2004-08-041-57/+49
* Making a loadable null.ko for /dev/(null|zero) proved ratherMark Murray2004-08-031-1/+0
* Instead of calling ia32_pause() conditionally on __i386__ or __amd64__Maxime Henrion2004-08-031-0/+1
* Remove extraneous ';'.Mark Murray2004-08-011-1/+1
* Turn off PREEMPTION by default while it gets debugged. It's been causingScott Long2004-08-011-0/+3
* Break out the MI part of the /dev/[k]mem and /dev/io drivers intoMark Murray2004-08-013-148/+61
* Advance the state of pmap locking on alpha, amd64, and i386.Alan Cox2004-07-291-13/+20
* Move a relic to its correct location(s): Put nfs diskless initializationPoul-Henning Kamp2004-07-281-21/+0
* Pass a thread argument into cpu_critical_{enter,exit}() rather thanRobert Watson2004-07-271-8/+4
* Rename suser_cred()'s PRISON_ROOT flag to SUSER_ALLOWJAIL. This isColin Percival2004-07-261-2/+2
* Unify db_stack_trace_cmd(). All it did was look up the thread givenMarcel Moolenaar2004-07-211-14/+0
* Add some additional pmap locking and lock assertions.Alan Cox2004-07-211-0/+5
* The previous revision introduced a compilation error, i.e., the use of anAlan Cox2004-07-201-1/+1
* - Eliminate the pte object from the pmap. Instead, page table pages areAlan Cox2004-07-192-146/+63
* As a temporary hack, turn off deferred preemptions that are the result ofJohn Baldwin2004-07-191-0/+2
* In -CURRENT pseudo devices are not statically assigned at compile time,Maxim Konovalov2004-07-181-1/+1
* Only extract a physical address from a pte in pmap_extract() if the pte isAlan Cox2004-07-181-9/+13
* MFamd64 revision 1.478Alan Cox2004-07-171-6/+5
* Remove dead or unused code, such as spl calls.Alan Cox2004-07-161-25/+0
* Preparation commit for the tty cleanups that will follow in the nearPoul-Henning Kamp2004-07-152-2/+2
* Push down the acquisition and release of the page queues lock intoAlan Cox2004-07-151-0/+5
* Do a pass over all modules in the kernel and make them return EOPNOTSUPPPoul-Henning Kamp2004-07-151-0/+1
* Additional pmap lockingAlan Cox2004-07-141-28/+49
* In pmap_remove_pages(), when clearing a pte, update the correspondingAlan Cox2004-07-141-0/+4
* Rev 1.24 of sys/ptrace.h adds ptrace_clear_single_step() prototypeKen Smith2004-07-131-1/+0
* Push down the acquisition and release of the page queues lock intoAlan Cox2004-07-131-3/+2
* Now that the console setup is identical to that on other platforms,Marcel Moolenaar2004-07-111-0/+2
* Add options KDB and GDB. KDB takes on the function of what DDB usedMarcel Moolenaar2004-07-111-1/+3
* Remove the now unused GDB stubs. See src/sys/gdb/* for the new KDBMarcel Moolenaar2004-07-111-746/+0
* Mega update for the KDB framework: turn DDB into a KDB backend.Marcel Moolenaar2004-07-104-371/+177
* Update fr the KDB framework:Marcel Moolenaar2004-07-103-50/+28