summaryrefslogtreecommitdiffstats
path: root/sys/ia64
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Verify the MADT checksum before using the table.marcel2004-05-011-2/+5
* Hide FLT_EVAL_METHOD and DECIMAL_DIG in pre-C99 compilationdas2004-04-251-0/+2
* Don't check for NULL, device_get_softc() always succeeds.njl2004-04-211-2/+1
* MFamd64alc2004-04-182-72/+16
* Remove a comment that refers to avail_start and avail_end as thesealc2004-04-111-3/+0
* - pmap_kenter_temporary() is unused by machine-independent code. Therefore,alc2004-04-101-10/+0
* Remove advertising clause from University of California Regent'simp2004-04-0716-69/+0
* Remove avail_end. As of yesterday, it is unused.alc2004-04-062-3/+0
* Remove avail_start on those platforms that no longer use it. (Only amd64alc2004-04-052-3/+0
* Remove unused arguments from pmap_init().alc2004-04-051-1/+1
OpenPOWER on IntegriCloud