summaryrefslogtreecommitdiffstats
path: root/sys/ia64
Commit message (Expand)AuthorAgeFilesLines
* Make FLT_ROUNDS correctly reflect the dynamic rounding mode.das2004-07-191-1/+5
* Add partial pmap locking.alc2004-07-192-0/+27
* Remove unused fields from the pmap.alc2004-07-162-4/+0
* Preparation commit for the tty cleanups that will follow in the nearphk2004-07-151-1/+1
* Push down the acquisition and release of the page queues lock intoalc2004-07-151-4/+7
* A loop in pmap_remove() should use TAILQ_FOREACH_SAFE(), notalc2004-07-151-2/+2
* Add ptrace_clear_single_step(), alpha already has it for years, the functiondavidxu2004-07-131-0/+8
* Simplify pmap_protect().alc2004-07-131-6/+3
* Push down the acquisition and release of the page queues lock intoalc2004-07-131-3/+2
* Add options KDB and GDB. KDB takes on the function of what DDB usedmarcel2004-07-112-2/+6
* Remove the now unused GDB stubs. See src/sys/gdb/* for the new KDBmarcel2004-07-111-580/+0
* Mega update for the KDB framework: turn DDB into a KDB backend.marcel2004-07-103-476/+349
* Update for the KDB framework:marcel2004-07-105-117/+224
* Implement makectx(). The makectx() function is used by KDB to createmarcel2004-07-102-1/+22
* Introduce the KDB debugger frontend. The frontend provides a frameworkmarcel2004-07-101-0/+58
* Introduce the GDB debugger backend for the new KDB framework. Themarcel2004-07-102-0/+231
* Change the following environment variables to kernel options:brian2004-07-081-10/+13
* MFamd64 (1.275):marcel2004-07-081-12/+9
* Better handle the break instruction trap. The runtime specificationmarcel2004-07-081-7/+46
* Change the following kernel options to environment variables:brian2004-07-081-13/+10
* - Correct pmap_extract()'s return type. It should be vm_paddr_t, notalc2004-07-051-4/+2
* Implement preemption of kernel threads natively in the scheduler ratherjhb2004-07-021-1/+1
* Unbreak build: define __RMAN_RESOURCE_VISIBLEmarcel2004-06-301-0/+2
* Add machdep quirks functions. On i386, this disables acpi on systems withnjl2004-06-301-0/+6
* - 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
* Remove dead code related to pv entry allocation.alc2004-06-191-14/+0
* Do the dreaded s/dev_t/struct cdev */phk2004-06-164-11/+11
* Neither pmap_enter() nor pmap_enter_quick() should create pv entries foralc2004-06-111-4/+10
* Deorbit COMPAT_SUNOS.phk2004-06-111-2/+2
* Reduce the number of preallocated pv entries and lpte entries inalc2004-06-111-9/+2
* Machine generated patch which changes linedisc calls from accessingphk2004-06-041-3/+3
* Remove checks for curthread == NULL - it can't happen.tjr2004-06-031-5/+3
* Add missing <sys/module.h> instances which were shadowed by the nestedphk2004-06-031-0/+1
* Move TDF_DEADLKTREAT into td_pflags (and rename it accordingly) to avoidtjr2004-06-031-9/+4
* Gainfully employ the new ttyioctl in the trivial cases.phk2004-06-011-22/+0
* Retire cpu_sched_exit(); it is not used any more.tmm2004-05-261-6/+0
* Moved most of the "MI" definitions and declarations from <machine/profile.h>bde2004-05-191-12/+0
* <stdint.h> should define WINT_M{AX,IN} independent from whether WCHAR_MIN isstefanf2004-05-181-1/+1
* Fix typo in comment. While here, end the sentence with a period andmarcel2004-05-171-2/+1
* Unbreak build due to previous commit: now that elf_reloc_internal()marcel2004-05-171-1/+0
* filter out the fdc(4) and sio(4) devices and corresponding options.marcel2004-05-171-0/+8
* Make a small revision to the api between the elf linker core and thepeter2004-05-161-10/+13
* Revert previous commit. We should not get any FP traps from withinmarcel2004-05-071-18/+15
* Make sure to sanitize the FP status register. Specifically thismarcel2004-05-071-0/+3
* Make unnecessary globals static and remove unused includes.njl2004-05-061-1/+1
* Add an MI implementation of the ACPI global lock routines and retire thenjl2004-05-051-42/+5
* Floating-point faults and exceptions can happen in the kernel too.marcel2004-05-031-12/+15
* Catch- and cleanup:marcel2004-05-031-30/+35
* Spell Ethernet correctly.obrien2004-05-021-4/+4
OpenPOWER on IntegriCloud