summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-01-13syncReyk Floeter
2017-01-13Add PCI ID for vmm control interfaceReyk Floeter
2017-01-13Always compile the mira code if net80211 is included.Stefan Sperling
2017-01-13Call pmap_pte_update() where the vp lookup has already been donePatrick Wildt
2017-01-13Some code already does a vp lookup, so there's no need to callPatrick Wildt
2017-01-13Rename pte_{insert,remove} to pmap_pte_{insert,remove} to betterPatrick Wildt
2017-01-13options_get_style return const too.Nicholas Marriott
2017-01-13Make options_get_string return const string.Nicholas Marriott
2017-01-13Add -E to detach-client to exec a command to replace the client insteadNicholas Marriott
2017-01-13Ansify cpu_sysctl() on alpha, arm, arm64, luna88k and sparc64.Frederic Cambus
2017-01-13Remove recursive splsoftnet() but use splsoftassert() instead.Martin Pieuchot
2017-01-13SVM/RVI: vm_impl_init_svm implementation, create pmap for RVI VMsMike Larkin
2017-01-13Starting to merge my old AMD SVM/RVI tree, piece by piece.Mike Larkin
2017-01-13Make mount points and makefiles for file system tests consistent.Alexander Bluhm
2017-01-13Run the existing tests for FFS also on a NFS mount point.Alexander Bluhm
2017-01-13Use a NFS mount via loopback for testing file system operations.Alexander Bluhm
2017-01-12Fix the "t" command for the case where we go down by just a few lines:Ingo Schwarze
2017-01-11Add a test that creates a nested tree of mount points. All partitionsAlexander Bluhm
2017-01-12Execute XenStore watch callbacks on a dedicated task queueMike Belopuhov
2017-01-12Rename ieee80211_mira_node_destroy() to ieee80211_mira_cancel_timeouts().Stefan Sperling
2017-01-12Skipping all escape sequences at the beginning of strings in deroff()Ingo Schwarze
2017-01-12Remove more checks testing for empty option strings.Martin Pieuchot
2017-01-12show meta data for -Ttree outputIngo Schwarze
2017-01-12Print the test description before running each subtest.Alexander Bluhm
2017-01-12Update athn(4) man page in light of recently added 802.11n support.Stefan Sperling
2017-01-12Finish initial 11n support for athn(4).Stefan Sperling
2017-01-12TAILQ_CONCAT() takes 3 arguments.Martin Pieuchot
2017-01-12Inline strlen() call to reduce/simplify code.Joel Sing
2017-01-12Inline tls_get_new_cb_bio() from the only place that it gets called,Joel Sing
2017-01-12If tls_set_cbs() fails an error will already be specified, so do notJoel Sing
2017-01-12Remove unneeded splsoftnet().Martin Pieuchot
2017-01-12change two trailing Xr to Fn; ok schwarzeJason McIntyre
2017-01-12Simplify the TLS callback BIO code - a pointer to the tls context can beJoel Sing
2017-01-12If tls_get_new_cb_bio() fails, an error will already be set.Joel Sing
2017-01-12If no callbacks are specified, return after setting an error rather thanJoel Sing
2017-01-12Add regress tests for libtls, which currently cover handshakes and closesJoel Sing
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