aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove support for SSLv3 from fetch(3).Jung-uk Kim2020-11-242-9/+3
* libc: fix undefined behavior from signed overflow in strstr and memmemEd Maste2020-11-192-8/+8
* libc: optimize memmem two-way bad character shiftEd Maste2020-11-191-2/+2
* clang-format libc string functions imported from muslEd Maste2020-11-183-125/+194
* Add function getlocalbase() to libutil.Stefan Eßer2020-11-184-2/+178
* msun tests: use standard floating-point exception flags on lrint and fenv testsAlfredo Dal'Ava Junior2020-11-182-9/+12
* Split out cwd/root/jail, cmask state from filedesc tableConrad Meyer2020-11-172-7/+14
* [POWERPC] msun: fix incorrect flag in fesetexceptflagAlfredo Dal'Ava Junior2020-11-171-1/+1
* _umtx_op: fix a compat32 bug in UMTX_OP_NWAKE_PRIVATEKyle Evans2020-11-172-0/+110
* _umtx_op: document UMTX_OP_SEM2_WAIT copyout behaviorKyle Evans2020-11-171-1/+22
* Revert the whole getlocalbase() set of changes while a different design isScott Long2020-11-154-208/+2
* Because getlocalbase() returns -1 on error, it needs to use a signed typeScott Long2020-11-151-5/+12