| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Stilistic improvement: use clean mdoc(7) .Qq enclosures rather than | 2011-03-09 | 1 | -8/+8 | |
| | | | | | | | | | | | | (correct, but ugly) low-level roff(7) quoting of quote characters. As a side effect, this avoids ugly formatting caused by a nasty mandoc(1) bug with roff(7) quoting in mdoc(7) documents. Of course, that bug will ultimately get fixed as well, but that can't be done quickly. Reported by Tim van der Molen <tbvdm at xs4all dot nl> ok jmc@ | ||||
| * | Add a kernel man page sosplice(9) for the socket splicing implementation. | 2011-03-08 | 1 | -3/+4 | |
| | | | | | ok jmc@ | ||||
| * | wrong type for variable; spotted by christian.siebert@cs.tu-chemnitz.de | 2011-03-06 | 1 | -3/+3 | |
| | | | | | ok guenther | ||||
| * | Fix PR 6267: recheck POSIXLY_CORRECT each time getopt_long() starts a new | 2011-03-05 | 3 | -44/+16 | |
| | | | | | | | | | argv and don't suppress the handling of leading '-' in optstring when POSIXLY_CORRECT is set. Based on patch from Eric Blake. ok and manpage update from millert@, manpage ok jmc@ | ||||
| * | Correct msgbuf_write() example. OK jmc@ and nicm@ | 2011-03-05 | 1 | -3/+3 | |
| | | |||||
| * | Remove expired certs. | 2011-03-03 | 1 | -174/+0 | |
| | | | | | ok beck@ fgsch@ | ||||
| * | Fix __cxa_finalize() so that calling __cxa_finalize(NULL) properly | 2011-03-02 | 1 | -2/+2 | |
| | | | | | | | invokes handlers registered with __cxa_atexit(). "seems right" deraadt@ | ||||
| * | netbsd -r1.75: Fix argument for EL_EDITOR; from Jess Thrysoee | 2011-03-02 | 1 | -3/+3 | |
| | | | | | ok nicm | ||||
| * | SOCK_SEQPACKET is only valid for the AF_BLUETOOTH now, and | 2011-02-24 | 1 | -4/+3 | |
| | | | | | | | | SOCK_RDM is a dead SysV compatibility option that is not described anywhere in the man page so don't reference it. ok claudio | ||||
| * | An attempt to open an append-only file without O_APPEND results in EPERM. | 2011-02-18 | 1 | -2/+10 | |
| | | | | | OK jmc@ guenther@ | ||||
| * | Fix typo, setreseuid -> setresuid | 2011-02-11 | 1 | -3/+3 | |
| | | | | | ok otto@, jmc@ | ||||
| * | fix for CVE-2011-0014 "OCSP stapling vulnerability"; | 2011-02-10 | 2 | -2/+14 | |
| | | | | | | | ok markus@ jasper@ miod@ AFAIK nothing in base uses this, though apache2 from ports may be affected. | ||||
| * | Put a limit on recursion during matching, and reject input of size greater | 2011-02-10 | 1 | -3/+29 | |
| | | | | | | or equal PATH_MAX. Based on similar fix made in NetBSD. ok miod@ millert@ | ||||
| * | Update after fix for kernel/6547. SETVAL and SETALL can return ERANGE now. | 2011-02-02 | 1 | -3/+16 | |
| | | | | | jmc@ ok. | ||||
| * | Document the kernel option SOCKET_SPLICE and the socket option | 2011-01-31 | 1 | -2/+56 | |
| | | | | | | SO_SPLICE for zero-copy socket splicing. ok jmc@ | ||||
| * | Make the pthread scheduler block signals while restoring a newly | 2011-01-25 | 1 | -1/+12 | |
| | | | | | | selected thread's state. Fixes random qemu crashes. ok miod@ | ||||
| * | Put -I${includedir} back into Cflags so configure script tests like | 2011-01-25 | 1 | -4/+8 | |
| | | | | | | | | test -n "`pkg-config --cflags openssl`" don't assume that OpenSSL isn't available. ok miod@, sthen@, ajacoutot@, djm@ | ||||
| * | Correctly escape a literal colon in an enclosure; | 2011-01-24 | 2 | -6/+6 | |
| | | | | | the \: roff escape is an optional line break. | ||||
| * | - simplify, krb5 handling is not needed. | 2011-01-21 | 2 | -27/+8 | |
| | | | | | prompted by brad | ||||
| * | over written -> overwritten | 2011-01-21 | 1 | -3/+3 | |
| | | | | | ok jmc@ | ||||
| * | Fix typo, %F pattern corresponds to %Y-%m-%d (the ISO 8601 date format), | 2011-01-19 | 1 | -2/+2 | |
| | | | | | | not %Y/%m/%d. Found while debugging geo/gpx-viewer. ok millert@ jasper@ | ||||
| * | - missing leading '.' before 'It'. | 2011-01-19 | 1 | -3/+3 | |
| | | | | | spotted by landry@ | ||||
| * | Merge a change from ncurses upstream to correctly recalculate a form | 2011-01-18 | 1 | -1/+4 | |
| | | | | | | | | field size on set. Fixes an issue found by canacar@ who provided a similar fix. ok canacar | ||||
| * | superceded -> superseded; | 2011-01-14 | 1 | -3/+3 | |
| | | |||||
| * | avoid some integer overflows mostly with GLOB_APPEND and GLOB_DOOFFS | 2011-01-12 | 1 | -4/+12 | |
| | | | | | | | and sanity check arguments (these will be unnecessary when we switch struct glob members from being type into to size_t in the future); "looks ok" tedu@ feedback guenther@ | ||||
| * | tweak previous; ok millert | 2011-01-10 | 1 | -3/+4 | |
| | | |||||
| * | mkdtemp() is present in POSIX 1003.1-2008 | 2011-01-10 | 1 | -11/+9 | |
| | | | | | Add a warning about using less than 6 Xs causing an error on some systems | ||||
| * | mktemp(3) can be used, but not where mkstemp(3) is an alternative. Also | 2011-01-07 | 1 | -6/+6 | |
| | | | | | | | trim an inaccurate comment about its future removal. ok deraadt | ||||
| * | Revert previous commit: if gcc picks a memory operand for the asm then | 2011-01-04 | 1 | -2/+2 | |
| | | | | | | 'movl' will result in an assembler error. Sorry llvm-clang users: fix your compiler to match gcc+as | ||||
| * | Update to better describe reality, i.e. disklabel(8) UID usage. | 2011-01-03 | 1 | -10/+24 | |
| | | | | | ok jmc@ jsing@ | ||||
| * | - adjust krb5 directories | 2011-01-03 | 1 | -8/+5 | |
| | | | | | - zap a trailing tab | ||||
| * | Make this compile with llvm-clang; problem pointed out by Amit Kulkarni | 2010-12-31 | 2 | -3/+4 | |
| | | |||||
| * | - ensure ${DESTDIR}/usr/lib/pkgconfig/ as running make distrib-dirs is not | 2010-12-28 | 1 | -2/+3 | |
| | | | | | common/encouraged practice | ||||
| * | - generate and install pkg-config files for openssl, which more and more | 2010-12-28 | 2 | -1/+122 | |
| | | | | | | | | | projects depend on being present (e.g. various ports). as discussed with various porters in a hungarian spa help/feedback from ingo@ and also OK halex@ no objections from djm@ | ||||
| * | mktemp(3) (and thus mktemp(1)) no longer use the process ID when | 2010-12-27 | 1 | -3/+2 | |
| | | | | | | | replacing the Xs, it is now purely random. Also replace a use of .Fn that should be .Xr. OK jmc@ | ||||
| * | crtbeginS.o needs to be buit with -fPIC; with -fpic the relocations for the | 2010-12-24 | 1 | -1/+3 | |
| | | | | | | | | gcc3/4 exception handling related symbols will be truncated causing linker failures when building shared libraries. ok drahn@, deraadt@, miod@ | ||||
| * | Do not attempt to prepend /dev/ to path if it already contains a slash. | 2010-12-22 | 1 | -17/+19 | |
| | | | | | OK jsing@ | ||||
| * | seemingly the "Decentralized Trust Management" paper comes from the | 2010-12-22 | 4 | -12/+12 | |
| | | | | | | | | IEEE Symposium on Security and Privacy, not the IEEE Conference on Privacy and Security; from Lawrence Teo | ||||
| * | Fix out of date comment; no code change | 2010-12-22 | 1 | -2/+2 | |
| | | |||||
| * | remove comment that hasn't been true for quite a while now; | 2010-12-22 | 1 | -6/+1 | |
| | | | | | ok deraadt@ djm@ | ||||
| * | Always return a pointer to the static buffer in realpath, even if | 2010-12-21 | 1 | -13/+10 | |
| | | | | | | path and realpath are the same. This matches the manual and avoids a bogus cast to non-const. OK jsing@, previous version OK kettenis@ | ||||
| * | opendev() path argument should be const. OK deraadt@ | 2010-12-17 | 3 | -8/+8 | |
| | | |||||
| * | avoid pointer arithmetic on void * | 2010-12-16 | 1 | -5/+5 | |
| | | | | | | | tested for a while by me. ok otto@ | ||||
| * | move CRYPTO_VIAC3_MAX out of cryptodev.h and into the only | 2010-12-16 | 2 | -0/+4 | |
| | | | | | | | file it will be used from. requested by/ok mikeb@ | ||||
| * | The VIA ciphers are added to an array of CRYPTO_ALGORITHM_MAX length | 2010-12-16 | 2 | -4/+4 | |
| | | | | | | | | which should have been declared as CRYPTO_ALGORITHM_MAX + 1, fix this and reserve enough space for the VIA additions as well. ok/comments from mikeb & deraadt | ||||
| * | Security fix for CVE-2010-4180 as mentioned in http://www.openssl.org/news/secadv_20101202.txt. | 2010-12-15 | 4 | -0/+16 | |
| | | | | | | | | | | where clients could modify the stored session cache ciphersuite and in some cases even downgrade the suite to weaker ones. This code is not enabled by default. ok djm@ | ||||
| * | Rewrite the mbrtowc(3) man page so we can make sense of this function. | 2010-12-05 | 1 | -93/+187 | |
| | | | | | tweaks from jmc, help from uwe, "We are going to have to trust you :-)" deraadt | ||||
| * | Sync with amd64, to allow this to compile without warnings with gcc4: | 2010-12-03 | 2 | -11/+11 | |
| | | | | | | | ``Correct the _atomic_lock() asm so that gcc accepts the constraints when compiling without optimization; fix copied from the kernel's atomic.h'' spotted by jim@ | ||||
| * | involes -> involves; from Carlos Alberto Pereira Gomes | 2010-11-30 | 1 | -1/+1 | |
| | | |||||
| * | replace a large stack buffer with a malloc call, with help from matthew. | 2010-11-30 | 1 | -25/+34 | |
| | | | | | | ok deraadt [passed upstream to the tz list as well] | ||||
