aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* namespace nv names, version libnv and libnvpair library symbolsReid Linnemann2022-07-212-0/+259
* Remove "All Rights Reserved" from FreeBSD Foundation libc copyrightsEd Maste2022-07-2175-75/+0
* cuse(3): Make some clarifications in the manual page.Hans Petter Selasky2022-07-201-8/+9
* cuse(3): Allow allocating a memory buffer of exactly 2 GBytes.Hans Petter Selasky2022-07-203-4/+4
* cuse(3): Allow shared memory allocations up to, but excluding 2 GBytes.Hans Petter Selasky2022-07-201-49/+42
* cuse(3): Make cuse_vmfree() NULL safe.Hans Petter Selasky2022-07-202-1/+2
* Add -S option to veriexecSimon J. Gerraty2022-07-193-16/+30
* Clarify when GEOM utilities exit with success or failure.Kirk McKusick2022-07-161-3/+3
* Remove unnecessary const and volatile qualifiers from __fp_type_select()Dimitry Andric2022-07-151-10/+1
* msun: Rewrite function definitions with identifier listsYi Kong2022-07-122-4/+2
* libvmm: add __BEGIN_DECLS/__END_DECLS for linking with c++ binariesVitaliy Gusev2022-07-111-0/+3
* libproc: replace home grown crc32 with zlib implementation.Xin LI2022-07-104-98/+9
* Add the Arm CoreLink CMN-600 Coherent Mesh Network Controller PMU driver man ...Aleksandr Rybalko2022-07-102-0/+598
* clock_gettime.2: Clarify CLOCK_*Mateusz Piotrowski2022-07-081-3/+12
* clock_gettime.2: Add cross references and fix linter warningsMateusz Piotrowski2022-07-081-3/+7
* csu: test: explicitly add libm as build parameterAlfredo Dal'Ava Junior2022-07-072-0/+16
* Simplify conditional guards for libclang_rt.John Baldwin2022-07-071-5/+2
* libpmc: add armv8 pmu-event aliasesMitchell Horne2022-07-061-0/+15
* libpmc: import updated pmu-events for arm64Mitchell Horne2022-07-06168-4/+10204
* file: upgrade to 5.42.Xin LI2022-07-041-3/+18
* sockatmark(3): Add references to 4.4BSD IPC tutorialsGordon Bergling2022-07-031-1/+16
* pmc(3): Fix a common typo in a descriptionGordon Bergling2022-07-031-1/+1
* pselect(2): Document what a null pointer for the signalmask meansWarner Losh2022-07-021-2/+9
* libvmmapi: Add vm_close()Vitaliy Gusev2022-06-302-0/+11
* libclang_rt: Trim a few more MIPSisms.John Baldwin2022-06-301-1/+1
* wait.2: Remove sys/types.h from the list of required headersMark Johnston2022-06-301-2/+1
* libsysdecode: Grab some more ioctl definitions from CAMMark Johnston2022-06-301-0/+1
* unix: change error code for recvmsg() failed due to RLIMIT_NOFILEGleb Smirnoff2022-06-291-4/+15
* libsecureboot: Do not propagate empty stringWojciech Macek2022-06-291-2/+3
* Bump .Dd for recently modified manual pagesFernando Apesteguía2022-06-277-7/+7
* libpmc: attempt to fix the buildBjoern A. Zeeb2022-06-261-0/+2
* Allocate event for DMC-620 and CMN-600 controllers PMU. Add events supported ...Aleksandr Rybalko2022-06-261-0/+181
* Remove references to named(8)Fernando Apesteguía2022-06-267-18/+8
* System wide and NUMA domain wide counters support. PMC classes for ARM DMC-62...Aleksandr Rybalko2022-06-261-1/+5
* cuse(3): Remove PAGE_SIZE from libcuse.Hans Petter Selasky2022-06-251-9/+11
* libc/syslog: deprecate use of "/var/run/logpriv"Gleb Smirnoff2022-06-241-61/+14
* libc/syslog: fully deprecate and don't try to open "/dev/log"Gleb Smirnoff2022-06-241-12/+0
* libsysdecode: Fix a typo in my emailDmitry Chagin2022-06-231-1/+1
* libsysdecode: Decode Linux open() flagsDmitry Chagin2022-06-223-0/+37
* libsysdecode: Decode Linux *at() flagsDmitry Chagin2022-06-223-0/+10
* kdump: Decode Linux clock_nanosleep syscallDmitry Chagin2022-06-223-0/+9
* kdump: Decode Linux sigprocmask how argumentDmitry Chagin2022-06-223-0/+9
* libsysdecode: Decode setitimer, getitimer which argumentDmitry Chagin2022-06-224-1/+17
* libsysdecode: Add method for decoding Linux signal namesDmitry Chagin2022-06-222-0/+80
* libsysdecode: Add preliminary support for decoding Linux syscallsDmitry Chagin2022-06-224-3/+232
* libsysdecode: For future use extract common code to a separate filesDmitry Chagin2022-06-224-159/+232
* kevent.2: Add an xref to listen.2Mark Johnston2022-06-201-1/+1
* pf: support matching on tags for Ethernet rulesKristof Provost2022-06-202-0/+9
* getnetent(3): Add documentation for missing reentrant functionsFernando Apesteguía2022-06-202-2/+30
* getnetent(3): Add missing reentrant functionsFernando Apesteguía2022-06-202-5/+35