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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove TODO comment about creating a macro version of towctrans().
tjr
2003-11-01
1
-4
/
+0
*
Fix a typo that caused the optimized single-byte locale path not to be taken.
tjr
2003-11-01
1
-1
/
+1
*
Add a manual page for the utrace() system call.
tjr
2003-11-01
2
-1
/
+87
*
Allow mbrtowc() and wcrtomb() to be implemented directly, instead of
tjr
2003-11-01
7
-50
/
+204
*
Don't bother passing a freshly-zeroed mbstate to mbsrtowcs() etc.
tjr
2003-10-31
4
-75
/
+25
*
Implement fgetrune(), fungetrune() and fputrune() as wrappers around
tjr
2003-10-31
1
-36
/
+8
*
add destination address selection described in RFC3484.
ume
2003-10-30
1
-7
/
+412
*
Add '#' to the characters VIS_GLOB encodes. This fixes a bug in mtree.
phk
2003-10-30
2
-2
/
+3
*
Add a new flag to vis(3): VIS_GLOB which encodes the glob(3) magic
phk
2003-10-30
2
-2
/
+7
*
Allow to specify a character special device as a core file.
simokawa
2003-10-29
1
-21
/
+18
*
Remove __NETBSD_SYSCALLS.
tjr
2003-10-29
1
-6
/
+0
*
Remove incomplete support for running FreeBSD userland on old NetBSD kernels
tjr
2003-10-29
8
-31
/
+4
*
Make this part identical with NetBSD: Use recvlen instead of inlen.
mbr
2003-10-29
1
-1
/
+1
*
Don't compare NULL against a character.
mbr
2003-10-29
1
-3
/
+3
*
Don't use NULL to compare against a char.
mbr
2003-10-29
1
-2
/
+2
*
Don't use NULL to compare against a character.
mbr
2003-10-29
1
-1
/
+1
*
Don peril sensitive (ie: bikeshed sensitive) sunglasses and quietly
peter
2003-10-28
2
-408
/
+1
*
Fix a problem where libm compiled under 5.X would depend on features
das
2003-10-27
2
-2
/
+8
*
- errx() doesn't need `\n'.
ume
2003-10-26
4
-26
/
+24
*
revert previous change. we don't need to include types.h.
ume
2003-10-26
1
-1
/
+0
*
Preserve the constness of the value argument passed to env_setenv() as
peter
2003-10-26
2
-2
/
+3
*
Pacify gcc about casting pointers to integers (for the lowest few bits).
peter
2003-10-26
1
-6
/
+8
*
(mostly) Clean up some const warnings here. The code takes some liberties
peter
2003-10-26
1
-8
/
+9
*
clnt_call takes args of type xdrproc_t.
peter
2003-10-26
5
-19
/
+24
*
Consistently cast to (u_char *) when filling with junk.
phk
2003-10-25
1
-3
/
+3
*
Better safe than clever.
des
2003-10-25
1
-2
/
+5
*
Document fabsl(3).
des
2003-10-25
1
-6
/
+19
*
Style changes. Inching closer to convergence with OpenBSD.
phk
2003-10-25
1
-61
/
+60
*
- fabsl.c should be named s_fabsl.c for consistency with libmsun's
des
2003-10-25
2
-3
/
+11
*
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
7
-366
/
+1401
*
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
*
preparation for RFC3493. EAI_NODATA was deprecated.
ume
2003-10-23
1
-0
/
+2
*
Connect fabsl.c to the build.
des
2003-10-23
1
-0
/
+2
*
Add prototypes for all long double functions in C99. Leave them all
des
2003-10-23
1
-0
/
+67
*
Implement fabsl(3), allowing the world to build with -fno-builtin.
des
2003-10-23
1
-0
/
+37
*
Use amd64_set_fsbase() instead of calling sysarch() directly.
peter
2003-10-23
2
-12
/
+2
*
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
*
Link libngatm to the build (unless NOATM is set).
harti
2003-10-22
1
-4
/
+5
*
Makefile for the NgATM user space library.
harti
2003-10-22
1
-0
/
+35
*
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
3
-16
/
+3
*
Bring the description of st_[cma]time modification conditions a bit
dds
2003-10-20
1
-6
/
+18
*
This test relies on the concurrency level being 1; make it so.
deischen
2003-10-20
2
-0
/
+6
*
document the fact that kqueue will immediately return and not timeout when
jmg
2003-10-20
1
-0
/
+8
[next]