aboutsummaryrefslogtreecommitdiff
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* libc tls: use TLS_DTV_OFFSET defined by rtld.hKonstantin Belousov2021-08-161-8/+2
* rtld: Remove calculate_tls_endFangrui Song2021-08-161-8/+0
* libc: vDSO timekeeping: Add pvclock supportAdam Fenn2021-08-141-0/+62
* Fix a common typo in source code commentsGordon Bergling2021-08-141-2/+2
* _Exit(3): document implementationKonstantin Belousov2021-08-081-6/+14
* fork(2): comment about doubtful use of stdio and exit(3) in exampleKonstantin Belousov2021-08-081-1/+18
* Fix pathconf.2 documentation errorKa Ho Ng2021-08-061-4/+5
* fork.2: correct minor typo in manpage.Ceri Davies2021-08-051-1/+1
* Add fspacectl(2), vn_deallocate(9) and VOP_DEALLOCATE(9).Ka Ho Ng2021-08-054-0/+194
* Add _Fork()Konstantin Belousov2021-08-034-4/+124
* StyleKonstantin Belousov2021-08-031-2/+2
* libc: Disable ASAN for certain string functionsAlex Richardson2021-08-021-0/+9
* Don't instrument the rdtsc ifunc when building with ASAN/UBSANAlex Richardson2021-08-021-0/+8
* tools/build: Don't redefine open() for the linux bootstrapAlex Richardson2021-08-021-0/+6
* Correct section reference for examples in RFC3542Tom Jones2021-08-011-2/+2
* clock_gettime: Add Linux aliases for CLOCK_*Warner Losh2021-07-301-1/+14
* x86 __vdso_gettc: add O_CLOEXEC flag to openKonstantin Belousov2021-07-291-2/+2
* libc/locale: Use O_CLOEXEC when opening locale tablesMark Johnston2021-07-292-2/+2
* libc qsort(3): Eliminate ambiguous sign comparisonConrad Meyer2021-07-292-1/+8
* socket: Implement SO_RERRORRoy Marples2021-07-281-1/+9
* Fix race between first rand(3) calls with _once().Alexander Motin2021-07-211-4/+5
* Revert "Fix race between first rand(3) calls."Alexander Motin2021-07-211-7/+2
* Fix race between first rand(3) calls.Alexander Motin2021-07-201-2/+7
* kenv: allow listing of static kernel environmentsKyle Evans2021-07-191-3/+21
* Pass the syscall number to capsicum permission-denied signalsDavid Chisnall2021-07-161-0/+10
* libc: Use the initial-exec TLS modelMark Johnston2021-07-161-0/+7
* libc: add mempcpy(3) and wmempcpy(3)Konstantin Belousov2021-07-156-9/+114
* Create namespace for the symbols added during 14-CURRENT cycle.Konstantin Belousov2021-07-151-1/+4
* Revert "Pass the syscall number to capsicum permission-denied signals"David Chisnall2021-07-101-10/+0
* Pass the syscall number to capsicum permission-denied signalsDavid Chisnall2021-07-101-0/+10
* riscv: Implement non-stub __vdso_gettc and __vdso_gettimekeepJessica Clarke2021-07-052-1/+57
* procctl(2): add PROC_NO_NEW_PRIVS_CTL, PROC_NO_NEW_PRIVS_STATUSEdward Tomasz Napierala2021-07-011-1/+26
* Change strmode argument type to mode_tAlfonso Gregory2021-06-291-1/+1
* shm_open(2): Cross-reference posixshmcontrol(1)Michael Gmelin2021-06-251-3/+4
* vdso: lower precision of vdso implementation of CLOCK_MONOTONIC_FAST and CLOC...Konstantin Belousov2021-06-231-1/+27
* vdso gettimeofday: minor restructuringKonstantin Belousov2021-06-231-7/+8
* fread: improve performance for unbuffered readsPedro F. Giffuni2021-06-011-0/+29
* kevent: Prohibit negative change and event list lengthsMark Johnston2021-05-271-1/+3
* ptrace: add an option to not kill debuggees on debugger exitKonstantin Belousov2021-05-251-1/+26
* syslog.3 - Add detail about LOG_PIDFernando ApesteguĂ­a2021-05-131-2/+2
* Remove references to timed(8)Ceri Davies2021-05-134-13/+7
* openat(2): add O_EMPTY_PATHKonstantin Belousov2021-05-101-1/+17
* ptrace: document ENOMEMEdward Tomasz Napierala2021-05-041-1/+12
* Add ptrace(PT_COREDUMP)Konstantin Belousov2021-05-031-1/+65
* connectat(2): clarify that the s argument is socketKonstantin Belousov2021-04-301-1/+2
* poll(2): Add POLLRDHUP.Thomas Munro2021-04-281-1/+13
* open_memstream(3): fix typoYuri Pankov2021-04-281-2/+2
* Add code examples to cpuset(2), and improve cross referencing.Robert Watson2021-04-251-0/+66
* Fix leak in libc NFSv4 flags parsingAndrew Walker2021-04-201-3/+4
* fork.2: Fix a typo in an exampleMateusz Piotrowski2021-04-201-2/+2