summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* - Make sigonstack() a regular function instead of an inline and add a procjhb2003-04-182-21/+24
* Synchronize the two linux_clone() implementations which includes a fewjhb2003-04-182-28/+25
* Rather than check for M_PKTHDR and conditionally perform access control,rwatson2003-04-181-4/+3
* Use the proc lock to protect p_singlethread and a P_WEXIT test. Thisjhb2003-04-187-11/+15
* Rename do_sigprocmask() to kern_sigprocmask() and make it a global symboljhb2003-04-182-8/+8
* Add a couple of sched_lock asserts.jhb2003-04-181-0/+2
* - Add a static function pgadjustjobc() to adjust the job control count forjhb2003-04-181-36/+42
* Hold the proc lock for curproc around sigonstack().jhb2003-04-185-1/+11
* Update NAI copyright to 2003, missed in earlier commits and merges.rwatson2003-04-1813-13/+13
* Backed out rev.1.57. This restores format checking functions likebde2003-04-181-1/+1
* Revert parts of 1.309 to allow processes to have a signal maskjulian2003-04-181-5/+9
* Fix a bug in alpha_get_uac() that I introduced in revision 1.18. It isjhb2003-04-181-1/+1
* Tell the upper layer(s) that we support long frames.pdeuskar2003-04-181-0/+4
* Update locking around vm_object_page_remove() to use the new macros.alc2003-04-182-4/+4
* Add support for Planex FNW-3602-T(CardBus 100M/10M).sanpei2003-04-184-0/+24
* Sync to 1.48sanpei2003-04-181-9/+3
* fix corega vendor id(use vendor string and product string)sanpei2003-04-181-1/+2
* 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
OpenPOWER on IntegriCloud