Age | Commit message (Expand) | Author |
2018-07-23 | replace the last instances of ex units by em; | Ingo Schwarze |
2018-07-23 | Coverity CID 1470233 complainst that the m != NULL check in | Alexander Bluhm |
2018-07-23 | oops, failed to notice that SEE ALSO got messed up; | Jason McIntyre |
2018-07-23 | Add missing $OpenBSD$ CVS tag. | rob |
2018-07-23 | The imxiomuxc(4) node itself can also contain a set of pins to | Patrick Wildt |
2018-07-23 | Point to glob in section 7 for the actual list of special characters instead | kn |
2018-07-23 | Document tls_peer_ocsp_result() and use it in place of the non-existent | Theo Buehler |
2018-07-23 | Use BN_swap_ct() instead of BN_consttime_swap() in | Theo Buehler |
2018-07-23 | Use a size_t instead of an int for the byte count in BN_swap_ct(). | Theo Buehler |
2018-07-23 | Clean up our disgusting implementations of BN_{,u}{add,sub}(), following | Theo Buehler |
2018-07-23 | Do "Return stack refilling", based on the "Return stack underflow" discussion | Philip Guenther |
2018-07-23 | Implement RSASSA-PKCS1-v1_5 as specified in RFC 8017. | Theo Buehler |
2018-07-23 | When moving between networks slaacd configures new addresses but | Florian Obser |
2018-07-23 | avoid using argv[0] for printing to stderr | Theo Buehler |
2018-07-23 | add _rad user | Florian Obser |
2018-07-23 | Remove rtadvd(8) rc script. | Florian Obser |
2018-07-23 | Remove rtadvd(8), it's time to switch to rad(8). | Florian Obser |
2018-07-23 | sync | Florian Obser |
2018-07-23 | Remove rtadvd(8) leftovers in etc. | Florian Obser |
2018-07-23 | It's time to switch to rad(8); tested by many. | Florian Obser |
2018-07-23 | It's time to switch to rad(8); tested by many. | Florian Obser |
2018-07-23 | replace references to rtadvd(8) with rad(8) | Florian Obser |
2018-07-23 | Handle duplicate address detection failures. | Florian Obser |
2018-07-22 | No need to re-implement realloc(). Just use it | Kenneth R Westerback |
2018-07-22 | cross reference sndio(7) and sndiod(8); from weerd@; | Ingo Schwarze |
2018-07-22 | document method=https, and use it in the example config; | Jason McIntyre |
2018-07-22 | First iteration of implementing full mrt dumping/printing support in bgpctl. | Claudio Jeker |
2018-07-22 | Move nexthop into struct filterstate (including nexthop flags) and use | Claudio Jeker |
2018-07-22 | Add more information to if_change() debug log using the new interface helper | Claudio Jeker |
2018-07-22 | Move functions to print link status etc. to util.c so that bgpd can use them | Claudio Jeker |
2018-07-22 | In uvm_map_protect(), make sure we select a first map entry that ends after | Mark Kettenis |
2018-07-22 | Switch authorized_keys example from ssh-dss to ssh-rsa since the former | Darren Tucker |
2018-07-22 | Fix arguments of pf_purge_expired_{src_nodes,rules}() | Stefan Fritsch |
2018-07-22 | Tweak comment about truncating NULs to reflect new | Kenneth R Westerback |
2018-07-22 | When finished pulling an option out of a buffer, skip directly to the | Kenneth R Westerback |
2018-07-22 | hook up fchown | anton |
2018-07-22 | Add regress covering the recently fixed NULL pointer deref in fchown(). | anton |
2018-07-22 | Avoid a NULL pointer deref when calling fchown() on a file descriptor belonging | anton |
2018-07-22 | Adjust a log message and make sure that the data pointer is never increased | Claudio Jeker |
2018-07-21 | Reading past the end of a buffer is bad, Even if the | Kenneth R Westerback |
2018-07-21 | comment out a dead Xr; | Jason McIntyre |
2018-07-21 | sort; | Jason McIntyre |
2018-07-21 | Include the vnode type in the panic message in ffs_write(), just like ffs_read() | anton |
2018-07-21 | There is no need to initialise global and static local variables to zero, | Claudio Jeker |
2018-07-21 | Remove the "got meltdown?" conditional from INTRENTRY by doing it | Philip Guenther |
2018-07-20 | The newly added realpath(3) in vmd's parse.y checks whether the | Alexander Bluhm |
2018-07-20 | Listen on 127.0.0.1 and ::1 in the regress config since the test use localhost | Claudio Jeker |
2018-07-20 | Remove a few leftovers from the days of emulation, which could result in | Theo de Raadt |
2018-07-20 | Fail if a PT_LOAD segment has a memory size of 0. This prevents a panic | Mark Kettenis |
2018-07-20 | add pledge(2), it only needs rpath if reading from a file | Ricardo Mestre |