aboutsummaryrefslogtreecommitdiff
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* procctl(2): Add PROC_WXMAP_CTL/STATUSKonstantin Belousov2021-09-241-1/+63
* procctl(2): add PROC_NO_NEW_PRIVS_CTL, PROC_NO_NEW_PRIVS_STATUSEdward Tomasz Napierala2021-09-241-1/+26
* libc: Use the initial-exec TLS modelMark Johnston2021-09-141-0/+7
* kqueue.2: Document the fact that EVFILT_READ can be used on kqueuesMark Johnston2021-09-141-1/+5
* clock_gettime: Add Linux aliases for CLOCK_*Warner Losh2021-09-121-1/+14
* riscv: Implement non-stub __vdso_gettc and __vdso_gettimekeepJessica Clarke2021-09-072-1/+57
* Fix null pointer subtraction in mergesort()Dimitry Andric2021-08-311-5/+1
* kenv: allow listing of static kernel environmentsKyle Evans2021-08-261-3/+21
* rpc(3): Correct a few common typos in source code commentsGordon Bergling2021-08-252-4/+4
* libc tls: use TLS_DTV_OFFSET defined by rtld.hKonstantin Belousov2021-08-231-8/+2
* rtld: Remove calculate_tls_endFangrui Song2021-08-231-8/+0
* kevent: Prohibit negative change and event list lengthsMark Johnston2021-08-211-1/+3
* Fix a common typo in source code commentsGordon Bergling2021-08-191-2/+2
* Fix race between first rand(3) calls with _once().Alexander Motin2021-08-191-4/+5
* getprogname.3: Add an exampleMateusz Piotrowski2021-08-151-1/+27
* _Exit(3): document implementationKonstantin Belousov2021-08-121-6/+14
* fork(2): comment about doubtful use of stdio and exit(3) in exampleKonstantin Belousov2021-08-121-1/+18
* fork.2: correct minor typo in manpage.Ceri Davies2021-08-121-1/+1
* Add _Fork()Konstantin Belousov2021-08-124-4/+124
* StyleKonstantin Belousov2021-08-121-2/+2
* fork.2: Fix a typo in an exampleMateusz Piotrowski2021-08-121-2/+2
* fork.2: Add a simple use patternMateusz Piotrowski2021-08-121-1/+37
* socket: Implement SO_RERRORRoy Marples2021-08-111-1/+9
* libc/locale: Use O_CLOEXEC when opening locale tablesMark Johnston2021-08-052-2/+2
* tools/build: Don't redefine open() for the linux bootstrapAlex Richardson2021-08-051-0/+6
* x86 __vdso_gettc: add O_CLOEXEC flag to openKonstantin Belousov2021-08-051-2/+2
* Correct section reference for examples in RFC3542Tom Jones2021-08-041-2/+2
* libc: add mempcpy(3) and wmempcpy(3)Konstantin Belousov2021-07-226-9/+114
* Create namespace for the symbols added during 14-CURRENT cycle.Konstantin Belousov2021-07-221-1/+4
* vdso: lower precision of vdso implementation of CLOCK_MONOTONIC_FAST and CLOC...Konstantin Belousov2021-06-301-1/+27
* vdso gettimeofday: minor restructuringKonstantin Belousov2021-06-301-7/+8
* fread: improve performance for unbuffered readsPedro F. Giffuni2021-06-151-0/+29
* ptrace: add an option to not kill debuggees on debugger exitKonstantin Belousov2021-06-011-1/+26
* openat(2): add O_EMPTY_PATHKonstantin Belousov2021-05-191-1/+17
* libc: Some enhancements to syslog(3)Dmitry Wagin2021-05-141-1/+14
* libc/string/memset.c: Use unsigned long for storesAlex Richardson2021-05-111-8/+11
* libc/string/bcopy.c: Use intptr_t as the copy typeAlex Richardson2021-05-111-7/+5
* Add ptrace(PT_COREDUMP)Konstantin Belousov2021-05-101-1/+65
* getdirentries.2: remove unnecessary spacePiotr Pawel Stefaniak2021-05-051-1/+1
* connectat(2): clarify that the s argument is socketKonstantin Belousov2021-05-031-1/+2
* O_PATH: allow vnode kevent filter on such filesKonstantin Belousov2021-04-231-0/+3
* Make files opened with O_PATH to not block non-forced unmountKonstantin Belousov2021-04-231-0/+3
* open(2): Implement O_PATHKonstantin Belousov2021-04-231-1/+40
* Add AT_EMPTY_PATH for several *at(2) syscallsKonstantin Belousov2021-04-237-7/+82
* link(2): correct descriptor name in AT_RESOLVE_BENEATH descriptionKonstantin Belousov2021-04-231-1/+1
* libc dl_iterate_phdr(): dlpi_tls_data is wrongKonstantin Belousov2021-04-231-2/+4
* libc: implement __tls_get_addr() for static binariesKonstantin Belousov2021-04-231-8/+15
* libc: add _get_tp() private functionKonstantin Belousov2021-04-2317-6/+446
* libc: include rtld.h into static implementations of rtld interfaceKonstantin Belousov2021-04-234-37/+51
* libc: constify dummy error message string for dlfcnKonstantin Belousov2021-04-231-2/+2