summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
1996-08-19nasty typo by mederaadt1-2/+2
1996-08-19Fix RCS idstholo197-576/+248
1996-08-19Fix RCS idstholo3-7/+11
1996-08-19Add return values for sethostent, endhostent, herror (all are void).millert1-0/+3
1996-08-18if setuid, no env variablesderaadt2-2/+5
1996-08-16ipx.mickey4-1/+415
1996-08-14Install iso_addr(3) man pagetholo1-2/+3
1996-08-14Add missing referencetholo1-0/+1
1996-08-10Minor formatting fixes from Lite2tholo2-17/+15
1996-08-10Fix typo; from Lite2tholo1-6/+5
1996-08-10Formatting fix; from Lite2tholo1-6/+4
1996-08-10Import malloc(3) manual page from FreeBSDtholo4-208/+127
1996-08-07Document where the prototypes are.downsj1-1/+2
1996-08-07seed rresvport() for aux channel with a known taken port; do not ask forderaadt1-0/+6
1996-08-05truncate h_name and h_aliases[] to MAXHOSTNAMELENderaadt1-1/+11
1996-08-05if port 20 incoming, kill it and try againderaadt1-0/+9
1996-08-03install as link_ntoa/link_addr; netbsd pr#2614; peter@wonderland.orgderaadt2-2/+2
1996-08-02malloc(3) implementation from FreeBSD; uses mmap(2) to get memorytholo1-365/+1158
1996-07-29ensure bindresvport() is told to find a portderaadt1-0/+1
1996-07-29rresvport() in terms of bind() & bindresvport()deraadt2-14/+15
1996-07-27be very careful in case of signed charsderaadt5-14/+14
1996-07-22bzero sockaddr_inderaadt1-0/+1
1996-07-22bzero sockaddr before usederaadt1-0/+1
1996-07-20support # commentsderaadt1-0/+2
1996-07-12cannot check for stack underflowderaadt1-4/+1
1996-07-06type fixosderaadt1-1/+4
1996-07-03prototype ethers(3) functions (inside !_KERNEL), pointed out inderaadt1-0/+3
1996-07-02for magic MD5 salt, call md5crypt()deraadt1-3/+6
1996-07-02pretty the commentderaadt1-8/+8
1996-06-10iruserok() can finally safely use a u_int32_t for the ip addrderaadt2-4/+4
1996-06-10make 64 bit cleanderaadt4-12/+12
1996-06-10fix %Vderaadt1-3/+7
1996-06-03Add md[245] routines in libc/md, remove md5 from libc/crypt. Add $OpenBSD$niklas7-364/+9
1996-05-30add md5crypt()deraadt4-2/+508
1996-05-07db release 1.85deraadt3-88/+196
1996-05-04document largest possible value; netbsd pr#2338; from banshee@gabriella.resor...deraadt1-1/+7
1996-05-01switch on _KERNEL to load proper include filederaadt8-11/+43
1996-04-25sync w/ Net 960425mickey1-5/+1
1996-04-24yp_prot.h lies -> use yp.h (from yp.x) instead, change lots of structurederaadt1-1/+1
1996-03-30Substantially improve random number generation by using the largest primetholo1-9/+21
1996-03-25Add support for building lint(1) librarytholo2-2/+26
1996-03-25Cannot do operations on a void pointertholo1-3/+4
1996-03-25Update prototypes to match declarationstholo3-29/+24
1996-03-25Add prototypes for internal functionstholo4-28/+29
1996-03-25Pull in prototypestholo4-9/+17
1996-03-25Add prototypes for local functions, add const qualifiers where neededtholo1-8/+14
1996-03-19Fix RCS Id botch in last changeniklas1-3/+2
1996-03-19From NetBSD: merge of 960317niklas4-13/+28
1996-03-09From NetBSD: 960217 mergeniklas5-13/+24
1996-02-19netbsd: bind 4.9.3dm15-542/+1120