| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix errors in .Xr usage. | nik | 2000-03-01 | 1 | -1/+1 |
* | Don't try to build k5 PAM; it ain't ready yet. | markm | 2000-02-28 | 2 | -2/+2 |
* | Add MAP_NOCORE to mmap(2), and MADV_NOCORE and MADV_CORE to madvise(2). | ps | 2000-02-28 | 2 | -0/+8 |
* | -it do, among other things, clear out any | alfred | 2000-02-28 | 1 | -1/+1 |
* | Same fix as in ../modules, dont use the crypto stuff if its not there. | sos | 2000-02-26 | 1 | -1/+1 |
* | Argh, I can't win today. Spell ${.CURDIR} correctly. | peter | 2000-02-26 | 1 | -1/+1 |
* | Don't build pam_ssh if the crypto code is missing. | peter | 2000-02-26 | 1 | -1/+1 |
* | Redo this with a repo copy from the original file and reset the | peter | 2000-02-26 | 1 | -1/+1 |
* | Use libcrypto instead of libdes. | markm | 2000-02-24 | 5 | -3/+32 |
* | Restore `[no]{s|u}unlnk' and `[no]opaque' support. | ru | 2000-02-22 | 3 | -6/+21 |
* | Change IPv6 scoped addr format again based on recent standard discussion. | shin | 2000-02-19 | 3 | -10/+7 |
* | Correct an error message presumably as a result of cut/paste. | peter | 2000-02-18 | 1 | -1/+1 |
* | Fix the installworld breakage from rev 1.9. | ru | 2000-02-18 | 2 | -10/+8 |
* | fixed missing trailing \ | unfurl | 2000-02-18 | 2 | -2/+2 |
* | Hide more debugging behind isDebug(); what's currently | jkh | 2000-02-18 | 1 | -2/+4 |
* | Adds missing symlinks for pthread related manpages. | unfurl | 2000-02-18 | 2 | -0/+6 |
* | Fix null-pointer dereference crash when the system is intentionally | dillon | 2000-02-16 | 1 | -1/+2 |
* | For errors, return -1 and set errno to indicate the error type, rather than | jasone | 2000-02-16 | 3 | -48/+99 |
* | Add man pages for the sem_*() functions. | jasone | 2000-02-16 | 20 | -8/+1535 |
* | Add libhistory.so.3 from 3.4-RELEASE. | obrien | 2000-02-16 | 2 | -3/+226 |
* | Fix coredump in gethostbyaddr() when the returned answer is too large to | fenner | 2000-02-16 | 1 | -0/+4 |
* | Add libwrap and libutil from 3.4-RELEASE due to shlib version bump in 4.0. | obrien | 2000-02-14 | 3 | -1/+586 |
* | Update major version. | shin | 2000-02-14 | 1 | -2/+2 |
* | Remove the version information from `.Os FreeBSD' here. Not only | chris | 2000-02-14 | 1 | -1/+1 |
* | Repair misspelled `.Pp' directive: | chris | 2000-02-14 | 1 | -1/+1 |
* | Replace `.Os BSD' which caused a troff error with `.Bx' which also | chris | 2000-02-14 | 1 | -1/+1 |
* | Update major version. | shin | 2000-02-12 | 1 | -0/+2 |
* | Document the support in the kernel for hardware debug registers on the | obrien | 2000-02-12 | 1 | -1/+20 |
* | Add functions which allow i/o memory to be accessed without forcing a | dfr | 2000-02-12 | 2 | -5/+26 |
* | Document mixpasswordcase here as well as in passwd.1 | nik | 2000-02-11 | 1 | -0/+3 |
* | Add more dual stack consideration. | shin | 2000-02-10 | 1 | -1/+5 |
* | Let getaddrinfo() and related functions supports traditional IPv4 format | shin | 2000-02-10 | 2 | -4/+10 |
* | Replace the existing documentation for ``KERN_QUANTUM'' with a more | chris | 2000-02-10 | 1 | -4/+2 |
* | IPv6 scoped addr format is changed as recent KAME change. | shin | 2000-02-09 | 2 | -6/+16 |
* | There is a problem in that one cannot use ctype.h at the same time as parts | obrien | 2000-02-08 | 2 | -49/+145 |
* | Revert part of the last commit, remove {g|s}etflags from the libc | joe | 2000-02-05 | 1 | -4/+2 |
* | Missing tcp_wrapper IPv6 support seemed to be a bug, so commit it. | shin | 2000-02-03 | 1 | -0/+1 |
* | Set libipsec shared library number to 0 | shin | 2000-02-03 | 1 | -0/+2 |
* | The flags PKT_ALIAS_PUNCH_FW and PKT_ALIAS_PROXY_ONLY were both | archie | 2000-02-02 | 1 | -1/+1 |
* | Mention what PKT_ALIAS_PROXY_ONLY does. | brian | 2000-02-02 | 1 | -1/+6 |
* | sync iruserok() extension API with other BSDs | shin | 2000-02-01 | 1 | -28/+53 |
* | Upgrade to libpcap 0.5 | fenner | 2000-01-30 | 1 | -2/+2 |
* | Use __strong_reference() instead of __weak_reference() to assure that the | jasone | 2000-01-29 | 60 | -60/+60 |
* | Merge from RELENG_3 (oops): | chris | 2000-01-29 | 1 | -5/+5 |
* | Undo the ill-conceived breakage of the previous commit and really fix: | jasone | 2000-01-29 | 3 | -26/+28 |
* | Fix various typos and mdoc style issues. | mpp | 2000-01-29 | 22 | -108/+200 |
* | Grammar fix: ``Different than'' should really be ``different from''. | chris | 2000-01-29 | 1 | -1/+1 |
* | Revive the warning that dllockinit() is experimental and subject to | jdp | 2000-01-29 | 1 | -1/+6 |
* | For syscalls that are renamed to _thread_sys_foo, create a weak alias | jasone | 2000-01-28 | 3 | -16/+16 |
* | Use _fcntl() (not fcntl()) inside of fcntl(). | jasone | 2000-01-28 | 3 | -9/+9 |