| Commit message (Expand) | Author | Age | Files | Lines |
* | Note some functions that appeared in First Edition Unix | Warner Losh | 2020-04-01 | 3 | -2/+19 |
* | Use proper mdoc(7) macros for literal text and do not use Tn | Mateusz Piotrowski | 2020-04-01 | 1 | -5/+8 |
* | Trim some duplicate EIO descriptions. | John Baldwin | 2020-03-30 | 2 | -7/+1 |
* | Document EINTEGRITY errors for many system calls. | John Baldwin | 2020-03-30 | 42 | -42/+151 |
* | libc: unconditionalize _NLIST_DO_ELF | Ed Maste | 2020-03-30 | 1 | -8/+0 |
* | nlist: retire long-obsolete aout support | Ed Maste | 2020-03-30 | 3 | -104/+0 |
* | exec{l,v}{e,p} arrived in 7th Edition research Unix to support the Bourne Shell | Warner Losh | 2020-03-24 | 2 | -1/+9 |
* | Add STANDARDS and HISTORY to getcontext(3), makecontext(3), and ucontext(3). | Edward Tomasz Napierala | 2020-03-23 | 3 | -3/+85 |
* | Document when execl and execp entered unix. | Warner Losh | 2020-03-23 | 1 | -0/+6 |
* | fix typo in exec man page | Sergio Carlavilla Delgado | 2020-03-22 | 1 | -1/+1 |
* | exec man page: Add HISTORY section | Sergio Carlavilla Delgado | 2020-03-22 | 1 | -1/+6 |
* | nlist(3): add elf(5) xref | Ed Maste | 2020-03-21 | 1 | -1/+2 |
* | Fix uselocale(3) to not leak a reference to the old locale. | Mark Johnston | 2020-03-20 | 1 | -1/+1 |
* | Fix race condition in catopen(3). | Xin LI | 2020-03-19 | 1 | -20/+37 |
* | sendfile() does currently not support SCTP sockets. | Michael Tuexen | 2020-03-13 | 1 | -0/+9 |
* | ftw.3: Follow style(9) in the example | Mateusz Piotrowski | 2020-03-12 | 1 | -1/+2 |
* | Fix r358688 -- Remember to actually save r3 before processing. | Brandon Bergren | 2020-03-11 | 1 | -1/+1 |
* | When mounting a UFS filesystem, return EINTEGRITY rather than EIO | Kirk McKusick | 2020-03-11 | 1 | -0/+4 |
* | powerpc/memcpy: Don't predict the src and dst will be misaligned | Justin Hibbits | 2020-03-06 | 1 | -1/+1 |
* | Finish revert of r358672, missed in r358688. | Justin Hibbits | 2020-03-06 | 1 | -1/+1 |
* | powerpc/powerpc64: Enforce natural alignment in memcpy | Justin Hibbits | 2020-03-06 | 3 | -1/+13 |
* | umtx_op.2: correct typo | Ed Maste | 2020-03-05 | 1 | -1/+1 |
* | ftw.3: Add examples | Mateusz Piotrowski | 2020-03-05 | 1 | -1/+60 |
* | [PowerPC64] restrict memcpy/bcopy optimization to POWER ISA >=V2.07 | Alfredo Dal'Ava Junior | 2020-03-05 | 1 | -1/+6 |
* | thr_self.2: Fix some typos in the thread identifier range | Mateusz Piotrowski | 2020-03-03 | 1 | -2/+2 |
* | Return ENOTSUP for mmap/mprotect if prot not subset of prot_max | Ed Maste | 2020-02-26 | 2 | -8/+8 |
* | Remove sparc64 specific parts of libc. | Warner Losh | 2020-02-26 | 59 | -5763/+4 |
* | mprotect.2: sort errors alphabetically | Ed Maste | 2020-02-26 | 1 | -6/+6 |
* | truncate(2): extending the file is required by POSIX 2008 | Eric van Gyzen | 2020-02-20 | 1 | -3/+6 |
* | vfs: add realpathat syscall | Mateusz Guzik | 2020-02-20 | 1 | -1/+10 |
* | Add casts and L suffixes to libc quad support, to work around various | Dimitry Andric | 2020-02-17 | 9 | -17/+17 |
* | Add AT_BSDFLAGS support to _elf_aux_info(3). | Konstantin Belousov | 2020-02-09 | 1 | -1/+12 |
* | Add a way to manage thread signal mask using shared word, instead of syscall. | Konstantin Belousov | 2020-02-09 | 3 | -0/+168 |
* | memset.3: better fix previous typo | Eitan Adler | 2020-02-08 | 1 | -2/+3 |
* | memset.3: fix a a duplicate word | Eitan Adler | 2020-02-08 | 1 | -1/+1 |
* | typo: s/impelmentation/implementation/. | Pedro F. Giffuni | 2020-02-07 | 2 | -2/+2 |
* | Tidy the _set_tp function for RISC-V. | John Baldwin | 2020-02-06 | 1 | -3/+4 |
* | libssp_nonshared: use only on i386 and ppc | Ed Maste | 2020-02-05 | 1 | -2/+4 |
* | Fix a use of an uninitialized pointer in xdr_rpcbs_rmtcalllist(). | Mark Johnston | 2020-02-05 | 1 | -80/+79 |
* | Improve validation of the sockaddr length in iruserok_sa(). | Mark Johnston | 2020-02-05 | 1 | -2/+2 |
* | libc: provide fputc_unlocked | Kyle Evans | 2020-02-02 | 2 | -3/+12 |
* | Provide O_SEARCH | Kyle Evans | 2020-02-02 | 2 | -5/+21 |
* | rand(3): Replace implementation with one backed by random(3) algorithm | Conrad Meyer | 2020-02-01 | 6 | -85/+184 |
* | amd64: sync up libc memcmp with the kernel version (r357309) | Mateusz Guzik | 2020-01-30 | 1 | -56/+47 |
* | stdio: provide _unlocked variants of fflush, fputc, fputs, fread, fwrite | Kyle Evans | 2020-01-30 | 11 | -16/+102 |
* | amd64: sync up libc memcmp with the kernel version (r357208) | Mateusz Guzik | 2020-01-29 | 1 | -69/+163 |
* | libc: remove forward compat added in r356830 for F_ISUNIONSTACK | Mateusz Guzik | 2020-01-29 | 1 | -8/+3 |
* | random(3): Abstract routines into _r versions on explicit state | Conrad Meyer | 2020-01-24 | 2 | -79/+163 |
* | random(3): Abstract state into a single context object | Conrad Meyer | 2020-01-24 | 1 | -99/+132 |
* | [PowerPC] libc backwards compatibility shim for auxv change | Brandon Bergren | 2020-01-22 | 1 | -0/+102 |