| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove resolver_qual from DEFINE_IFUNC/DEFINE_UIFUNC macros. | Konstantin Belousov | 2019-05-16 | 4 | -4/+4 |
* | Convert amd64_get/set_fs/gsbase to ifunc. | Konstantin Belousov | 2018-10-30 | 7 | -143/+104 |
* | Reimplement brk() and sbrk() to avoid the use of _end. | Mark Johnston | 2018-06-04 | 3 | -169/+2 |
* | Replace MD assembly exect() with a portable version. | Brooks Davis | 2018-04-12 | 2 | -55/+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 | 4 | -0/+8 |
* | Optimize libc to get and set TLS using the RDFSBASE and RDGSBASE | Konstantin Belousov | 2017-08-21 | 7 | -1/+155 |
* | Renumber copyright clause 4 | Warner Losh | 2017-02-28 | 7 | -7/+7 |
* | 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/{i386,amd64}: Do not export .cerror when building WITHOUT_SYMVER | Ed Maste | 2016-03-08 | 1 | -0/+1 |
* | 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 |
* | Convert from WITHOUT_SYSCALL_COMPAT to MK_SYSCALL_COMPAT. | Warner Losh | 2014-04-05 | 1 | -1/+1 |
* | Introduce a WEAK_REFERENCE() alias and use it. Get rid of the CNAME and the | Andreas Tobler | 2013-11-21 | 5 | -20/+10 |
* | libc: Access _logname_valid more efficiently. | Jilles Tjoelker | 2013-08-17 | 1 | -5/+0 |
* | Rework the __vdso_* symbols attributes to only make the symbols weak, | Konstantin Belousov | 2013-01-30 | 1 | -0/+11 |
* | libc/amd64: Do not export .cerror. | Jilles Tjoelker | 2012-09-06 | 9 | -60/+5 |
* | Use struct vdso_timehands data to implement fast gettimeofday(2) and | Konstantin Belousov | 2012-06-22 | 2 | -1/+51 |
* | Add section .note.GNU-stack for assembly files used by 386 and amd64. | Konstantin Belousov | 2011-01-07 | 11 | -0/+21 |
* | Mark uname(), getdomainname() and setdomainname() with COMPAT_FREEBSD4. | Ed Schouten | 2008-11-09 | 1 | -2/+1 |
* | We've been lax about matching END() macros in asm code for some time. This | Peter Wemm | 2008-11-02 | 9 | -0/+10 |
* | Classify mmap, lseek, pread, pwrite, truncate, ftruncate as pseudo | Peter Wemm | 2007-07-04 | 1 | -3/+5 |
* | Per Regents of the University of Calfornia letter, remove advertising | Warner Losh | 2007-01-09 | 10 | -40/+0 |
* | Do not try to store 64 bits into 32 bit errno variable. With the changed libc | Alexander Kabaev | 2005-04-21 | 1 | -1/+1 |
* | Fix brk(3). The stack was unbalanced when we jumped to cerror. Oops! | Peter Wemm | 2004-10-27 | 1 | -0/+1 |
* | Change the syscall stub branch orders so that the static branch prediction | Peter Wemm | 2004-02-22 | 3 | -3/+45 |
* | Provide sysarch(2) prototypes in the MD sysarch.h headers. While I'm | Jacques Vidrine | 2004-01-09 | 4 | -12/+4 |
* | Add implementations of amd64_[gs]et_[fg]sbase(). | Peter Wemm | 2003-10-23 | 5 | -0/+158 |
* | Sigh. I can't win anything. Use addq rather than addl with %rsp. | Peter Wemm | 2003-09-04 | 1 | -1/+1 |
* | Apply same basic fix for getcontext(2) as for i386. Store the return | Peter Wemm | 2003-09-04 | 2 | -2/+56 |
* | Fix some minor whitespace botches | Peter Wemm | 2003-09-04 | 1 | -1/+1 |
* | Add the mlockall() and munlockall() system calls. | Bruce M Simpson | 2003-08-11 | 1 | -1/+1 |
* | Repair PIC mode. It seems I was a bit too excited about the | Peter Wemm | 2003-05-24 | 6 | -14/+77 |
* | Delete i386_* syscall wrappers and manpages. Rename Ovfork.S to vfork.S. | Peter Wemm | 2003-04-30 | 1 | -12/+2 |
* | Update for AMD64 after repocopy from i386/sys/*. This means: | Peter Wemm | 2003-04-30 | 6 | -105/+35 |
* | I have no idea why the reboot(2) syscall wrapper ends with iret, but | Peter Wemm | 2003-04-30 | 1 | -1/+1 |
* | Update for AMD64. Depend on %rdi (first syscall argument) being preserved | Peter Wemm | 2003-04-30 | 1 | -4/+3 |
* | Update for AMD64 (repocopied from i386/sys/Ovfork.S - why is it O?) | Peter Wemm | 2003-04-30 | 1 | -5/+4 |
* | libc_r wasn't so tied to libc for 22 months. | Ruslan Ermilov | 2002-11-18 | 1 | -2/+0 |
* | Use '_end' symbol instead of 'end' to initialize minbrk and curbrk | Alexander Kabaev | 2002-08-08 | 1 | -3/+3 |
* | Generate the normal asm stubs for all sysv system calls. Use these instead | Jake Burkholder | 2002-05-23 | 1 | -5/+3 |
* | Restore CSRG ID's lost in January 1995. | David E. O'Brien | 2002-03-23 | 10 | -40/+50 |