aboutsummaryrefslogtreecommitdiff
path: root/sys/ia64
Commit message (Expand)AuthorAgeFilesLines
* Break out the MI part of the /dev/[k]mem and /dev/io drivers intoMark Murray2004-08-013-150/+61
* - Add pmap locking to ia64's pmap_enter() and pmap_enter_quick(). (ThisAlan Cox2004-07-301-8/+31
* Fix -O builds with gcc 3.4 by defining ffs as __builtin_ffs instead ofMarcel Moolenaar2004-07-301-6/+1
* Move a relic to its correct location(s): Put nfs diskless initializationPoul-Henning Kamp2004-07-281-27/+0
* Pass a thread argument into cpu_critical_{enter,exit}() rather thanRobert Watson2004-07-271-8/+4
* Work-around a gcc code generation bug for function descriptorsMarcel Moolenaar2004-07-251-4/+4
* In pmap_mincore() create a private copy of the pte for use after the pmapAlan Cox2004-07-221-1/+5
* Additional pmap lockingAlan Cox2004-07-211-22/+46
* Unify db_stack_trace_cmd(). All it did was look up the thread givenMarcel Moolenaar2004-07-211-14/+0
* Make FLT_ROUNDS correctly reflect the dynamic rounding mode.David Schultz2004-07-191-1/+5
* Add partial pmap locking.Alan Cox2004-07-192-0/+27
* Remove unused fields from the pmap.Alan Cox2004-07-162-4/+0
* Preparation commit for the tty cleanups that will follow in the nearPoul-Henning Kamp2004-07-151-1/+1
* Push down the acquisition and release of the page queues lock intoAlan Cox2004-07-151-4/+7
* A loop in pmap_remove() should use TAILQ_FOREACH_SAFE(), notAlan Cox2004-07-151-2/+2
* Add ptrace_clear_single_step(), alpha already has it for years, the functionDavid Xu2004-07-131-0/+8
* Simplify pmap_protect().Alan Cox2004-07-131-6/+3
* Push down the acquisition and release of the page queues lock intoAlan Cox2004-07-131-3/+2
* Add options KDB and GDB. KDB takes on the function of what DDB usedMarcel Moolenaar2004-07-112-2/+6
* Remove the now unused GDB stubs. See src/sys/gdb/* for the new KDBMarcel Moolenaar2004-07-111-580/+0
* Mega update for the KDB framework: turn DDB into a KDB backend.Marcel Moolenaar2004-07-103-476/+349
* Update for the KDB framework:Marcel Moolenaar2004-07-105-117/+224
* Implement makectx(). The makectx() function is used by KDB to createMarcel Moolenaar2004-07-102-1/+22
* Introduce the KDB debugger frontend. The frontend provides a frameworkMarcel Moolenaar2004-07-101-0/+58
* Introduce the GDB debugger backend for the new KDB framework. TheMarcel Moolenaar2004-07-102-0/+231
* Change the following environment variables to kernel options:Brian Somers2004-07-081-10/+13
* MFamd64 (1.275):Marcel Moolenaar2004-07-081-12/+9
* Better handle the break instruction trap. The runtime specificationMarcel Moolenaar2004-07-081-7/+46
* Change the following kernel options to environment variables:Brian Somers2004-07-081-13/+10
* - Correct pmap_extract()'s return type. It should be vm_paddr_t, notAlan Cox2004-07-051-4/+2
* Implement preemption of kernel threads natively in the scheduler ratherJohn Baldwin2004-07-021-1/+1
* Unbreak build: define __RMAN_RESOURCE_VISIBLEMarcel Moolenaar2004-06-301-0/+2
* Add machdep quirks functions. On i386, this disables acpi on systems withNate Lawson2004-06-301-0/+6
* - Remove unused definitions.Alan Cox2004-06-231-5/+2
* Backed out previous commit. Blind substitution of dev_t by `struct cdev *'Bruce Evans2004-06-201-1/+1
* Remove dead code related to pv entry allocation.Alan Cox2004-06-191-14/+0
* Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp2004-06-164-11/+11
* Neither pmap_enter() nor pmap_enter_quick() should create pv entries forAlan Cox2004-06-111-4/+10
* Deorbit COMPAT_SUNOS.Poul-Henning Kamp2004-06-111-2/+2
* Reduce the number of preallocated pv entries and lpte entries inAlan Cox2004-06-111-9/+2
* Machine generated patch which changes linedisc calls from accessingPoul-Henning Kamp2004-06-041-3/+3
* Remove checks for curthread == NULL - it can't happen.Tim J. Robbins2004-06-031-5/+3
* Add missing <sys/module.h> instances which were shadowed by the nestedPoul-Henning Kamp2004-06-031-0/+1
* Move TDF_DEADLKTREAT into td_pflags (and rename it accordingly) to avoidTim J. Robbins2004-06-031-9/+4
* Gainfully employ the new ttyioctl in the trivial cases.Poul-Henning Kamp2004-06-011-22/+0
* Retire cpu_sched_exit(); it is not used any more.Thomas Moestl2004-05-261-6/+0
* Moved most of the "MI" definitions and declarations from <machine/profile.h>Bruce Evans2004-05-191-12/+0
* <stdint.h> should define WINT_M{AX,IN} independent from whether WCHAR_MIN isStefan Farfeleder2004-05-181-1/+1
* Fix typo in comment. While here, end the sentence with a period andMarcel Moolenaar2004-05-171-2/+1
* Unbreak build due to previous commit: now that elf_reloc_internal()Marcel Moolenaar2004-05-171-1/+0