aboutsummaryrefslogtreecommitdiff
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* kevent.2: Add an xref to listen.2Mark Johnston2022-06-201-1/+1
* 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
* amd64: Stop using REP MOVSB for backward memmove()s.Alexander Motin2022-06-161-8/+0
* utimensat(2): Remove description of compatibility codeSergey Kandaurov2022-06-121-13/+1
* nlist(3): Fix a common typo in a source code commentGordon Bergling2022-06-051-1/+1
* getpagesize(3): add .Xr to sysconf(3)Ed Maste2022-06-011-2/+10
* kqueue: Fix kqueue(2) man page.Dmitry Chagin2022-05-141-5/+1
* Fixed the value returned by sched_getaffinity().Dmitry Chagin2022-05-121-4/+0
* Use Linux semantics for the thread affinity syscalls.Dmitry Chagin2022-05-113-32/+43
* libc: Add HISTORY sections to the manual pagesGordon Bergling2022-05-0526-30/+233
* sched_getaffinity(3): more compatibility with LinuxKonstantin Belousov2022-04-251-2/+7
* Fix sigtimedwait manpage.Dmitry Chagin2022-04-211-2/+11
* Bump Dd in getdirentries.2 after c6487446.Dmitry Chagin2022-04-201-1/+1
* time(3): Refine history in the manual pageGordon Bergling2022-04-141-8/+49
* Mostly revert a5970a529c2d95271: Make files opened with O_PATH to not block n...Konstantin Belousov2022-04-131-4/+1
* [patch][doc] Fix EXAMPLE in kqueue(2)Fernando Apesteguía2022-04-131-5/+7
* getdirentries: return ENOENT for unlinked but still open directory.Dmitry Chagin2022-04-111-0/+2
* getenv(3): Fix two typos in source code commentsGordon Bergling2022-04-091-2/+2
* resolver(3): Fix a typo in a source code commentGordon Bergling2022-04-091-1/+1
* Have stpncpy tests ask the kernel for the page sizeAndrew Turner2022-04-072-10/+16
* if_indextoname(3): Correct the RFC in a commentGordon Bergling2022-04-031-1/+1
* rpc(3): Fix two typos in source code commentsGordon Bergling2022-04-021-1/+1
* chroot.2: Correct grammar errors.Greg Lehey2022-03-311-3/+3
* libc: 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
* amd64: bring back asm bcmp, shared with memcmpMateusz Guzik2022-03-264-18/+32
* amd64: remove bcmp.SMateusz Guzik2022-03-251-121/+0
* Add an implementation of .mcount on arm64Andrew Turner2022-03-231-0/+1
* amd64: make bcmp in libc just call memcmpMateusz Guzik2022-03-122-1/+16
* libc __sfvwrite(): roll back FILE buffer pointer on fflush errorKonstantin Belousov2022-03-061-2/+11
* /etc/hosts: Wording changes to better match RFC 1918Pedro F. Giffuni2022-03-051-6/+6
* time.3: Update ERRORS sectionMateusz Piotrowski2022-03-041-2/+2
* fd: add close_range(..., CLOSE_RANGE_CLOEXEC)Mateusz Guzik2022-03-031-3/+7
* Fix hand-rolled METALOG entries for installconfig during distributeworldJessica Clarke2022-02-281-3/+3
* sendfile_test: fix copy-paste bugEric van Gyzen2022-02-241-1/+1
* powerpc: enable initial-exec TLSPiotr Kubaj2022-02-221-3/+4
* sysctlbyname(): restore access to user variablesStefan Eßer2022-02-091-3/+12
* libc binuptime(): use the right function to get the most significant bit indexKonstantin Belousov2022-02-081-2/+2
* strftime.3: Fix a typo and use St for standardsMateusz Piotrowski2022-02-071-2/+3
* libc: add helper furnction to set sysctl() user.* variablesStefan Eßer2022-02-051-20/+25
* libc: return partial sysctl() result if buffer is too smallStefan Eßer2022-02-041-9/+10
* lnumeric.c: replace some space*8 by tabsKonstantin Belousov2022-02-031-3/+3
* __ctype_load(): check for calloc() failureKonstantin Belousov2022-02-031-0/+2
* __numeric_load(): check for calloc() failureKonstantin Belousov2022-02-031-0/+2
* libc/locale/lnumeric.c: minor styleKonstantin Belousov2022-02-031-16/+17
* __monetary_load(): check for calloc() failureKonstantin Belousov2022-02-031-0/+2
* libc/locale/lmonetary.c: minor styleKonstantin Belousov2022-02-031-18/+20
* __messages_load(): check for calloc() failureKonstantin Belousov2022-02-031-0/+2