Age | Commit message (Expand) | Author |
2019-05-09 | If mallocing the array program header fails, give up on coredumping | Philip Guenther |
2019-05-09 | Simplify v4_config() and v6_config() by getting updated information | Kenneth R Westerback |
2019-05-09 | Add a -k flag to keep the files in /home/_sysupgrade, since they | Christian Weisgerber |
2019-05-09 | sysupgrade already verifies all sets, so eliminate redundant | Christian Weisgerber |
2019-05-09 | Ensure that pagedaemon wakeups as a result of failed UVM_PLA_NOWAIT | Bob Beck |
2019-05-09 | Unlock adjfreq(2), adjtime(2), clock_settime(2), and settimeofday(2). | cheloha |
2019-05-09 | compare now wants a state object, so make it. | Marc Espie |
2019-05-09 | rm lists of hereditary wizards and bad users to ensure level playing field | Ted Unangst |
2019-05-09 | set up IFP using the gen3 path on pineview | Jonathan Gray |
2019-05-09 | Measure poll interval with monotonic clock. ok jcs@ | cheloha |
2019-05-09 | Stop tromping over the saved interface configuration when | Kenneth R Westerback |
2019-05-09 | add free sizes | Sebastien Marie |
2019-05-09 | Shuffle code to make v4_config() and v6_config() look even | Kenneth R Westerback |
2019-05-09 | Shuffle code a bit to consistently call 'ifconfig $_if [-inet|-inet6]' to | Kenneth R Westerback |
2019-05-09 | Correctly mask status bits in iwm's ADD_STA command response; remaining | Stefan Sperling |
2019-05-09 | Add two sanity checks to iwm's firmware notification interrupt handler: | Stefan Sperling |
2019-05-09 | Link rip6cksum regress to build. | Alexander Bluhm |
2019-05-09 | Test IPv6 raw sockets with checksum calculation in kernel. | Alexander Bluhm |
2019-05-09 | Nope, the right byte layout is happening, but we still need to figure out | Theo de Raadt |
2019-05-09 | Don't unconditionally throw away dma memory when we don't need to. | Bob Beck |
2019-05-09 | Document KERN_PFSTATUS | Claudio Jeker |
2019-05-09 | Use the new sysctl to print systat pf 1. This now works even for unprived | Claudio Jeker |
2019-05-09 | Add a sysctl accessor to struct pf_status. The pf_status only holds the | Claudio Jeker |
2019-05-09 | For filenames which are a multiple of 4 bytes long, the zero pad is | Theo de Raadt |
2019-05-09 | ftp makes a new connection for each auto-fetch file. Remove a lie claiming | Christian Weisgerber |
2019-05-09 | add free sizes | Brent Cook |
2019-05-09 | we don't need to check rtisvalid() in these places, the functions we are | Peter Hessler |
2019-05-09 | Save mouse buttons as well as position. | Nicholas Marriott |
2019-05-09 | disable stack printing for now since at least arm64 can't print them | Ted Unangst |
2019-05-09 | send-keys also needs to insert key commands in the right order. | Nicholas Marriott |
2019-05-09 | Eliminate 'make clean' stops with 'rmdir: .: Invalid argument'. | Kenji Aoyama |
2019-05-09 | actual timeout is smaller. | Marc Espie |
2019-05-09 | delete five unused macros | Ingo Schwarze |
2019-05-09 | UTF-8 cleanup in the function pshift(). | Ingo Schwarze |
2019-05-09 | be more thorough in describing what register-plist does. | Marc Espie |
2019-05-09 | Change swap-window -d to be the other way round (stay with src window), | Nicholas Marriott |
2019-05-09 | Add formats to show if pane is the marked pane and if any marked pane is set. | Nicholas Marriott |
2019-05-09 | When changing device rate, send request to the clock source unit. | Alexandre Ratchov |
2019-05-09 | Set the rate of UAC v2.0 clock units using the control interface, not | Alexandre Ratchov |
2019-05-09 | Skip empty control interfaces when parsing descriptors. | Alexandre Ratchov |
2019-05-09 | Don't forget about previous dhcp configuration attempts | Kenneth R Westerback |
2019-05-09 | Proper prototype for main(). Make sparc64 happier. | Claudio Jeker |
2019-05-09 | Implement set_rate() method for M-Audio Audiophile 192k cards. | Alexandre Ratchov |
2019-05-09 | Add ucrcom(4) a (very simple) driver for the serial console of (some) | Mark Kettenis |
2019-05-08 | convert system() calls to an execv() like interface. | Ted Unangst |
2019-05-08 | rm dead code and simplify ftpd_popen. this code has only called | Ted Unangst |
2019-05-08 | Enable ucrcom(4) on all architectures that have uslcom(4). | Mark Kettenis |
2019-05-08 | allow switching to print stats since boot via 'b'. | Ted Unangst |
2019-05-08 | Add ucrcom(4) a (very simple) driver for the serial console of (some) | Mark Kettenis |
2019-05-08 | print a few warnings when calling free with a zero size. | Ted Unangst |