aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Document eventfd().Konstantin Belousov2020-12-272-1/+219
* kqueue(2): Use .Fo instead .FtKonstantin Belousov2020-12-271-1/+8
* Add eventfd(3) wrappers to libc.Konstantin Belousov2020-12-275-0/+62
* Add tcgetwinsize(3) and tcsetwinsize(3) to termiosKonstantin Belousov2020-12-252-0/+16
* PMC: remove now orphaned PMC for INTEL XScale processors.Michal Meloun2020-12-254-204/+2
* mmap(2): Update .Dd missed in the last commitGuangyuan Yang2020-12-241-1/+1
* mmap(2): Fix a typoGuangyuan Yang2020-12-241-1/+1
* libc: Fix most issues reported by mandocGordon Bergling2020-12-1920-65/+61
* strerror.3: Fix whitespace issue introduced in r368714Jessica Clarke2020-12-181-1/+1
* strerror.3: Add an example for perror()Mateusz Piotrowski2020-12-171-1/+26
* nl_langinfo(3): document recognized item namesYuri Pankov2020-12-171-8/+94
* Implement strerror_l().Konstantin Belousov2020-12-166-22/+95
* Be bug compatible with other operating systems by allowing non-sequentialHans Petter Selasky2020-12-141-8/+12
* strdup.3: Function appeared in 4.3BSD-Reno, not 4.4BSDJessica Clarke2020-12-141-1/+1
* MFV r368607:Martin Matuska2020-12-131-0/+1
* Change getlocalbase() to not allocate any heap memoryStefan Eßer2020-12-122-27/+64
* timespec_get(3): sort SEE ALSO correctlyEnji Cooper2020-12-111-1/+1
* cpuset{,_getaffinity,_getdomain}.2: fix SEE ALSOEnji Cooper2020-12-113-7/+7
* aio_suspend.2: properly canonicalize .DdEnji Cooper2020-12-111-1/+1
* cap_enter(2): fix CAVEATS sectionEnji Cooper2020-12-111-13/+13
* posix_spawn(3): fix section that references `vfork`Enji Cooper2020-12-111-1/+3
* getentropy(3): sort SEE ALSO sectionsEnji Cooper2020-12-111-1/+1
* arc4random(3): fix .Xr issuesEnji Cooper2020-12-111-2/+2
* Add the LTO-9 density code to libmt and the mt(1) man page.Kenneth D. Merry2020-12-101-0/+1
* libsysdecode: decode _UMTX_OP flagsKyle Evans2020-12-093-1/+17
* _umtx_op(2): document recent addition of 32bit compat flagsKyle Evans2020-12-091-1/+74
* extattr_get_file(20: bump .DdEnji Cooper2020-12-081-1/+1
* extattr_get_file(2): clarify RETURN VALUESEnji Cooper2020-12-081-4/+15
* extattr_get_file(2): fix more formattingEnji Cooper2020-12-081-3/+3
* extattr_get_file(2): sort syscalls alphabeticallyEnji Cooper2020-12-081-22/+22
* lio_listio(2): fix manlint errorEnji Cooper2020-12-081-1/+1
* extattr_get_fd(2): fix manlint errorsEnji Cooper2020-12-081-4/+4
* libc: regex: retire internal EMPTBR ("Empty branch present")Kyle Evans2020-12-052-7/+0
* libregex: implement \b and \B (word boundary, not word boundary)Kyle Evans2020-12-054-7/+60
* libregex: implement \` and \' (begin-of-subj, end-of-subj)Kyle Evans2020-12-054-13/+74
* libc: regex: factor out ISBOW/ISEOW macrosKyle Evans2020-12-051-8/+13
* Add CFI start/end proc directives to arm64, i386, and ppcConrad Meyer2020-12-0512-5/+21
* Always use 64-bit physical addresses for dump_avail[] in minidumpsMark Johnston2020-12-039-34/+12
* Remove trailing whitespace.Cy Schubert2020-12-031-4/+4
* MFV r368207:Martin Matuska2020-12-013-0/+3
* Ensure that threading library is initialized in pthread_mutex_init().Konstantin Belousov2020-11-301-0/+2
* libc: Add pthread_attr_get_np(3) stub, reporting ESRCH.Konstantin Belousov2020-11-284-0/+12
* libprocstat.3: Correct two occurrences of kvm_getprocs to procstat_getprocsMateusz Piotrowski2020-11-261-3/+3
* Remove stray column.Konstantin Belousov2020-11-261-1/+1
* Style.Konstantin Belousov2020-11-261-18/+18
* libsysdecode: account for invalid protection flagsPawel Biernacki2020-11-261-1/+1
* Use designated initializers for libc pthread stubs' jump table.Konstantin Belousov2020-11-251-67/+67
* libsysdecode: correctly decode mmap flagsPawel Biernacki2020-11-251-1/+1
* Remove the cloned file descriptors for /dev/crypto.John Baldwin2020-11-252-2/+1
* Honor the disabled setting for MSI-X interrupts for passthrough devices.John Baldwin2020-11-242-1/+16