| Commit message (Expand) | Author | Age | Files | Lines |
| * | amd64: Stop using REP MOVSB for backward memmove()s. | Alexander Motin | 2022-06-30 | 1 | -8/+0 |
| * | amd64: move memcmp checks upfront | Mateusz Guzik | 2021-06-26 | 1 | -22/+28 |
| * | amd64: add missing ALIGN_TEXT to loops in memset and memmove | Mateusz Guzik | 2021-06-26 | 2 | -0/+3 |
| * | MFC r357208,r357309,r357239,r357310 | Mateusz Guzik | 2020-07-25 | 1 | -69/+154 |
| * | MFC r344120: | Konstantin Belousov | 2019-07-26 | 2 | -114/+1 |
| * | MFC r345703: | Konstantin Belousov | 2019-04-12 | 1 | -0/+46 |
| * | MFC r344354: | Konstantin Belousov | 2019-03-06 | 1 | -0/+7 |
| * | Revert r344436, which was the merge of r344120. | Konstantin Belousov | 2019-02-22 | 2 | -1/+114 |
| * | MFC r344120: | Konstantin Belousov | 2019-02-21 | 2 | -114/+1 |
| * | MFC r341272,r341273,r341351 | Mateusz Guzik | 2018-12-19 | 1 | -70/+78 |
| * | MFC r341364 | Mateusz Guzik | 2018-12-19 | 1 | -0/+30 |
| * | MFC r339531,r339579,r340252,r340463,r340464,340472,r340587 | Mateusz Guzik | 2018-11-20 | 4 | -73/+91 |
| * | MFC r339898: | Konstantin Belousov | 2018-11-19 | 7 | -143/+104 |
| * | amd64: convert libc bcopy to a C func to avoid future bloat | Mateusz Guzik | 2018-10-13 | 3 | -104/+15 |
| * | amd64: import updated kernel memmove to libc | Mateusz Guzik | 2018-10-13 | 2 | -6/+271 |
| * | amd64: import updated kernel memset to libc | Mateusz Guzik | 2018-10-05 | 1 | -12/+66 |
| * | amd64: reimplement libc memset and bzero with kernel memset | Mateusz Guzik | 2018-10-01 | 2 | -91/+66 |
| * | amd64: remove unnecessary cld from libc memcpy/bcopy | Mateusz Guzik | 2018-09-29 | 1 | -1/+0 |
| * | amd64: reimplement libc memcmp and bcmp with kernel memcmp | Mateusz Guzik | 2018-09-27 | 2 | -51/+222 |
| * | amd64: depessimize userspace memcpy/memmove/bcopy | Mateusz Guzik | 2018-09-17 | 1 | -1/+6 |
| * | Reimplement brk() and sbrk() to avoid the use of _end. | Mark Johnston | 2018-06-04 | 4 | -170/+2 |
| * | Remove support for SYS_sys_exit in favor of SYS_exit. | Brooks Davis | 2018-06-01 | 1 | -4/+0 |
| * | Replace MD assembly exect() with a portable version. | Brooks Davis | 2018-04-12 | 3 | -56/+1 |
| * | Remove caching from getlogin(2). | Brooks Davis | 2018-04-06 | 2 | -54/+1 |
| * | Remove architecture specific sigreturn.S files. | Brooks Davis | 2018-04-04 | 2 | -49/+1 |
| * | libc: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-25 | 10 | -4/+24 |
| * | General further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-20 | 1 | -0/+2 |
| * | Optimize libc to get and set TLS using the RDFSBASE and RDGSBASE | Konstantin Belousov | 2017-08-21 | 7 | -1/+155 |
| * | Correct an misunderstanding of MDSRCS. | Brooks Davis | 2017-03-02 | 1 | -1/+1 |
| * | Correct MDSRCS use in <arch>/string/Makefile.inc. | Brooks Davis | 2017-03-02 | 1 | -2/+11 |
| * | Renumber copyright clause 4 | Warner Losh | 2017-02-28 | 11 | -11/+11 |
| * | Reduce duplicate NOASM and PSEUDO definitions | Brooks Davis | 2016-09-08 | 1 | -3/+1 |
| * | Rewrite ptrace(2) wrappers in C. | Konstantin Belousov | 2016-08-29 | 2 | -68/+1 |
| * | Follow ABI when calling __error from the ptrace(2) wrapper. | Konstantin Belousov | 2016-08-28 | 1 | -0/+10 |
| * | Do not obliterate errno value in the main thread during ptrace(2) call on x86. | Konstantin Belousov | 2016-08-27 | 1 | -4/+6 |
| * | Remove unusedd and obsolete openbsd_poll system call. (Phase 1) | George V. Neville-Neil | 2016-08-18 | 1 | -1/+1 |
| * | Implement userspace gettimeofday(2) with HPET timecounter. | Konstantin Belousov | 2016-08-17 | 2 | -71/+1 |
| * | Replace use of the pipe(2) system call with pipe2(2) with a zero flags | Brooks Davis | 2016-06-22 | 2 | -54/+1 |
| * | libc: spelling fixes. | Pedro F. Giffuni | 2016-04-30 | 1 | -1/+1 |
| * | libc: stop exporting curbrk and minbrk in the private namespace | Ed Maste | 2016-03-24 | 1 | -2/+0 |
| * | libc/{i386,amd64}: Do not export .cerror when building WITHOUT_SYMVER | Ed Maste | 2016-03-08 | 1 | -0/+1 |
| * | Add include for declaration of _set_tp(). Eliminates -Wmissing-prototypes wa... | Craig Rodrigues | 2015-09-20 | 1 | -0/+1 |
| * | Switch libc from using _sig{procmask,action,suspend} symbols, which | Konstantin Belousov | 2015-08-29 | 2 | -4/+4 |
| * | Copy the fencing of the algorithm to do lock-less update and reading | Konstantin Belousov | 2015-08-04 | 1 | -3/+13 |
| * | Remove reboot.S (part of libc). It's not needed and was actually | Edward Tomasz Napierala | 2015-07-07 | 2 | -51/+1 |
| * | The lseek(2), mmap(2), truncate(2), ftruncate(2), pread(2), and | Konstantin Belousov | 2015-04-18 | 1 | -3/+0 |
| * | siglongjmp(): Preserve floating point exception flags on i386 and amd64. | Jilles Tjoelker | 2014-06-09 | 1 | -1/+0 |
| * | Convert from WITHOUT_SYSCALL_COMPAT to MK_SYSCALL_COMPAT. | Warner Losh | 2014-04-05 | 1 | -1/+1 |
| * | Replace use of ${.CURDIR} by ${LIBC_SRCTOP} and define ${LIBC_SRCTOP} | Marcel Moolenaar | 2014-03-04 | 1 | -1/+1 |
| * | Introduce a WEAK_REFERENCE() alias and use it. Get rid of the CNAME and the | Andreas Tobler | 2013-11-21 | 9 | -39/+23 |