Age | Commit message (Expand) | Author |
2018-11-26 | Keep a list of known vms, and reuse the VM IDs. | ori |
2018-11-26 | Simplify writing of tbl(7) cells by using the new feature of passing | Ingo Schwarze |
2018-11-26 | Support more than one style attribute one the same HTML element. | Ingo Schwarze |
2018-11-25 | Let cells containing nothing but \^ extend the cell above. | Ingo Schwarze |
2018-11-25 | spelling; from miod | Jason McIntyre |
2018-11-25 | spelling; from miod | Jason McIntyre |
2018-11-25 | In tbl(7) -T html output, | Ingo Schwarze |
2018-11-25 | regen | Daniel Dickman |
2018-11-25 | Add core4g thermal id; ok mlarkin. | Daniel Dickman |
2018-11-25 | Don't allow the bootstrap to overlap the start of the OpenBSD area of | Kenneth R Westerback |
2018-11-25 | fix mail.mda so it handles system() exit value correctly | Gilles Chehade |
2018-11-25 | Remove (unused) FS_BOOT training wheels. If you are allowed to newfs a | Kenneth R Westerback |
2018-11-25 | FS_BOOT partitions are just partitions. Not free(ish) space. | Kenneth R Westerback |
2018-11-25 | malloc(n) + bzero is better done as calloc(1,n) | Theo de Raadt |
2018-11-25 | don't bother with setresuid protection there is no gain doing | Theo de Raadt |
2018-11-25 | fix examples there were still using old grammar | Gilles Chehade |
2018-11-25 | flock was needed by delivery_filename which was moved to the standalone MDA | Gilles Chehade |
2018-11-25 | teach mail.maildir how to junk SpamAssassin flagged spam | Gilles Chehade |
2018-11-25 | print more details about the join'd networks we have saved when a user runs | Peter Hessler |
2018-11-25 | merge the wpa related settings, instead of overriding them | Peter Hessler |
2018-11-25 | document knob | Marc Espie |
2018-11-24 | Implement horizontal and vertical alignment of tbl(7) cell content | Ingo Schwarze |
2018-11-24 | only attach pvclock(4) inside a KVM guest | Peter Hessler |
2018-11-24 | zap 10 tab leading whitespace before 'struct evp_pkey_ctx_st {' | Theo Buehler |
2018-11-24 | Improve error handling and logging in qcow2 | ori |
2018-11-24 | Store and return the locking callbacks, restoring previous behaviour. | Joel Sing |
2018-11-23 | When a font escape appears in the middle of a string, | Ingo Schwarze |
2018-11-23 | sync | Theo de Raadt |
2018-11-23 | add missing closing quote; | Jason McIntyre |
2018-11-23 | Change rtable_mpath_reprio() to take the prefixlen as argument instead of | Claudio Jeker |
2018-11-23 | Install pvclock(4) | Reyk Floeter |
2018-11-23 | Add the pvclock(4) guest driver for paravirtual clocks | Reyk Floeter |
2018-11-23 | tweak previous; | Jason McIntyre |
2018-11-23 | add a ssh_config "Match final" predicate | Damien Miller |
2018-11-23 | Remove now-unneeded ifdef SIGINFO around handler since it is now always | Darren Tucker |
2018-11-22 | Make alpha less special: _dl_boot_bind() is written to complete | Philip Guenther |
2018-11-22 | Our *int_fast{8,16}_t types are int/unsigned int, so SCN*FAST{8,16} | Philip Guenther |
2018-11-22 | Use em0 instead of vmx0 to clarify the parent interface example. | Reyk Floeter |
2018-11-22 | Remove useless assignment, value is overwritten right after being set. | Frederic Cambus |
2018-11-22 | Correct and shorten the description of the sort order of apropos(1) | Ingo Schwarze |
2018-11-22 | In apropos(1) output, stop sorting .Nm search results by name | Ingo Schwarze |
2018-11-22 | In -T locale (the default), -T ascii, and -T utf8 mode, provide a new | Ingo Schwarze |
2018-11-22 | Do not use PWD unless it actually matches the real working directory. | Nicholas Marriott |
2018-11-22 | Output info on SIGUSR1 as well as SIGINFO to resync with portable. | Darren Tucker |
2018-11-22 | Append pid to temp files in /var/run and set a cleanup trap for them. | Darren Tucker |
2018-11-22 | add missing make dependency | anton |
2018-11-21 | sync | Theo de Raadt |
2018-11-21 | In unp_internalize() check the length more carefully preventing an | Claudio Jeker |
2018-11-21 | When using MSG_PEEK to peak into packets skip control messages holding | Claudio Jeker |
2018-11-21 | free(9) sizes for bread_cluser(). | Martin Pieuchot |