summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Grab the process lock while calling psignal and before calling psignal.jhb2001-03-0736-45/+173
* Protect SIGDELSET of p_siglist with the proc lock.jhb2001-03-071-1/+4
* Proc locking including using proc lock in place of proctree wherejhb2001-03-071-10/+27
* Proc locking.jhb2001-03-071-3/+9
* Use the proc lock to protect access to p_sigacts->ps_sigintr.jhb2001-03-071-4/+4
* Just hold the proc lock while getting the parent's PID rather than ajhb2001-03-072-20/+10
* Use the proc lock to protect p_pptr when waking up our parent in cpu_exit()jhb2001-03-076-7/+12
* Just use proc lock to protect reading of p_pptr rather than a proctreejhb2001-03-071-21/+17
* Proc locking identical to that of linprocfs' vnops except that we hold thejhb2001-03-072-36/+118
* Protect read to p_pptr with proc lock rather than proctree lock.jhb2001-03-072-4/+4
* Proc locking. Lock around psignal() and also ensure both an exclusivejhb2001-03-072-40/+68
* - Proc locking.jhb2001-03-071-17/+29
* Lock the process while sending it SIGARLM and updating p_realtimer.jhb2001-03-071-0/+4
* - Proc locking.jhb2001-03-071-25/+7
* - Proc locking. Most of signal handling is now MP safe and doesn't requirejhb2001-03-071-70/+162
* Lock initproc when we send SIGINT to init during shutdown.jhb2001-03-071-0/+2
* - Add an extra check in priority_propagation() for UP systems to ensure wejhb2001-03-073-3/+27
* - Use _PHOLD and move it before a PROC_UNLOCK to reduce the number ofjhb2001-03-071-7/+18
* - Lock the forklist with an sx lock.jhb2001-03-071-14/+57
* Check to see if p_fd is NULL before derferencing it in checkdirs(). It'sjhb2001-03-072-0/+4
* - Call proc_reparent() when handing a process off to init in exit ratherjhb2001-03-071-18/+23
* - Hold both an exclusive proctree lock and the proc lock when reparentingjhb2001-03-071-10/+11
* Protect p_flag with the proc lock.jhb2001-03-076-6/+36
* - Include <sys/systm.h> for KASSERT().jhb2001-03-071-72/+17
* - In the locking key for struct proc, generalize the '+' symbol to meanjhb2001-03-071-19/+27
* Back out the pmap_map() change for now, it isn't completely stable on thejhb2001-03-076-73/+70
* In order to avoid recursing on the backing mutex for sx locks in thejhb2001-03-062-4/+12
* Get the arguments to the KASSERT() printf() in SX_ASSERT_XLOCKED() injhb2001-03-061-1/+1
* Split out the ata probes in seperate files for each bus type.sos2001-03-067-825/+927
* Indent the comment about the Alpha palette evilness correctly.jhb2001-03-061-5/+5
* Silence the sizeof warning from struct kinfo_procphk2001-03-061-1/+1
* Make the KASSERTs report the correct function names.des2001-03-061-18/+11
* o Introduce filesystem-independent POSIX.1e ACL utility routines torwatson2001-03-065-19/+1331
* Add a missing splx() to aio_fphysio(). (This change is a no-op in -5.0,alc2001-03-061-12/+6
* dcphy depends on pci. This repairs the 'ed' driver's ability to be runpeter2001-03-061-1/+1
* Spell what was originally "unsigned long" as "unsigned long" again,dwmalone2001-03-061-4/+4
* Fix typo: define SX_ASSERT_XLOCKED not SX_ASSERT_XLOCKER indwmalone2001-03-061-1/+1
* A name of the file can change while its id stays the same. So, we havebp2001-03-064-30/+10
* Cosmetic change to the probe printf'ssos2001-03-063-3/+3
* Don't psignal() a process from forward_hardclock() but set the appropriatejhb2001-03-061-2/+2
* - Add sx_descr description member to sx lock structurebmilekic2001-03-062-13/+37
* - Rework pmap_map() to take advantage of direct-mapped segments onjhb2001-03-066-70/+73
* #if 0 out a variable only used in #if 0'd code to quiet a warning.jhb2001-03-062-0/+8
* Create clone'd linux processes as stopped processes at first and don'tjhb2001-03-062-3/+18
* Quiet a warning due to bus_size_t being a long on the alpha.jhb2001-03-061-1/+1
* Fix longstanding mouse cursor bug: blinking and eating all CPU while near textache2001-03-061-0/+1
* The SRM console gets the red and blue attributes backwards in the VGAjhb2001-03-051-0/+12
* Modify the comments to more closely resemble the English language.truckman2001-03-051-5/+4
* handle reserved/unimplemented instruction (opDec) faultsgallatin2001-03-052-2/+187
* Implement shared/exclusive locks.jasone2001-03-053-0/+243
OpenPOWER on IntegriCloud