summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Don't grab Giant in slab_zalloc() if M_NOWAIT is specified. Thisgallatin2003-04-181-4/+9
* KASSERT that NG_MKMESSAGE() is not called with mbuf flags.phk2003-04-181-0/+4
* - Set the ke_cpu field in sched_add() for interrupt and realtime threadsjeff2003-04-181-5/+7
* Sync with Creative's 8010.h rev 1.39.obrien2003-04-182-6/+6
* Remove reference to ata resource in print_child.grehan2003-04-181-1/+0
* Remove sparse address hack.grehan2003-04-181-2/+0
* Vastly simplify the macio ATA attachment, now that the register filegrehan2003-04-181-225/+42
* Remove sparse addressing hack. The macio ATA driver no longer requiresgrehan2003-04-182-5/+0
* - Convert NetBSD-derived macros to inline functions for bettergrehan2003-04-181-65/+176
* Add a thread_unlink() and use it.julian2003-04-183-22/+29
* suser() does not need the proc lock, just the setting of P_PROTECTED injhb2003-04-171-4/+5
* - kthread's don't have p_textvp set to anything, so replace code thatjhb2003-04-171-7/+1
* - Use a local struct proc variable to improve readability.jhb2003-04-171-11/+11
* Tweak locking in the PS_XCPU handler to hold the sched_lock while readingjhb2003-04-171-4/+5
* The sched_lock is not needed while clearing two of the P_STOPPED bits injhb2003-04-171-3/+2
* Don't assume that p_session hasn't changed out from under us after unlockingjhb2003-04-171-12/+11
* Lock the sched_lock while setting TDF_INPANIC.jhb2003-04-171-0/+2
* Use TD_IS_RUNNING() instead of thread_running() in the adaptive mutexjhb2003-04-172-14/+4
* fork1() already sets PS_INMEM, so don't set it again. This lets us pushjhb2003-04-171-3/+2
* - The prison mutex cannot possibly protect pointers to the prison itjhb2003-04-171-3/+1
* 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
OpenPOWER on IntegriCloud