Age | Commit message (Expand) | Author |
2017-06-22 | Fix incorrect indentation. | Joel Sing |
2017-06-22 | Plug a memory leak in tls_keypair_cert_hash(), introduced in r1.60. | Joel Sing |
2017-06-22 | Pick rijndael.c lost after backout; requested by bluhm@ | Mike Belopuhov |
2017-06-22 | Remove dead code that has remained hiding since ressl.c r1.14! | Joel Sing |
2017-06-22 | Use the standard `rv' idiom in tls_keypair_load_cert(), rather than | Joel Sing |
2017-06-22 | Distinguish between self-issued certificates and self-signed certificates. | Joel Sing |
2017-06-22 | zap trailing spaces from the previous commits and also other trailing | Marc Espie |
2017-06-22 | better display of cycles in -j mode. | Marc Espie |
2017-06-22 | Convert shell script tests to regress make rules. Having only one | Alexander Bluhm |
2017-06-22 | Adjust relink procedure to use new targets. Better use semantics for | Theo de Raadt |
2017-06-22 | compile.tgz no longer needs to contain machine/ subdir, instead it needs | Theo de Raadt |
2017-06-22 | Generate a gap.link script, and use that to generate gap.o. On multi-ABI | Theo de Raadt |
2017-06-22 | Generate the newbsd: and install-update: targets here, rather than | Theo de Raadt |
2017-06-22 | calculate a "sum" based upon pointers to functions all over the kernel, | Theo de Raadt |
2017-06-22 | Drop support for old (>4yr) timestamp formats in leases | Kenneth R Westerback |
2017-06-22 | Improve the coalescing of instruction cache flushes on R8000 in order | Visa Hankala |
2017-06-22 | typo; from jack burton | Jason McIntyre |
2017-06-22 | Tidy up comment about double load opcodes in m88k/eh_common.S (and fix ;; -> ||) | Tom Cosgrove |
2017-06-22 | Fix the remaining ';;'s in sys/ | Tom Cosgrove |
2017-06-22 | Add a hypervisor-specific function pointer in pvbus(4) that gets called during | Jonathan Matthew |
2017-06-22 | Fix another ;; in sys/dev | Tom Cosgrove |
2017-06-22 | double ;;. xhci one found by geoffhill | Theo de Raadt |
2017-06-22 | items get returns to pools with pool_put, not pool_get. | David Gwynne |
2017-06-22 | Only print the magic '&' letter on a disk if the hibernate partition is | Theo de Raadt |
2017-06-22 | Fix font selection for text boxes in the terminal formatter. | Ingo Schwarze |
2017-06-21 | /var/db/kernel.SHA256 contains the hash of the /bsd kernel. Upon | Theo de Raadt |
2017-06-21 | When building a snapshot, install the compile.tgz file to builder's | Theo de Raadt |
2017-06-21 | Better off padding with 0x0. 0x0 = "break 0,0". | Theo de Raadt |
2017-06-21 | Outside explicit font context, give every letter its own box. | Ingo Schwarze |
2017-06-21 | elf64_x86_64_plt0_entry had a hardcoded nop-sled, before the subsequent | Theo de Raadt |
2017-06-21 | Intra-segment traps instead of nops. Similar to kernel change, further | Theo de Raadt |
2017-06-21 | Fill space between sections with traps, rather than nops. | Theo de Raadt |
2017-06-21 | Minor style(9) corrections and whitespace cleanup to csh. | anton |
2017-06-21 | Large nopsleds make it easier for ROP machinery to sloppily reach targets. | Theo de Raadt |
2017-06-21 | Add regression tests for the filec feature in csh. | anton |
2017-06-21 | Replace usage of TIOCSTI in csh using a more common IO-loop where ICANON is | anton |
2017-06-21 | quoted words are not parsed for defined keys | Ingo Schwarze |
2017-06-21 | Don't confuse SCSI command status and transfer error code. | Mike Belopuhov |
2017-06-21 | Recognize well-known functions names (the same that Heirloom recognizes, | Ingo Schwarze |
2017-06-21 | Permit TIOCSTAT on a tty. | Theo de Raadt |
2017-06-21 | For a decade or more, we've patched gcc to make -fno-ident the default. | Ted Unangst |
2017-06-21 | Teach get_recorded_lease() that static leases do not | Kenneth R Westerback |
2017-06-21 | Return early from NVS command submission if no response is required | Mike Belopuhov |
2017-06-21 | No need to manually check validity of ifi->active when | Kenneth R Westerback |
2017-06-21 | Fix kernel diagnostic assertion "(sk->inp == NULL) || (sk->inp->inp_pf_sk | Alexander Bluhm |
2017-06-21 | Consistently use time(&var) idiom rather than tossing in a few | Kenneth R Westerback |
2017-06-21 | Allow familiar idiom free_client_lease(NULL). | Kenneth R Westerback |
2017-06-21 | Include the request id in the I/O debug output | Mike Belopuhov |
2017-06-21 | List all five devices, not just the first two. | Michal Mazurek |
2017-06-21 | sync | Theo de Raadt |