summaryrefslogtreecommitdiffstats
path: root/sys/ia64
Commit message (Expand)AuthorAgeFilesLines
* 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
* In some cases, sf_buf_alloc() should sleep with pri PCATCH; in others, italc2004-04-031-2/+2
* MFi386: correctly calculate the top-of-stack when a kthread is createdmarcel2004-03-271-4/+2
* In breakpoint(), use a different immediate to make sure we canmarcel2004-03-211-2/+3
* - Add uiomove_fromphys() implementations to alpha and ia64. These onlyalc2004-03-201-0/+132
* Introduce the cpumask_t type. The purpose of the type is to create amarcel2004-03-201-0/+1
* Replace uint64_t with unsigned long in struct dbreg.marcel2004-03-201-2/+2
* Remove the last traditional hints. These hints only served the purposemarcel2004-03-201-3/+1
* sync comment with i386's isa.c.. This removes a comment that is YEARSjmg2004-03-171-3/+1
* Refactor the existing machine-dependent sf_buf_free() into a machine-alc2004-03-161-17/+2
* Now that contigfree() does not require Giant, don't grab it in busdma.scottl2004-03-131-2/+0
* Identify the Deerfield processor. Deerfield is a low-voltage variantmarcel2004-03-101-12/+25
* Retire pmap_pinit2(). Alpha was the last platform that used it. However,alc2004-03-071-11/+0
* Integrate the code from pmap_pinit2() into pmap_pinit(), leavingalc2004-03-071-5/+1
* Remove unused declarations. (Some time ago, these variables became fieldsalc2004-03-071-2/+0
* Fix syntax errors and wrong function prototypes in several MD headerle2004-03-051-2/+2
* Do not pre-map the I/O port space. On the Intel Tiger 4 this conflictsmarcel2004-02-223-35/+0
* Device megapatch 4/6:phk2004-02-212-2/+4
* Device megapatch 3/6:phk2004-02-211-3/+1
OpenPOWER on IntegriCloud