Age | Commit message (Expand) | Author |
2015-05-11 | When checking flags that will be passed to open(), test the O_ACCMODE portion | Philip Guenther |
2015-05-10 | Set POLLHUP even if no valid events were specified as per POSIX. | Todd C. Miller |
2015-05-10 | Add _bfd_ar_spacepadll() for formatting long long values in archive headers. | Philip Guenther |
2015-05-10 | Fix urtwn(4) 11b performance for RTL8188EU devices. | Stefan Sperling |
2015-05-10 | In the child after fork, the dl lock has to be forced as its inner spinlock | Philip Guenther |
2015-05-10 | sync | Miod Vallat |
2011-04-24 | Here comes the easter bunnytils 2.17 (the last version released against a | Miod Vallat |
2015-05-10 | VM_MAX_KERNEL_ADDRESS is the end of the kva range not the end of | Jonathan Gray |
2015-05-10 | My commit adding RTL8188EU did introduce a regression after all. | Stefan Sperling |
2015-05-10 | limit physical memory to (paddr_t)-PAGE_SIZE (0xfffff000) | Jonathan Gray |
2015-05-10 | A new version from the original author of math.sed that does exponents | Todd C. Miller |
2015-05-09 | For half and reverse line feeds, recognize SUSv2-style escape-digit | Ingo Schwarze |
2015-05-09 | Cleanup/rejig GPT code to be more readable, support different endian | Kenneth R Westerback |
2015-05-09 | Fix an occurance of mtx_enter() that should have been mtx_leave(). | Jonathan Gray |
2015-05-08 | Need explicit <sys/kcore.h> include now. | Miod Vallat |
2015-05-08 | Make this run on strict alignment architectures. | Miod Vallat |
2015-05-08 | When changing screen saver parameters with wsconsctl (or any other way to | Miod Vallat |
2015-05-08 | Add a new `don't read back' flag for variables, to prevent reading their value | Miod Vallat |
2015-05-08 | Put the tty structs together, and tabify. | Nicholas Marriott |
2015-05-08 | grid_marker_cell is no longer used. | Nicholas Marriott |
2015-05-08 | mode_key_entry can go into mode-key.c; also a few spaces->tabs. | Nicholas Marriott |
2015-05-08 | Avoid scattering octal escapes all over the place, | Ingo Schwarze |
2015-05-08 | window_choose_mode_item can move into window-choose.c. | Nicholas Marriott |
2015-05-08 | Move input parser structs into input.c (removing fairly useless | Nicholas Marriott |
2015-05-08 | Remove some stuff that accidentally ended up here from portable, and | Nicholas Marriott |
2015-05-08 | Remove ereply prototype since it is never used. Tweak a comment to reflect | Brian Callahan |
2015-05-08 | Fix about ten integer overflows and underflows and a handful of logic | Ingo Schwarze |
2015-05-08 | Separately track the number of items in alloc_table in a variable. With | Stuart Henderson |
2015-05-08 | Switch i386 and sparc64 to binutils 2.17. More architectures to follow if | Mark Kettenis |
2015-05-08 | whitespace | Damien Miller |
2015-05-08 | whitespace at EOL | Damien Miller |
2015-05-08 | Fix the indentation. While originally I thought this was an if statement | Jonathan Gray |
2015-05-08 | moar whitespace at eol | Damien Miller |
2015-05-08 | whitespace at EOL | Damien Miller |
2015-05-08 | Add missing sabresd case statements. As sabresd_devs[] includes imxgpio | Jonathan Gray |
2015-05-08 | whitespace at EOL | Damien Miller |
2015-05-08 | Add initial board specific parts of novena support, tested by djm@ | Jonathan Gray |
2015-05-08 | Use xcalloc for permitted_adm_opens instead of xmalloc to ensure it's zeroed. | Darren Tucker |
2015-05-08 | don't choke on new-format private keys encrypted with an AEAD cipher; | Damien Miller |
2015-05-07 | msleep(9) must prevent kernel from attempting a context switch | Mike Belopuhov |
2015-05-07 | Whoops; missed updating a setfile() call. | Philip Guenther |
2015-05-07 | Correct the note about RAID support | Mike Belopuhov |
2015-05-07 | Update environment when switching sessions as well as attaching, from Si | Nicholas Marriott |
2015-05-07 | Do not let the -m option or MANPATH with leading, trailing, or double | Ingo Schwarze |
2015-05-07 | Style spacing nits. | Nicholas Marriott |
2015-05-07 | Include the timestamp TCP option in keep alive packets as well. | Mike Belopuhov |
2015-05-07 | Pass a thread pointer instead of its file descriptor table to getvnode(9). | Martin Pieuchot |
2015-05-07 | array.h can be local to window-choose.c now. | Nicholas Marriott |
2015-05-07 | Use a TAILQ not array for find-window. | Nicholas Marriott |
2015-05-07 | Simplify environ_push so it doesn't need the ARRAY_* functions. | Nicholas Marriott |