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