index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
kern
/
kern_exit.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
With Alfred's permission, remove vm_mtx in favor of a fine-grained approach
dillon
2001-07-04
1
-2
/
+2
*
- Always use the proc lock of the task leader to protect the peers list of
jhb
2001-06-27
1
-15
/
+12
*
o Merge contents of struct pcred into struct ucred. Specifically, add the
rwatson
2001-05-25
1
-7
/
+3
*
Introduce a global lock for the vm subsystem (vm_mtx).
alfred
2001-05-19
1
-0
/
+2
*
Don't hold the process mutex across calls to FREE() since the vm system
jhb
2001-05-04
1
-1
/
+0
*
Do not leave a process with no credential in zombproc.
tanimura
2001-04-25
1
-17
/
+14
*
Change the pfind() and zpfind() functions to lock the process that they
jhb
2001-04-24
1
-2
/
+1
*
Convert the allproc and proctree locks from lockmgr locks to sx locks.
jhb
2001-03-28
1
-16
/
+17
*
Catch up to header include changes:
jhb
2001-03-28
1
-1
/
+1
*
- Call proc_reparent() when handing a process off to init in exit rather
jhb
2001-03-07
1
-18
/
+23
*
Streamline updating of switchtime (don't copy code from kern_sync.c).
tegge
2001-02-22
1
-4
/
+2
*
Protect update of the per processor switchtime variable against
tegge
2001-02-22
1
-1
/
+5
*
o Move per-process jail pointer (p->pr_prison) to inside of the subject
rwatson
2001-02-21
1
-9
/
+0
*
Revert the previous revision for two reasons:
jhb
2001-02-09
1
-2
/
+0
*
Release the proc lock around crfree() and uifree() in wait1(). It leads to
jhb
2001-02-09
1
-0
/
+2
*
Change and clean the mutex lock interface.
bmilekic
2001-02-09
1
-6
/
+6
*
- Proc locking.
jhb
2001-01-24
1
-10
/
+45
*
Use PCPU_GET, PCPU_PTR and PCPU_SET to access all per-cpu variables
jake
2001-01-10
1
-2
/
+2
*
Protect proc.p_pptr and proc.p_children/p_sibling with the
jake
2000-12-23
1
-16
/
+24
*
Whitespace. Fix a comment block and an if statement that were wider
jake
2000-12-18
1
-7
/
+9
*
- Change the allproc_lock to use a macro, ALLPROC_LOCK(how), instead
jake
2000-12-13
1
-4
/
+4
*
Remove if defined(tahoe) cobwebs.
jake
2000-12-04
1
-4
/
+0
*
- Add a mutex to the proc structure p_mtx that will be used to lock accesses
jhb
2000-12-03
1
-0
/
+1
*
Protect p_stat with sched_lock.
jhb
2000-12-01
1
-0
/
+5
*
Don't update p_stat in exit1() to SZOMB until after releasing the allproc
jhb
2000-12-01
1
-1
/
+7
*
Use callout_reset instead of timeout(9). Most callouts are statically
jake
2000-11-27
1
-1
/
+1
*
Protect the following with a lockmgr lock:
jake
2000-11-22
1
-0
/
+4
*
Catch up to moving headers:
jhb
2000-10-20
1
-2
/
+1
*
Added used include of <sys/mutex.h> (don't depend on pollution in
bde
2000-09-17
1
-0
/
+2
*
Major update to the way synchronization is done in the kernel. Highlights
jasone
2000-09-07
1
-1
/
+0
*
Remove uidinfo hash table lookup and maintenance out of chgproccnt() and
truckman
2000-09-05
1
-1
/
+2
*
Change the 'exit()' system call to 'sys_exit()'. This avoids overlapping
peter
2000-07-29
1
-2
/
+2
*
fix races in the uidinfo subsystem, several problems existed:
alfred
2000-06-22
1
-1
/
+1
*
Back out the previous change to the queue(3) interface.
jake
2000-05-26
1
-2
/
+2
*
Change the way that the queue(3) structures are declared; don't assume that
jake
2000-05-23
1
-2
/
+2
*
Back out NOTE_EXIT status reporting pending discussion.
green
2000-05-21
1
-3
/
+2
*
Put the wait(2) exit status in "data" for NOTE_EXIT kevents.
green
2000-05-17
1
-2
/
+3
*
Introduce kqueue() and kevent(), a kernel event notification facility.
jlemon
2000-04-16
1
-0
/
+5
*
Handle the case where we truss an SUGID program -- in particular, we need
sef
2000-01-10
1
-0
/
+1
*
Scheduler fixes equivalent to the ones logged in the following NetBSD
bde
1999-11-28
1
-4
/
+2
*
s/p_cred->pc_ucred/p_ucred/g
phk
1999-11-21
1
-1
/
+1
*
The at_exit and at_fork functions currently use a 'roll your own'
phk
1999-11-19
1
-30
/
+27
*
Introduce commandline caching in the kernel.
phk
1999-11-16
1
-0
/
+6
*
This is a partial commit of the patch from PR 14914:
phk
1999-11-16
1
-3
/
+3
*
Add a per-signal flag to mark handlers registered with osigaction, so we
luoqi
1999-10-11
1
-2
/
+2
*
Clean up some cruft. We don't run <= 4.3 binaries on hp300 or luna68k
peter
1999-10-11
1
-21
/
+0
*
sigset_t change (part 2 of 5)
marcel
1999-09-29
1
-1
/
+1
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Add sysctl variables for the Linuxulator. These reside under `compat.linux' as
marcel
1999-08-27
1
-2
/
+5
*
From the submitter:
msmith
1999-06-07
1
-15
/
+12
[next]