Age | Commit message (Expand) | Author |
2019-03-04 | move back to ifiq_input counting packets instead of queue operations. | David Gwynne |
2016-09-03 | Use the space freed up by sparc and zaurus to import LLVM. | Pascal Stumpf |
2019-03-04 | After vmm(4) max name length has been increased, adapt vmd(8) config | Alexander Bluhm |
2019-03-04 | don't need to initialise qdrops twice when setting up ifqs and ifiqs. | David Gwynne |
2019-03-04 | when showing interface stats, combine the queue drops with errors as fails | David Gwynne |
2019-03-04 | expose the interface queue drops in the interface view | David Gwynne |
2019-03-04 | Support for rfc 6455 Websockets connection upgrade. Add a new protocol | Sebastian Benoit |
2019-03-04 | make title a const char *. | David Gwynne |
2019-03-04 | add kqueue pty close slave test | anton |
2019-03-04 | add support for multiple kqueue pty tests | anton |
2019-03-04 | one regress test per line to reduce future churn | anton |
2019-03-04 | When closing the slave end of a pty, generate an EOF event to any kqueue | anton |
2019-03-04 | allow IPv6 to flow through pppx(4) | denis |
2019-03-04 | For TIOCGWINSZ, #include <termios.h> rather than <sys/termios.h> | Ingo Schwarze |
2019-03-04 | Don't index a void pointer, fixes compilation with visual studio. | Todd C. Miller |
2017-10-11 | Add regression tests for vmd(8) config parsing. | Alexander Bluhm |
2019-03-04 | BUGS goes last; | Jason McIntyre |
2019-03-04 | known fact, check-lib-depends does not understand subdirectories | Marc Espie |
2019-03-04 | When the -S option is given to man(1) and the requested manual page | Ingo Schwarze |
2019-03-04 | Fix the last straggler where the struct roff_node "line" member | Ingo Schwarze |
2019-03-04 | According to RFC 7230 Section 3.2 header field names are | Florian Obser |
2019-03-04 | Fix sense of aggressive-resize flag. | Nicholas Marriott |
2019-03-04 | Don't set client offset if client is not a terminal | Nicholas Marriott |
2019-03-04 | According to RFC 7230 Section 3.2 header field names are | Florian Obser |
2019-03-04 | Add padding to struct sadb_x_counter to make it comply with | Stefan Sperling |
2019-03-04 | link pthread_rwlock2 test | Sebastien Marie |
2019-03-04 | add a new pthread_rwlock test based on concurrent rw/rd access on a buffer. | Sebastien Marie |
2019-03-04 | Yet another (unsigned) cast who's only purpose is to incorrectly truncate | Theo de Raadt |
2019-03-04 | Make sure we clear all valid bytes in clrbuf. | David Hill |
2019-03-04 | add the STANDARDS section | David Gwynne |
2019-03-03 | Wake all waiters when unlocking an rwlock. This fixes a hang | Visa Hankala |
2019-03-03 | uppercase Internet, to match the other instance in this page; | Jason McIntyre |
2019-03-03 | talk about IPv4 and IPv6 in a more symmetrical way | Ingo Schwarze |
2019-03-03 | tweak the previous two commits: | Ingo Schwarze |
2019-03-03 | Just called the Internet now | Theo de Raadt |
2019-03-03 | We call it just Internet now | Theo de Raadt |
2019-03-03 | in vdprintf(), no need to use the file locking mecanism when using | Sebastien Marie |
2019-03-03 | Found some historical code. Don't cast the pointer for bzero to a different ... | Theo de Raadt |
2019-03-03 | on malloc(3) failure, gracefully abort processing of the current file | Ingo Schwarze |
2019-03-03 | portmap arrived decades after after DARPA addresses became known as | Theo de Raadt |
2019-03-03 | This has nothing to do with DARPA. | Theo de Raadt |
2019-03-03 | Reset HTML formatter state, in particular the id_unique hash, | Ingo Schwarze |
2019-03-03 | Adjust caller of sa2addr() so this compiles again. | Claudio Jeker |
2019-03-02 | Do not open a subsection for each and every macro. | Ingo Schwarze |
2019-03-02 | On upgrade, only clean up the library relinking kits when we know | Theo Buehler |
2019-03-02 | Fix OID for sm3WithRSAEncryption which was apparently mixed up | Theo Buehler |
2019-03-02 | Represent multiple subsequent .IP blocks having a consistent | Ingo Schwarze |
2019-03-02 | Unfortunately we cannot use unveil in the main process since this | Florian Obser |
2019-03-02 | Bump VMM_MAX_NAME_LEN to 64 to allow for longer vm names. | Antoine Jacoutot |
2019-03-02 | Limited the number of allowed stacked wsmux devices. A sufficiently long chain | anton |