Age | Commit message (Expand) | Author |
2014-09-13 | Make sure that the following functions return 0 and EINVAL as | Ingo Schwarze |
2014-09-13 | Replace all queue *_END macro calls except CIRCLEQ_END with NULL. | Doug Hogan |
2014-09-12 | Provide a sparc64 version of sqrtl(3) that simply calls _Qp_sqrt. | Mark Kettenis |
2014-09-12 | Fix some bugs in the _Qp_sqrt implementation that would limit the accuracy | Mark Kettenis |
2014-09-10 | zap trailing whitespace; | Jason McIntyre |
2014-09-10 | document \<word\> as being non standard | Jonathan Gray |
2014-09-10 | sockatmark(3) has been implemented; add it to the async-signal-safe lists | Philip Guenther |
2014-09-10 | update STANDARDS reference from POSIX 1990 to POSIX 2008; | Ingo Schwarze |
2014-09-09 | Identify domains with AF_* instead of PF_* here | Philip Guenther |
2014-09-09 | Various updates and corrections to SYNOPSIS, ERRORS, and STANDARDS | Philip Guenther |
2014-09-09 | Don't point to <sys/signal.h> for SIG_*; they're told to use <signal.h> | Philip Guenther |
2014-09-09 | tweak previous; | Jason McIntyre |
2014-09-09 | Don't need to mention names on .Rv line here | Philip Guenther |
2014-09-09 | Various updates and corrections to SYNOPSIS, ERRORS, and STANDARDS | Philip Guenther |
2014-09-09 | Various updates and corrections to SYNOPSIS, ERRORS, and STANDARDS | Philip Guenther |
2014-09-09 | We have no protocols which require explicit confirmation | Philip Guenther |
2014-09-08 | bump minor after addition of \<word\> support to regcomp; ok miod@ | Christian Weisgerber |
2014-09-08 | add \<word\> support to regcomp. prompted by renewed interest from jsg | Ted Unangst |
2014-09-08 | obvious cases of missing .An; | Ingo Schwarze |
2014-09-07 | Document that 4.4BSD changed the semantics but that others have restored | Philip Guenther |
2014-09-07 | Remove SSL_kDHr, SSL_kDHd and SSL_aDH. No supported ciphersuites use them, | Joel Sing |
2014-09-07 | Use SOCK_CLOEXEC (instead of later using fcntl(F_SETFD)) when creating sockets | Philip Guenther |
2014-09-04 | POSIX specifies arpa/inet.h as the include file for these. | Todd C. Miller |
2014-09-02 | Fix previous commit: fd wasn't set in the FAE_DUP2 case | Philip Guenther |
2014-09-01 | The libevent event_log() function called by event_msgx() adds a new | Alexander Bluhm |
2014-09-01 | Sync readlink(2) with IEEE Std 1003.1-2008. | Doug Hogan |
2014-08-31 | no Pp needed before non-compact lists; | Jason McIntyre |
2014-08-31 | accept4() should be a cancellation point. | Philip Guenther |
2014-08-31 | Don't .Xr uuidgen(1) yet. | Miod Vallat |
2014-08-31 | Sync with FreeBSD. No functional change but more readable code. | Miod Vallat |
2014-08-31 | Fix incorrect behaviour by syncing with FreeBSD; reported by Jonas 'Sortie' | Miod Vallat |
2014-08-31 | Make the in6addr constant declarations and definitions consistent | Alexander Bluhm |
2014-08-31 | Add uuid support routines to libc. From FreeBSD via NetBSD via Bitrig via | Miod Vallat |
2014-08-31 | tweaks; | Jason McIntyre |
2014-08-31 | provide section numbers for xrs; | Jason McIntyre |
2014-08-31 | They're thread IDs, not PIDs. The wording is a bit clunky, but closer | Philip Guenther |
2014-08-31 | Declare and document getthrid() | Philip Guenther |
2014-08-31 | Add sockatmark() | Philip Guenther |
2014-08-31 | Add additional userland interfaces for setting close-on-exec on fds | Philip Guenther |
2014-08-31 | Add additional kernel interfaces for setting close-on-exec on fds | Philip Guenther |
2014-08-30 | Xr __tfork instead of fork | Philip Guenther |
2014-08-28 | preserve errno value on success. | Brent Cook |
2014-08-27 | Nuke net.inet6.icmp6.rediraccept and allow redirects on interfaces | Florian Obser |
2014-08-27 | Add the API function ressl_config_set_ecdhcurve(config, name) to set a | Reyk Floeter |
2014-08-26 | Move openssl(1) from /usr/sbin/openssl to /usr/bin/openssl, since it is not | Joel Sing |
2014-08-25 | Delete secret or secret-derived data with explicit_bzero. | Doug Hogan |
2014-08-24 | constify strerror return value | Brent Cook |
2014-08-24 | Include <sys/time.h> to get struct timeval | Brent Cook |
2014-08-24 | Include <sys/select.h> to get select | Brent Cook |
2014-08-24 | Let SSL_CIPHER_description() allocate the buffer for the description, | Joel Sing |