summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-02-18have description of -Q match realityMarc Espie
2020-02-18Ensure that the key lifetime provided fits within the values allowed byDarren Tucker
2020-02-18Detect and prevent simple configuration loops when using ProxyJump.Darren Tucker
2020-02-18Fix an mbuf corruption issue which occurs in net80211 hostap mode.Stefan Sperling
2020-02-18Add IPv6 support to umb(4).Gerhard Roth
2020-02-18Use SIGPENDING() instead of CURSIG() for emulating signal_pending().Claudio Jeker
2020-02-18syncTheo Buehler
2020-02-18Move setting of UF_EXCLOSE file descriptor flag inside finishdup().Visa Hankala
2020-02-18Further unify apm events and timeout polling codeJeremie Courreges-Anglas
2020-02-18magma(4): timeout_add(9) -> timeout_add_msec(9)cheloha
2020-02-18stp(4): tsleep(9) -> tsleep_nsec(9)cheloha
2020-02-18rtsx(4): tsleep(9) -> tsleep_nsec(9); ok mpi@cheloha
2020-02-18ipmi(4): tsleep(9) -> tsleep_nsec(9)cheloha
2020-02-17Don't fake up an mbuf to prepend a readiotap header, just use bpf_mtap_hdr().Claudio Jeker
2020-02-17isc_stdio_open() wrapper function is only called in lex'erJoerg Jung
2020-02-17add HISTORY sectionJasper Lievisse Adriaanse
2020-02-17missing rcs idJasper Lievisse Adriaanse
2020-02-17Do not look for an FFS1 file system at SBLOCK_UFS2. Doing so willOtto Moerbeek
2020-02-17remove unused codeJoerg Jung
2020-02-17vmm: check guest cpl and xsave_mask in xsetbv handlerpd
2020-02-17In vcpu_must_stop() use SIGPENDING() to check if there is a possibleClaudio Jeker
2020-02-17Do not look for an FFS1 file system at SBLOCK_UFS2. Doing so willOtto Moerbeek
2020-02-17Disable name resolution in tcpdump with -n. We always compare source andtobhe
2020-02-17Generate public keys for newly generated local private keys.tobhe
2020-02-17Use m_defrag() to linearize an mbuf chain instead of hand rolling a solutionClaudio Jeker
2020-02-17Use bpf_mtap_hdr() to prepend the radiotap header instead of faking anClaudio Jeker
2020-02-17Typo in RCSID, from Andrius VOtto Moerbeek
2020-02-17future replacement for PackageInfo.pmMarc Espie
2020-02-17Describe the restriction for length of openssl conf value stringKinichiro Inoguchi
2020-02-17Restrict the length of openssl conf value stringKinichiro Inoguchi
2020-02-17Bring ospf6d closer to ospfddenis
2020-02-17Raise SPL when updating kn_status. Otherwise the field can becomeVisa Hankala
2020-02-17The siop family members use various atop/ptoa dances (oosiop/osiop) orKenneth R Westerback
2020-02-16Send a resume event to apmd(8), like done by apm(4) and acpi(4)Jeremie Courreges-Anglas
2020-02-16Tag "neighbor" and "group" keywords at their definitionskn
2020-02-16document -F none; with jmc@Christian Weisgerber
2020-02-16Get rid of isc_stdtime_t and use time_t directly.Florian Obser
2020-02-16cleanupFlorian Obser
2020-02-16clock_gettime cannot fail if called correctly; unravel TIME_NOWFlorian Obser
2020-02-16Move isc_time_formathttptimestamp to the only place it is used.Florian Obser
2020-02-16unravel isc_time_formattimestampFlorian Obser
2020-02-16unravel isc_time_add and isc_time_subtractFlorian Obser
2020-02-16unravel isc_time_compareFlorian Obser
2020-02-16unravel isc_time_isepochFlorian Obser
2020-02-16remove timespec settersFlorian Obser
2020-02-16Reduce interval indirection by setting struct members directly andFlorian Obser
2020-02-16The timer type we are using requires interval to be set, removeFlorian Obser
2020-02-16Remove trailing backslasheskn
2020-02-16Rework vn_ioctl() to only have a single point of return. This will makeanton
2020-02-16Replace isc_time_t and interval_t with struct timespec.Florian Obser