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
/
p1003_1b.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use __FBSDID().
obrien
2003-06-11
1
-2
/
+3
*
Use copyout to access user memory.
alfred
2003-01-07
1
-1
/
+5
*
headers should not really include "opt_foo.h" (in this case opt_posix.h).
alfred
2002-11-15
1
-0
/
+2
*
Change p_can{debug,see,sched,signal}()'s first argument to be a thread
jhb
2002-05-19
1
-5
/
+5
*
Pre-KSE/M3 commit.
julian
2002-02-07
1
-5
/
+5
*
KSE Milestone 2
julian
2001-09-12
1
-30
/
+51
*
Make various posix4 system calls MPSAFE (will fixup syscalls.master later)
dillon
2001-08-31
1
-42
/
+95
*
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
1
-3
/
+5
*
Change the pfind() and zpfind() functions to lock the process that they
jhb
2001-04-24
1
-2
/
+4
*
Add $FreeBSD$
peter
2000-05-01
1
-0
/
+1
*
Well folks, this is it - The second stage of the removal for build support
peter
1999-04-17
1
-1
/
+1
*
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
1
-3
/
+15
*
1. Don't use "nosys" and generate coredumps for unconfigured
dufault
1998-05-18
1
-1
/
+9
*
Finish _POSIX_PRIORITY_SCHEDULING. Needs P1003_1B and
dufault
1998-03-28
1
-0
/
+239