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