summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* Add some locking in for a few proc and thread fields.jhb2003-04-172-2/+7
* - Push Giant down into the fork1() function a small bit.jhb2003-04-171-11/+10
* Adjust a few comments.jhb2003-04-172-3/+3
* Protect td_sigmask with the proc lock.jhb2003-04-174-1/+11
* Test the P_WEXIT flag while already hold the proc lock instead of rightjhb2003-04-171-3/+2
* Hold the proc lock across a wider range of fields that it protects.jhb2003-04-171-2/+2
* Add some missing proc mutex unlocks.jhb2003-04-171-2/+6
* Don't drop the proc lock just to reacquire it after a few simple assignmentjhb2003-04-171-2/+0
* Remove a couple of unused symbols.jhb2003-04-172-4/+0
* - Use a local variable to close a minor race when determining if the wmesgjhb2003-04-171-9/+15
* Protect p_flag with the proc lock. The sched_lock is not needed to turnjhb2003-04-171-2/+2
* - P_SHOULDSTOP just needs proc lock now, so don't acquire sched_lock unlessjhb2003-04-171-6/+4
* Add a proc lock assertion and move another assertion up to the top of thejhb2003-04-171-2/+4
* The proc lock is sufficient to test p_state against PRS_ZOMBIE, so don'tjhb2003-04-171-4/+0
* Don't hold the proc lock while performing sigset conversions on localjhb2003-04-172-2/+2
* - Remove garbage SIGSETOR() that snuck into struct sigpending_argsjhb2003-04-171-2/+1
* Use local struct proc variables to reduce repeated td->td_proc dereferencesjhb2003-04-174-23/+30
* Adjust a KTR trace to log thread state instead of proc state as that isjhb2003-04-171-1/+1
* P_SHOULDSTOP used to be p_stat == SSTOP and needed the sched_lock, now itjhb2003-04-171-3/+3
* Protect the per-process UAC field with the proc lock where it isn't alreadyjhb2003-04-172-1/+3
* Revise attach/detach resource cleanupnjl2003-04-1717-77/+240
* Get wlread() closer to working. Use m->m_len as the initial value forjhay2003-04-171-1/+9
* Add locking to wlinit().jhay2003-04-171-0/+2
* Add some tunable descriptions.trhodes2003-04-171-2/+2
* Put the spl calls back until we are sure that everything that they coverjhay2003-04-171-3/+14
* Pre-content whitespace commit.trhodes2003-04-171-4/+4
* Unbreak vinum, iostat and systat on sparc64 by changing the devstatharti2003-04-171-3/+3
* Perform warm or cold reset AC97 per the spec depending on state of theorion2003-04-172-22/+49
* Bump __FreeBSD_version for new NSS implementation; addition ofnectar2003-04-171-1/+1
* These two files fell off during my previous commit: put the encodingphk2003-04-172-125/+166
* Revert part of revision 1.97 by calling dc_stop() unconditionallyiedowse2003-04-172-4/+2
* Separate the encoding/decoding functions for struct disklabel into aphk2003-04-177-0/+15
* Add dev/firewire/fwdma.c.simokawa2003-04-171-0/+1
* MFp4(simokawa_firewire):simokawa2003-04-1722-2140/+2480
* Cut&Paste considered far too easy:phk2003-04-166-6/+0
* Don't include <sys/disklabel.h>phk2003-04-168-8/+0
* Include <sys/ioccom.h> instead of <sys/disklabel.h>phk2003-04-161-1/+1
* Explicitly cast a l_ulong to an unsigned long to make all arch's happyjhb2003-04-161-1/+1
* Fix printf format in a debug printf.jhb2003-04-161-1/+1
* Fix printf args in debug printfs.jhb2003-04-161-5/+5
* Assume a struct thread *td instead of a struct proc *p in the debugjhb2003-04-161-2/+2
* Fix multiple printf warnings on Alpha:jhb2003-04-161-19/+19
* Fix some debug macros. Either missing close parens or close parens in thejhb2003-04-161-4/+4
* Add locking and remove all the spl() calls.jhay2003-04-161-22/+43
* Get rid of COMPAT_OLDISA and move in the direction of newbus.jhay2003-04-162-234/+340
* Remove the register keyword.jhay2003-04-161-62/+62
* Remove another unused variable.jhb2003-04-161-1/+0
* Remove an unused variable so this compiles again.jhb2003-04-161-1/+0
* Remove some code that managed to escape from my local repository.mdodd2003-04-161-6/+0
* Update comment to match reality.sobomax2003-04-161-2/+1
OpenPOWER on IntegriCloud