summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-01-12Simplify appending to string options.Nicholas Marriott
2017-01-12Don't write configuration request replies outside of the packetRafael Zalamena
2017-01-12Put all palette functions together in the file.Nicholas Marriott
2017-01-12Unlink PF state keys before passing mbufs to drivers.Martin Pieuchot
2017-01-12Remove vc_hsa_stack_va, it has not been used in a long time and is noMike Larkin
2017-01-12add a couple missing comments, no code changeMike Larkin
2017-01-12Clean up multicast files from unused definitions and comments.Rafael Zalamena
2017-01-12Fix typo in expect.Alexander Bluhm
2017-01-12Fix trailing whitespace.Alexander Bluhm
2017-01-12The program to create hard links is called ln(1) and not link.Alexander Bluhm
2017-01-12Test the non-existing system-call lchflags(2) by using chflagsat(2)Alexander Bluhm
2017-01-12Do not suppress error messages to stderr, but remove unnecessaryAlexander Bluhm
2017-01-12aixterm colours can be used if -2 is given, as well as if TERM tells usNicholas Marriott
2017-01-12Erm the aixterm colours should start at 8, not 7.Nicholas Marriott
2017-01-12Fix setting the palette of aixterm colours (90-97).Nicholas Marriott
2017-01-11Be less aggressive about turning margins off.Nicholas Marriott
2017-01-11Add empty sysctl.conf for arm64.Patrick Wildt
2017-01-11Add imsg communication channel between vmd and invividual VMs.Reyk Floeter
2017-01-11Add some missing special keys to key_string_lookup_key, fix a mouseNicholas Marriott
2017-01-11Eliminate an error message by checking whether /tmp/i/hosts exists beforeTheo Buehler
2017-01-11safe to enter arm64Theo de Raadt
2017-01-11Add support for AArch64.Patrick Wildt
2017-01-11Add support for AArch64.Patrick Wildt
2017-01-11Move the membar in counters_read(). It has to be between readingAlexander Bluhm
2017-01-11Do text production for .Bt, .Ex, .Rv, .Ud at the validation stageIngo Schwarze
2017-01-11Add a test that creates a nested tree of mount points. All partitionsAlexander Bluhm
2017-01-11syncPatrick Wildt
2017-01-11Add support for OpenBSD/arm64.Patrick Wildt
2017-01-11Add a format for terminal type.Nicholas Marriott
2017-01-11Use a macro for looking up tty types.Nicholas Marriott
2017-01-11Updated the route(9) man page by removing nonexistent function andRafael Zalamena
2017-01-11Some tidying and tweaks to options code.Nicholas Marriott
2017-01-11Add "support" for OpenBSD/arm64 so that it compiles. It's a copy ofPatrick Wildt
2017-01-11Add "support" for AArch64 to make it compile.Patrick Wildt
2017-01-11Build a bunch more floating point helpers for AArch64.Patrick Wildt
2017-01-11Add support for AArch64.Patrick Wildt
2017-01-11Add support for AArch64.Patrick Wildt
2017-01-11Add support for AArch64.Patrick Wildt
2017-01-11Don't attempt to read .netrc when we already force anonymous FTP (-a).Vadim Zhukov
2017-01-11Add support for AArch64. Based on FreeBSD's msun header, modifiedPatrick Wildt
2017-01-11Remove mfc hash tables and use the OpenBSD routing table for multicastRafael Zalamena
2017-01-11A data abort caused by an execution access fault should propagate itsPatrick Wildt
2017-01-11Match what the installer does:Antoine Jacoutot
2017-01-11Remove m_pullup() from packet-out since it is not doing anything anymoreRafael Zalamena
2017-01-11typo: verfied -> verifiedAntoine Jacoutot
2017-01-11Increase the size of the buffers used for _HID and _CID strings to beJonathan Gray
2017-01-11Prohibit execution of kernel pages by userland and prohibit executionPatrick Wildt
2017-01-11SVM intercept codes (exit reason) definesMike Larkin
2017-01-11Instead of checking if /etc/X11 is around to know whether the xbase setAntoine Jacoutot
2017-01-11No need for a splsoftnet()/splx() dance when the KERNEL_LOCK() is whatMartin Pieuchot