aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* libarchive: import changes from upstreamMartin Matuska2021-09-103-0/+6
* libpfctl: Implement DIOCGETSTATUS wrappersKristof Provost2021-09-062-0/+145
* libpfctl: fix double freeKristof Provost2021-09-061-1/+0
* Revert the changes that removed support for old gcc, as stable/12 stillDimitry Andric2021-09-033-3/+6
* Remove tests for obsolete compilers in the build systemEric van Gyzen2021-09-023-6/+3
* Remove obsolete, non-use of CLANG_NO_IAS.Brooks Davis2021-09-021-3/+0
* Fix null pointer subtraction in mergesort()Dimitry Andric2021-08-311-5/+1
* Revert "Do a sweep and remove most WARNS=6 settings"Dimitry Andric2021-08-299-0/+14
* Cleanup compiler warning flags in lib/libefivar/MakefileDimitry Andric2021-08-291-3/+7
* googletest: Silence warnings about deprecated implicit copy constructorsDimitry Andric2021-08-291-0/+3
* Do a sweep and remove most WARNS=6 settingsKyle Evans2021-08-299-14/+0
* kenv: allow listing of static kernel environmentsKyle Evans2021-08-261-3/+21
* rpc(3): Correct a few common typos in source code commentsGordon Bergling2021-08-252-4/+4
* Fix libfetch out of bounds read.Gordon Tetlow2021-08-241-1/+4
* libpfctl: Fix endianness issuesKristof Provost2021-08-231-5/+5
* Fix a common typo in source code commentsGordon Bergling2021-08-191-2/+2
* getprogname.3: Add an exampleMateusz Piotrowski2021-08-151-1/+27
* Prefer MK_SSP=no to SSP_CFLAGS=Mitchell Horne2021-08-112-3/+2
* socket: Implement SO_RERRORRoy Marples2021-08-111-1/+9
* Correct section reference for examples in RFC3542Tom Jones2021-08-041-2/+2
* [skip ci] correct a few SPDX license tagsAlan Somers2021-07-274-4/+4
* pfctl: syncookie configurationKristof Provost2021-07-272-0/+68
* pmc(3): mandoc clean upsGordon Bergling2021-07-1912-910/+1024
* libpfctl: migrate to DIOCGETSTATESV2Kristof Provost2021-07-161-117/+79
* Improve handling of USB device re-open in the LibUSB v1.x API.Hans Petter Selasky2021-07-103-2/+24
* libpfctl: memory leak fixKristof Provost2021-07-091-0/+1
* pf: Reduce the data returned in DIOCGETSTATESNVKristof Provost2021-07-092-34/+0
* libnv: fix memory leaksMariusz Zaborski2021-07-061-0/+2
* bhyvectl: print a better error message when vm_open() failsMarko2021-07-021-1/+4
* amd64: move memcmp checks upfrontMateusz Guzik2021-06-261-22/+28
* amd64: add missing ALIGN_TEXT to loops in memset and memmoveMateusz Guzik2021-06-262-0/+3
* Work around bogus old gcc "initializer element is not constant" errorDimitry Andric2021-06-251-2/+2
* Fix failures in libm's lround_test after clang 12 importDimitry Andric2021-06-251-3/+5
* Export various 128 bit long double functions from libgcc_s.so.1Dimitry Andric2021-06-212-0/+32
* libcasper: fix descriptors numbersMariusz Zaborski2021-06-154-16/+50
* libpfctl: Improve error handling in pfctl_get_states()Kristof Provost2021-06-031-11/+17
* libpfctl: fix memory leakKristof Provost2021-06-031-0/+9
* libradius: Fix attribute length validation in rad_get_attr(3)Mark Johnston2021-05-281-1/+6
* Merge a bunch of googletest build improvementsDimitry Andric2021-05-2711-14/+30
* pf: Track the original kif for floating statesKristof Provost2021-05-272-0/+3
* pfctl: Use DIOCGETSTATESNVKristof Provost2021-05-272-0/+233
* libradius: Fix input validation bugsMark Johnston2021-05-261-15/+39
* pf: Support killing 'matching' statesKristof Provost2021-05-142-0/+2
* pf: Allow states to by killed per 'gateway'Kristof Provost2021-05-142-0/+2
* pfctl: Start using DIOCKILLSTATESNVKristof Provost2021-05-142-4/+22
* pfctl: Start using DIOCCLRSTATESNVKristof Provost2021-05-142-0/+77
* pf: Optionally attempt to preserve rule counter values across ruleset updatesKristof Provost2021-05-112-0/+23
* pf: Implement the NAT source port selection of MAP-E Customer EdgeKurosawa Takahiro2021-05-112-0/+25
* pf: Allow multiple labels to be set on a ruleKristof Provost2021-05-102-4/+16
* pf: Fix parsing of long table namesKristof Provost2021-05-101-5/+10