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 typo.
josef
2004-05-12
1
-1
/
+1
*
Document the fact that in a jailed environment, sendto(2) could fail
csjp
2004-05-11
1
-0
/
+4
*
Add mention of the fact that timeouts are silently limited to 24 hours.
cperciva
2004-04-20
1
-0
/
+5
*
Document POSIX stupidity: Attempts to mmap zero bytes will succeed (and
cperciva
2004-04-18
1
-0
/
+7
*
Bring describtion of a sysctl in line with the source:
brueffer
2004-04-16
1
-1
/
+1
*
Remove unnecessary .Pp macro and bump document date
brueffer
2004-04-16
1
-2
/
+1
*
List some sysctl variables that influence accounting
brueffer
2004-04-16
1
-0
/
+16
*
Update .Dd value.
dfr
2004-04-06
1
-1
/
+1
*
Document lgetfh(2).
dfr
2004-04-05
2
-5
/
+22
*
Shave-off troff cycles by invoking .Fa only once.
dds
2004-03-19
1
-3
/
+1
*
Sort MLINKS.
tjr
2004-03-16
1
-1
/
+1
*
Add fairly minimal documentation for the nmount() syscall.
tjr
2004-03-16
2
-3
/
+35
*
Document missing EFAULT errno value.
dds
2004-03-03
1
-0
/
+8
*
Update the documentation for setpgrp(2) to reflect the access control
das
2004-02-08
1
-7
/
+21
*
Document the SF_NODISKIO flag, and fix a small typo.
silby
2004-02-08
1
-2
/
+10
*
Xref kqueue and poll
eivind
2004-01-26
1
-0
/
+2
*
Xref kqueue
eivind
2004-01-26
1
-0
/
+1
*
Describe EOVERFLOW case
ache
2004-01-25
1
-0
/
+9
*
add cross-reference to clock_gettime(2)
phk
2004-01-19
1
-0
/
+1
*
The libc_r/man/sigwait.3 manpage has been repocopied to libc/sys/sigwait.2.
ru
2004-01-14
2
-6
/
+7
*
- libc/sys/sem.c was repocopied to libc/gen/sem.c.
ru
2004-01-14
2
-358
/
+1
*
Clarify the behavior of ptrace(2) a little bit: the tracing process
rwatson
2004-01-10
1
-0
/
+24
*
Describe kern.ipc.nsfbufsused and kern.ipc.nsfbufspeak.
maxim
2003-12-29
1
-0
/
+9
*
Add restrict qualifiers. (docs)
alfred
2003-12-24
5
-5
/
+5
*
Document the effect of sysctl tunables controlling p_candebug(9) on
jkoshy
2003-12-14
1
-1
/
+7
*
Add sticky(8) cross reference.
dds
2003-12-10
1
-1
/
+2
*
Add a short description of the kse_switchin(2) syscall to the kse
marcel
2003-12-10
2
-2
/
+14
*
Fixed a bug in sendfile(2) where the sent data would be corrupted due
dg
2003-12-01
1
-2
/
+6
*
Replace out of date struct statfs definition with a reference to statfs(2).
tjr
2003-11-21
1
-64
/
+3
*
Documented missing EINVAL errno value
dds
2003-11-19
1
-0
/
+6
*
Resync. struct statfs and flag definitions with sys/mount.h.
tjr
2003-11-16
1
-22
/
+57
*
- Add documentation for EBUSY.
alc
2003-11-14
1
-2
/
+4
*
- Markup fix-ups (add .Dq, and some hard line breaks at the end
kensmith
2003-11-11
1
-4
/
+10
*
- Add a note about how jail(2) effects the securelevel.
kensmith
2003-11-11
1
-0
/
+6
*
Add information about the EVFILT_NETDEV filter
brueffer
2003-11-11
1
-0
/
+24
*
Add a section documenting the sysctl(8) tunables that influence the
jkoshy
2003-11-11
1
-2
/
+15
*
Have utrace(2) return ENOMEM if malloc() fails. Document this error
jkoshy
2003-11-11
1
-4
/
+6
*
Document EINVAL for len == 0.
des
2003-11-10
1
-1
/
+1
*
Document KTR_DROP.
jkoshy
2003-11-10
1
-0
/
+9
*
Add a reference to the new utrace(2) manual page.
tjr
2003-11-04
1
-1
/
+2
*
Add a manual page for the utrace() system call.
tjr
2003-11-01
2
-1
/
+87
*
- fix description of what processes SIGCONT can be sent to
kensmith
2003-10-24
1
-1
/
+1
*
Bring the description of st_[cma]time modification conditions a bit
dds
2003-10-20
1
-6
/
+18
*
document the fact that kqueue will immediately return and not timeout when
jmg
2003-10-20
1
-0
/
+8
*
Changed EINVAL constant reference from UIO_MAXIOV to IOV_MAX.
dds
2003-10-11
1
-1
/
+1
*
mdoc(7): Fix common mistakes made in the SEE ALSO section.
ru
2003-09-12
1
-4
/
+6
*
mdoc(7): Properly mark C headers.
ru
2003-09-10
12
-20
/
+20
*
Document the fact that send(2) can return EPIPE (like when a socket is not
roberto
2003-09-10
1
-0
/
+4
*
mdoc(7): Use the new feature of the .In macro.
ru
2003-09-08
13
-21
/
+21
*
In the !MNT_BYFSID case, return EINVAL from unmount(2) when the
iedowse
2003-09-08
1
-7
/
+12
[next]