summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-05-29syncTheo de Raadt
2017-05-29SPINLOCK_SPIN_HOOK is no more, define our own set of macros.Martin Pieuchot
2017-05-29Remove unused zclose function.Frederic Cambus
2017-05-29openbsd does not use nonexec stack segment header hints.Ted Unangst
2017-05-29Per-interface list of addresses, both multicast and unicast, areMartin Pieuchot
2017-05-29Kill struct pfkey_version and move struct pfkeyv2_socket & dump_stateClaudio Jeker
2017-05-29fix "depend on" when carp interface goes from MASTER into state INITSebastian Benoit
2017-05-29Kill SPINLOCK_SPIN_HOOK, use CPU_BUSY_CYCLE() instead.Martin Pieuchot
2017-05-29export_pflow() is no longer grabbing the NET_LOCK(), so no need toMartin Pieuchot
2017-05-29sd: flush cache when closing writable FDStefan Fritsch
2017-05-29msdosfs & ffs: flush cache if updating mount from r/w to r/oStefan Fritsch
2017-05-29Add an ioctl to tell storage devices to flush their internal cachesStefan Fritsch
2017-05-29Reduce code duplication. The local-CPU-only case is now handledVisa Hankala
2017-05-29Minor regress test cleanup.Alexander Bluhm
2017-05-29Implement VFS read clustering for MSDOSFSStefan Fritsch
2017-05-29zap scanio.h, found by deraadtTed Unangst
2017-05-29After some consideration, revert last commit and don't abuse rde_dump_done.Claudio Jeker
2017-05-29Change the mmap(2)-based binary history file with lots of magic and aTheo Buehler
2017-05-29Add hibernate support for nvme(4). This creates a separate IO queue that isJonathan Matthew
2017-05-29sync proc.c changes from relayd/httpdSebastian Benoit
2017-05-29do not whine if installpath is undef.Marc Espie
2017-05-29hook up slaacd and slaacctl.Florian Obser
2017-05-29tweak previous to read a little better;Jason McIntyre
2017-05-29Fix crash in IMSG_CTL_SHOW_RIB_PREFIX handling. The ctx is not added toClaudio Jeker
2017-05-29avoid Xr to self;Jason McIntyre
2017-05-29Refactor locator code so it's a proper object.Marc Espie
2017-05-29rm xr mailaddr.7Ted Unangst
2017-05-29remove mention of Berknet and mailaddr.7Ted Unangst
2017-05-29remove mailaddr.7 and its many lies.Ted Unangst
2017-05-29clang has builtin_memmove. ok deraadtTed Unangst
2017-05-29scanner support died some time ago, the header can be removed too.Ted Unangst
2017-05-29Re-add line continuation \ that went missing in the previous commitStefan Fritsch
2017-05-29Invalidate OCTEON icache after TLB ASID wraparound, otherwise userspaceVisa Hankala
2017-05-29sort SEE ALSO;Jason McIntyre
2017-05-29sort SEE ALSO;Jason McIntyre
2017-05-29Regress test for sparse files & mmap with different FSsStefan Fritsch
2017-05-29Regress test for sparse files & mmap with different FSsStefan Fritsch
2017-05-29PFKEY version 2 is the only pfkey version supported. No need for extraClaudio Jeker
2017-05-29rc.d(8) for slaacdFlorian Obser
2016-09-03Use the space freed up by sparc and zaurus to import LLVM.Pascal Stumpf
2017-05-29change bgpd's control socket from /var/run/bgpd.sock toSebastian Benoit
2017-05-29Randomize link-order of libcrypto as we do with libc. This libraryTheo de Raadt
2017-05-29syncTheo de Raadt
2017-05-29It is distasteful to have manual pages which don't refer to realTheo de Raadt
2017-05-29syncTheo de Raadt
2017-05-29clang points out that the first argument to setproctitle is a formatFlorian Obser
2017-05-29Compare the l2 address from which the slaac address was formed withFlorian Obser
2017-05-29Do not factor in screen_hsize() for the visible copy mode screen whenNicholas Marriott
2017-05-29only send router solicitation on RTM_NEWADDR if the l2 address changedFlorian Obser
2017-05-29remove the file permission check for bgpd.confPeter Hessler