Age | Commit message (Expand) | Author |
2017-06-22 | items get returns to pools with pool_put, not pool_get. | David Gwynne |
2017-06-22 | Only print the magic '&' letter on a disk if the hibernate partition is | Theo de Raadt |
2017-06-22 | Fix font selection for text boxes in the terminal formatter. | Ingo Schwarze |
2017-06-21 | /var/db/kernel.SHA256 contains the hash of the /bsd kernel. Upon | Theo de Raadt |
2017-06-21 | When building a snapshot, install the compile.tgz file to builder's | Theo de Raadt |
2017-06-21 | Better off padding with 0x0. 0x0 = "break 0,0". | Theo de Raadt |
2017-06-21 | Outside explicit font context, give every letter its own box. | Ingo Schwarze |
2017-06-21 | elf64_x86_64_plt0_entry had a hardcoded nop-sled, before the subsequent | Theo de Raadt |
2017-06-21 | Intra-segment traps instead of nops. Similar to kernel change, further | Theo de Raadt |
2017-06-21 | Fill space between sections with traps, rather than nops. | Theo de Raadt |
2017-06-21 | Minor style(9) corrections and whitespace cleanup to csh. | anton |
2017-06-21 | Large nopsleds make it easier for ROP machinery to sloppily reach targets. | Theo de Raadt |
2017-06-21 | Add regression tests for the filec feature in csh. | anton |
2017-06-21 | Replace usage of TIOCSTI in csh using a more common IO-loop where ICANON is | anton |
2017-06-21 | quoted words are not parsed for defined keys | Ingo Schwarze |
2017-06-21 | Don't confuse SCSI command status and transfer error code. | Mike Belopuhov |
2017-06-21 | Recognize well-known functions names (the same that Heirloom recognizes, | Ingo Schwarze |
2017-06-21 | Permit TIOCSTAT on a tty. | Theo de Raadt |
2017-06-21 | For a decade or more, we've patched gcc to make -fno-ident the default. | Ted Unangst |
2017-06-21 | Teach get_recorded_lease() that static leases do not | Kenneth R Westerback |
2017-06-21 | Return early from NVS command submission if no response is required | Mike Belopuhov |
2017-06-21 | No need to manually check validity of ifi->active when | Kenneth R Westerback |
2017-06-21 | Fix kernel diagnostic assertion "(sk->inp == NULL) || (sk->inp->inp_pf_sk | Alexander Bluhm |
2017-06-21 | Consistently use time(&var) idiom rather than tossing in a few | Kenneth R Westerback |
2017-06-21 | Allow familiar idiom free_client_lease(NULL). | Kenneth R Westerback |
2017-06-21 | Include the request id in the I/O debug output | Mike Belopuhov |
2017-06-21 | List all five devices, not just the first two. | Michal Mazurek |
2017-06-21 | sync | Theo de Raadt |
2017-06-21 | error out if an exists condition tests an empty path, because that makes | Marc Espie |
2017-06-21 | DEPENDSFILE comes from FreeBSD, we don't have it. replace it with its | Marc Espie |
2017-06-20 | use [] instead of * for reaching regions to unmap, making this more | Theo de Raadt |
2017-06-20 | Fix a path in Makequest and remove hack.sh (it never worked). | Michal Mazurek |
2017-06-20 | Remove locate.concatdb, it never worked. | Michal Mazurek |
2017-06-20 | Set SRCDIR according to build type and s/X11SRC/XSRCDIR | Antoine Jacoutot |
2017-06-20 | trim more error messages | Marc Espie |
2017-06-20 | doas won't be configured after the first boot, so stop recommending | T.J. Townsend |
2017-06-20 | '^T' is documented to be bounded to transpose-chars while in emacs | Bryan Steele |
2017-06-20 | KNF: remove parentheses from switch case labels; no binary change | Ingo Schwarze |
2017-06-20 | In ddb print socket bit field so_state in hex to match SS_ defines. | Alexander Bluhm |
2017-06-20 | Fix EOL tests for ksh vi mode. | anton |
2017-06-20 | Don't try to close every single file descriptor up to _SC_OPEN_MAX in csh. | anton |
2017-06-20 | Check the validity of the `qtd' pointer after each interrupt case | Visa Hankala |
2017-06-20 | Do not touch file pointers for which FILE_IS_USABLE() is false. | Gerhard Roth |
2017-06-20 | Remove the IWM_FLAG_HW_INITED flag from iwm(4). This flag was redundant. | Stefan Sperling |
2017-06-20 | Initialize the link state of a wireless interface to DOWN when the | Stefan Sperling |
2017-06-20 | Fix a couple of comment typos in amd64 and i386 biosvar.h | Tom Cosgrove |
2017-06-20 | Do not use the interface pointer after if_put(). Rename ipip_input_gif() | Alexander Bluhm |
2017-06-20 | Convert sodidle() to timeout_set_proc(9), it needs a process context | Martin Pieuchot |
2017-06-20 | Remove KERNEL_LOCK() asserts. | Martin Pieuchot |
2017-06-20 | Better document the :s ex command and its variants. | Anthony J. Bentley |