Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
1996-08-19 | Fix RCS ids | tholo | 1 | -3/+4 | |
Make sure everything uses {SYS,}LIBC_SCCS properly | |||||
1996-08-19 | Fix RCS ids | tholo | 3 | -7/+11 | |
Make sure everything uses {SYS,}LIBC_SCCS properly | |||||
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 | |
Correct return value of putenv(3), also from Lite2 | |||||
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 | |
next lower port because we might get it (and be predictable!) | |||||
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 | |
netbsd pr#2471, jhawk@mit.edu | |||||
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 ↵ | deraadt | 1 | -1/+7 | |
banshee@gabriella.resort.com | |||||
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 | |
accesses to match. change xdr_domainname() and some other functions to take "char **" instead of "char *", as rpcgen intended -- helps programs linking against rpcgen output of yp.x. yp_all() should not free it's return value. split xdryp.c and yplib.c into ~20 files so binaries like "csh" need not link in functions like yp_maplist(). NIS+'s YP emulation code lacks YPPROC_ORDER... attempt to deal nicely. | |||||
1996-03-30 | Substantially improve random number generation by using the largest prime | tholo | 1 | -9/+21 | |
that fits inside 32 bits as the denominator; take care not to overflow. Regenerate initial seed after replacing the generator | |||||
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 | |
Remove unused variables Install all man-page links | |||||
1996-03-25 | Add prototypes for internal functions | tholo | 4 | -28/+29 | |
Change inline to __inline | |||||
1996-03-25 | Pull in prototypes | tholo | 4 | -9/+17 | |
Do the right thing in presense of __STDC__ | |||||
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 | |