summaryrefslogtreecommitdiffstats
path: root/sys/ia64
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use the ACPI-CA definitions for the various APIC tables instead of ournjl2003-12-091-45/+41
* Move the bktr(4) <arch>/include/ioctl_{bt848,meteor}.h files to dev/bktrobrien2003-12-082-475/+0
* Simplify the contexts created by the kernel and remove the relatedmarcel2003-12-072-56/+29
* Ooops. These are still used by the bktr driver. David O'Brien hasimp2003-12-071-0/+187
* Remote meteor driver. It hasn't compiled in over 3 years. If someoneimp2003-12-071-187/+0
* - Split cpu_mp_probe() into two parts. cpu_mp_setmaxid() is still calledjhb2003-11-211-2/+8
* Set the ACPI processor Id in the PCPU structure so that CPU idlingmarcel2003-11-201-1/+1
* Widen the enable/disable helper function's argument in line with thepeter2003-11-171-1/+1
* Fixed a pedantic syntax error (a stray semicolon at the end ofbde2003-11-171-1/+1
* - Remove unnecessary synchronization from sf_buf_init(). (There is onlyalc2003-11-161-2/+0
* - Modify alpha's sf_buf implementation to use the direct virtual-to-alc2003-11-162-2/+58
* Add the pc_acpi_id PCPU member. The new acpi_cpu driver uses this tonjl2003-11-152-1/+3
* Remove ia64_highfp_load() now that it's unused.marcel2003-11-122-15/+0
* Further work-out the handling of the high FP registers. The mostmarcel2003-11-123-67/+48
* Save and restore the high FP registers in {g|s}_mcontext(). Notemarcel2003-11-111-2/+9
* Fix a nasty bug that got exposed when the sendsig() and sigreturn()marcel2003-11-112-4/+26
* In get_mcontext(), do not update bspstore and ndirty in the trapframe.marcel2003-11-101-5/+9
* When a thread is being swapped-out, save the high FP registers. Wemarcel2003-11-091-0/+2
* Use get_mcontext() to construct the signal context in sendsig() andmarcel2003-11-093-109/+50
* Change the clear_ret argument of get_mcontext() to be a flags argument.marcel2003-11-091-2/+2
* Remove the atkbd, psm, sc and vga devices. Most ia64 boxes out theremarcel2003-11-082-16/+0
* Document the lockfunc and lockfuncarg arguments to bus_dma_tag_create() inscottl2003-11-071-0/+4
* Regen.jhb2003-11-073-12/+12
OpenPOWER on IntegriCloud