Age | Commit message (Expand) | Author |
2018-11-28 | fuse_parse_cmd_line(3) is called fuse_parse_cmdline(3). | Martin Pieuchot |
2018-11-28 | Correct lock initialisation for libcrypto. | Joel Sing |
2018-11-28 | Bugfix: never set termp->enc to the ambiguous value TERMENC_LOCALE, | Ingo Schwarze |
2018-11-28 | additional check needed after the previous (box drawing) patch | Ingo Schwarze |
2018-11-28 | This test does not terminate if malloc conf is preconfigured with | Alexander Bluhm |
2018-11-28 | Handle UTF-8 in word-separators option, GitHub issue 1551. | Nicholas Marriott |
2018-11-28 | Adjust bgpctl to handle the community changes done in bgpd. | Claudio Jeker |
2018-11-28 | Start reworking community handling. Merge standard communities and large | Claudio Jeker |
2018-11-28 | Further cleanup of icmp_do_error. | Claudio Jeker |
2018-11-28 | Test for EMSGSIZE return when sending more fds in a message then the receiver | Claudio Jeker |
2018-11-28 | Discovered prefixes should not override explicitly configured | Florian Obser |
2018-11-28 | don't truncate user or host name in "user@host's password: " prompts. | Damien Miller |
2018-11-28 | In -T utf8 output mode, render tbl(7) borders with the Unicode | Ingo Schwarze |
2018-11-28 | Implement support for DT_GNU_HASH, taking all the interesting bits | Philip Guenther |
2018-11-27 | Refactor "find the right pool" code into a function. ok djm@ tb@ | Otto Moerbeek |
2018-11-27 | EVFILT_TIMER: Remove extra tick from tvtohz(9) on timeout reload. | cheloha |
2018-11-27 | Free sizes for the subdevs array. | Martin Pieuchot |
2018-11-27 | Attach the driver only if the stack managed to set the configuration. | Martin Pieuchot |
2018-11-27 | Sync with ldap(1) | Martijn van Duren |
2018-11-27 | Sync aldap and ber with ldap(1). | Martijn van Duren |
2018-11-27 | LDAP returns values as OCTET STRINGs, which can be LDAPStrings, but isn't | Martijn van Duren |
2018-11-27 | handle -s and -i in a uniform fashion, do not try to change the node type | Marc Espie |
2018-06-13 | Import ldap(1), a simple ldap search client. | Reyk Floeter |
2018-11-26 | Implement tbl(7) lines in -T html output, | Ingo Schwarze |
2018-11-26 | When a conditional block is closed by putting "\}" on a text line | Ingo Schwarze |
2018-11-26 | Place mandoc.css into the public domain. | Ingo Schwarze |
2018-11-26 | Move the {qcow2,raw} create functions from vmctl into vmd/vio{qcow2,raw}.c | Reyk Floeter |
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 |