aboutsummaryrefslogtreecommitdiff
path: root/sys/alpha
Commit message (Expand)AuthorAgeFilesLines
* - Change the ddb paging "support" to use a variable (db_lines_per_page) toJohn Baldwin2004-11-011-1/+1
* Fix a typo so that this compiles.John Baldwin2004-10-201-1/+1
* Add new function ttyinitmode() which sets our systemwide defaultPoul-Henning Kamp2004-10-182-12/+2
* Add missing flag to userland_sysctl()Poul-Henning Kamp2004-10-141-1/+1
* Rework how we store process times in the kernel such that we always storeJohn Baldwin2004-10-051-23/+14
* The physical address stored in the vm_page is page aligned. There is noAlan Cox2004-10-031-1/+1
* Eliminate unnecessary uses of PHYS_TO_VM_PAGE() from pmap_enter(). TheseAlan Cox2004-10-021-5/+2
* - Add support for "paging" in stack trace output. That is, when you doJohn Baldwin2004-09-201-2/+4
* Simplify the reference counting of page table pages. Specifically, useAlan Cox2004-09-191-22/+10
* MFamd64/i386Alan Cox2004-09-191-1/+2
* Remove an outdated assertion from _pmap_allocpte(). (When vm_page_alloc()Alan Cox2004-09-191-3/+0
* Allocate tty at attach time instead of open time.Poul-Henning Kamp2004-09-171-9/+17
* Be slightly less bogus in struct tty allocation.Poul-Henning Kamp2004-09-171-3/+2
* Add new a function isa_dma_init() which returns an errno when it failsPoul-Henning Kamp2004-09-151-10/+8
* Add nge. (I've used one for about a week in an XP1000.)Alan Cox2004-09-111-0/+1
* The previous commit, roughly one and a half years ago removed theMarcel Moolenaar2004-09-101-62/+14
* Fix a problem with tag->boundary inheritence that has existed since day oneScott Long2004-09-081-5/+5
* Switch the default scheduler to 4BSD to match what will go into RELENG_5 soon.Scott Long2004-09-071-1/+3
* Make the alpha timecounter preferable to the i8254.Poul-Henning Kamp2004-09-071-1/+2
* Refactor a bunch of scheduler code to give basically the same behaviourJulian Elischer2004-09-051-1/+1
* Turn PREEMPTION into a kernel option. Make sure that it's defined ifScott Long2004-09-021-5/+0
* Give setrunqueue() and sched_add() more of a clue as toJulian Elischer2004-09-011-1/+1
* Remove an unneeded argument..Julian Elischer2004-08-311-1/+1
* Remove sched_free_thread() which was only usedJulian Elischer2004-08-311-6/+0
* Add em(4) to Alpha. I had a couple running recently on Alpha and itWilko Bulte2004-08-301-0/+1
* In alpha_pci_alloc_resource(), when allocating a memory resource,Marcel Moolenaar2004-08-291-1/+1
* Stop pretending: TurboLaser support is really brokenWilko Bulte2004-08-281-1/+2
* Stop pretending: TurboLaser support is really broken.Wilko Bulte2004-08-281-1/+2
* Move the kernel-specific logic to adjust frompc from MI to MD. ForMarcel Moolenaar2004-08-271-5/+21
* Provide extern declarations for btext and etext when GPROF is defined.Marcel Moolenaar2004-08-271-0/+5
* The machine-independent parts of the virtual memory system always pass aAlan Cox2004-08-271-16/+0
* Always compile PFIL_HOOKS into the kernel and remove the associated kernelAndre Oppermann2004-08-271-1/+0
* Remove unnecessary check for curthread == NULL.Alan Cox2004-08-261-1/+1
* Regenerate after fcntl() wrappers were marked MP safe.John Baldwin2004-08-246-8/+8
* Fix the ABI wrappers to use kern_fcntl() rather than calling fcntl()John Baldwin2004-08-243-22/+15
* 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