Age | Commit message (Expand) | Author |
2014-07-13 | Split the context allocation out from the configuration. This will allow | Joel Sing |
2014-07-13 | Do not fold multiple function arguments into the same .Fn argument: | Ingo Schwarze |
2014-07-13 | boot(9): Cosmetic changes to improve diff'ability. | Masao Uebayashi |
2014-07-13 | Move the client code into a separate file. | Joel Sing |
2014-07-13 | Rename various configuration handling functions. | Joel Sing |
2014-07-13 | Comment out option GPT until the matching userland bits are in place. | Miod Vallat |
2014-07-13 | Use a single ressl.h header file. | Joel Sing |
2014-07-13 | Cosmetic changes to reduce diffs. | Masao Uebayashi |
2014-07-13 | Update procflags list, add PS_SYSTEM, PS_EMBRYO, PS_ZOMBIE and | Claudio Jeker |
2014-07-13 | The correct place to call _bus_dmamap_sync() is after we copy data *to* the | Mark Kettenis |
2014-07-13 | sync | Theo de Raadt |
2014-07-13 | Use lerrx instead of errx since the logging subsystem is already initialized. | Claudio Jeker |
2014-07-13 | Fix sched_stop_secondary_cpus() to properly drain CPUs | Matthew Dempsky |
2014-07-13 | yes indeed, it returns void *. from Jean-Philippe Ouellet, i also had | Theo de Raadt |
2014-07-13 | Explicitly initialise slen - this was not previously done due to a missing | Joel Sing |
2014-07-13 | Convert error handling to SSLerr and ERR_asprintf_error_data. | Joel Sing |
2014-07-13 | Some functions need to dup() before sending a socket by imsg and don't | YASUOKA Masahiko |
2014-07-13 | Only set machdep.allowaperture if 'vga1: aperture needed' is found | Robert Peichaer |
2014-07-13 | include stdint.h for standard ints. from Jean-Philippe Ouellet | Ted Unangst |
2014-07-13 | fix even more trailing tabs | Jasper Lievisse Adriaanse |
2014-07-13 | #$%#@$# CONSPEED | Miod Vallat |
2014-07-13 | Display zero page hit and miss counters in vmstat -s. | Mark Kettenis |
2014-07-13 | more hanging tabs | Jasper Lievisse Adriaanse |
2014-07-13 | ugly hanging tabs; ok jasper | Theo de Raadt |
2014-07-13 | Show an error if cmd_find_session can't find the current session, like | Nicholas Marriott |
2014-07-13 | No libsa putchar wanted here actually | Miod Vallat |
2014-07-13 | An EOF is a good reason to close a connection. | Kenneth R Westerback |
2014-07-13 | obvious conversion to mallocarray() | Theo de Raadt |
2014-07-13 | tweak previous; | Jason McIntyre |
2014-07-13 | missing bracket in previous; | Jason McIntyre |
2014-07-13 | Still needs <sys/reboot.h> | Miod Vallat |
2014-07-13 | If a client is killed while suspended with ^Z so has gone through the | Nicholas Marriott |
2014-07-13 | remove all crypt choices other than bcrypt. ok afresh1 deraadt | Ted Unangst |
2014-07-13 | calling this "encryption" makes me cringe. "slightly obfuscated" is better. | Ted Unangst |
2014-07-13 | compare snprintf return value with -1. this isn't really necessary because | Ted Unangst |
2014-07-13 | sync | Theo de Raadt |
2014-07-13 | sync with kernel, root= -> rootdev= | Jasper Lievisse Adriaanse |
2014-07-13 | consistency with upcoming bootloader device parsing of the uboot arguments, | Jasper Lievisse Adriaanse |
2014-07-13 | Convert d2i_SSL_SESSION to ASN1 primitives, instead of the horrific | Joel Sing |
2014-07-13 | Use errx() after getpwnam() failure since errno may not be set. | Claudio Jeker |
2014-07-13 | Document KERN_PROC_NOBROADKILL | Claudio Jeker |
2014-07-13 | When reassembled IPv6 fragments are NATed or RDRed by pf, the | Alexander Bluhm |
2014-07-13 | tweak previous; | Jason McIntyre |
2014-07-13 | do not need malloc.h | Theo de Raadt |
2014-07-13 | use mallocarray where arguments are multiplied; ok tedu | Theo de Raadt |
2014-07-13 | -N for SYNOPSIS and usage(), and some small changes to previous; | Jason McIntyre |
2014-07-13 | bye bye src url. Never amounted to much, we went another road a while ago | Marc Espie |
2014-07-13 | Keep track of port connections and port resets. | Paul Irofti |
2014-07-13 | bundling base + packages was slow, as it needed to find lots of files. | Marc Espie |
2014-07-13 | Set KERN_PROC_NOBROADCASTKILL so that iscsid is not killed by init | Claudio Jeker |