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
/
posix4
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change p_can{debug,see,sched,signal}()'s first argument to be a thread
jhb
2002-05-19
1
-5
/
+5
*
Remove __P.
alfred
2002-03-19
5
-35
/
+35
*
In a threaded world, differnt priorirites become properties of
julian
2002-02-11
1
-4
/
+5
*
Pre-KSE/M3 commit.
julian
2002-02-07
1
-5
/
+5
*
KSE Milestone 2
julian
2001-09-12
3
-56
/
+77
*
Protect pri_to_rtp() with sched_lock when needed.
jhb
2001-09-02
1
-0
/
+4
*
Make various posix4 system calls MPSAFE (will fixup syscalls.master later)
dillon
2001-08-31
1
-42
/
+95
*
- Close races with signals and other AST's being triggered while we are in
jhb
2001-08-10
1
-3
/
+3
*
o Replace calls to p_can(..., P_CAN_xxx) with calls to p_canxxx().
rwatson
2001-07-05
1
-5
/
+5
*
o Unfold p31b_proc() into the individual posix4 system calls so as to
rwatson
2001-06-30
1
-66
/
+60
*
Replace some use of 'p' with 'targetp' so as to not scarily overload the
rwatson
2001-06-30
1
-11
/
+17
*
Remove a fascinating but confusing construct involving chaining
rwatson
2001-06-28
1
-33
/
+31
*
Add error checking for copyin() operations in posix4 scheduling code.
rwatson
2001-06-28
1
-2
/
+6
*
o Merge contents of struct pcred into struct ucred. Specifically, add the
rwatson
2001-05-25
1
-9
/
+10
*
o First step in cleaning up authorization code for the posix4
rwatson
2001-05-06
1
-8
/
+8
*
Undo part of the tangle of having sys/lock.h and sys/mutex.h included in
markm
2001-05-01
2
-4
/
+7
*
Overhaul of the SMP code. Several portions of the SMP kernel support have
jhb
2001-04-27
1
-3
/
+3
*
Change the pfind() and zpfind() functions to lock the process that they
jhb
2001-04-24
1
-2
/
+4
*
Lock need_resched with sched_lock.
jhb
2001-02-22
1
-2
/
+7
*
Implement a unified run queue and adjust priority levels accordingly.
jake
2001-02-12
1
-5
/
+10
*
Add $FreeBSD$
peter
2000-05-01
1
-0
/
+1
*
Remove unneeded #include <sys/kernel.h>
phk
2000-04-29
1
-1
/
+0
*
Add $FreeBSD$.
wollman
2000-04-22
1
-0
/
+17
*
Commit major SMP cleanups and move the BGL (big giant lock) in the
dillon
2000-03-28
1
-0
/
+1
*
Track libc_r addition of semaphores implementation.
jasone
2000-01-20
1
-10
/
+16
*
Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"
peter
1999-12-29
4
-10
/
+13
*
Fixed some type mismatches. p_retval[0] in struct proc has type
bde
1999-12-27
2
-18
/
+22
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Well folks, this is it - The second stage of the removal for build support
peter
1999-04-17
2
-2
/
+2
*
* Change sysctl from using linker_set to construct its tree using SLISTs.
dfr
1999-02-16
1
-1
/
+5
*
Set PAGE_SIZE for _SC_PAGESIZE sysconf().
dufault
1998-06-01
1
-0
/
+1
*
1. Add new defs for mins and maxs for the POSIX flavor priorities. They
dufault
1998-05-19
2
-9
/
+26
*
1. Don't use "nosys" and generate coredumps for unconfigured
dufault
1998-05-18
2
-3
/
+11
*
Add C++ support.
jb
1998-05-12
1
-0
/
+2
*
Support compiling with `gcc -ansi'.
bde
1998-04-15
1
-1
/
+1
*
The system call stubs for the sched_* system calls can't be
dufault
1998-03-28
1
-4
/
+0
*
Include sys/resource.h to get PRIO_MAX.
dufault
1998-03-28
1
-0
/
+1
*
Finish _POSIX_PRIORITY_SCHEDULING. Needs P1003_1B and
dufault
1998-03-28
8
-288
/
+380
*
Fixed syntax errors.
bde
1998-03-23
1
-5
/
+5
*
Don't depend on namespace pollution to help misdeclare pointers as arrays.
bde
1998-03-23
1
-5
/
+3
*
Reviewed by: bde
dufault
1998-03-08
4
-19
/
+18
*
Reviewed by: msmith, bde long ago
dufault
1998-03-04
7
-0
/
+942