Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | I am retiring my old email address; replace it with my OpenBSD one. | millert | 2019-01-25 | 1 | -3/+3 |
| | |||||
* | Remove ethers(5) YP support bits from libc as it makes it difficult to | brynet | 2018-11-09 | 1 | -57/+5 |
| | | | | | | | | effectively use pledge(2) in some programs. approval from many, thanks! idea by & ok deraadt@ | ||||
* | Delete casts to off_t and size_t that are implied by assignments | guenther | 2016-09-21 | 1 | -2/+2 |
| | | | | | | | or prototypes. Ditto for some of the char* and void* casts too. verified no change to instructions on ILP32 (i386) and LP64 (amd64) ok natano@ abluhm@ deraadt@ millert@ | ||||
* | Wrap <ifaddrs.h>, <netinet/in.h>, and <netinet/if_ether.h> so internal | guenther | 2015-09-14 | 1 | -1/+2 |
| | | | | calls go direct and all the symbols are weak | ||||
* | Move to the <limits.h> universe. | deraadt | 2015-01-16 | 1 | -4/+4 |
| | | | | review by millert, binary checking process with doug, concept with guenther | ||||
* | When fopen()ing internal to libc (the API doesn't support the use | guenther | 2014-09-15 | 1 | -3/+3 |
| | | | | | | | of the resulting FILE *), then pass fopen() the 'e' mode letter to mark it close-on-exec. ok miod@ | ||||
* | most obvious unsigned char casts for ctype | deraadt | 2013-11-24 | 1 | -4/+6 |
| | | | | ok jca krw ingo | ||||
* | zap rcsid. | espie | 2005-08-06 | 1 | -5/+1 |
| | | | | | | | split functions off res_debug.c so that getnetnamadr.c does not pull it all when it's used. okay deraadt@, krw@ | ||||
* | add some const to ether_*. remove bonus prototypes this brought out. | tedu | 2005-03-28 | 1 | -7/+7 |
| | | | | ok deraadt@ | ||||
* | ansify. ok deraadt@ moritz@ | otto | 2005-03-25 | 1 | -19/+8 |
| | |||||
* | remove redundant code, u_int8_t cannot be > 0xff | otto | 2004-02-16 | 1 | -16/+2 |
| | | | | ok deraadt@ millert@ | ||||
* | Sync with share/misc/license.template and add missing DARPA credit | millert | 2003-06-17 | 1 | -9/+9 |
| | | | | where applicable. | ||||
* | Use an ISC-tyle license for all my code; it is simpler and more permissive. | millert | 2003-06-03 | 1 | -23/+12 |
| | |||||
* | try to use strlcpy and snprintf more; ok various | deraadt | 2002-05-24 | 1 | -4/+4 |
| | |||||
* | Part one of userland __P removal. Done with a simple regexp with some minor ↵ | millert | 2002-02-16 | 1 | -3/+3 |
| | | | | hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. | ||||
* | use strlcpy vs strncpy+a[len-1]='\0'. millert@ ok. | lebel | 2001-06-27 | 1 | -4/+3 |
| | |||||
* | Wall | deraadt | 2000-08-22 | 1 | -2/+5 |
| | |||||
* | check for negative numbers from strtol() | deraadt | 1998-11-18 | 1 | -3/+3 |
| | |||||
* | Remove the advertising clause in my old license, it impedes free use | millert | 1998-06-21 | 1 | -6/+3 |
| | | | | | of the code as a large number of similar clauses makes it impossible to write an ad for a product using the code... | ||||
* | Todd does not test YP code; felix@mamba.pond.sub.org | deraadt | 1998-03-18 | 1 | -5/+6 |
| | |||||
* | Set errno to EINVAL if ether_ntoa() is passed bogus data. | millert | 1998-03-17 | 1 | -3/+5 |
| | |||||
* | Whoops, fix a last minute change. | millert | 1998-03-17 | 1 | -4/+6 |
| | |||||
* | Fix some improbable overflows: | millert | 1998-03-17 | 1 | -49/+118 |
| | | | | | | | o don't read in a hostname >= MAXHOSTNAMELEN o get rid of sscanf o check that octets passed in are <= 0xFF Also make the style consistent and add my copyright. | ||||
* | Use fgetln(3) instead of fgets(3) so we can easily recognize lines | millert | 1998-03-16 | 1 | -7/+23 |
| | | | | that are too long and ignore them instead of corrupting later entries. | ||||
* | Fix RCS ids | tholo | 1996-08-19 | 1 | -2/+4 |
| | | | | Make sure everything uses {SYS,}LIBC_SCCS properly | ||||
* | prototype ethers(3) functions (inside !_KERNEL), pointed out in | deraadt | 1996-07-03 | 1 | -0/+3 |
| | | | | netbsd pr#2471, jhawk@mit.edu | ||||
* | initial import of NetBSD tree | deraadt | 1995-10-18 | 1 | -0/+178 |