Age | Commit message (Expand) | Author |
2017-10-26 | Kill deprecated IPv6 ioctl(2)s. | Martin Pieuchot |
2017-10-26 | Move common code to add/remove multicast filters to ieee80211_ioctl(9). | Martin Pieuchot |
2017-10-26 | adjust Makefile.armv7 for clang | Jonathan Gray |
2017-10-26 | Fix crash exiting command prompt (from Alex Maese in GitHub issue 1139) | Nicholas Marriott |
2017-10-26 | mark up the rdomain keyword; | Jason McIntyre |
2017-10-26 | Use .arch_extension sec and virt to use smc and hvc instructions when | Jonathan Gray |
2017-10-26 | Revert 2006-4-29Z23:09:45 commit that switched from rwlocks to mutexes. | Philip Guenther |
2017-10-25 | Initialize processor extended state in fpu_kernel_enter | Mike Belopuhov |
2017-10-25 | The page footer line (psmarg) is created in ps_begin(), and the | Ingo Schwarze |
2017-10-25 | Use printenv to test whether an SSH_USER_AUTH is set instead of | Todd C. Miller |
2017-10-25 | Properly close out the top-level Font object, the end-of-page | Ingo Schwarze |
2017-10-25 | Open a bunch of fds with O_CLOEXEC | Jeremie Courreges-Anglas |
2017-10-25 | Note that notifications are also hooks. | Nicholas Marriott |
2017-10-25 | Storing the address of a stack variable in a global variable is a bad idea. | Mark Kettenis |
2017-10-25 | Default allow-rename to off because it is ridiculous that applications | Nicholas Marriott |
2017-10-25 | Remove the TCP_FACK option and associated #if{,n}def code. | job |
2017-10-25 | h/l keys for expand and collapse. | Nicholas Marriott |
2017-10-25 | Remove dead code, found by jsg@. | Martin Pieuchot |
2017-10-25 | Add P key to paste tagged in buffer mode, and trim some code that should | Nicholas Marriott |
2017-10-25 | Partially revert rev 1.457 of /etc/rc. The pipe introduced in | Alexander Bluhm |
2017-10-25 | Check for NULL before dereferencing untrusted pointers. | Martin Pieuchot |
2017-10-25 | Remove Multicast and Broadcast flags from the encapsulated packet in | Martin Pieuchot |
2017-10-25 | tweak the uri text, specifically removing some markup to make it a | Jason McIntyre |
2017-10-25 | simplify macros in previous, and some minor tweaks; | Jason McIntyre |
2017-10-25 | uninitialised variable in PermitTunnel printing code | Damien Miller |
2017-10-25 | transfer ownership of stdout to the session channel by dup2'ing | Damien Miller |
2017-10-25 | add a "rdomain" criteria for the sshd_config Match keyword to allow | Damien Miller |
2017-10-25 | add sshd_config RDomain keyword to place sshd and the subsequent | Damien Miller |
2017-10-25 | Add optional rdomain qualifier to sshd_config's ListenAddress option | Damien Miller |
2017-10-24 | R_AARCH64_NONE should be zero, not 256. The latter was a deprecated | Philip Guenther |
2017-10-24 | In ld scripts, an output section with no input sections is always marked | Philip Guenther |
2017-10-24 | Kill dead store and some spaces vs. tabs indent in parse_user_host_path(). | Todd C. Miller |
2017-10-24 | Add tests for URI parsing. OK markus@ | Todd C. Miller |
2017-10-24 | Use a smaller buffer size too peek the receive data. The content | Alexander Bluhm |
2017-10-24 | Use "static inline" instead of "extern inline" for compatibility with | Mark Kettenis |
2017-10-24 | Attach syscon(4) early. Also attach psci(4) early such that cpuresetfn | Mark Kettenis |
2017-10-24 | Refactor handling of partial TCP acknowledgements | Mike Belopuhov |
2017-10-24 | When dd(1) fails because it receives an INT signal, | Ingo Schwarze |
2017-10-24 | remove defines for ioctls the kernel doesn't recognise | Jonathan Gray |
2017-10-24 | Remove some more tests checking for a non-NULL `ifp->if_ioctl'. | Martin Pieuchot |
2017-10-24 | Add more sanity checks to prevent a segfault and a NULL-dereference | Martin Pieuchot |
2017-10-24 | Remove support for never used ioctls originating from KAME. | Martin Pieuchot |
2017-10-24 | Use membar_enter_after_atomic(9) amd membar_exit_before_atomic(9). | Martin Pieuchot |
2017-10-24 | Remove terminate_vm/vm_remove logic from vmm_dispatch_parent. This | Mike Larkin |
2017-10-24 | The VMD parent process didn't handle the case of a VM exiting | Mike Larkin |
2017-10-24 | tweak previous; ok djm | Jason McIntyre |
2017-10-24 | kbind(2) for the win: we can always put .got.plt in RELRO | Philip Guenther |
2017-10-24 | sync | Theo de Raadt |
2017-01-14 | Import LLVM 3.9.1 including clang and lld. | Patrick Wildt |
2017-10-23 | Avoid clang format warning. | Mark Kettenis |