summaryrefslogtreecommitdiffstats
path: root/sys/ia64
Commit message (Expand)AuthorAgeFilesLines
* 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
* Device megapatch 1/6:phk2004-02-211-2/+0
* Change the disk(9) API in order to make device removal more robust.phk2004-02-181-10/+13
* Sort PFIL_HOOKS.marcel2004-01-271-1/+1
* - Recruit some new ULE users by making it the default scheduler in GENERIC.jeff2004-01-241-1/+1
* Add PFIL_HOOKS to the GENERIC kernel configuration, primarily sonectar2004-01-241-0/+1
* Fix handling of FP traps:marcel2004-01-201-24/+23
* s/framep/tf/g -- this normalizes on the use of tf to point to themarcel2004-01-202-89/+89
* Whitespace nit.des2004-01-131-1/+1
* Provide sysarch(2) prototypes in the MD sysarch.h headers. While I'mnectar2004-01-091-0/+1
* Make sigaltstack as per-threaded, because per-process sigaltstack statedavidxu2004-01-031-8/+8
* Track three new sendfile-related statistics:silby2003-12-281-0/+1
* Move the declaration of sfbufspeak and sfbufsused to mbuf.h,silby2003-12-281-2/+1
* Track current and peak sfbuf usage, export the values via sysctl.silby2003-12-271-0/+4
* Don't use NULL with integral types.marcel2003-12-241-6/+6
* Return AE_OK for stub functions returning ACPI_STATUS, not NULLpeter2003-12-241-2/+2
* GC the unused <machine/kse.h> file.peter2003-12-241-38/+0
* Add an additional field to the elf brandinfo structure to supportpeter2003-12-231-2/+17
* Add missing #include "opt_compat.h" so that the compatability functionpeter2003-12-181-0/+2
* In set_mcontext(), take into account that kse_switchin(2) willmarcel2003-12-141-5/+10
* Assimilate ia64 back into the fold with the common freebsd32/ia32 code.peter2003-12-1112-3758/+77
* Fix last second typo.peter2003-12-101-1/+1
* Use gcc's superior ffs() builtin.peter2003-12-101-0/+9
* Use ffs(x) == popcnt(x ^ (x - 1)) to implement 64 bit ffsl(). gcc'speter2003-12-101-8/+15
* Don't panic for misalignment traps when the onfault handler is set.marcel2003-12-091-1/+10
OpenPOWER on IntegriCloud