#
dc36d6f9 |
| 23-Nov-2023 |
Warner Losh <imp@FreeBSD.org> |
lib: Remove ancient SCCS tags.
Remove ancient SCCS tags from the tree, automated scripting, with two minor fixup to keep things compiling. All the common forms in the tree were removed with a perl s
lib: Remove ancient SCCS tags.
Remove ancient SCCS tags from the tree, automated scripting, with two minor fixup to keep things compiling. All the common forms in the tree were removed with a perl script.
Sponsored by: Netflix
show more ...
|
#
559a218c |
| 01-Nov-2023 |
Warner Losh <imp@FreeBSD.org> |
libc: Purge unneeded cdefs.h
These sys/cdefs.h are not needed. Purge them. They are mostly left-over from the $FreeBSD$ removal. A few in libc are still required for macros that cdefs.h defines. Kee
libc: Purge unneeded cdefs.h
These sys/cdefs.h are not needed. Purge them. They are mostly left-over from the $FreeBSD$ removal. A few in libc are still required for macros that cdefs.h defines. Keep those.
Sponsored by: Netflix Differential Revision: https://reviews.freebsd.org/D42385
show more ...
|
#
1d386b48 |
| 16-Aug-2023 |
Warner Losh <imp@FreeBSD.org> |
Remove $FreeBSD$: one-line .c pattern
Remove /^[\s*]*__FBSDID\("\$FreeBSD\$"\);?\s*\n/
|
#
68ca8363 |
| 27-Mar-2023 |
Mark Johnston <markj@FreeBSD.org> |
libc: Use secure_getenv(3) where appropriate
No functional change intended.
Reviewed by: mjg, imp, kib Differential Revision: https://reviews.freebsd.org/D39278
|
#
6e778a7e |
| 08-Dec-2017 |
Pedro F. Giffuni <pfg@FreeBSD.org> |
SPDX: license IDs for some ISC-related files.
|
#
8a16b7a1 |
| 20-Nov-2017 |
Pedro F. Giffuni <pfg@FreeBSD.org> |
General further adoption of SPDX licensing ID tags.
Mainly focus on files that use BSD 3-Clause license.
The Software Package Data Exchange (SPDX) group provides a specification to make it easier f
General further adoption of SPDX licensing ID tags.
Mainly focus on files that use BSD 3-Clause license.
The Software Package Data Exchange (SPDX) group provides a specification to make it easier for automated tools to detect and summarize well known opensource licenses. We are gradually adopting the specification, noting that the tags are considered only advisory and do not, in any way, superceed or replace the license texts.
Special thanks to Wind River for providing access to "The Duke of Highlander" tool: an older (2014) run over FreeBSD tree was useful as a starting point.
show more ...
|
#
fbbd9655 |
| 28-Feb-2017 |
Warner Losh <imp@FreeBSD.org> |
Renumber copyright clause 4
Renumber cluase 4 to 3, per what everybody else did when BSD granted them permission to remove clause 3. My insistance on keeping the same numbering for legal reasons is
Renumber copyright clause 4
Renumber cluase 4 to 3, per what everybody else did when BSD granted them permission to remove clause 3. My insistance on keeping the same numbering for legal reasons is too pedantic, so give up on that point.
Submitted by: Jan Schaumann <jschauma@stevens.edu> Pull Request: https://github.com/freebsd/freebsd/pull/96
show more ...
|
#
0ee6da55 |
| 16-May-2016 |
Don Lewis <truckman@FreeBSD.org> |
Since rdata is only used as an argument to the immediately following call to res_nopt_rdata(), revert r299879 and fix CID 603941 by moving rdata = &buf[n]; inside the if block.
Reported by: Coverit
Since rdata is only used as an argument to the immediately following call to res_nopt_rdata(), revert r299879 and fix CID 603941 by moving rdata = &buf[n]; inside the if block.
Reported by: Coverity CID: 603941
show more ...
|
#
0abffcb5 |
| 16-May-2016 |
Don Lewis <truckman@FreeBSD.org> |
Likely a false positive ... but make sure that -1 can't be used as an array index by splitting up a test.
Reported by: Coverity CID: 603941 MFC after: 1 week
|
#
2cf5e936 |
| 18-Apr-2016 |
Andriy Voskoboinyk <avos@FreeBSD.org> |
libc: do not include <sys/types.h> where <sys/param.h> was already included
According to style(9): > normally, include <sys/types.h> OR <sys/param.h>, but not both. (<sys/param.h> already includes <
libc: do not include <sys/types.h> where <sys/param.h> was already included
According to style(9): > normally, include <sys/types.h> OR <sys/param.h>, but not both. (<sys/param.h> already includes <sys/types.h> when LOCORE is not defined).
show more ...
|
#
8a615d0f |
| 15-Dec-2015 |
Enji Cooper <ngie@FreeBSD.org> |
Allow users override `DEBUG` on the command line via DEBUG_FLAGS="-DDEBUG" with lib/libc/resolv by conditionalizing its definition
MFC after: 3 days Reviewed by: ume, vangyzen Differential Revision:
Allow users override `DEBUG` on the command line via DEBUG_FLAGS="-DDEBUG" with lib/libc/resolv by conditionalizing its definition
MFC after: 3 days Reviewed by: ume, vangyzen Differential Revision: https://reviews.freebsd.org/D4519
show more ...
|
#
e4576472 |
| 12-Aug-2014 |
Hajimu UMEMOTO <ume@FreeBSD.org> |
Update our stub resolver to final version of libbind.
Obtained from: ISC
|
#
046c3635 |
| 05-Aug-2014 |
Pedro F. Giffuni <pfg@FreeBSD.org> |
Bring final version of libbind:
From http://www.isc.org/downloads/libbind/
The libbind functions have been separated from the BIND suite as of BIND 9.6.0. Originally from older versions of BIND, th
Bring final version of libbind:
From http://www.isc.org/downloads/libbind/
The libbind functions have been separated from the BIND suite as of BIND 9.6.0. Originally from older versions of BIND, they have been continually maintained and improved but not installed by default with BIND 9. This standard resolver library contains the same historical functions and headers included with many Unix operating systems. In fact, most implementations are based on the same original code.
At present, NetBSD maintains libbind code, now known as "netresolv".
show more ...
|
#
a93705b0 |
| 23-Aug-2013 |
Jilles Tjoelker <jilles@FreeBSD.org> |
libc: Make various internal file descriptors from fopen() close-on-exec.
|
#
54ebdd63 |
| 14-Dec-2008 |
Hajimu UMEMOTO <ume@FreeBSD.org> |
Merge the resolver part of BIND 9.4.3 into HEAD. It includes the following fix:
2426. [bug] libbind: inet_net_pton() can sometimes return the wrong value if e
Merge the resolver part of BIND 9.4.3 into HEAD. It includes the following fix:
2426. [bug] libbind: inet_net_pton() can sometimes return the wrong value if excessively large netmasks are supplied. [RT #18512]
Reported by: Maksymilian Arciemowicz <cxib__at__securityreason.com>
show more ...
|
#
9aeb4147 |
| 14-Dec-2008 |
Hajimu UMEMOTO <ume@FreeBSD.org> |
Import the resolver part of BIND 9.4.3.
|
#
dde4a85d |
| 03-Jun-2007 |
Hajimu UMEMOTO <ume@FreeBSD.org> |
Merge BIND 9.4.1 into main chunk.
MFC after: 2 weeks
|
#
861249f5 |
| 03-Jun-2007 |
Hajimu UMEMOTO <ume@FreeBSD.org> |
Vendor import of BIND 9.4.1
|
#
c879ae35 |
| 09-Jan-2007 |
Warner Losh <imp@FreeBSD.org> |
Per Regents of the University of Calfornia letter, remove advertising clause.
# If I've done so improperly on a file, please let me know.
|
#
aebc6ec2 |
| 24-Mar-2006 |
Hajimu UMEMOTO <ume@FreeBSD.org> |
When res_nquerydomain() returns SERVFAIL, we should try next domain.
|
#
ab96eeab |
| 21-Mar-2006 |
Hajimu UMEMOTO <ume@FreeBSD.org> |
- Merge our local changes. - Exclude unnecessary functions for us.
|
#
65e96449 |
| 21-Mar-2006 |
Hajimu UMEMOTO <ume@FreeBSD.org> |
Vendor import of BIND 9.3.2
|