summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
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
1996-01-29need errno.h because err declerations have movedderaadt1-1/+2
1996-01-29realloc(ptr, 0) does not free; from seebs@taniemarie.solon.com;deraadt1-2/+11
1996-01-15from netbsd:deraadt1-12/+13
1996-01-07typo in strspn manpage; from kashmir@umiacs.umd.edu; netbsd pr#1905deraadt1-2/+2
1995-12-30from netbsd: Fixed %u to expand to a single digitderaadt1-2/+2
1995-12-21from netbsd; Rearrange to avoid sign problems with GCC.deraadt4-73/+115
1995-12-18i believe i took care of the 32bit and alignment issues, so the comment can g...deraadt2-16/+2
1995-12-17expose even more internals, for bdesderaadt1-1/+308