summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Fix some spelling errors.mpp2000-03-241-6/+6
* Return IPv4 native address for IPv4 mapped IPv6 address, even ifume2000-03-231-8/+23
* Fixed missing #include of <sys/types.h> in synopsis.bde2000-03-231-2/+3
* Fixed missing #include of <sys/types.h> in synopsis.bde2000-03-231-0/+1
* Fixed wrong arg type in synopsis.bde2000-03-231-1/+1
* Add a man page for aio_waitcomplete(). Update the aio_cancel() man page tojasone2000-03-213-19/+179
* Make _FindLinkIn() static and only define GetDestPort whenbrian2000-03-191-2/+4
* Explicitly include sys/cdefs.h to get the definition of __strong_reference(),jasone2000-03-183-0/+3
* Back out that last commit, it may be insecure (pointed out by Warnerbsd2000-03-161-1/+1
* Slight adjustment to __ivaliduser() - don't ignore the last line inbsd2000-03-161-1/+1
* Take care to avoid having "strong" and "weak" symbols of the same name injasone2000-03-1610-12/+14
* Fix uninitialized variable.jlemon2000-03-151-1/+1
* Fix pthread_suspend_np/pthread_resume_np. For the record, suspending adeischen2000-03-1527-93/+375
* Merge from NetBSD. Addition of inet_ntop() and inet_pton() description.shin2000-03-122-2/+60
* Cosmetic fix. Re-order MLINKS for if_indextoname.3 and inet.3 as alphabeticalshin2000-03-121-2/+2
* Correct MLINKS contents for rcmd.3, because it is obsolete due toshin2000-03-121-3/+4
* Import from KAME. Advanced API related function descriptions.shin2000-03-123-1/+790
* Fix fd leak in libdisk's Disk_Names()imp2000-03-101-0/+4
* Add in IPV4 NIS support.jlemon2000-03-091-0/+39
* Fix various unsigned vs signed errors that caused problems with uidspaul2000-03-091-5/+14
* More grammer, wording, and mdoc fixes.shin2000-03-091-26/+20
* Fix pointer addition bug (3 -> 4).jlemon2000-03-091-1/+1
* Initialize mbuf pointer at getting ipsec policy.shin2000-03-091-1/+1
* Buildworld fixes for NO_OPENSSH and NO_OPENSSLkris2000-03-093-7/+7
* Correct device naming for IDA disk nodes (idad)jlemon2000-03-082-2/+2
* Temporary cosmetic change to prevent gcc-2.95.2 from doing ancracauer2000-03-081-1/+1
* s/ispec/ipsec/, and add a missing comma.nik2000-03-071-1/+1
* Since crypto/openssh/login.c was changed to use realhostname_sa(),ume2000-03-071-13/+29
* Make pam_ssh work. It had an undefined symbol when it was dlopen()ed.peter2000-03-061-1/+1
* Replace structure copy form ifreq obtained by SIOCGIFADDRshin2000-03-032-2/+2
* CMSG_XXX macros alignment fixes to follow RFC2292.shin2000-03-031-6/+18
* Fixed wrong function return types in synopsis.bde2000-03-034-8/+8
* -Reflect function name change.shin2000-03-021-36/+83
* Remove more single-space hard sentence breaks.sheldonh2000-03-026-8/+16
* Remove single-space hard sentence breaks. These degrade the qualitysheldonh2000-03-0293-310/+620
* Make a link from curses.3 -> ncurses.3 so that 'man 3 curses' doespeter2000-03-022-0/+2
* Remove single-space hard sentence breaks. These degrade the qualitysheldonh2000-03-011-2/+4
* Fix errors in .Xr usage.nik2000-03-011-1/+1
* Don't try to build k5 PAM; it ain't ready yet.markm2000-02-282-2/+2
* Add MAP_NOCORE to mmap(2), and MADV_NOCORE and MADV_CORE to madvise(2).ps2000-02-282-0/+8
* -it do, among other things, clear out anyalfred2000-02-281-1/+1
* Same fix as in ../modules, dont use the crypto stuff if its not there.sos2000-02-261-1/+1
* Argh, I can't win today. Spell ${.CURDIR} correctly.peter2000-02-261-1/+1
* Don't build pam_ssh if the crypto code is missing.peter2000-02-261-1/+1
* Redo this with a repo copy from the original file and reset thepeter2000-02-261-1/+1
* Use libcrypto instead of libdes.markm2000-02-245-3/+32
* Restore `[no]{s|u}unlnk' and `[no]opaque' support.ru2000-02-223-6/+21
* Change IPv6 scoped addr format again based on recent standard discussion.shin2000-02-193-10/+7
* Correct an error message presumably as a result of cut/paste.peter2000-02-181-1/+1
* Fix the installworld breakage from rev 1.9.ru2000-02-182-10/+8
OpenPOWER on IntegriCloud