summaryrefslogtreecommitdiffstats
path: root/sys/ia64
Commit message (Expand)AuthorAgeFilesLines
* Clean up some leftovers from the root mount cleanup that was done somepeter2001-02-042-8/+0
* All the world is not an i386. Merge rev 1.438 of i386/i386/machdep.c.peter2001-02-041-0/+1
* Remove count for NSIO. The only places it was used it were incorrect.peter2001-01-311-14/+3
* Flesh out EFI support somewhat.dfr2001-01-292-45/+591
* Send "#if NISA > 0" to the bit-bucket and replace it with an option.peter2001-01-291-3/+3
* Add gd_witness_spin_check.marcel2001-01-282-0/+2
* Fix typo.marcel2001-01-281-1/+1
* Improve kernel bootstrapping:marcel2001-01-281-53/+0
* Initialise proc0.p_heldmtx and proc0.p_contested and calldfr2001-01-261-2/+7
* Change cpuno to cpuid.dfr2001-01-244-32/+32
* Fix typo.dfr2001-01-242-1/+2
* Convert all simplelocks to mutexes and remove the simplelock implementations.jasone2001-01-242-59/+6
* - Proc locking.jhb2001-01-241-2/+6
* - Proc locking.jhb2001-01-241-41/+59
* - Proc locking.jhb2001-01-242-5/+32
* - Proc locking.jhb2001-01-241-22/+27
* First step towards an MP-safe zone allocator:des2001-01-211-3/+3
* Make intr_nesting_level per-process, rather than per-cpu. Setupjake2001-01-215-6/+6
* Remove MUTEX_DECLARE() and MTX_COLD. Instead, postpone full mutexjasone2001-01-211-4/+4
* Remove the now-empty ipl_funcs.c file on all platforms.peter2001-01-191-30/+0
* Remove the static splXXX functions and replace them by static __inlinepeter2001-01-191-5/+0
* Implement MTX_RECURSE flag for mtx_init().bmilekic2001-01-191-3/+3
* These files have been on deathrow for a couple of months, no appeal.phk2001-01-162-8/+0
* Remove NOBLOCKRANDOM as a compile-time option. Instead, providemarkm2001-01-141-1/+0
* Remove unused per-cpu variables inside_intr and ss_eflags.jake2001-01-122-2/+0
* - Remove compatibility macros for accessing per-cpu variables.jake2001-01-111-12/+0
* Use PCPU_GET, PCPU_PTR and PCPU_SET to access all per-cpu variablesjake2001-01-102-5/+5
* Put VCS ids in a consistent place and form.obrien2001-01-081-3/+2
* Remove seconds types we don't use that came in thru the NetBSD heiratage.obrien2001-01-081-2/+0
* Implement accessors for per-cpu variables which don't depend on thejake2001-01-061-0/+1
* Don't include <stddef.h> for offsetof() - its also defined in <sys/types.h>dfr2000-12-301-2/+0
* Merge ALIGN changes from alpha code.dfr2000-12-301-3/+24
* Fix typo.dfr2000-12-301-1/+0
* Protect proc.p_pptr and proc.p_children/p_sibling with thejake2000-12-231-0/+12
* Resolve RAW dependency violation between tbit and adds.marcel2000-12-202-0/+2
* Remove the "machine dependent" KTR trace buffer ddb commands. The code wasjhb2000-12-141-75/+0
* Sync with i386/GENERIC rev 1.294 removing "COMPAT_OLDPCI".obrien2000-12-131-1/+0
* - Change the allproc_lock to use a macro, ALLPROC_LOCK(how), insteadjake2000-12-131-3/+3
* - Add code to detect if a system call returns with locks other than Giantjake2000-12-121-0/+14
* o Remove mcclockmarcel2000-12-101-7/+4
* Convert more malloc+bzero to malloc+M_ZERO.dwmalone2000-12-082-25/+19
* Remove the last of the MD netisr code. It is now all MI. Removejake2000-12-052-28/+0
* remove unneded sys/ucred.h includesalfred2000-11-301-1/+0
* Don't use p->p_sigstk.ss_flags to keep state of whether themarcel2000-11-302-2/+10
* Add 'mpsafe' parameter to callout_init() in MD bits.jlemon2000-11-261-1/+1
* Protect the following with a lockmgr lock:jake2000-11-221-0/+3
* Add a consistent API to a feature that most modern CPUs have; a fastmarkm2000-11-211-0/+10
* Make programs which still #include <machine/{mouse,console}.h> failphk2000-11-202-14/+2
* - Protect the callout wheel with a separate spin mutex, callout_lock.jake2000-11-191-0/+2
* - Split the run queue and sleep queue linkage, so that a processjake2000-11-171-1/+1
OpenPOWER on IntegriCloud