Age | Commit message (Expand) | Author |
2016-02-25 | refactor option letter parsing into a subfunction, to increase clarity | Theo de Raadt |
2016-02-24 | Avoid a possible double-free if the "search" keyword is used multiple times. | Eric Faurot |
2016-02-22 | Document sendsyslog2(2) in man page. | Alexander Bluhm |
2016-02-19 | Remove the "error" variable; we no longer fall back to writing to | Todd C. Miller |
2016-02-17 | Sync some root certificates with Mozilla's cert store. ok bcook@ | Stuart Henderson |
2016-02-13 | Dv fix; | Jason McIntyre |
2016-02-13 | Fix an obvious cut-and-paste error: | Ingo Schwarze |
2016-02-11 | Document how to use sndio in pledged programs. | Tim van der Molen |
2016-02-08 | new sentence, new line; | Jason McIntyre |
2016-02-08 | mention mktime, since that is where struct tm is described. ok schwarze | Ted Unangst |
2016-02-08 | Align with reality, and with POSIX: For this particular function, | Ingo Schwarze |
2016-02-07 | compare pointer to NULL in example code | mmcc |
2016-02-05 | be more forceful about not using these. | Marc Espie |
2016-02-05 | Use the correct structure size when allocating the array for nodes. | Can Erkin Acar |
2016-02-05 | Fix err(3) calls after allocation failures in examples. | Ingo Schwarze |
2016-02-05 | avoid an uninitialised value in a return path added in rev 1.5 | Jonathan Gray |
2016-02-02 | Get rid of an ugly #ifdef in the middle of el_init() by | Ingo Schwarze |
2016-02-01 | ansify amd64_iopl() | Jeremie Courreges-Anglas |
2016-02-01 | ansify; ok sthen@ kettenis@ | Jeremie Courreges-Anglas |
2016-02-01 | Sort cert.pem alphabetically, first by organisation, then by CA name | Stuart Henderson |
2016-01-31 | Revamp cert.pem certificate information formatting. Skip headers which | Stuart Henderson |
2016-01-31 | remove some whitespace differences with NetBSD; no change with diff -b | Ingo Schwarze |
2016-01-31 | trivial partial sync to NetBSD, no functional change: | Ingo Schwarze |
2016-01-30 | Fifth step in synching with NetBSD: | Ingo Schwarze |
2016-01-30 | Fourth step in synching with NetBSD: | Ingo Schwarze |
2016-01-30 | delete "#ifdef notdef" code that is no longer present in NetBSD; | Ingo Schwarze |
2016-01-30 | Third step in synching with NetBSD: | Ingo Schwarze |
2016-01-29 | Second step in synching with NetBSD: | Ingo Schwarze |
2016-01-29 | Start synching with NetBSD: | Ingo Schwarze |
2016-01-29 | Therefor -> Therefore (where appropriate) | tb |
2016-01-28 | sigsuspend is section 2, not 3. | Jason McIntyre |
2016-01-28 | The CSRG declared alarm(3) obsolete 30 years ago (before 4.2BSD), | Ingo Schwarze |
2016-01-27 | Replace the malloc spinlock with a mutex. This lock is held over system calls | Mark Kettenis |
2016-01-27 | deprecate SSL_OP_SINGLE_DH_USE | Bob Beck |
2016-01-26 | Don't crash dumping malloc stats if malloc_init hasn't been called, noted by | Otto Moerbeek |
2016-01-26 | When encoding fails in fputwc(3), set the error indicator as required | Ingo Schwarze |
2016-01-19 | replace (void *)0 with NULL | mmcc |
2016-01-19 | remove a nop assignment that has been #if 0'd since 1996 | mmcc |
2016-01-18 | adjust some syscalls in proc & id; from Carlin Bingham | Theo de Raadt |
2016-01-18 | Call BIO_sock_init() from tls_init() to ensure sockets are enabled on Windows. | Brent Cook |
2016-01-09 | Replace "function call" with "function" when referring to a function | mmcc |
2016-01-09 | Make code fit in 80 columns, remove trailing spaces & tabs. | Alexandre Ratchov |
2016-01-09 | drop "abort" promise, and make it the default behaviour. | Sebastien Marie |
2016-01-09 | revert manual additions of hid.h now that usbhid.h brings it in | Joshua Stein |
2016-01-08 | Zap extraneous SYNOPSIS sections. | Vadim Zhukov |
2016-01-08 | pull in dev/hid/hid.h for moved HIO_* vars | Joshua Stein |
2016-01-07 | fix SEE ALSO; | Jason McIntyre |
2016-01-07 | Move sndiod man page to section 8. | Alexandre Ratchov |
2016-01-06 | add a bug that the path whitelist is not available at this time. | Ted Unangst |
2016-01-06 | Long ago, malloc internally had two kinds of failures, warnings and errors. | Ted Unangst |