summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* ipx.mickey1996-08-164-1/+415
|
* Install iso_addr(3) man pagetholo1996-08-141-2/+3
|
* Add missing referencetholo1996-08-141-0/+1
|
* Minor formatting fixes from Lite2tholo1996-08-102-17/+15
| | | | Correct return value of putenv(3), also from Lite2
* Fix typo; from Lite2tholo1996-08-101-6/+5
|
* Formatting fix; from Lite2tholo1996-08-101-6/+4
|
* Import malloc(3) manual page from FreeBSDtholo1996-08-104-208/+127
|
* Document where the prototypes are.downsj1996-08-071-1/+2
|
* seed rresvport() for aux channel with a known taken port; do not ask forderaadt1996-08-071-0/+6
| | | | next lower port because we might get it (and be predictable!)
* truncate h_name and h_aliases[] to MAXHOSTNAMELENderaadt1996-08-051-1/+11
|
* if port 20 incoming, kill it and try againderaadt1996-08-051-0/+9
|
* install as link_ntoa/link_addr; netbsd pr#2614; peter@wonderland.orgderaadt1996-08-032-2/+2
|
* malloc(3) implementation from FreeBSD; uses mmap(2) to get memorytholo1996-08-021-365/+1158
|
* ensure bindresvport() is told to find a portderaadt1996-07-291-0/+1
|
* rresvport() in terms of bind() & bindresvport()deraadt1996-07-292-14/+15
|
* be very careful in case of signed charsderaadt1996-07-275-14/+14
|
* bzero sockaddr_inderaadt1996-07-221-0/+1
|
* bzero sockaddr before usederaadt1996-07-221-0/+1
|
* support # commentsderaadt1996-07-201-0/+2
|
* cannot check for stack underflowderaadt1996-07-121-4/+1
|
* type fixosderaadt1996-07-061-1/+4
|
* prototype ethers(3) functions (inside !_KERNEL), pointed out inderaadt1996-07-031-0/+3
| | | | netbsd pr#2471, jhawk@mit.edu
* for magic MD5 salt, call md5crypt()deraadt1996-07-021-3/+6
|
* pretty the commentderaadt1996-07-021-8/+8
|
* iruserok() can finally safely use a u_int32_t for the ip addrderaadt1996-06-102-4/+4
|
* make 64 bit cleanderaadt1996-06-104-12/+12
|
* fix %Vderaadt1996-06-101-3/+7
|
* Add md[245] routines in libc/md, remove md5 from libc/crypt. Add $OpenBSD$niklas1996-06-037-364/+9
|
* add md5crypt()deraadt1996-05-304-2/+508
|
* db release 1.85deraadt1996-05-073-88/+196
|
* document largest possible value; netbsd pr#2338; from ↵deraadt1996-05-041-1/+7
| | | | banshee@gabriella.resort.com
* switch on _KERNEL to load proper include filederaadt1996-05-018-11/+43
|
* sync w/ Net 960425mickey1996-04-251-5/+1
|
* yp_prot.h lies -> use yp.h (from yp.x) instead, change lots of structurederaadt1996-04-241-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.
* Substantially improve random number generation by using the largest primetholo1996-03-301-9/+21
| | | | | that fits inside 32 bits as the denominator; take care not to overflow. Regenerate initial seed after replacing the generator
* Add support for building lint(1) librarytholo1996-03-252-2/+26
|
* Cannot do operations on a void pointertholo1996-03-251-3/+4
|
* Update prototypes to match declarationstholo1996-03-253-29/+24
| | | | | Remove unused variables Install all man-page links
* Add prototypes for internal functionstholo1996-03-254-28/+29
| | | | Change inline to __inline
* Pull in prototypestholo1996-03-254-9/+17
| | | | Do the right thing in presense of __STDC__
* Add prototypes for local functions, add const qualifiers where neededtholo1996-03-251-8/+14
|
* Fix RCS Id botch in last changeniklas1996-03-191-3/+2
|
* From NetBSD: merge of 960317niklas1996-03-194-13/+28
|
* From NetBSD: 960217 mergeniklas1996-03-095-13/+24
|
* netbsd: bind 4.9.3dm1996-02-1915-542/+1120
|
* need errno.h because err declerations have movedderaadt1996-01-291-1/+2
|
* realloc(ptr, 0) does not free; from seebs@taniemarie.solon.com;deraadt1996-01-291-2/+11
| | | | netbsd pr#1806
* from netbsd:deraadt1996-01-151-12/+13
| | | | | Don't read the network address as an alias when there isn't whitespace after the network address. Closes PR 1940.
* typo in strspn manpage; from kashmir@umiacs.umd.edu; netbsd pr#1905deraadt1996-01-071-2/+2
|
* from netbsd: Fixed %u to expand to a single digitderaadt1995-12-301-2/+2
|