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
*
It is possible for an active aio to prevent shared memory from being
dillon
2003-01-13
1
-2
/
+1
*
Fix a refcount race with the vmspace structure. In order to prevent
dillon
2002-12-15
1
-1
/
+8
*
Unbreak the KSE code. Keep track of zobie threads using the Per-CPU storage
julian
2002-12-10
1
-24
/
+6
*
Acquire and release the page queues lock around pmap_remove_pages() because
alc
2002-11-25
1
-0
/
+3
*
Introduce p_label, extensible security label storage for the MAC framework
rwatson
2002-11-20
1
-0
/
+5
*
- Add a new global mutex 'ppeers_lock' to protect the p_peers list of
jhb
2002-10-15
1
-6
/
+6
*
- Create a new scheduler api that is defined in sys/sched.h
jeff
2002-10-12
1
-12
/
+5
*
Round out the facilty for a 'bound' thread to loan out its KSE
julian
2002-10-09
1
-4
/
+11
*
Whitespace fix only
julian
2002-10-02
1
-3
/
+3
*
Back our kernel support for reliable signal queues.
jmallett
2002-10-01
1
-8
/
+1
*
First half of implementation of ksiginfo, signal queues, and such. This
jmallett
2002-09-30
1
-1
/
+8
*
Use the fields in the sysentvec and in the vm map header in place of the
jake
2002-09-21
1
-4
/
+4
*
Add kernel support needed for the KSE-aware libpthread:
mini
2002-09-16
1
-2
/
+0
*
Allocate KSEs and KSEGRPs separatly and remove them from the proc structure.
julian
2002-09-15
1
-2
/
+2
*
Use UMA as a complex object allocator.
julian
2002-09-06
1
-0
/
+2
*
s/SGNL/SIG/
davidxu
2002-09-05
1
-1
/
+1
*
Revert previous revision which accidentally snuck in with another commit.
jhb
2002-08-01
1
-1
/
+1
*
If we fail to write to a vnode during a ktrace write, then we drop all
jhb
2002-08-01
1
-1
/
+1
*
Part 1 of KSE-III
julian
2002-06-29
1
-9
/
+88
*
More caddr_t removal, make fo_ioctl take a void * instead of a caddr_t.
alfred
2002-06-29
1
-16
/
+15
*
Add an MD callout like cpu_exit, but which is called after sched_lock is
jake
2002-06-24
1
-0
/
+1
*
Properly lock accesses to p_tracep and p_traceflag. Also make a few
jhb
2002-06-07
1
-0
/
+5
*
Add POSIX.1-2001 WCONTINUED option for waitpid(2). A proc flag
mike
2002-06-01
1
-1
/
+17
*
Whitespace: trim a trailing tab.
jhb
2002-05-23
1
-1
/
+1
*
Make funsetown() take a 'struct sigio **' so that the locking can
alfred
2002-05-06
1
-4
/
+0
*
When checking to see if the init process calls exit1(), compare p to the
jhb
2002-05-06
1
-1
/
+1
*
Style fixes in local variable declarations.
jhb
2002-05-06
1
-9
/
+10
*
- Style fixes in some comments.
jhb
2002-05-06
1
-9
/
+10
*
style(9): 'if' and 'while' need a space after them.
alfred
2002-05-04
1
-3
/
+3
*
Fix the lock order reversal between the sigio lock and a process/pgrp lock in
tanimura
2002-05-03
1
-0
/
+2
*
- Reorder a few things so that when we lock the process at the end of
jhb
2002-05-02
1
-107
/
+118
*
Avoid the user-visible effect of setting SA_NOCLDWAIT when the
iedowse
2002-04-27
1
-3
/
+3
*
- Lock proctree_lock instead of pgrpsess_lock.
jhb
2002-04-16
1
-7
/
+7
*
We don't need Giant to read the pgrp ID since the proc lock has protected
jhb
2002-04-09
1
-5
/
+3
*
Close some holes with p->p_args by NULL'ing out the p->p_args pointer
alfred
2002-03-31
1
-1
/
+4
*
Make the reference counting of 'struct pargs' SMP safe.
alfred
2002-03-27
1
-2
/
+1
*
Remove references to vm_zone.h and switch over to the new uma API.
jeff
2002-03-20
1
-2
/
+2
*
Remove __P.
alfred
2002-03-19
1
-1
/
+1
*
Do not lock the pgrpsess_lock exclusively across ttywait().
tanimura
2002-03-11
1
-0
/
+2
*
Lock struct pgrp, session and sigio.
tanimura
2002-02-23
1
-17
/
+47
*
Convert p->p_runtime and PCPU(switchtime) to bintime format.
phk
2002-02-22
1
-1
/
+1
*
Fix a race with free'ing vmspaces at process exit when vmspaces are
alfred
2002-02-05
1
-3
/
+4
*
Release text vnode in exit() rather than wait(). Occasionally
dwmalone
2002-01-05
1
-8
/
+8
*
Change the preemption code for software interrupt thread schedules and
jhb
2002-01-05
1
-2
/
+2
*
Eliminate semexit_hook using at_exit(9) and rm_at_exit(9).
alc
2001-12-30
1
-5
/
+0
*
Make AIO a loadable module.
alfred
2001-12-29
1
-3
/
+0
*
#ifdef KTRACE a variable to silence a warning.
phk
2001-11-02
1
-0
/
+2
*
Use the thread we have instead of finding another
julian
2001-10-30
1
-1
/
+1
*
Add a per-thread ucred reference for syscalls and synchronous traps from
jhb
2001-10-26
1
-0
/
+10
*
Fix ktrace enablement/disablement races that can result in a vnode
dillon
2001-10-24
1
-2
/
+5
[next]