Age | Commit message (Expand) | Author |
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 |
2016-01-05 | Use "path" not "file" as the function arg to utimes() and utimensat(). | Todd C. Miller |
2016-01-04 | Follow style(9) and drop lint /* NOTREACHED */ annotations from | tb |
2016-01-04 | Bugfix: When errno happens to be EILSEQ upon entry to fgetws(3), | Ingo Schwarze |
2016-01-04 | Fix lots of bugs. | Ingo Schwarze |
2016-01-04 | Calling clone(2) with CLONE_NEWPID yields multiple processes with pid=1. | Brent Cook |
2015-12-30 | Document that the ssl free() functions are NULL safe. OK mmcc@ | Todd C. Miller |
2015-12-30 | another case where bad things would happen after wrterror | Ted Unangst |
2015-12-30 | if somebody makes the mistake of disabling abort, don't deref null in | Ted Unangst |
2015-12-29 | Verify that the section header size supplied in the ELF header is what | mmcc |
2015-12-29 | mention that ibuf_free() does not need a NULL check. | Sebastian Benoit |
2015-12-29 | check for NULL in ibuf_free(). | Sebastian Benoit |
2015-12-28 | Remove NULL-checks before free() and needless argument casts. | mmcc |