aboutsummaryrefslogtreecommitdiff
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
...
* | libc: move MD sys related symbols to libsysBrooks Davis2024-02-055-67/+0
* | libc: move rfork_thread(3) to libsysBrooks Davis2024-02-056-290/+2
* | libc: Move per-arch sys/Makefile.inc to libsysBrooks Davis2024-02-0511-151/+0
* | libc: remove .PATH refs to libc/<arch>/sysBrooks Davis2024-02-052-2/+0
* | libc: remove remaining x86 sys bits to libsysBrooks Davis2024-02-0521-1555/+0
* | libc: libc/<arch>/sys/__vdso_gettc -> libsys/<arch>/Brooks Davis2024-02-056-794/+0
* | libc: libc/gen/sched_getcpu_gen.c -> libsys/Brooks Davis2024-02-052-36/+1
* | libsys: move __libsys_interposer consumersBrooks Davis2024-02-0516-806/+3
* | libc: libc/sys/Makefile.inc -> libsys/Makefile.sysBrooks Davis2024-02-052-517/+1
* | libsys: relocate implementations and manpagesBrooks Davis2024-02-05297-49977/+6
* | libc: split libc and syscall interposing (2/2)Brooks Davis2024-02-055-21/+59
* | libc: split libc and syscall interposing (1/2)Brooks Davis2024-02-0551-96/+75
* | libc: Specify parameter types for function pointerMinsoo Choo2024-02-041-1/+1
* | libc: Fix typo (triple M)Jose Luis Duran2024-02-031-1/+1
* | sctp: update manpagesLexi Winter2024-02-039-22/+454
* | regex: fix freeing g->charjump in low memory conditionCorinna Vinschen2024-02-021-1/+1
* | aarch/SYS.h: implement _SYSCALL_BODY() macroBrooks Davis2024-02-021-8/+8
* | open(2): describe *at behavior for dirfd opened without O_SEARCHKonstantin Belousov2024-01-291-12/+24
* | libc: Annotate a couple of local functions as suchMark Johnston2024-01-291-2/+2
* | libc/amd64: Disable ASAN for amd64_archlevel.cMark Johnston2024-01-281-0/+6
* | inet(3): clarify syntax accepted by inet_ptonMike Karels2024-01-271-9/+15
* | open: make non-POSIX errno value more apparentEd Maste2024-01-261-0/+5
* | kcmp: Add a manual pageMark Johnston2024-01-242-0/+231
* | Add kcmp(2) userspace bitsKonstantin Belousov2024-01-241-0/+4
* | pkru.3: Fix a typo in the manual pageGordon Bergling2024-01-201-1/+1
* | sigfastblock.2: Fix a typo in the manual pageGordon Bergling2024-01-201-1/+1
* | _umtx_op.2: Fix a typo in the manual pageGordon Bergling2024-01-201-1/+1
* | libc: stop exposing __fcntl_compatBrooks Davis2024-01-131-1/+0
* | system(3): fix typo santized -> sanitizedSteve Kargl2024-01-121-2/+2
* | libc: separate syscall and non-syscall symbolsBrooks Davis2024-01-111-8/+11
* | powerpc/SYS.h: implement _SYSCALL_BODY() macroBrooks Davis2024-01-111-6/+7
* | History for arc4random_*()David E. O'Brien2024-01-101-0/+11
* | powerpc64/SYS.h: implement _SYSCALL_BODY() macroBrooks Davis2024-01-091-18/+10
* | Fix "version introduced" in numerous manual pagesTom Hukins2024-01-082-2/+2
* | resolv: Add a required include to resolv.hJan Beich2024-01-081-4/+1
* | timingsafe_bcmp(3) was MFC'ed to 11.1David E. O'Brien2024-01-061-1/+1
* | setfib.2: Consistently capitalize "FIB"Mark Johnston2024-01-031-4/+4
* | acl_equiv_mode_np: zero mode on just inited ACLBrooks Davis2024-01-031-1/+2
* | copy_file_range.2: Clarify that only regular files workRick Macklem2023-12-291-5/+13
* | lib/libc/amd64/string: add memrchr() scalar, baseline implementationRobert Clausecker2023-12-252-0/+167
* | lib/libc/tests/string: add memrchr unit testsRobert Clausecker2023-12-252-0/+117
* | lib/libc/string: document restrict qualification of memccpy() argumentsRobert Clausecker2023-12-253-6/+39
* | lib/libc/amd64/string: implement strncat() by calling strlen(), memccpy()Robert Clausecker2023-12-252-0/+30
* | lib/libc/amd64/string: add memccpy scalar, baseline implementationRobert Clausecker2023-12-252-0/+260
* | lib/libc/tests/string: add unit tests for memccpy()Robert Clausecker2023-12-252-0/+206
* | lib/libc/amd64/string: implement strlcat() through strlcpy()Robert Clausecker2023-12-252-0/+26
* | lib/libc/amd64/string: add strlcpy scalar, baseline implementationRobert Clausecker2023-12-252-0/+282
* | lib/libc/tests/string: add unit test for strlcpyRobert Clausecker2023-12-252-0/+184
* | lib/libc/amd64/string/strcat.S: enable use of SIMDRobert Clausecker2023-12-251-5/+42
* | lib/libc/amd64/string: implement strncpy() by calling stpncpy()Robert Clausecker2023-12-252-0/+42