summaryrefslogtreecommitdiffstats
path: root/sys/ia64
Commit message (Expand)AuthorAgeFilesLines
* s/DT_IA64_PLT_RESERVE/DT_IA_64_PLT_RESERVE/marcel2006-01-281-1/+1
* o Add missing relocations.marcel2006-01-181-24/+30
* s/R_IA64_/R_IA_64_/g as per the ia64 psABI.marcel2006-01-174-91/+91
* Move the old BSD4.3 tty compatibility from (!BURN_BRIDGES && COMPAT_43)phk2006-01-101-0/+1
* By popular demand, move __HAVE_ACPI and __PCI_REROUTE_INTERRUPT intoimp2006-01-092-3/+3
* Use ttyalloc() instead of ttymalloc()phk2006-01-041-1/+3
* Define __HAVE_ACPI and/or __PCI_REROUTE_INTERRUPT, as appropriate forimp2006-01-011-0/+3
* MI changes:netchild2005-12-311-0/+8
* Remove kern.elf32.can_exec_dyn sysctl. Instead extend Brandinfo structuresobomax2005-12-261-0/+2
* Tweak how the MD code calls the fooclock() methods some. Instead ofjhb2005-12-222-15/+4
* Make our ELF64 type definitions match standards. In particular thismarcel2005-12-181-2/+2
* - Cleanup whitespace and extra ()s in vtophys() macros.jhb2005-12-061-1/+1
* Drop _MACHINE_ARCH and _MACHINE defines (not to be confused withru2005-12-061-7/+0
* Fix -Wundef warnings from compiling GENERIC and LINT kernels ofru2005-12-061-3/+3
* - Allow duplicate "machine" directives with the same arguments.ru2005-11-274-10/+1
* Don't enable PUC_FASTINTR by default in the source. Instead, enable itjhb2005-11-211-0/+2
* Create DEFAULTS files for alpha, ia64, powerpc, and sparc64 and movejhb2005-11-212-2/+13
* Eliminate pmap_init2(). It's no longer used.alc2005-11-201-5/+0
* In get_pv_entry() use PMAP_LOCK() instead of PMAP_TRYLOCK() when deadlockalc2005-11-131-1/+4
* Reimplement the reclamation of PV entries. Specifically, performalc2005-11-091-14/+65
* Begin and end the initialization of pvzone in pmap_init().alc2005-11-041-19/+11
* Remove the remaining spl*() calls. Add some assertions. Eliminate somealc2005-11-031-13/+2
* Normalize a significant number of kernel malloc type names:rwatson2005-10-311-1/+1
* Remove a stray return statement in the interrupt dispatch functionmarcel2005-10-301-1/+0
* Reorganize the interrupt handling code a bit to make a few things cleanerjhb2005-10-251-25/+32
* Specifically panic() in the case where pmap_insert_entry() fails toade2005-10-211-0/+2
* Make ttyconsolemode() call ttsetwater() so that drivers don't have to.phk2005-10-161-1/+0
* 1. Change prototype of trapsignal and sendsig to use ksiginfo_t *, mostdavidxu2005-10-144-26/+29
* Eliminate need for __RMAN_RESOURCE_VISIBLEphk2005-10-061-6/+4
* Back out alpha/alpha/trap.c:1.124, osf1_ioctl.c:1.14, osf1_misc.c:1.57,rwatson2005-09-281-4/+0
* Implement 32 bit getcontext/setcontext/swapcontext on amd64. I've addedpeter2005-09-271-0/+21
* Add a new atomic_fetchadd() primitive that atomically adds a value to ajhb2005-09-271-0/+19
* Add GIANT_REQUIRED and WITNESS sleep warnings to uprintf() and tprintf(),rwatson2005-09-191-0/+4
* Introduce a kernel config for the Mandatory Access Control framework.csjp2005-09-181-0/+28
* Eliminate unused definitions.alc2005-09-112-8/+1
* Canonize the include of acpi.h.obrien2005-09-114-4/+4
* Merge db_interface.c and db_trace.c into db_machdep.c.marcel2005-09-102-337/+290
* Move the prototypes of db_md_set_watchpoint(), db_md_clr_watchpoint()marcel2005-09-101-4/+0
* Move the ia32_sigcode structure from ia32_sigtramp.c to ia32_signal.c.marcel2005-09-102-44/+19
* Remove redundant $FreeBSD$marcel2005-09-101-2/+0
* Change the High FP lock from a sleep lock to a spin lock. We canmarcel2005-09-094-16/+16
* Milestone: enable SMP by default.marcel2005-09-051-1/+1
* o In pmap_remove_pte: always invalidate the page. Previously the pagemarcel2005-09-051-13/+11
* o s/vhpt_size/pmap_vhpt_log2size/gmarcel2005-09-033-48/+88
* Fix collision chain termination checks. The result of IA64_PHYS_TO_RR7marcel2005-09-031-16/+18
* Pass a value of type vm_prot_t to pmap_enter_quick() so that it determinealc2005-09-031-3/+4
* Move MINSIGSTKSZ from <machine/signal.h> to <machine/_limits.h> and renamestefanf2005-08-202-5/+3
* Remove the execute permission for stacks.marcel2005-08-141-1/+1
* o s/pmap_lpte_/pmap_/gmarcel2005-08-131-80/+52
* Fix the problem with the IPI for the lazy context switching of themarcel2005-08-132-2/+5
OpenPOWER on IntegriCloud