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
...
*
Remove EOL whitespace.
joel
2013-08-22
1
-1
/
+1
*
Expand the use of stat(2) flags to allow storing some Windows/DOS
ken
2013-08-21
1
-12
/
+54
*
Correct function name and return value.
pjd
2013-08-17
1
-2
/
+2
*
Add new mmap(2) flags to permit applications to request specific virtual
jhb
2013-08-16
1
-3
/
+50
*
pselect(2): Add xref to sigsuspend(2).
jilles
2013-08-16
1
-2
/
+3
*
Add man page dup3(3).
jilles
2013-08-16
1
-1
/
+2
*
sigsuspend(2): Add xrefs to pselect(2) and sigwait-alikes.
jilles
2013-08-15
1
-1
/
+5
*
Enhance the description of NOTE_TRACK:
jhb
2013-07-25
1
-6
/
+11
*
Document EINVAL error return from PT_LWPINFO
emaste
2013-07-22
1
-1
/
+9
*
Minor mdoc fixes.
joel
2013-06-09
1
-3
/
+3
*
sigaction(2): Document various non-POSIX functions as async-signal safe.
jilles
2013-06-08
1
-2
/
+15
*
Add new system call - aio_mlock(). The name speaks for itself. It allows
glebius
2013-06-08
3
-0
/
+135
*
dup(2): Clarify return value, in particular of dup2().
jilles
2013-05-31
1
-4
/
+5
*
sigaction(2): *at system calls are async-signal safe.
jilles
2013-05-31
1
-0
/
+14
*
sigaction(2): Extend description of async-signal safe functions:
jilles
2013-05-31
1
-13
/
+108
*
fork(2): Add information about fork() in multi-threaded processes.
jilles
2013-05-31
1
-0
/
+12
*
fork(2): #include <sys/types.h> is not needed.
jilles
2013-05-31
1
-2
/
+1
*
Remove the advertising clause from the Regents of the University of
emaste
2013-05-28
3
-15
/
+3
*
cap_rights_limit(2): CAP_ACCEPT also permits accept4(2).
jilles
2013-05-27
1
-1
/
+3
*
sigreturn(2): Remove ancient compatibility warning about 4.2BSD.
jilles
2013-05-25
1
-4
/
+0
*
Update the setfib man page to reflect recent changes.
julian
2013-05-20
1
-3
/
+6
*
POSIX 1003.1-2008: add ENOTRECOVERABLE, EOWNERDEAD errnos.
pluknet
2013-05-04
1
-1
/
+5
*
accept(2), pipe(2): Fix .Dd.
jilles
2013-05-01
2
-2
/
+2
*
Add pipe2() system call.
jilles
2013-05-01
3
-2
/
+46
*
Add accept4() system call.
jilles
2013-05-01
3
-3
/
+46
*
intro(2): Fix some errors in ENFILE and EMFILE descriptions.
jilles
2013-04-27
1
-5
/
+6
*
getdtablesize(2): Describe what this function actually does.
jilles
2013-04-24
1
-9
/
+11
*
Keep up with negative addrlen check removal in r249649.
pluknet
2013-04-22
1
-5
/
+1
*
dup(2): Remove incorrect sentence about getdtablesize().
jilles
2013-04-21
1
-4
/
+1
*
Remove cross-references to nonexistent CPU_SET(3) manpage.
joel
2013-04-21
2
-4
/
+2
*
Correct the returned message lengths for timeval and bintime control
gnn
2013-04-05
1
-3
/
+3
*
Fix return type of extattr_set_* and fix rmextattr(8) utility.
mdf
2013-04-02
1
-3
/
+3
*
accept(2): Mention inheritance of O_ASYNC and signal destination.
jilles
2013-03-26
1
-3
/
+13
*
Document chflagsat(2).
pjd
2013-03-21
3
-3
/
+54
*
Implement chflagsat(2) system call, similar to fchmodat(2), but operates on
pjd
2013-03-21
1
-0
/
+1
*
- Make 'flags' argument to chflags(2), fchflags(2) and lchflags(2) of type
pjd
2013-03-21
1
-3
/
+3
*
Allow O_CLOEXEC in posix_openpt() flags.
jilles
2013-03-21
1
-2
/
+7
*
Implement SOCK_CLOEXEC, SOCK_NONBLOCK and MSG_CMSG_CLOEXEC.
jilles
2013-03-19
3
-4
/
+27
*
There are actually two different cases when mlock(2) returns
glebius
2013-03-19
1
-2
/
+7
*
Add a note to the HISTORY section about lchflags(2) being introduced in
pjd
2013-03-16
1
-0
/
+4
*
- Implement two new system calls:
pjd
2013-03-02
5
-0
/
+232
*
mdoc: remove superfluous paragraph macro.
joel
2013-03-02
3
-3
/
+0
*
Merge Capsicum overhaul:
pjd
2013-03-02
7
-144
/
+582
*
Provide cap_sandboxed(3) function, which is a wrapper around cap_getmode(2)
pjd
2013-03-02
2
-0
/
+2
*
Put one file per line so it is easier to read diffs against those files.
pjd
2013-02-16
1
-59
/
+235
*
Make the F_READAHEAD option to fcntl(2) work as documented: a value of zero
ian
2013-02-13
1
-2
/
+2
*
sigqueue(2): Fix typo (EEPERM -> EPERM).
jilles
2013-02-10
1
-1
/
+1
*
Fix logic inversion.
eadler
2013-02-09
1
-1
/
+1
*
Document the detail of interaction between vfork and PT_TRACEME.
kib
2013-02-07
1
-1
/
+11
*
Document the ERESTART translation to EINTR for devfs nodes.
kib
2013-02-07
1
-1
/
+12
[prev]
[next]