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