aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/isc
Commit message (Collapse)AuthorAgeFilesLines
* Remove residual blank line at start of MakefileWarner Losh2024-07-151-1/+0
| | | | | | | This is a residual of the $FreeBSD$ removal. MFC After: 3 days (though I'll just run the command on the branches) Sponsored by: Netflix
* lib: Remove ancient SCCS tags.Warner Losh2023-11-272-6/+0
| | | | | | | | 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
* libc: Purge unneeded cdefs.hWarner Losh2023-11-012-2/+0
| | | | | | | | | 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
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-161-1/+0
| | | | Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-162-4/+0
| | | | Remove /^[\s*]*__FBSDID\("\$FreeBSD\$"\);?\s*\n/
* Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-161-1/+0
| | | | Remove /^\s*\*+\s*\$FreeBSD\$.*$\n/
* SPDX: more ISC-related files.Pedro F. Giffuni2017-12-083-3/+9
| | | | Notes: svn path=/head/; revision=326700
* libc: do not include <sys/types.h> where <sys/param.h> was already includedAndriy Voskoboinyk2016-04-181-1/+0
| | | | | | | | | 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). Notes: svn path=/head/; revision=298226
* Use ANSI C prototypes. Eliminates -Wold-style-definition warnings.Craig Rodrigues2015-09-231-2/+2
| | | | | | | | Submitted by: Sascha Wildner <swildner@dragonflybsd.org> Obtained from: DragonFlyBSD (commit 5d7d35b17f98588c39b30036f1a3fe8802935c2c) Notes: svn path=/head/; revision=288147
* Update our stub resolver to final version of libbind.Hajimu UMEMOTO2014-08-123-3/+3
|\ | | | | | | | | | | | | Obtained from: ISC Notes: svn path=/head/; revision=269867
| * We don't use these files.Hajimu UMEMOTO2014-08-102-232/+0
| | | | | | | | Notes: svn path=/vendor/resolver/dist/; revision=269781
| * Bring final version of libbind:Pedro F. Giffuni2014-08-055-3/+235
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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". Notes: svn path=/vendor/resolver/dist/; revision=269610
| * Vendor import of BIND 9.4.1Hajimu UMEMOTO2007-06-033-9/+14
| | | | | | | | Notes: svn path=/vendor/resolver/dist/; revision=170242
| * Vendor import of BIND 9.3.3Hajimu UMEMOTO2006-12-151-1/+3
| | | | | | | | Notes: svn path=/vendor/resolver/dist/; revision=165254
* | Replace use of ${.CURDIR} by ${LIBC_SRCTOP} and define ${LIBC_SRCTOP}Marcel Moolenaar2014-03-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | if not already defined. This allows building libc from outside of lib/libc using a reach-over makefile. A typical use-case is to build a standard ILP32 version and a COMPAT32 version in a single iteration by building the COMPAT32 version using a reach-over makefile. Obtained from: Juniper Networks, Inc. Notes: svn path=/head/; revision=262722
* | Merge BIND 9.4.1 into main chunk.Hajimu UMEMOTO2007-06-033-9/+14
| | | | | | | | | | | | | | MFC after: 2 weeks Notes: svn path=/head/; revision=170244
* | Merge BIND9 9.3.3 into main chunk.Hajimu UMEMOTO2006-12-151-1/+3
| | | | | | | | | | | | | | | | Obtained from: ISC MFC after: 1 week Notes: svn path=/head/; revision=165258
* | Do not declare __evOptMonoTime static in one place and externAlexander Kabaev2006-09-221-0/+2
| | | | | | | | | | | | | | in another. GCC4 does not like that. Notes: svn path=/head/; revision=162541
* | - Merge our local changes.Hajimu UMEMOTO2006-03-214-1/+40
|/ | | | | | | - Exclude unnecessary functions for us. Notes: svn path=/head/; revision=156956
* Vendor import of BIND 9.3.2Hajimu UMEMOTO2006-03-213-0/+1081
Notes: svn path=/vendor/resolver/dist/; revision=156952