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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update glob(3) to add all the POSIX required options, specifically:
mikeh
2002-07-17
2
-29
/
+34
*
Change utimes to set the file creation time (for filesystems that
mckusick
2002-07-17
1
-0
/
+9
*
Don't ask me how I consistently turned struct statvfs into struct vfsconf....
wollman
2002-07-16
1
-3
/
+3
*
Assume that my bug report against 1003.1-2001 will be resolved my way,
wollman
2002-07-15
1
-13
/
+9
*
Support POSIX/SUS ``programming environment'' mistake in confstr().
wollman
2002-07-15
1
-1
/
+62
*
All of the things that confstr() returns are compile-time constants.
wollman
2002-07-15
1
-31
/
+10
*
The .Fn function.
keramida
2002-07-15
11
-36
/
+68
*
The .Fn function
keramida
2002-07-15
1
-3
/
+6
*
Don't bother asking the kernel about _SC_FSYNC; it's not optional.
wollman
2002-07-15
1
-4
/
+3
*
Add a missing 'function' word.
keramida
2002-07-15
1
-2
/
+2
*
Use BSDi derived if_nametoindex(), if_indextoname(), if_nameindex()
ume
2002-07-15
6
-328
/
+403
*
The .Fn function
keramida
2002-07-15
3
-11
/
+18
*
Don't claim to fully implement C99 in the STANDARDS section and then disclaim
wollman
2002-07-15
1
-2
/
+4
*
Note that fseeko() and ftello() are standard in 1003.1-2001.
wollman
2002-07-15
1
-1
/
+1
*
Fix whitespace in .Bd -literal display of S_IXXX constants.
keramida
2002-07-15
1
-15
/
+15
*
Fix "rpcinfo -m" when talking to other implementations of rpcbind.
alfred
2002-07-14
1
-0
/
+3
*
clnt_vc_create() has const scalar arguments that wind up being modified,
alfred
2002-07-14
2
-3
/
+3
*
Cast function args to silence warning.
alfred
2002-07-14
1
-1
/
+2
*
Add a prototype for __rpcb_findaddr_timed to silence a warning.
alfred
2002-07-14
1
-0
/
+4
*
Silence several warnings due to functions that needed to take a void *
alfred
2002-07-14
3
-32
/
+32
*
Fix a few bugs in the ERRORS section.
wollman
2002-07-13
1
-3
/
+12
*
Add statvfs(3) to the build.
wollman
2002-07-13
1
-2
/
+3
*
Well, it's not quite strxfrm(3) but at least it's honest.
wollman
2002-07-13
1
-0
/
+176
*
Various typo fixes.
keramida
2002-07-12
1
-2
/
+2
*
A simple implementation of statvfs(3) (one step above the trivial one).
wollman
2002-07-11
1
-0
/
+160
*
Update manpages to reference 'timed' rpc functions
alfred
2002-07-11
1
-0
/
+8
*
Add functions allowing for the user to specify a timeout for rpc functions.
alfred
2002-07-11
5
-96
/
+670
*
Add missing ret instruction to the ptrace() syscall wrapper.
tmm
2002-07-11
1
-0
/
+2
*
Fix some comments.
wollman
2002-07-10
1
-4
/
+6
*
Typo fix: Setlogin() -> setlogin().
mux
2002-07-08
1
-1
/
+1
*
Bring poll.h up to conformance with POSIX.1-2001 by adding some
mike
2002-07-08
1
-3
/
+2
*
s/unavilable/unavailable/
dannyboy
2002-07-07
1
-1
/
+1
*
Fix syntax error which occurred when LIBC_SCCS was defined.
robert
2002-07-07
1
-1
/
+1
*
Move appropriate information out of `DESCRIPTION' and into `SECURITY
chris
2002-07-03
1
-12
/
+12
*
Correct a call to fcntl(F_SETFD) to use `FD_CLOEXEC' instead of `1'.
chris
2002-07-03
1
-1
/
+1
*
Add a SECURITY CONSIDERATIONS example: make note that access to open
chris
2002-07-03
1
-0
/
+33
*
Fix off-by-one error.
mini
2002-07-03
1
-1
/
+1
*
Fix typo (SIGEV_EVENT -> SIGEV_KEVENT).
mp
2002-07-02
1
-1
/
+1
*
Make NI_WITHSCOPEID a default (always on), to synchronize
ume
2002-07-02
1
-30
/
+20
*
Rename `CAVEAT' to `SECURITY CONSIDERATIONS' and move it up to
chris
2002-07-01
1
-10
/
+10
*
Use FBSDID
obrien
2002-06-30
13
-84
/
+32
*
Use __FBSDID.
obrien
2002-06-29
5
-36
/
+9
*
Add frexp(3).
obrien
2002-06-29
2
-2
/
+80
*
Fix style bugs I added in last commit.
silby
2002-06-27
1
-4
/
+4
*
Remove pselect from application namespace and instead use a weak reference
deischen
2002-06-27
1
-1
/
+3
*
Remove improper use of <namespace.h>.
deischen
2002-06-27
1
-6
/
+2
*
Remove improper use of <namespace.h>
deischen
2002-06-27
1
-1
/
+0
*
Modify bcopy (and memcpy/memmove) so that the length value is not
silby
2002-06-27
1
-2
/
+4
*
Remove two lines that were cvs merged that shouldn't have been. This
imp
2002-06-26
1
-2
/
+0
*
Remove two stray lines that snuck in the cvs merge
imp
2002-06-26
2
-2
/
+0
[next]