| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
'RELENG_6_3_0_RELEASE'.
This commit was manufactured to restore the state of the 6.3-RELEASE image.
|
|
|
|
|
|
|
|
|
|
|
|
| |
Fix an off-by-one error in inet_network(3). [08:02]
Security: FreeBSD-SA-08:01.pty
Security: FreeBSD-SA-08:02.libc
Approved by: re (kensmith)
Thanks to: re@ for being so patient with us holding up the release
Notes:
svn path=/releng/6.3/; revision=175331
|
|
|
|
|
|
|
| |
Approved by: re (gnn)
Notes:
svn path=/releng/6.3/; revision=174730
|
|
|
|
|
|
|
|
|
|
|
|
| |
their 6-STABLE system. This is necessary because we have this symbol
exported between 20071025 and 20071030. Binaries built during that perios
will be broken after 602115.
Requested by: many
Approved by: re (kensmith)
Notes:
svn path=/releng/6.3/; revision=173925
|
|\
| |
| |
| | |
Notes:
svn path=/releng/6.3/; revision=173886
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
compatibility is still broken as we add new symbols to libc. Those
symboles are __sbmaskrune, __sbistype, __sbtoupper and __sbtolower.
The latter three are directly referred by binaries use ctype(3) family
functions (see include/ctype.h for details). This means if a binary
built on 6.3, it uses these symbols that are not available on older
system.
- As this has been in 6 for a month, I intentionally leave these symbols
in libc but map them to original version. So binary built after 602113
will not be broken after this commit.
- Bump __FreeBSD_version for this back-out
PR: 116363
Discussed with: kris, kensmith
Approved by: re (kensmith)
Notes:
svn path=/stable/6/; revision=173794
|
| |
| |
| |
| | |
Notes:
svn path=/stable/6/; revision=173713
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Document getaddrinfo(3)'s AI_ADDRCONFIG
PR: docs/78357
Submitted by: Matthias Andree <matthias dot andree at gmx dot de>
Patch by: asmodai
Notes:
svn path=/stable/6/; revision=173544
|
| |
| |
| |
| | |
Notes:
svn path=/stable/6/; revision=173326
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
PR: 116363
Reported by: Petr Hroudny <petr.hroudny at gmail.com>
Patched by: ache
Reviewed by: i18n@
Approved by: re (kensmith)
OK-ed by: portmgr
Notes:
svn path=/stable/6/; revision=172929
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Add fts_set_clientptr(3), fts_get_clientptr(3) and fts_get_stream(3) man
page links to fts(3).
src/lib/libc/gen/Makefile.inc: rev 1.127 -> 1.128
Approved by: wes
Notes:
svn path=/stable/6/; revision=172457
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
ensure the head entry of addrinfo chain has non-NULL ai_canonname to be
compliant with RFC3493.
PR: standards/114910
Approved by: ume (mentor)
lib/libc/net/getaddrinfo.c: 1.86
Notes:
svn path=/stable/6/; revision=172366
|
| |
| |
| |
| | |
Notes:
svn path=/stable/6/; revision=172110
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Set timeout for all NIS RPC requests to 1 second and not just for
yp_next as revision 1.50 did. This should fix, or at least very much
reduce the risk of, NIS timing out due to UDP packet loss for NIS
functions.
See also revision 1.50 for more details about the general problem.
Notes:
svn path=/stable/6/; revision=171976
|
| |
| |
| |
| |
| |
| |
| | |
Take a sentence into the present by removing a reference to FreeBSD 3.0.
Notes:
svn path=/stable/6/; revision=171472
|
| |
| |
| |
| | |
Notes:
svn path=/stable/6/; revision=171220
|
| |
| |
| |
| |
| |
| |
| | |
Catch up with the code.
Notes:
svn path=/stable/6/; revision=171010
|
| |
| |
| |
| | |
Notes:
svn path=/stable/6/; revision=170160
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
sys/sys/socket.h ver. 1.93
lib/libc/net/rthdr.c ver. 1.9
----------------------------
date: 2007/04/19 15:48:16; author: mtm; state: Exp; lines: +4 -2
Make inet6_rth_* family of functions more compliant with RFC3542:
1. CMSG_NXTHDR(mhdr, cmsg) is supposed to dereference cmsg and return
the next header in the chain. If cmsg is NULL it should return
the first header, behaving essentially like CMSG_FIRSTHDR().
2. inet6_rth_(space|init|add) should do basic checking on their input
to verify that the number of headers (segments) is
between 0 and 127 inclusive.
Notes:
svn path=/stable/6/; revision=169886
|
| |
| |
| |
| |
| |
| |
| | |
Document RFTHREAD
Notes:
svn path=/stable/6/; revision=169817
|
| |
| |
| |
| |
| |
| |
| | |
easier to make a FreeBSD 6 chroot think it is that version.
Notes:
svn path=/stable/6/; revision=169627
|
| |
| |
| |
| |
| |
| |
| | |
Approved by: keramida (mentor)
Notes:
svn path=/stable/6/; revision=169509
|
| |
| |
| |
| |
| |
| |
| | |
syscall; it is only relevant for incoming data.
Notes:
svn path=/stable/6/; revision=169244
|
| |
| |
| |
| | |
Notes:
svn path=/stable/6/; revision=168678
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
to specification found DCE 1.1.
PR: 83107
Notes:
svn path=/stable/6/; revision=168641
|
| |
| |
| |
| | |
Notes:
svn path=/stable/6/; revision=167841
|
| |
| |
| |
| |
| |
| |
| | |
PR: docs/110012
Notes:
svn path=/stable/6/; revision=167651
|
| |
| |
| |
| |
| |
| |
| |
| | |
engine.c: 1.19+1.20
grot/tests: 1.3
Notes:
svn path=/stable/6/; revision=167590
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
AF_LINK support for getnameinfo().
Obtained from: NetBSD
Notes:
svn path=/stable/6/; revision=167563
|
| |
| |
| |
| | |
Notes:
svn path=/stable/6/; revision=167562
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Document SO_ACCEPTCONN.
Submitted by: Vlad GALU (with changes)
Notes:
svn path=/stable/6/; revision=167509
|
| |
| |
| |
| |
| |
| |
| | |
kevent(2).
Notes:
svn path=/stable/6/; revision=167491
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Disable RPC exponential back-off for FreeBSD.org systems (IE. hidden
behind _FREEFALL_CONFIG). This is done mainly to make NIS even more
resistant to packet loss.
This is not enabled by default for "normal" FreeBSD since it might cause
the server providing the RPC service to be hit heavily with RPC traffic
in case of problems. freefall.FreeBSD.org and hub.FreeBSD.org have been
running with a patch similar to this for a couple of weeks.
MFC after: 1 week
Discussed with: peter
Notes:
svn path=/stable/6/; revision=167447
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
- Bump _yplib_timeout limit from 10 to 20 seconds to better handle
packet loss when talking to a NIS server.
- Set 1 second retry timeout to further realistically handle UDP
packet loss for yp_next packet bursts. If the packet hasn't come
back within 1 second its rather unlikely to come back at all. There
is still back-off mechanism in RPC so if there is another reason
than packet loss for the lack of response within 1 second, the NIS
server will not be totally bombarded with requests.
This reduces the risk of NIS failing with:
yp_next: clnt_call: RPC: Timed out
considerably. This is mainly a problem if you have larger NIS maps
(like at FreeBSD.org) since enumerations of the lists will cause a UDP
packet bursts where a few packets being lost once in a while do
happen.
Discussed with: peter
Problem mainly diagnosed by: peter
Notes:
svn path=/stable/6/; revision=167445
|
| |
| |
| |
| |
| |
| |
| |
| | |
Submitted by: rwatson
Pointy hat to: bms
Notes:
svn path=/stable/6/; revision=167292
|
| |
| |
| |
| |
| |
| |
| |
| | |
Document protocol specific actions and return values.
Use 2-clause FreeBSD license.
Notes:
svn path=/stable/6/; revision=167288
|
| |
| |
| |
| |
| |
| |
| | |
Provide definitions suitable for arm big-endian.
Notes:
svn path=/stable/6/; revision=167028
|
| |
| |
| |
| |
| |
| |
| | |
Remove reference to T/TCP.
Notes:
svn path=/stable/6/; revision=166612
|
| |
| |
| |
| | |
Notes:
svn path=/stable/6/; revision=166391
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
databases.
include/nsswitch.h: 1.4 (partly)
include/rpc/rpcent.h: 1.3, 1.4
lib/libc/net/Makefile.inc: 1.59 (partly)
lib/libc/net/getproto.c: 1.6 (partly)
lib/libc/net/getprotoent.c: 1.8 (partly)
lib/libc/net/getprotoname.c: 1.6 (partly)
lib/libc/net/getservbyname.c: 1.9
lib/libc/net/getservbyport.c: 1.9
lib/libc/net/getservent.c: 1.22 (partly)
lib/libc/net/netdb_private.h: 1.12
lib/libc/rpc/getrpcent.c: 1.15 (partly)
Notes:
svn path=/stable/6/; revision=166151
|
| |
| |
| |
| | |
Notes:
svn path=/stable/6/; revision=166089
|
| |
| |
| |
| | |
Notes:
svn path=/stable/6/; revision=165893
|
| |
| |
| |
| | |
Notes:
svn path=/stable/6/; revision=165847
|
| |
| |
| |
| | |
Notes:
svn path=/stable/6/; revision=165846
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
- Markup fixes.
- clock_gettime is in time.h instead of sys/time.h
Approved by: trhodes (mentor), keramida (mentor)
Notes:
svn path=/stable/6/; revision=165652
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Fix a typo in __fpu_ftox() that caused long double to long (and long long)
conversion of negative numbers to always result in -1.
While at it, rearrange the nearby comment so it fits in 80 chars per line,
like the rest of this file does.
PR: 107130
Notes:
svn path=/stable/6/; revision=165550
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
include/arpa/nameser_compat.h: 1.6
lib/libc/inet/inet_cidr_ntop.c: 1.1.1.2
lib/libc/inet/inet_net_ntop.c: 1.3
lib/libc/isc/eventlib_p.h: 1.4
lib/libc/resolv/mtctxres.c: 1.3
lib/libc/resolv/res_init.c: 1.4
lib/libc/resolv/res_send.c: 1.5
Notes:
svn path=/stable/6/; revision=165464
|
| |
| |
| |
| | |
Notes:
svn path=/stable/6/; revision=165170
|
| |
| |
| |
| |
| |
| |
| |
| | |
Note that, thanks to the work by Alan Cox et al, some arch'es
don't need sendfile() buffers any more.
Notes:
svn path=/stable/6/; revision=164786
|
| |
| |
| |
| | |
Notes:
svn path=/stable/6/; revision=164390
|