summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* rely on RES_NOALIASESderaadt1996-08-241-3/+1
* Adds rcmdsh() -- rcmd-alike using rsh (or specified shell).millert1996-08-222-2/+122
* Move cfree(3) weak symbol into a seperate filetholo1996-08-213-24/+52
* Make it even out.downsj1996-08-211-2/+3
* Document it.downsj1996-08-212-4/+14
* Make the binding cfree() -> free() weak if possibletholo1996-08-201-5/+12
* Cleaner.downsj1996-08-201-2/+3
* Remove ANSI function delcarations and add a cfree() stub function.downsj1996-08-201-22/+67
* nasty typo by mederaadt1996-08-191-2/+2
* Fix RCS idstholo1996-08-19197-576/+248
* Fix RCS idstholo1996-08-193-7/+11
* Add return values for sethostent, endhostent, herror (all are void).millert1996-08-191-0/+3
* if setuid, no env variablesderaadt1996-08-182-2/+5
* 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
* 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
* 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
* 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 banshee@gabriella.resor...deraadt1996-05-041-1/+7
* 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
* Substantially improve random number generation by using the largest primetholo1996-03-301-9/+21
* Add support for building lint(1) librarytholo1996-03-252-2/+26
* Cannot do operations on a void pointertholo1996-03-251-3/+4