aboutsummaryrefslogtreecommitdiff
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* Note some functions that appeared in First Edition UnixWarner Losh2020-04-013-2/+19
* Use proper mdoc(7) macros for literal text and do not use TnMateusz Piotrowski2020-04-011-5/+8
* Trim some duplicate EIO descriptions.John Baldwin2020-03-302-7/+1
* Document EINTEGRITY errors for many system calls.John Baldwin2020-03-3042-42/+151
* libc: unconditionalize _NLIST_DO_ELFEd Maste2020-03-301-8/+0
* nlist: retire long-obsolete aout supportEd Maste2020-03-303-104/+0
* exec{l,v}{e,p} arrived in 7th Edition research Unix to support the Bourne ShellWarner Losh2020-03-242-1/+9
* Add STANDARDS and HISTORY to getcontext(3), makecontext(3), and ucontext(3).Edward Tomasz Napierala2020-03-233-3/+85
* Document when execl and execp entered unix.Warner Losh2020-03-231-0/+6
* fix typo in exec man pageSergio Carlavilla Delgado2020-03-221-1/+1
* exec man page: Add HISTORY sectionSergio Carlavilla Delgado2020-03-221-1/+6
* nlist(3): add elf(5) xrefEd Maste2020-03-211-1/+2
* Fix uselocale(3) to not leak a reference to the old locale.Mark Johnston2020-03-201-1/+1
* Fix race condition in catopen(3).Xin LI2020-03-191-20/+37
* sendfile() does currently not support SCTP sockets.Michael Tuexen2020-03-131-0/+9
* ftw.3: Follow style(9) in the exampleMateusz Piotrowski2020-03-121-1/+2
* Fix r358688 -- Remember to actually save r3 before processing.Brandon Bergren2020-03-111-1/+1
* When mounting a UFS filesystem, return EINTEGRITY rather than EIOKirk McKusick2020-03-111-0/+4
* powerpc/memcpy: Don't predict the src and dst will be misalignedJustin Hibbits2020-03-061-1/+1
* Finish revert of r358672, missed in r358688.Justin Hibbits2020-03-061-1/+1
* powerpc/powerpc64: Enforce natural alignment in memcpyJustin Hibbits2020-03-063-1/+13
* umtx_op.2: correct typoEd Maste2020-03-051-1/+1
* ftw.3: Add examplesMateusz Piotrowski2020-03-051-1/+60
* [PowerPC64] restrict memcpy/bcopy optimization to POWER ISA >=V2.07Alfredo Dal'Ava Junior2020-03-051-1/+6
* thr_self.2: Fix some typos in the thread identifier rangeMateusz Piotrowski2020-03-031-2/+2
* Return ENOTSUP for mmap/mprotect if prot not subset of prot_maxEd Maste2020-02-262-8/+8
* Remove sparc64 specific parts of libc.Warner Losh2020-02-2659-5763/+4
* mprotect.2: sort errors alphabeticallyEd Maste2020-02-261-6/+6
* truncate(2): extending the file is required by POSIX 2008Eric van Gyzen2020-02-201-3/+6
* vfs: add realpathat syscallMateusz Guzik2020-02-201-1/+10
* Add casts and L suffixes to libc quad support, to work around variousDimitry Andric2020-02-179-17/+17
* Add AT_BSDFLAGS support to _elf_aux_info(3).Konstantin Belousov2020-02-091-1/+12
* Add a way to manage thread signal mask using shared word, instead of syscall.Konstantin Belousov2020-02-093-0/+168
* memset.3: better fix previous typoEitan Adler2020-02-081-2/+3
* memset.3: fix a a duplicate wordEitan Adler2020-02-081-1/+1
* typo: s/impelmentation/implementation/.Pedro F. Giffuni2020-02-072-2/+2
* Tidy the _set_tp function for RISC-V.John Baldwin2020-02-061-3/+4
* libssp_nonshared: use only on i386 and ppcEd Maste2020-02-051-2/+4
* Fix a use of an uninitialized pointer in xdr_rpcbs_rmtcalllist().Mark Johnston2020-02-051-80/+79
* Improve validation of the sockaddr length in iruserok_sa().Mark Johnston2020-02-051-2/+2
* libc: provide fputc_unlockedKyle Evans2020-02-022-3/+12
* Provide O_SEARCHKyle Evans2020-02-022-5/+21
* rand(3): Replace implementation with one backed by random(3) algorithmConrad Meyer2020-02-016-85/+184
* amd64: sync up libc memcmp with the kernel version (r357309)Mateusz Guzik2020-01-301-56/+47
* stdio: provide _unlocked variants of fflush, fputc, fputs, fread, fwriteKyle Evans2020-01-3011-16/+102
* amd64: sync up libc memcmp with the kernel version (r357208)Mateusz Guzik2020-01-291-69/+163
* libc: remove forward compat added in r356830 for F_ISUNIONSTACKMateusz Guzik2020-01-291-8/+3
* random(3): Abstract routines into _r versions on explicit stateConrad Meyer2020-01-242-79/+163
* random(3): Abstract state into a single context objectConrad Meyer2020-01-241-99/+132
* [PowerPC] libc backwards compatibility shim for auxv changeBrandon Bergren2020-01-221-0/+102