summaryrefslogtreecommitdiff
path: root/lib/libc/net/inet_addr.c
Commit message (Collapse)AuthorAgeFilesLines
* Make this compile with -Wall -WerrorPeter Wemm1999-12-271-1/+2
| | | | Notes: svn path=/head/; revision=55135
* Add unsigned char cast to ctype macros argAndrey A. Chernov1999-11-041-1/+1
| | | | Notes: svn path=/head/; revision=52858
* Fix a really lame buglet which broke with IPs of 34Brian Feldman1999-11-031-1/+1
| | | | | | | (ERANGE...) Notes: svn path=/head/; revision=52820
* Allow whitespace termination. Internal use of /etc/resolv.conf reliesBrian Feldman1999-10-311-3/+6
| | | | | | | on this, and who knows what else would, too... Notes: svn path=/head/; revision=52708
* This is the new inet_addr/inet_aton with proper error checking. ThisBrian Feldman1999-10-311-65/+69
| | | | | | | | | | | | should close all outstanding PRs on incorrect inet_aton behavior, and since it has a decent parsing routine, doesn't allow some hysterically working behavior. PR: 13628 Submitted by: Adrian Chadd <adrian@FreeBSD.org> Notes: svn path=/head/; revision=52707
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50476
* Implement the weak aliases for private entry points in the inet_*John Polstra1998-09-021-1/+10
| | | | | | | | | | | | | | and res_* modules in a way that works for ELF. I moved the aliases out of res_stubs.c and into the individual modules where the entry points are defined. Weak aliases don't work in ELF unless that is the case. (Actually, I'm surprised it worked for a.out.) This should fix the undefined "inet_addr" and related symbols in various applications that fail to include <arpa/inet.h> or <resolv.h> as they are supposed to do. Notes: svn path=/head/; revision=38736
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
| | | | Notes: svn path=/head/; revision=22993
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
| | | | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. Notes: svn path=/head/; revision=21673
* The last of the bind-4.9.3-REL resolver merges.Peter Wemm1996-01-131-25/+53
| | | | Notes: svn path=/head/; revision=13408
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-2/+2
| | | | Notes: svn path=/head/; revision=8870
* BSD 4.4 Lite Lib SourcesRodney W. Grimes1994-05-271-0/+152
Notes: svn path=/cvs2svn/branches/unlabeled-1.1.1/; revision=1573