summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-05-16Fix kernel builds without IPSEC.Reyk Floeter
2018-05-16Correct order of free(9) in an error case.Patrick Wildt
2018-05-16libfuse should not maintain state for FBT_READDIR. If a directory ishelg
2018-05-16Create all sockets with SOCK_CLOEXEC, we never want to hold on to themFlorian Obser
2018-05-16Correct shortcomings in imxiic(4) that occurred during the initialPatrick Wildt
2018-05-16Fix the client search request time and size limits.Reyk Floeter
2018-05-16be a bit more paranoid about termsizes, this works around brokenMarc Espie
2018-05-16Implement pmap_growkernel(). Bump VM_MAX_KERNEL_ADDRESS now that we noMark Kettenis
2018-05-16Avoid overflow in constraint computation; ok kettenis@ tb@Otto Moerbeek
2018-05-16Implement a BCDC control packet mechanism based on the command requestPatrick Wildt
2018-05-16Fix path to athn(4) firmware port in man page.Stefan Sperling
2018-05-15On arm64 negate the whole 64-bit register otherwise system call wrappersMark Kettenis
2018-05-15Implement Rx of multiple frames per interrupt in the iwm(4) driver.Stefan Sperling
2018-05-15typo in log messageFlorian Obser
2018-05-15The snmpd.conf file is divided into four (not three) main sections.Reyk Floeter
2018-05-15drop unused <time.h>cheloha
2018-05-15Link free directory to libcrypto regress test suite.Theo Buehler
2018-05-15Fix switch-client -l, from Jean-Marc Eurin in GitHub issue 1343.Nicholas Marriott
2018-05-15Typo fix, ok bluhm@Martin Pieuchot
2018-05-15Use memset(3) instead of bzero(3) for consistency and as per POSIXhelg
2018-05-15Fix format string errors in log messages and update ldapd to use relayd's log.cReyk Floeter
2018-05-15Remove a4x bus space hack.Mark Kettenis
2018-05-15Remove a4x bus space hack.Mark Kettenis
2018-05-15fix format strings; ok @kettenisOtto Moerbeek
2018-05-15Take NET_LOCK for pppioctl when called via the tty ioctl handlerMike Belopuhov
2018-05-15Grab the KERNEL_LOCK() in pppasyncstart/pppasyncrelinq/pppasyncctlp.Martin Pieuchot
2018-05-15Test DSO_free(NULL).Theo Buehler
2018-05-15remove _CONF_free_data(). It doesn't belong here.Theo Buehler
2018-05-15Remove the /* ASN1_item_free */ annotations I added in r1.9 again.Theo Buehler
2018-05-15correct keyowrd name (permitemptypasswords); from brendan macdonellJason McIntyre
2018-05-14wrap an overlong lineTheo Buehler
2018-05-14Add support for register shift/io-width to the console code as well.Mark Kettenis
2018-05-14simplify as suggested by Anton Lindqvist a while agoGilles Chehade
2018-05-14When checking the IPsec enable sysctls, ipsec_common_input() hadAlexander Bluhm
2018-05-14kill corrupt / uncorrupt queue mechanism as it has never been usable and itGilles Chehade
2018-05-14When walking the IPv6 header chain in IPsec output, check that theAlexander Bluhm
2018-05-14Some broken terminal emulators (e.g. sakura) do the equivalentIngo Schwarze
2018-05-14Relax the way irqs are assigned. This diff does:Mark Kettenis
2018-05-14Stopping counting and reporting CPU time spent spinning on a lock asMartin Pieuchot
2018-05-14Remove duplicated word ("scope scope").Reyk Floeter
2018-05-14Expose memory barriers to userland.Mark Kettenis
2018-05-14Add support to filter on attributes.Reyk Floeter
2018-05-14Use a SRP list to protect pfkeyv2 sockets, thus removing the need toMartin Pieuchot
2018-05-14constrain fractional part to [0-9] (less confusing to static analysis); ok ian@Damien Miller
2018-05-14Delete unused/obsolete labelsPhilip Guenther
2018-05-13vmd(8): enable pause / unpause for vm ownerspd
2018-05-13Fix code which is #ifdef TRAP_SIGDEBUG or DEBUG: wrong variable andPhilip Guenther
2018-05-13Add const to the 'name', 'value', and 'section' arguments ofTheo Buehler
2018-05-13Fix a malloc() NULL check in ssl3_send_client_kex_ecdhe_ecp(), by addingJoel Sing
2018-05-13Reference the related accessor EVP_PKEY_get0_asn1(3).Ingo Schwarze