Age | Commit message (Expand) | Author |
2017-05-30 | remove ssh1 references; ok djm@ | Markus Friedl |
2017-05-30 | revise sshkey_load_public(): remove ssh1 related comments, remove extra | Markus Friedl |
2017-05-30 | fileops test: Also run on ext2fs | Stefan Fritsch |
2017-05-30 | virtio: Do LIFO in the freelist | Stefan Fritsch |
2017-05-30 | Remove the unused pcdisplay_mapchar_simple function in pcdisplay(4). | Frederic Cambus |
2017-05-30 | Preserve search string when entering prompt again. | Nicholas Marriott |
2017-05-30 | teach pf_build_tcp() about SACK, ok & with sashan | Henning Brauer |
2017-05-30 | Introduce ipv{4,6}_input(), two wrappers around IP queues. | Martin Pieuchot |
2017-05-30 | Use memmove() instead of memcpy(), buffers are overlapping. | Martin Pieuchot |
2017-05-30 | The is open-file command is actually called find-file. Typo pointed out | Theo Buehler |
2017-05-30 | fix -Wshadow warnings. | Florian Obser |
2017-05-30 | Unbreak previous for git diffs that do not have the a/ prefix. | Florian Obser |
2017-05-30 | Clear the internal table used by if_get(9) and sleep until all | Martin Pieuchot |
2017-05-30 | Fix a race by always modifying the 'counter' variable while holding the | Martin Pieuchot |
2017-05-30 | avoid some shadow warnings. from Brian Callahan | Ted Unangst |
2017-05-30 | fix a shadow warning. from Brian Callahan | Ted Unangst |
2017-05-30 | rename variable to avoid shadow. from Brian Callahan | Ted Unangst |
2017-05-30 | typo - extra semicolon | Mike Larkin |
2017-05-29 | missing .El; | Jason McIntyre |
2017-05-29 | Enable futex-based mutex and condvar. | Martin Pieuchot |
2017-05-29 | fuzz the iked payload parser using the openssh unit-test framework | Markus Friedl |
2017-05-29 | *** empty log message *** | Markus Friedl |
2017-05-29 | Add a flag to stop the prompt input being expanded. | Nicholas Marriott |
2017-05-29 | Store a copy of the old status line, will be needed soon for new choose mode. | Nicholas Marriott |
2017-05-29 | Function to count clients. | Nicholas Marriott |
2017-05-29 | Add more regress guidelines to bsd.regress.mk(5) man page. | Alexander Bluhm |
2017-05-29 | The kernel sets IN6_IFF_AUTOCONF for autoconf addresses, also make | Florian Obser |
2017-05-29 | Replace handrolled list with LIST_* macros. OK mpi@ | Claudio Jeker |
2017-05-29 | Allow passing in IN6_IFF_AUTOCONF from userland. Needed by slaacd(8) | Florian Obser |
2017-05-29 | change section title in bgpd.conf talking about MPLS, | Sebastian Benoit |
2017-05-29 | Add ||, && format operators and C: to search pane content. | Nicholas Marriott |
2017-05-29 | cvs_file_classify() was making the mistake of only taking over a sticky | Joris Vink |
2017-05-29 | Add m: for fnmatch(3) format matching. | Nicholas Marriott |
2017-05-29 | sync | Theo de Raadt |
2017-05-29 | SPINLOCK_SPIN_HOOK is no more, define our own set of macros. | Martin Pieuchot |
2017-05-29 | Remove unused zclose function. | Frederic Cambus |
2017-05-29 | openbsd does not use nonexec stack segment header hints. | Ted Unangst |
2017-05-29 | Per-interface list of addresses, both multicast and unicast, are | Martin Pieuchot |
2017-05-29 | Kill struct pfkey_version and move struct pfkeyv2_socket & dump_state | Claudio Jeker |
2017-05-29 | fix "depend on" when carp interface goes from MASTER into state INIT | Sebastian Benoit |
2017-05-29 | Kill SPINLOCK_SPIN_HOOK, use CPU_BUSY_CYCLE() instead. | Martin Pieuchot |
2017-05-29 | export_pflow() is no longer grabbing the NET_LOCK(), so no need to | Martin Pieuchot |
2017-05-29 | sd: flush cache when closing writable FD | Stefan Fritsch |
2017-05-29 | msdosfs & ffs: flush cache if updating mount from r/w to r/o | Stefan Fritsch |
2017-05-29 | Add an ioctl to tell storage devices to flush their internal caches | Stefan Fritsch |
2017-05-29 | Reduce code duplication. The local-CPU-only case is now handled | Visa Hankala |
2017-05-29 | Minor regress test cleanup. | Alexander Bluhm |
2017-05-29 | Implement VFS read clustering for MSDOSFS | Stefan Fritsch |
2017-05-29 | zap scanio.h, found by deraadt | Ted Unangst |
2017-05-29 | After some consideration, revert last commit and don't abuse rde_dump_done. | Claudio Jeker |