summaryrefslogtreecommitdiffstats
path: root/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* Second step in synching with NetBSD:schwarze2016-01-299-212/+213
* Start synching with NetBSD:schwarze2016-01-296-17/+17
* Therefor -> Therefore (where appropriate)tb2016-01-292-2/+2
* sigsuspend is section 2, not 3.jmc2016-01-281-2/+2
* The CSRG declared alarm(3) obsolete 30 years ago (before 4.2BSD),schwarze2016-01-282-12/+7
* Replace the malloc spinlock with a mutex. This lock is held over system callskettenis2016-01-273-7/+28
* deprecate SSL_OP_SINGLE_DH_USEbeck2016-01-274-74/+12
* Don't crash dumping malloc stats if malloc_init hasn't been called, noted byotto2016-01-261-1/+3
* When encoding fails in fputwc(3), set the error indicator as requiredschwarze2016-01-261-2/+2
* replace (void *)0 with NULLmmcc2016-01-191-4/+4
* remove a nop assignment that has been #if 0'd since 1996mmcc2016-01-191-5/+1
* adjust some syscalls in proc & id; from Carlin Binghamderaadt2016-01-181-5/+9
* Call BIO_sock_init() from tls_init() to ensure sockets are enabled on Windows.bcook2016-01-181-1/+4
* Replace "function call" with "function" when referring to a functionmmcc2016-01-091-3/+3
* Make code fit in 80 columns, remove trailing spaces & tabs.ratchov2016-01-097-21/+24
* drop "abort" promise, and make it the default behaviour.semarie2016-01-091-3/+3
* revert manual additions of hid.h now that usbhid.h brings it injcs2016-01-091-3/+1
* Zap extraneous SYNOPSIS sections.zhuk2016-01-081-4/+2
* pull in dev/hid/hid.h for moved HIO_* varsjcs2016-01-081-1/+3
* fix SEE ALSO;jmc2016-01-071-3/+3
* Move sndiod man page to section 8.ratchov2016-01-073-34/+34
* add a bug that the path whitelist is not available at this time.tedu2016-01-061-2/+4
* Long ago, malloc internally had two kinds of failures, warnings and errors.tedu2016-01-062-14/+7
* Use "path" not "file" as the function arg to utimes() and utimensat().millert2016-01-051-8/+8
* Follow style(9) and drop lint /* NOTREACHED */ annotations fromtb2016-01-042-6/+4
* Bugfix: When errno happens to be EILSEQ upon entry to fgetws(3),schwarze2016-01-041-3/+3
* Fix lots of bugs.schwarze2016-01-041-18/+28
* Calling clone(2) with CLONE_NEWPID yields multiple processes with pid=1.bcook2016-01-042-4/+6
* Document that the ssl free() functions are NULL safe. OK mmcc@millert2015-12-306-12/+42
* another case where bad things would happen after wrterrortedu2015-12-301-2/+4
* if somebody makes the mistake of disabling abort, don't deref null intedu2015-12-301-2/+4
* Verify that the section header size supplied in the ELF header is whatmmcc2015-12-291-1/+4
* mention that ibuf_free() does not need a NULL check.benno2015-12-291-2/+5
* check for NULL in ibuf_free().benno2015-12-291-1/+3
* Remove NULL-checks before free() and needless argument casts.mmcc2015-12-281-5/+3
* Remove NULL-checks before free() and unnecessary argument casts.mmcc2015-12-281-8/+5
* Remove NULL-checks before free() and a few related dead assignments.mmcc2015-12-2816-96/+53
* Switch login(3) from lseek+read/write to pread/pwrite and only do the pread()guenther2015-12-282-14/+15
* remove unused variablechl2015-12-271-2/+1
* Simplify allocation logic based on free and realloc's behavior on NULL.mmcc2015-12-251-4/+3
* revert change to call kevent immediately.tedu2015-12-251-6/+65
* Add missing second argument to FD_SET macro in example code snippet.tb2015-12-251-3/+3
* Both our manual and POSIX ask us to set the error indicator when anschwarze2015-12-241-2/+2
* remove NULL-check before free()mmcc2015-12-241-3/+2
* More adress -> addressmmcc2015-12-244-4/+4
* remove two NULL castsmmcc2015-12-231-5/+3
* Remove the rest of the scaffolding for nonexistent ElGamal support,mmcc2015-12-231-17/+1
* Remove NULL casts and tweak style in a few places. A more invasivemmcc2015-12-231-87/+83
* remove NULL-checks before free()mmcc2015-12-236-38/+22
* remove NULL-checks before free()mmcc2015-12-231-5/+3