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
*
Consistently cast to (u_char *) when filling with junk.
phk
2003-10-25
1
-3
/
+3
*
Style changes. Inching closer to convergence with OpenBSD.
phk
2003-10-25
1
-61
/
+60
*
according to RFC3542 10.5, the 5th argment of inet6_opt_next()
ume
2003-10-25
1
-1
/
+1
*
- fix description of what processes SIGCONT can be sent to
kensmith
2003-10-24
1
-1
/
+1
*
oops, revert previous change to getaddrinfo.c. This is not related
ume
2003-10-24
1
-275
/
+155
*
Switch Advanced Sockets API for IPv6 from RFC2292 to RFC3542
ume
2003-10-24
6
-366
/
+1400
*
reorder functions to be in sync with KAME.
ume
2003-10-23
1
-128
/
+132
*
EAI_ADDRFAMILY and EAI_NODATA was deprecated in RFC3493
ume
2003-10-23
2
-17
/
+4
*
Add implementations of amd64_[gs]et_[fg]sbase().
peter
2003-10-23
5
-0
/
+158
*
oops, gai_strerror must return default value when error code
ume
2003-10-22
1
-0
/
+1
*
make ai_errlist struct. this is preparation for RFC3493
ume
2003-10-22
1
-19
/
+32
*
The FP status register allows for 6 traps to be masked. One of them,
marcel
2003-10-22
2
-3
/
+3
*
stop use of NI_WITHSCOPEID. it was deprecated.
ume
2003-10-21
1
-8
/
+3
*
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
*
Add rfork_thread(3).
alc
2003-10-13
2
-1
/
+102
*
Changed EINVAL constant reference from UIO_MAXIOV to IOV_MAX.
dds
2003-10-11
1
-1
/
+1
*
Cite the published version of "Engineering a Sort Function" instead of
tjr
2003-09-30
1
-4
/
+7
*
More style fixes to improve diffability with OpenBSD.
phk
2003-09-27
1
-46
/
+54
*
Style changes to improve diffability against OpenBSD version.
phk
2003-09-27
1
-91
/
+91
*
Fix fabs(). This commit brought to you by the letter 'l'.
peter
2003-09-26
1
-1
/
+1
*
From OpenBSD:
fenner
2003-09-15
1
-1
/
+1
*
Our getaddrinfo() and getnameinfo() are thread-safe but
ume
2003-09-15
2
-2
/
+10
*
Get rid of duplicates.
ru
2003-09-14
3
-3
/
+3
*
mdoc(7): Fix common mistakes made in the SEE ALSO section.
ru
2003-09-12
3
-6
/
+8
*
mdoc(7): Properly mark C headers.
ru
2003-09-10
20
-29
/
+29
*
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
62
-105
/
+105
*
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
*
Remove an unused and incorrect prototype for _none_init().
tjr
2003-09-05
1
-1
/
+0
*
Move a sentence about the terminating \0 from the RETURN VALUES section
simon
2003-09-04
2
-14
/
+14
*
Sigh. I can't win anything. Use addq rather than addl with %rsp.
peter
2003-09-04
1
-1
/
+1
*
Apply same basic fix for getcontext(2) as for i386. Store the return
peter
2003-09-04
2
-2
/
+56
*
Fix some minor whitespace botches
peter
2003-09-04
1
-1
/
+1
*
Make getcontext(2) work on i386. It needs a small wrapper in libc
peter
2003-09-04
2
-2
/
+52
*
Fix/add errno return values to match the NFS client implementation and
dds
2003-09-02
2
-5
/
+16
*
Update the kern.osreldate documentation to document the present format
eivind
2003-09-01
1
-2
/
+17
*
Return (-1) not (ENOENT) for mac_prepare_type(), and set errno to
rwatson
2003-08-30
1
-1
/
+2
*
Document that read(2) can also return EPERM
dds
2003-08-30
1
-0
/
+3
*
Clarify text
eivind
2003-08-26
1
-1
/
+1
*
Add HISTORY sections to the remaining MAC library man pages.
rwatson
2003-08-22
6
-0
/
+36
*
Update the mac_prepare(3) man page to reflect changes to the
rwatson
2003-08-22
1
-8
/
+43
*
Make the elements argument to mac_prepare() be const.
rwatson
2003-08-22
1
-1
/
+1
*
As new objects begin to support new labels, start to generalize
rwatson
2003-08-22
1
-86
/
+192
*
Add a kluge suggested by Marcel to paper over the difference between
wollman
2003-08-19
2
-0
/
+4
*
Change gethostname() to set errno to ENAMETOOLONG instead of ENOMEM
wollman
2003-08-19
2
-18
/
+51
*
style.Makefile(5)
obrien
2003-08-18
1
-1
/
+1
*
Stage 3 of dynamic root support. Make all the libraries needed to run
gordon
2003-08-17
1
-0
/
+1
*
Fix wrong identifier on .end directive. The SYSCALL macro does name
marcel
2003-08-16
4
-4
/
+4
[next]