summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-03-04Modify `uvmexp.swpgonly' atomically, required for uvm_fault() w/o KERNEL_LOCK()mpi6-17/+24
2021-03-04Bring back previous fix for UVM vnode deadlock.mpi3-49/+95
2021-03-04remove extra argument to printfjsg1-2/+2
2021-03-04Notice when link-timeout expires even if istty(STDERR) hints that dhclient haskrw1-5/+5
2021-03-04Never automatically rewrite perl/dist/Devel-PPPort/t/01_test.tafresh11-1/+1
2021-03-03off by onejsg1-2/+2
2021-03-03don't sshbuf_get_u32() into an enum; reported by goetze ATdjm1-4/+4
2021-03-03Free sc_vroute on shutdown.tobhe1-1/+2
2021-03-03Remove bogus (and pointless) pmap_activate(9) call.kettenis1-3/+1
2021-03-03typo in other_hostkeys_message() display output, ok djmsthen1-2/+2
2021-03-03s/byte/charactermartijn1-8/+8
2021-03-03Add a configurable button mapping for tap gestures on touchpads.bru4-36/+104
2021-03-03sndiod: Move MTC/MMC state to its own global structureratchov5-153/+178
2021-03-03sndiod: Move MIDI control endpoint to opt structureratchov5-165/+200
2021-03-03sndiod: Move controls out of the device structureratchov5-236/+380
2021-03-03sndioctl: Flush stdout before pollingratchov1-1/+2
2021-03-03Unveil only /etc/resolv.conf and /etc/resolv.conf.new not /etc/kn1-3/+5
2021-03-03remove unreachable and unneeded codejsg1-3/+1
2021-03-03needs FILE*; from Mike Frysingerdjm1-1/+2
2021-03-03off by one in array bounds testsjsg1-4/+4
2021-03-03clean up span ports as span ports, not bridge ports.dlg1-3/+2
2021-03-02fix an assert in veb_p_ioctl() that failed when called by a span port.dlg1-3/+4
2021-03-02Read general and touchpad-specific wsmouse settings separately.bru1-2/+8
2021-03-02Fix size computation in replace_repeat() for special_case REPEAT_WITH_Q.millert1-7/+4
2021-03-02It is now possible to define single value variables in the startup file:lum1-24/+24
2021-03-02Only attach a fully configured bpf filter to a network interface.florian1-8/+8
2021-03-02include of netinet/in.h here is incorrect, because net/route.h will pullderaadt1-2/+1
2021-03-02document ENOTSUP wxallowed/wxneeded behaviour more clearly; ok kurtderaadt1-4/+8
2021-03-02Must include netinet/in.h before netinet/ip.h or bad things happen.claudio1-4/+3
2021-03-02Separate variable declaration and assignment.jsing1-2/+4
2021-03-02Replace two handrolled tls12_record_protection_engaged().jsing1-3/+3
2021-03-02Move key/IV length checks closer to usage sites.jsing1-5/+11
2021-03-02Fix indentation of switch / case. No binary change.florian1-40/+36
2021-03-02Add tls12_record_protection_unused() and call from CCS functions.jsing1-8/+17
2021-03-02satisfy older gcc with poor warning generationderaadt1-3/+3
2021-03-02requires netinet/in.hderaadt1-1/+2
2021-03-02Rename local variable 'cur_time' in set_timeout() to 'now' likekrw1-4/+4
2021-03-02Fix misleading indentation in SSL_get_error()tb1-2/+2
2021-03-02This diff soaks up the user input while the the maximum characterlum1-5/+8
2021-03-02Eliminate redundant checks for expired leases in ifi->leasedb. Simplykrw1-34/+31
2021-03-02Update logging with comments made by florian@ some time ago (i've notlum2-158/+102
2021-03-02sndiod: Allow alternative devices to support different modes.edd2-103/+116
2021-03-02Make unveiling the lease directory a warning instead of a fatal errorflorian1-4/+12
2021-03-02Better unveil error messages; requested by deraadt some time ago.florian1-4/+4
2021-03-02Do not use NULL active window; also do not leak window name. GitHubnicm2-3/+5
2021-03-02finish GC old unintuitive interfaceespie1-2/+2
2021-03-02Drop support for popups where the content is provided directly to tmuxnicm10-321/+108
2021-03-02Fix the deadlock between uvn_io() and uvn_flush() by restarting the fault.mpi2-5/+10
2021-03-02Revert the fix for the deadlock between uvn_io() and uvn_flush().mpi2-95/+44
2021-03-02Introduce 'rde evaluate all' a mode to work around path hiding in IXPclaudio8-58/+200