summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-05-09Correctly mask status bits in iwm's ADD_STA command response; remainingStefan Sperling
2019-05-09Add two sanity checks to iwm's firmware notification interrupt handler:Stefan Sperling
2019-05-09Link rip6cksum regress to build.Alexander Bluhm
2019-05-09Test IPv6 raw sockets with checksum calculation in kernel.Alexander Bluhm
2019-05-09Nope, the right byte layout is happening, but we still need to figure outTheo de Raadt
2019-05-09Don't unconditionally throw away dma memory when we don't need to.Bob Beck
2019-05-09Document KERN_PFSTATUSClaudio Jeker
2019-05-09Use the new sysctl to print systat pf 1. This now works even for unprivedClaudio Jeker
2019-05-09Add a sysctl accessor to struct pf_status. The pf_status only holds theClaudio Jeker
2019-05-09For filenames which are a multiple of 4 bytes long, the zero pad isTheo de Raadt
2019-05-09ftp makes a new connection for each auto-fetch file. Remove a lie claimingChristian Weisgerber
2019-05-09add free sizesBrent Cook
2019-05-09we don't need to check rtisvalid() in these places, the functions we arePeter Hessler
2019-05-09Save mouse buttons as well as position.Nicholas Marriott
2019-05-09disable stack printing for now since at least arm64 can't print themTed Unangst
2019-05-09send-keys also needs to insert key commands in the right order.Nicholas Marriott
2019-05-09Eliminate 'make clean' stops with 'rmdir: .: Invalid argument'.Kenji Aoyama
2019-05-09actual timeout is smaller.Marc Espie
2019-05-09delete five unused macrosIngo Schwarze
2019-05-09UTF-8 cleanup in the function pshift().Ingo Schwarze
2019-05-09be more thorough in describing what register-plist does.Marc Espie
2019-05-09Change swap-window -d to be the other way round (stay with src window),Nicholas Marriott
2019-05-09Add formats to show if pane is the marked pane and if any marked pane is set.Nicholas Marriott
2019-05-09When changing device rate, send request to the clock source unit.Alexandre Ratchov
2019-05-09Set the rate of UAC v2.0 clock units using the control interface, notAlexandre Ratchov
2019-05-09Skip empty control interfaces when parsing descriptors.Alexandre Ratchov
2019-05-09Don't forget about previous dhcp configuration attemptsKenneth R Westerback
2019-05-09Proper prototype for main(). Make sparc64 happier.Claudio Jeker
2019-05-09Implement set_rate() method for M-Audio Audiophile 192k cards.Alexandre Ratchov
2019-05-09Add ucrcom(4) a (very simple) driver for the serial console of (some)Mark Kettenis
2019-05-08convert system() calls to an execv() like interface.Ted Unangst
2019-05-08rm dead code and simplify ftpd_popen. this code has only calledTed Unangst
2019-05-08Enable ucrcom(4) on all architectures that have uslcom(4).Mark Kettenis
2019-05-08allow switching to print stats since boot via 'b'.Ted Unangst
2019-05-08Add ucrcom(4) a (very simple) driver for the serial console of (some)Mark Kettenis
2019-05-08print a few warnings when calling free with a zero size.Ted Unangst
2019-05-08regenMark Kettenis
2019-05-08add Google vendor IDMark Kettenis
2019-05-08In DTLS, use_srtp is part of the extended server hello while in TLSv1.3,Theo Buehler
2019-05-08Add wait_event_killable(). In linux TASK_KILLABLE only gets fatalJonathan Gray
2019-05-08Move the magic ping6 IPv6 default router discovery so we probe allKenneth R Westerback
2019-05-08Fix and tweak websocket upgrade handling.Reyk Floeter
2019-05-08Fix overflow tests such that we can allocate arrays with zero items.Mark Kettenis
2019-05-08On retguard systems, remove the ld.so-local stack-protector handlingTheo de Raadt
2019-05-08add cmpxchg() with same implementation as atomic_cmpxchg()Jonathan Gray
2019-05-08Switch domain-search parsing from hand rolled hex string toKenneth R Westerback
2019-05-08 When starting up use the built-in DNSSEC trust anchor as well as theFlorian Obser
2019-05-08initialize safestack pointersBrent Cook
2019-05-08The QUERY_STRING macro is not actually URL encoded, so fix the manual.Theo Buehler
2019-05-08Set the REQUEST_URI CGI variable to the requested URI and query stringTheo Buehler