| Commit message (Expand) | Author | Files | Lines |
1996-08-19 | Add return values for sethostent, endhostent, herror (all are void). | millert | 1 | -0/+3 |
1996-08-18 | if setuid, no env variables | deraadt | 2 | -2/+5 |
1996-08-16 | ipx. | mickey | 4 | -1/+415 |
1996-08-14 | Install iso_addr(3) man page | tholo | 1 | -2/+3 |
1996-08-14 | Add missing reference | tholo | 1 | -0/+1 |
1996-08-10 | Minor formatting fixes from Lite2 | tholo | 2 | -17/+15 |
1996-08-10 | Fix typo; from Lite2 | tholo | 1 | -6/+5 |
1996-08-10 | Formatting fix; from Lite2 | tholo | 1 | -6/+4 |
1996-08-10 | Import malloc(3) manual page from FreeBSD | tholo | 4 | -208/+127 |
1996-08-07 | Document where the prototypes are. | downsj | 1 | -1/+2 |
1996-08-07 | seed rresvport() for aux channel with a known taken port; do not ask for | deraadt | 1 | -0/+6 |
1996-08-05 | truncate h_name and h_aliases[] to MAXHOSTNAMELEN | deraadt | 1 | -1/+11 |
1996-08-05 | if port 20 incoming, kill it and try again | deraadt | 1 | -0/+9 |
1996-08-03 | install as link_ntoa/link_addr; netbsd pr#2614; peter@wonderland.org | deraadt | 2 | -2/+2 |
1996-08-02 | malloc(3) implementation from FreeBSD; uses mmap(2) to get memory | tholo | 1 | -365/+1158 |
1996-07-29 | ensure bindresvport() is told to find a port | deraadt | 1 | -0/+1 |
1996-07-29 | rresvport() in terms of bind() & bindresvport() | deraadt | 2 | -14/+15 |
1996-07-27 | be very careful in case of signed chars | deraadt | 5 | -14/+14 |
1996-07-22 | bzero sockaddr_in | deraadt | 1 | -0/+1 |
1996-07-22 | bzero sockaddr before use | deraadt | 1 | -0/+1 |
1996-07-20 | support # comments | deraadt | 1 | -0/+2 |
1996-07-12 | cannot check for stack underflow | deraadt | 1 | -4/+1 |
1996-07-06 | type fixos | deraadt | 1 | -1/+4 |
1996-07-03 | prototype ethers(3) functions (inside !_KERNEL), pointed out in | deraadt | 1 | -0/+3 |
1996-07-02 | for magic MD5 salt, call md5crypt() | deraadt | 1 | -3/+6 |
1996-07-02 | pretty the comment | deraadt | 1 | -8/+8 |
1996-06-10 | iruserok() can finally safely use a u_int32_t for the ip addr | deraadt | 2 | -4/+4 |
1996-06-10 | make 64 bit clean | deraadt | 4 | -12/+12 |
1996-06-10 | fix %V | deraadt | 1 | -3/+7 |
1996-06-03 | Add md[245] routines in libc/md, remove md5 from libc/crypt. Add $OpenBSD$ | niklas | 7 | -364/+9 |
1996-05-30 | add md5crypt() | deraadt | 4 | -2/+508 |
1996-05-07 | db release 1.85 | deraadt | 3 | -88/+196 |
1996-05-04 | document largest possible value; netbsd pr#2338; from banshee@gabriella.resor... | deraadt | 1 | -1/+7 |
1996-05-01 | switch on _KERNEL to load proper include file | deraadt | 8 | -11/+43 |
1996-04-25 | sync w/ Net 960425 | mickey | 1 | -5/+1 |
1996-04-24 | yp_prot.h lies -> use yp.h (from yp.x) instead, change lots of structure | deraadt | 1 | -1/+1 |
1996-03-30 | Substantially improve random number generation by using the largest prime | tholo | 1 | -9/+21 |
1996-03-25 | Add support for building lint(1) library | tholo | 2 | -2/+26 |
1996-03-25 | Cannot do operations on a void pointer | tholo | 1 | -3/+4 |
1996-03-25 | Update prototypes to match declarations | tholo | 3 | -29/+24 |
1996-03-25 | Add prototypes for internal functions | tholo | 4 | -28/+29 |
1996-03-25 | Pull in prototypes | tholo | 4 | -9/+17 |
1996-03-25 | Add prototypes for local functions, add const qualifiers where needed | tholo | 1 | -8/+14 |
1996-03-19 | Fix RCS Id botch in last change | niklas | 1 | -3/+2 |
1996-03-19 | From NetBSD: merge of 960317 | niklas | 4 | -13/+28 |
1996-03-09 | From NetBSD: 960217 merge | niklas | 5 | -13/+24 |
1996-02-19 | netbsd: bind 4.9.3 | dm | 15 | -542/+1120 |
1996-01-29 | need errno.h because err declerations have moved | deraadt | 1 | -1/+2 |
1996-01-29 | realloc(ptr, 0) does not free; from seebs@taniemarie.solon.com; | deraadt | 1 | -2/+11 |
1996-01-15 | from netbsd: | deraadt | 1 | -12/+13 |