summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* fixed missing trailing \unfurl2000-02-182-2/+2
* Hide more debugging behind isDebug(); what's currentlyjkh2000-02-181-2/+4
* Adds missing symlinks for pthread related manpages.unfurl2000-02-182-0/+6
* Fix null-pointer dereference crash when the system is intentionallydillon2000-02-161-1/+2
* For errors, return -1 and set errno to indicate the error type, rather thanjasone2000-02-163-48/+99
* Add man pages for the sem_*() functions.jasone2000-02-1620-8/+1535
* Add libhistory.so.3 from 3.4-RELEASE.obrien2000-02-162-3/+226
* Fix coredump in gethostbyaddr() when the returned answer is too large tofenner2000-02-161-0/+4
* Add libwrap and libutil from 3.4-RELEASE due to shlib version bump in 4.0.obrien2000-02-143-1/+586
* Update major version.shin2000-02-141-2/+2
* Remove the version information from `.Os FreeBSD' here. Not onlychris2000-02-141-1/+1
* Repair misspelled `.Pp' directive:chris2000-02-141-1/+1
* Replace `.Os BSD' which caused a troff error with `.Bx' which alsochris2000-02-141-1/+1
* Update major version.shin2000-02-121-0/+2
* Document the support in the kernel for hardware debug registers on theobrien2000-02-121-1/+20
* Add functions which allow i/o memory to be accessed without forcing adfr2000-02-122-5/+26
* Document mixpasswordcase here as well as in passwd.1nik2000-02-111-0/+3
* Add more dual stack consideration.shin2000-02-101-1/+5
* Let getaddrinfo() and related functions supports traditional IPv4 formatshin2000-02-102-4/+10
* Replace the existing documentation for ``KERN_QUANTUM'' with a morechris2000-02-101-4/+2
* IPv6 scoped addr format is changed as recent KAME change.shin2000-02-092-6/+16
* There is a problem in that one cannot use ctype.h at the same time as partsobrien2000-02-082-49/+145
* Revert part of the last commit, remove {g|s}etflags from the libcjoe2000-02-051-4/+2
* Missing tcp_wrapper IPv6 support seemed to be a bug, so commit it.shin2000-02-031-0/+1
* Set libipsec shared library number to 0shin2000-02-031-0/+2
* The flags PKT_ALIAS_PUNCH_FW and PKT_ALIAS_PROXY_ONLY were botharchie2000-02-021-1/+1
* Mention what PKT_ALIAS_PROXY_ONLY does.brian2000-02-021-1/+6
* sync iruserok() extension API with other BSDsshin2000-02-011-28/+53
* Upgrade to libpcap 0.5fenner2000-01-301-2/+2
* Use __strong_reference() instead of __weak_reference() to assure that thejasone2000-01-2960-60/+60
* Merge from RELENG_3 (oops):chris2000-01-291-5/+5
* Undo the ill-conceived breakage of the previous commit and really fix:jasone2000-01-293-26/+28
* Fix various typos and mdoc style issues.mpp2000-01-2922-108/+200
* Grammar fix: ``Different than'' should really be ``different from''.chris2000-01-291-1/+1
* Revive the warning that dllockinit() is experimental and subject tojdp2000-01-291-1/+6
* For syscalls that are renamed to _thread_sys_foo, create a weak aliasjasone2000-01-283-16/+16
* Use _fcntl() (not fcntl()) inside of fcntl().jasone2000-01-283-9/+9
* Introduce ACL man pages en masse for library calls, and general introduction.rwatson2000-01-2826-14/+2524
* There were so far only 42 different conversion specifications injoerg2000-01-282-0/+22
* Install setflags.3 and its link to getflags.3.bde2000-01-281-1/+3
* Have NgMkSockNode() load the socket node type KLD if it's notarchie2000-01-283-2/+24
* Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(),jasone2000-01-27196-571/+2044
* Historically file flags (schg, uschg, etc) have been converted fromjoe2000-01-279-164/+248
* Avoid core dump when ai_canonname is NULL.shin2000-01-271-4/+8
* o Back out rev 1.4 - reallocf() failure clobbers existing `environ'.ru2000-01-271-3/+8
* Allow reverse lookup for loopback addr.shin2000-01-271-1/+1
* Use a long line instead splitting a line with backslash-newline in synopsis.bde2000-01-271-2/+1
OpenPOWER on IntegriCloud