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
*
Fix a typo.
markj
2014-07-09
1
-1
/
+1
*
Note that most errors are possible for all syscalls from utimes(2)
kib
2014-07-03
1
-46
/
+20
*
Document EINVAL as per POSIX.
pluknet
2014-06-26
2
-2
/
+10
*
Catch up with many years of changes:
wollman
2014-06-24
1
-13
/
+50
*
mdoc: remove superfluous paragraph macros.
joel
2014-06-23
1
-2
/
+0
*
use .Mt to mark up email addresses consistently (part4)
bapt
2014-06-23
28
-40
/
+40
*
Add MAP_EXCL flag for mmap(2). It should be combined with MAP_FIXED,
kib
2014-06-19
1
-6
/
+27
*
The time come to remove the wrapper, most likely, but tidy up it code
kib
2014-06-19
1
-11
/
+6
*
Minor mdoc fix
bjk
2014-05-30
1
-1
/
+1
*
Correct documentation of the limit on how much memory can be mlock()ed
bjk
2014-05-17
1
-7
/
+14
*
msync(2) must return ENOMEM and not EINVAL when the address is outside the
pho
2014-05-07
1
-5
/
+7
*
Fix table alignment. EVFILT_PROCDESC is longer than the existing filters.
ed
2014-04-07
1
-1
/
+1
*
Implement kqueue(2) for procdesc(4).
ed
2014-04-07
2
-2
/
+27
*
Convert from WITHOUT_SYSCALL_COMPAT to MK_SYSCALL_COMPAT.
imp
2014-04-05
1
-1
/
+1
*
Correct return type of pdfork(2).
ed
2014-04-04
1
-2
/
+2
*
Use the correct variable name in the example code.
eadler
2014-03-30
1
-1
/
+1
*
Update system man pages for s/capability.h/capsicum.h/.
rwatson
2014-03-27
4
-8
/
+8
*
Replace use of ${.CURDIR} by ${LIBC_SRCTOP} and define ${LIBC_SRCTOP}
marcel
2014-03-04
1
-4
/
+4
*
syncer(4) is a kernel process, not a user process
bjk
2014-02-27
1
-1
/
+1
*
Match the correct variable to the variable description.
brueffer
2014-02-21
1
-3
/
+3
*
document _JAIL as a possible option to set a cpuset for a jail..
jmg
2014-02-15
1
-1
/
+2
*
Fix a typo.
brueffer
2014-02-03
1
-1
/
+1
*
The posix_madvise(3) and posix_fadvise(2) should return error on
kib
2014-01-30
3
-7
/
+9
*
mdoc: fix several uses of the Fx macro to point to actual releases.
uqs
2014-01-28
1
-1
/
+1
*
The posix_fallocate(2) syscall should return error number on error,
kib
2014-01-23
1
-2
/
+2
*
Update EINVAL description.
pluknet
2014-01-23
1
-2
/
+2
*
Add some missing .Nm for newer syscalls in existing man pages.
jilles
2014-01-11
3
-3
/
+6
*
- Fix EBADF description, in following the future POSIX tc and what FreeBSD
pluknet
2013-12-27
1
-3
/
+4
*
Fix an apparent typo.
pluknet
2013-12-26
1
-1
/
+1
*
Provide the manual page for aio_fsync(2).
pluknet
2013-12-26
2
-0
/
+153
*
The compile time constant limit on number of swap devices was removed in 5.2.
pluknet
2013-12-25
1
-5
/
+1
*
shm_open(2): Fixed the history information.
ru
2013-12-18
1
-3
/
+3
*
mdoc: remove EOL whitespace.
joel
2013-12-06
1
-2
/
+2
*
Various updates and tweaks to the wait(2) manpage.
jhb
2013-12-03
1
-132
/
+174
*
chmod(2): Document S_ISVTX following SUSv3/SUSv4.
jilles
2013-12-01
1
-10
/
+16
*
waitid(2): Do not tell userland programmers to include <sys/signal.h>.
jilles
2013-12-01
1
-1
/
+1
*
Make process descriptors standard part of the kernel. rwhod(8) already
pjd
2013-11-30
1
-6
/
+0
*
Fix extattr(2) MLINKS.
pluknet
2013-11-09
1
-2
/
+2
*
- Add manual pages for capability rights (rights(4)), cap_rights_init(3)
pjd
2013-11-04
2
-519
/
+57
*
kqueue: Change error for kqueues rlimit from EMFILE to ENOMEM and document
jilles
2013-11-03
1
-1
/
+8
*
Add a resource limit for the total number of kqueues available to the
kib
2013-10-21
1
-0
/
+2
*
accept(2): Update portability note for accept4().
jilles
2013-10-01
1
-3
/
+10
*
Minor mdoc improvements.
joel
2013-09-19
1
-4
/
+4
*
Extend the support for exempting processes from being killed when swap is
jhb
2013-09-19
3
-0
/
+146
*
Consistently reference file descriptors as "fd". 55 other manpages
bdrewery
2013-09-12
5
-31
/
+31
*
Add a mmap flag (MAP_32BIT) on 64-bit platforms to request that a mapping use
jhb
2013-09-09
1
-1
/
+14
*
wait(2): Add some possible caveats to standards section.
jilles
2013-09-07
1
-4
/
+18
*
Update some signal man pages for multithreading.
jilles
2013-09-06
4
-25
/
+41
*
Change the cap_rights_t type from uint64_t to a structure that we can extend
pjd
2013-09-05
1
-2
/
+1
*
Xref capsicum(4) and procdesc(4) from pdfork(2).
rwatson
2013-08-28
1
-4
/
+18
[next]