summaryrefslogtreecommitdiffstats
path: root/lib/libc/net/inet_addr.c
Commit message (Collapse)AuthorAgeFilesLines
* just merged cosmetic changes from KAME to ease sync between KAME and FreeBSD.suz2002-04-191-0/+2
| | | | | | | (based on freebsd4-snap-20020128) Reviewed by: ume MFC after: 1 week
* Fix the style of the SCM ID's.obrien2002-03-221-1/+2
| | | | I believe have made all of libc .c's as consistent as possible.
* Remove 'register' keyword.obrien2002-03-211-2/+2
|
* IPv4 address is not unsigned int. This change introduces in_addr_t.ume2001-03-231-2/+2
| | | | | | | PR: 9982 Adviced by: des Reviewed by: -alpha and -net (no objection) Obtained from: OpenBSD
* Make this compile with -Wall -Werrorpeter1999-12-271-1/+2
|
* Add unsigned char cast to ctype macros argache1999-11-041-1/+1
|
* Fix a really lame buglet which broke with IPs of 34green1999-11-031-1/+1
| | | | (ERANGE...)
* Allow whitespace termination. Internal use of /etc/resolv.conf reliesgreen1999-10-311-3/+6
| | | | on this, and who knows what else would, too...
* This is the new inet_addr/inet_aton with proper error checking. Thisgreen1999-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>
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Implement the weak aliases for private entry points in the inet_*jdp1998-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.
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-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.
* The last of the bind-4.9.3-REL resolver merges.peter1996-01-131-25/+53
|
* Remove trailing whitespace.rgrimes1995-05-301-2/+2
|
* BSD 4.4 Lite Lib Sourcesrgrimes1994-05-271-0/+152
OpenPOWER on IntegriCloud