aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* libprocstat: document procstat_getadvlock(3)Konstantin Belousov2022-04-091-1/+28
* libprocstat: add procstat_getadvlock(3)Konstantin Belousov2022-04-093-0/+166
* pidfile: add pidfile_signalMateusz Guzik2022-04-092-15/+62
* libipsec: Fix a typo in a source code commentGordon Bergling2022-04-091-1/+1
* getenv(3): Fix two typos in source code commentsGordon Bergling2022-04-091-2/+2
* math(3): Remove a double word in a source code commentGordon Bergling2022-04-091-1/+1
* resolver(3): Fix a typo in a source code commentGordon Bergling2022-04-091-1/+1
* libarchive: fix zstd compression supportMartin Matuska2022-04-081-1/+2
* Have stpncpy tests ask the kernel for the page sizeAndrew Turner2022-04-072-10/+16
* mt(3): Fix a typo in the manual pageGordon Bergling2022-04-061-1/+1
* libpfctl: relocate implementations of pfr_add/get/set_addrsReid Linnemann2022-04-042-1/+105
* lib/libz: remove ZLIBprivate_1.0 namespace.Xin LI2022-04-032-17/+0
* if_indextoname(3): Correct the RFC in a commentGordon Bergling2022-04-031-1/+1
* bectl: push space-in-name check down into libbeKyle Evans2022-04-031-0/+11
* libnetbsd: Fix a typo in a source code commentGordon Bergling2022-04-021-1/+1
* rpc(3): Fix two typos in source code commentsGordon Bergling2022-04-021-1/+1
* pf: handle duplicate rules gracefullyMateusz Guzik2022-04-011-0/+2
* libbe: pull props for the correct dataset in be_mounted_at()Kyle Evans2022-03-311-1/+1
* libbe: fix be_mounted_at() with props after bootonceKyle Evans2022-03-311-0/+1
* MFV c144cc54795d: zlib 1.2.12.Xin LI2022-03-313-1/+10
|\
* | chroot.2: Correct grammar errors.Greg Lehey2022-03-311-3/+3
* | libpfct: Return errno from pfctl_add_eth_rule()Kristof Provost2022-03-301-2/+3
* | pf: support listing ethernet anchorsKristof Provost2022-03-302-0/+89
* | libc: Fix a typo in a source code commentGordon Bergling2022-03-281-1/+1
* | pmc(3): Fix a common typo in json descriptionsGordon Bergling2022-03-282-12/+12
* | libefivar(3): Fix a typo in a source code commentGordon Bergling2022-03-281-1/+1
* | libc: Check for readdir(2) errors in fts(3)Ganael LAPLANCHE2022-03-283-9/+87
* | libc: Restore fp state upon flush error in fputcMark Johnston2022-03-281-2/+10
* | libmd: Fix a common typo in the license headerGordon Bergling2022-03-278-8/+8
* | libarchive: merge vendor bugfixesMartin Matuska2022-03-261-0/+1
* | amd64: bring back asm bcmp, shared with memcmpMateusz Guzik2022-03-264-18/+32
* | amd64: remove bcmp.SMateusz Guzik2022-03-251-121/+0
* | riscv: fix riscv64sf buildPiotr Kubaj2022-03-241-1/+1
* | Add an implementation of .mcount on arm64Andrew Turner2022-03-231-0/+1
* | kern_tc.c/cputick2usec() (which is used to calculate cputime fromfirk2022-03-211-7/+2
* | mixer.4 and mixer.8: Fix mandoc -Tlint errors.Hans Petter Selasky2022-03-201-74/+86
* | cap_fileargs: silence warnings of unused variableMariusz Zaborski2022-03-201-3/+2
* | mixer.3: Fix spellingHans Petter Selasky2022-03-181-3/+3
* | libvmm: constify vm_get_name()Robert Wing2022-03-182-7/+4
* | *: Do not use the no-op -r flag for bsdlabel(8)Mateusz Piotrowski2022-03-171-2/+2
* | GEOM: Fix regression after 7f16b501e25.Alexander Motin2022-03-161-0/+3
* | Make page size dynamic in libkvm for arm64Andrew Turner2022-03-152-32/+62
* | pf: support basic L3 filtering in the Ethernet rulesKristof Provost2022-03-142-1/+10
* | riscv: actually enable sanitizersPiotr Kubaj2022-03-131-1/+1
* | GEOM: Introduce partial confxml APIAlexander Motin2022-03-125-71/+138
* | amd64: make bcmp in libc just call memcmpMateusz Guzik2022-03-122-1/+16
* | arm64 hwpmc: Support restricting counters to user or kernel mode.John Baldwin2022-03-111-5/+12
* | libgeom(3): Use calloc instead of malloc and bzero.Hans Petter Selasky2022-03-111-2/+1
* | libpmcstat: Fix a few ARM-specific issues with function symbols.John Baldwin2022-03-101-4/+14
* | bhyve: add ROM emulationCorvin Köhne2022-03-101-0/+1