| Commit message (Expand) | Author | Age | Files | Lines |
* | Second step in synching with NetBSD: |  schwarze | 2016-01-29 | 9 | -212/+213 |
* | Start synching with NetBSD: |  schwarze | 2016-01-29 | 6 | -17/+17 |
* | Therefor -> Therefore (where appropriate) |  tb | 2016-01-29 | 2 | -2/+2 |
* | sigsuspend is section 2, not 3. |  jmc | 2016-01-28 | 1 | -2/+2 |
* | The CSRG declared alarm(3) obsolete 30 years ago (before 4.2BSD), |  schwarze | 2016-01-28 | 2 | -12/+7 |
* | Replace the malloc spinlock with a mutex. This lock is held over system calls |  kettenis | 2016-01-27 | 3 | -7/+28 |
* | deprecate SSL_OP_SINGLE_DH_USE |  beck | 2016-01-27 | 4 | -74/+12 |
* | Don't crash dumping malloc stats if malloc_init hasn't been called, noted by |  otto | 2016-01-26 | 1 | -1/+3 |
* | When encoding fails in fputwc(3), set the error indicator as required |  schwarze | 2016-01-26 | 1 | -2/+2 |
* | replace (void *)0 with NULL |  mmcc | 2016-01-19 | 1 | -4/+4 |
* | remove a nop assignment that has been #if 0'd since 1996 |  mmcc | 2016-01-19 | 1 | -5/+1 |
* | adjust some syscalls in proc & id; from Carlin Bingham |  deraadt | 2016-01-18 | 1 | -5/+9 |
* | Call BIO_sock_init() from tls_init() to ensure sockets are enabled on Windows. |  bcook | 2016-01-18 | 1 | -1/+4 |
* | Replace "function call" with "function" when referring to a function |  mmcc | 2016-01-09 | 1 | -3/+3 |
* | Make code fit in 80 columns, remove trailing spaces & tabs. |  ratchov | 2016-01-09 | 7 | -21/+24 |
* | drop "abort" promise, and make it the default behaviour. |  semarie | 2016-01-09 | 1 | -3/+3 |
* | revert manual additions of hid.h now that usbhid.h brings it in |  jcs | 2016-01-09 | 1 | -3/+1 |
* | Zap extraneous SYNOPSIS sections. |  zhuk | 2016-01-08 | 1 | -4/+2 |
* | pull in dev/hid/hid.h for moved HIO_* vars |  jcs | 2016-01-08 | 1 | -1/+3 |
* | fix SEE ALSO; |  jmc | 2016-01-07 | 1 | -3/+3 |
* | Move sndiod man page to section 8. |  ratchov | 2016-01-07 | 3 | -34/+34 |
* | add a bug that the path whitelist is not available at this time. |  tedu | 2016-01-06 | 1 | -2/+4 |
* | Long ago, malloc internally had two kinds of failures, warnings and errors. |  tedu | 2016-01-06 | 2 | -14/+7 |
* | Use "path" not "file" as the function arg to utimes() and utimensat(). |  millert | 2016-01-05 | 1 | -8/+8 |
* | Follow style(9) and drop lint /* NOTREACHED */ annotations from |  tb | 2016-01-04 | 2 | -6/+4 |
* | Bugfix: When errno happens to be EILSEQ upon entry to fgetws(3), |  schwarze | 2016-01-04 | 1 | -3/+3 |
* | Fix lots of bugs. |  schwarze | 2016-01-04 | 1 | -18/+28 |
* | Calling clone(2) with CLONE_NEWPID yields multiple processes with pid=1. |  bcook | 2016-01-04 | 2 | -4/+6 |
* | Document that the ssl free() functions are NULL safe. OK mmcc@ |  millert | 2015-12-30 | 6 | -12/+42 |
* | another case where bad things would happen after wrterror |  tedu | 2015-12-30 | 1 | -2/+4 |
* | if somebody makes the mistake of disabling abort, don't deref null in |  tedu | 2015-12-30 | 1 | -2/+4 |
* | Verify that the section header size supplied in the ELF header is what |  mmcc | 2015-12-29 | 1 | -1/+4 |
* | mention that ibuf_free() does not need a NULL check. |  benno | 2015-12-29 | 1 | -2/+5 |
* | check for NULL in ibuf_free(). |  benno | 2015-12-29 | 1 | -1/+3 |
* | Remove NULL-checks before free() and needless argument casts. |  mmcc | 2015-12-28 | 1 | -5/+3 |
* | Remove NULL-checks before free() and unnecessary argument casts. |  mmcc | 2015-12-28 | 1 | -8/+5 |
* | Remove NULL-checks before free() and a few related dead assignments. |  mmcc | 2015-12-28 | 16 | -96/+53 |
* | Switch login(3) from lseek+read/write to pread/pwrite and only do the pread() |  guenther | 2015-12-28 | 2 | -14/+15 |
* | remove unused variable |  chl | 2015-12-27 | 1 | -2/+1 |
* | Simplify allocation logic based on free and realloc's behavior on NULL. |  mmcc | 2015-12-25 | 1 | -4/+3 |
* | revert change to call kevent immediately. |  tedu | 2015-12-25 | 1 | -6/+65 |
* | Add missing second argument to FD_SET macro in example code snippet. |  tb | 2015-12-25 | 1 | -3/+3 |
* | Both our manual and POSIX ask us to set the error indicator when an |  schwarze | 2015-12-24 | 1 | -2/+2 |
* | remove NULL-check before free() |  mmcc | 2015-12-24 | 1 | -3/+2 |
* | More adress -> address |  mmcc | 2015-12-24 | 4 | -4/+4 |
* | remove two NULL casts |  mmcc | 2015-12-23 | 1 | -5/+3 |
* | Remove the rest of the scaffolding for nonexistent ElGamal support, |  mmcc | 2015-12-23 | 1 | -17/+1 |
* | Remove NULL casts and tweak style in a few places. A more invasive |  mmcc | 2015-12-23 | 1 | -87/+83 |
* | remove NULL-checks before free() |  mmcc | 2015-12-23 | 6 | -38/+22 |
* | remove NULL-checks before free() |  mmcc | 2015-12-23 | 1 | -5/+3 |