summaryrefslogtreecommitdiffstats
path: root/sys/ia64
Commit message (Expand)AuthorAgeFilesLines
* 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
* Don't release and acquire Giant in mi_switch(). Instead, release andjhb2000-11-161-0/+2
* Don't perform an mi_switch() when we release Giant during cpu_exit(). Wejhb2000-11-151-1/+2
* Make MINSIGSTKSZ machine dependent, and have the sigaltstackmarcel2000-11-091-0/+6
* Convert all users of fldoff() to offsetof(). fldoff() is badphk2000-10-272-2/+5
* As the blocking model has seems to be troublesome for many, disablemarkm2000-10-271-0/+1
* Minor build fixes.dfr2000-10-264-3/+4
* - Overhaul the software interrupt code to use interrupt threads for eachjhb2000-10-256-71/+4
* Implement atomic_{set,clear,add,subtract}_{acq_,rel_,}_ptr()jhb2000-10-251-12/+26
* * Various fixes to breakage introduced by the atomic and mutex reorgs.dfr2000-10-2414-86/+173
* Adjust commentsobrien2000-10-242-8/+20
* CURTHD now defines in globals.hmjacob2000-10-231-0/+2
* Define the mtx_legal2block() macro used in the witness code that managedjhb2000-10-201-0/+2
* - machine/mutex.h -> sys/mutex.hjhb2000-10-201-1/+1
* - machine/mutex.h -> sys/mutex.hjhb2000-10-201-4/+4
* - Make the mutex code almost completely machine independent. This greatlyjhb2000-10-202-1032/+14
* - Expand the set of atomic operations to optionally include memory barriersjhb2000-10-201-57/+207
* Axe the barrier_{read,write,rw}() helper functions as this method ofjhb2000-10-201-23/+0
* Don't force bootverbose anymore.dfr2000-10-191-2/+1
* Decrease the number of ticks between clock interrupts by a factor of tendfr2000-10-191-1/+1
* * Disable interrupts when restoring a trapframe.dfr2000-10-192-4/+8
* Add in a simple API for memory barriers to machine/bus.h:jhb2000-10-181-0/+22
* Implement write combining for crashdumps. This is useful whenps2000-10-172-2/+3
* In pmap_remove_pv(), only manipulate the page's list if the pv isdfr2000-10-161-1/+1
* Do a full exception_restore after an execve syscall to ensure that thedfr2000-10-162-0/+10
OpenPOWER on IntegriCloud