summaryrefslogtreecommitdiffstats
path: root/sys/ia64
Commit message (Expand)AuthorAgeFilesLines
* Include machine/smp.h.jake2002-03-071-0/+1
* Call ast() only when we're handling a user trap.marcel2002-03-051-1/+2
* Add PSEUDOFS.dfr2002-03-041-1/+2
* Add emulation support for PAL_VM_SUMMARY.dfr2002-03-042-2/+11
* * Include <sys/ucontext.h> so that this compiles again.dfr2002-03-031-12/+15
* - Move a comment from being on the same line as a #ifdef to the linearr2002-02-281-1/+2
* - Fix panic() message and a couple style nits that snuck in from thearr2002-02-281-3/+3
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredjhb2002-02-271-1/+1
* Fix a horribly suboptimal algorithm in the vm_daemon.silby2002-02-271-6/+19
* Add the following functions/macros to support byte order conversions andtmm2002-02-272-23/+81
* Add some DIAGNOSTIC code.julian2002-02-221-14/+24
* Convert p->p_runtime and PCPU(switchtime) to bintime format.phk2002-02-221-1/+1
* Duplicate the changes to i386 to keep creds over the user boundary.julian2002-02-191-6/+8
* Add C++ support.mike2002-02-191-0/+5
* o Move NTOHL() and associated macros into <sys/param.h>. These aremike2002-02-181-56/+32
* Resurrect one of the easiest changes from my big include files roll-upwollman2002-02-151-0/+1
* Remove WITNESS from GENERIC by default: as we grow more locks, this getsrwatson2002-02-131-1/+1
* Pre-KSE/M3 commit.julian2002-02-075-18/+12
* GC the PC_SWITCH* symbols which are not used in assembly anymore.phk2002-02-071-1/+0
* Compile osigreturn() unconditionally since it will always be needed onbde2002-02-011-15/+6
* Add a definition of ddb_regs. ddb_regs is declared as extern inmarcel2002-01-181-5/+2
* Remove the definition of bootverbose. This fixes the link failuremarcel2002-01-181-1/+1
* Declare ddb_regs as extern to avoid creating a tentative definition.marcel2002-01-181-1/+1
* Convert a bunch of 1 << PCPU_GET(cpuid) to PCPU_GET(cpumask).peter2002-01-052-3/+3
* Change the preemption code for software interrupt thread schedules andjhb2002-01-052-1/+5
* Revert previous definition of cpu_throw(). Non-MP configurationsmarcel2001-12-302-2/+9
* Better implement SMP support:marcel2001-12-303-101/+180
* o Reimplement map_pal_code to work with a global variablemarcel2001-12-301-51/+37
* Make vhpt_base and vhpt_size globals so that they can be used bymarcel2001-12-301-1/+2
* Cleanup the IPIs.marcel2001-12-301-8/+7
* Remove unused MD fields (pc_pending_ipis, pc_next_asn andmarcel2001-12-301-3/+3
* o Remove temporary implementation of cpu_throw in vm_machdep.cmarcel2001-12-302-10/+24
* Draft implementation of IPI handling.marcel2001-12-301-1/+19
* Add PC_IDLETHREAD. We need it in cpu_switch.marcel2001-12-301-0/+1
* Add missing predicate in interruption_Data_TLB. Without thismarcel2001-12-302-46/+46
* Fix CRITICAL_FORK so that it compiles.dfr2001-12-231-1/+1
* Use the new resource_list_print_type() function.tmm2001-12-211-1/+1
* Replace a bunch of:peter2001-12-201-30/+10
* Modify the critical section API as follows:jhb2001-12-187-24/+15
* Enable UFS_DIRHASH in the GENERIC kernel.iedowse2001-12-141-0/+1
* Overhaul the per-CPU support a bit:jhb2001-12-1114-207/+55
* Update to C99, s/__FUNCTION__/__func__/,obrien2001-12-101-1/+4
* style(9)obrien2001-12-091-10/+9
* Allow maxusers to be specified as 0 in the kernel config, which willdillon2001-12-092-2/+3
* Add multiple inclusion protection.jhb2001-12-061-0/+5
* PROCFS requires PSEUDOFS.des2001-12-041-1/+2
* o Stop abusing MD headers with non-MD types.mike2001-12-011-2/+0
* * Don't use critical_enter/critical_exit when accessing the VHPT - itsdfr2001-11-301-17/+21
* Minor tweaks to the TLB handling code - avoid movl instructions and adddfr2001-11-272-26/+26
* s/code/ucode/ (last minute typo)peter2001-11-191-2/+2
OpenPOWER on IntegriCloud