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
/
lib
/
libc
/
sys
Commit message (
Expand
)
Author
Age
Files
Lines
*
Introduce the extensible jail framework, using the same "name=value"
jamie
2009-04-29
3
-11
/
+262
*
With the permission of phk@ change the license on remaining jail code
jamie
2009-04-29
1
-6
/
+22
*
Correct the information about when the respective functionality first
brueffer
2009-04-23
1
-1
/
+1
*
Sort man page cross references by section, no need for a comma after the
rwatson
2009-04-13
3
-4
/
+4
*
Properly update the shm_open/shm_unlink symbol versioning metadata after
jhb
2009-04-02
1
-0
/
+6
*
Document missing requests.
dds
2009-03-27
1
-2
/
+18
*
Hopefully, improve the grammar and wording in the changes to shmctl(2)
kib
2009-03-05
1
-4
/
+5
*
Correct types of variables used to track amount of allocated SysV shared
kib
2009-03-02
1
-0
/
+9
*
Add missing POSIX 1003.1-2008 open(2) flag; O_TTY_INIT.
ed
2009-02-28
1
-1
/
+15
*
Standardize the various prison_foo_ip[46] functions and prison_if to
jamie
2009-02-05
1
-2
/
+2
*
- add missing include
danger
2009-01-12
1
-2
/
+3
*
Document the special loopback address behaviour of jails.
bz
2009-01-06
1
-1
/
+7
*
Note that the protocol argument can be set to 0.
trhodes
2009-01-05
1
-1
/
+6
*
Document that kldunloadf can return EINVAL.
trhodes
2008-12-25
1
-1
/
+5
*
It's silly to claim recv(2) is to be removed in favour of recvfrom(2)
ivoras
2008-11-30
1
-1
/
+0
*
MFp4:
bz
2008-11-29
2
-9
/
+30
*
Several cleanups related to pipe(2).
ed
2008-11-11
1
-6
/
+1
*
Add one more EACCES clause to rename.2.
trasz
2008-11-07
1
-0
/
+5
*
Implement support for RPCSEC_GSS authentication to both the NFS client
dfr
2008-11-03
1
-0
/
+1
*
Finish what revision 1.40 started. Revision 1.40 removed a false statement
alc
2008-10-24
1
-8
/
+6
*
Support for CPU sets is going to appear in 7.1 before 8.0.
jhb
2008-09-29
2
-2
/
+2
*
Implement WNOWAIT flag for wait4(2). It specifies that process whose status
kib
2008-08-26
1
-2
/
+10
*
When calculating arguments to the interpreter for the shebang script
kib
2008-08-26
1
-1
/
+18
*
Integrate the new MPSAFE TTY layer to the FreeBSD operating system.
ed
2008-08-20
4
-3
/
+141
*
Add prototype defination for setfib(2) to sys/socket.h.
delphij
2008-08-08
1
-1
/
+2
*
Add EPERM to the ERRORS section.
trhodes
2008-08-04
1
-1
/
+3
*
Add EAGAIN to the ERRORS list, as found in kern_jail.c.
trhodes
2008-08-03
1
-1
/
+3
*
remove whitespace bug (8 spaces into one tab)
remko
2008-08-02
1
-1
/
+1
*
Fix cut-n-paste-o
julian
2008-07-25
1
-1
/
+1
*
Update the definition of modspecific structure
danger
2008-07-15
1
-3
/
+3
*
Update the ktr_header structure, which changed over time.
remko
2008-07-13
1
-4
/
+4
*
Put the _cpuset* symbols in FBSDprivate_1.0 instead of trying to put
brooks
2008-07-11
1
-5
/
+5
*
- Forgot to bump a date after last change
danger
2008-06-30
1
-1
/
+1
*
Make it clearer that it is possible to disable the generation of
das
2008-06-29
1
-4
/
+4
*
- add description of the MLINK error
danger
2008-06-26
1
-0
/
+3
*
Add Xr to getsockname(2)
phk
2008-06-20
1
-0
/
+1
*
Make it clearer that privilege is needed to reduce as well as
fanf
2008-06-16
1
-1
/
+1
*
Bring missing getsockopt(2) options: SO_LABEL SO_PEERLABEL SO_LISTENQLIMIT
wkoszek
2008-06-12
1
-2
/
+29
*
Call the fcntl compatiblity wrapper from the thread library fcntl wrappers
dfr
2008-05-30
2
-2
/
+3
*
Make fcntl() a weak symbol so that it can be overridden by thread libraries.
dfr
2008-05-27
1
-1
/
+3
*
Misc mdoc improvements and a typo fix.
brueffer
2008-05-10
1
-6
/
+10
*
Add setfib.2 to the list of man pages to add
julian
2008-05-09
1
-1
/
+1
*
setfib.2 got left out of the last commit
julian
2008-05-09
1
-0
/
+79
*
Add code to allow the system to handle multiple routing tables.
julian
2008-05-09
2
-0
/
+8
*
Correct minor typos in SCTP man pages.
rwatson
2008-04-28
2
-2
/
+1
*
Have the man page catch up with the namespace pollution cleanup that
scf
2008-04-26
1
-1
/
+0
*
Document that you must include <sys/param.h> before <sys/cpuset.h>.
antoine
2008-04-20
2
-0
/
+2
*
Sort MAN and MLINKS.
ru
2008-04-16
1
-25
/
+26
*
Connect newly added manpages to the build.
ru
2008-04-16
1
-5
/
+15
*
Man pages for the openat(2), fexecve(2) and related syscalls.
kib
2008-04-16
15
-40
/
+1098
[next]