summaryrefslogtreecommitdiff
path: root/src/lib/libc/string/strdup.c (unfollow)
Commit message (Collapse)AuthorFilesLines
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
Correct return value of putenv(3), also from Lite2
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
next lower port because we might get it (and be predictable!)
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
netbsd pr#2471, jhawk@mit.edu
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 ↵deraadt1-1/+7
banshee@gabriella.resort.com
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
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-30Substantially improve random number generation by using the largest primetholo1-9/+21
that fits inside 32 bits as the denominator; take care not to overflow. Regenerate initial seed after replacing the generator
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
Remove unused variables Install all man-page links
1996-03-25Add prototypes for internal functionstholo4-28/+29
Change inline to __inline
1996-03-25Pull in prototypestholo4-9/+17
Do the right thing in presense of __STDC__
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
netbsd pr#1806
1996-01-15from netbsd:deraadt1-12/+13
Don't read the network address as an alias when there isn't whitespace after the network address. Closes PR 1940.