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
*
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
*
Clarify that the second argument to accept() may be a null pointer if
roam
2003-09-05
1
-1
/
+7
*
Fix/add errno return values to match the NFS client implementation and
dds
2003-09-02
2
-5
/
+16
*
Document that read(2) can also return EPERM
dds
2003-08-30
1
-0
/
+3
*
Make the documentation of PT_STEP match its implementation: the
iedowse
2003-08-11
1
-2
/
+3
*
Add the mlockall()/munlockall() system call manual page from NetBSD.
bms
2003-08-11
1
-0
/
+140
*
Add the mlockall() and munlockall() system calls.
bms
2003-08-11
1
-2
/
+3
*
Add the POSIX 1003.1-2001 posix_madvise() interface.
bms
2003-08-09
2
-1
/
+25
*
Document that connect(2) can return EINTR, and that it
yar
2003-08-06
1
-3
/
+6
*
add support for using kqueue to watch bpf sockets.
jmg
2003-08-05
1
-1
/
+8
*
Document an additional error return value. The connect(2) call can also
dds
2003-07-23
1
-0
/
+6
*
Back out revision 1.22.
ceri
2003-07-15
1
-1
/
+1
*
ioctl macros and defines are now present in ioccom.h, not ioctl.h.
ceri
2003-07-13
1
-1
/
+1
*
Add a new mount flag MNT_BYFSID that can be used to unmount a file
iedowse
2003-07-01
1
-1
/
+17
*
Separate the description of the flags for mount(2) and unmount(2)
iedowse
2003-06-30
1
-14
/
+16
*
Correct a misspelled name of time_hi_and_version.
yar
2003-06-27
1
-1
/
+1
*
Unify cross-references between sigpending(2), sigprocmask(2),
yar
2003-06-24
3
-1
/
+5
*
Add clarifications about the information that ntp_gettime returns.
imp
2003-06-21
1
-8
/
+18
*
ntp_adjtime returns the current state of the clock (TIME_*) on success
imp
2003-06-20
1
-1
/
+4
*
Xref policy: exit(2) -> _exit(2).
sobomax
2003-06-17
1
-1
/
+1
*
Document ENOSPC.
trhodes
2003-06-13
1
-0
/
+2
*
.Xr p1003_1b moved to .St -p1003.1b-93
charnier
2003-06-08
2
-6
/
+6
*
Add or correct section number in .Xr. Use .Vt or .Fn
charnier
2003-06-08
3
-3
/
+3
*
Document the new explicit listing API for extended attributes; note
rwatson
2003-06-04
1
-6
/
+32
*
Document that kldload(2) can also return EEXIST.
hmp
2003-06-03
1
-0
/
+4
*
Assorted mdoc(7) fixes.
ru
2003-06-01
1
-6
/
+5
*
Assorted mdoc(7) fixes.
ru
2003-05-22
3
-26
/
+23
*
* The copy of the stat struct in the man page has rotted, so remove it.
dougb
2003-05-13
1
-29
/
+2
*
Correct the return value of vfork(2) and rfork(2) in their
robert
2003-04-27
2
-2
/
+2
[next]