summaryrefslogtreecommitdiff
path: root/lib/libc/amd64/sys
Commit message (Expand)AuthorAgeFilesLines
* Remove resolver_qual from DEFINE_IFUNC/DEFINE_UIFUNC macros.Konstantin Belousov2019-05-164-4/+4
* Convert amd64_get/set_fs/gsbase to ifunc.Konstantin Belousov2018-10-307-143/+104
* Reimplement brk() and sbrk() to avoid the use of _end.Mark Johnston2018-06-043-169/+2
* Replace MD assembly exect() with a portable version.Brooks Davis2018-04-122-55/+1
* Remove caching from getlogin(2).Brooks Davis2018-04-062-54/+1
* Remove architecture specific sigreturn.S files.Brooks Davis2018-04-042-49/+1
* libc: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-254-0/+8
* Optimize libc to get and set TLS using the RDFSBASE and RDGSBASEKonstantin Belousov2017-08-217-1/+155
* Renumber copyright clause 4Warner Losh2017-02-287-7/+7
* Reduce duplicate NOASM and PSEUDO definitionsBrooks Davis2016-09-081-3/+1
* Rewrite ptrace(2) wrappers in C.Konstantin Belousov2016-08-292-68/+1
* Follow ABI when calling __error from the ptrace(2) wrapper.Konstantin Belousov2016-08-281-0/+10
* Do not obliterate errno value in the main thread during ptrace(2) call on x86.Konstantin Belousov2016-08-271-4/+6
* Remove unusedd and obsolete openbsd_poll system call. (Phase 1)George V. Neville-Neil2016-08-181-1/+1
* Implement userspace gettimeofday(2) with HPET timecounter.Konstantin Belousov2016-08-172-71/+1
* Replace use of the pipe(2) system call with pipe2(2) with a zero flagsBrooks Davis2016-06-222-54/+1
* libc/{i386,amd64}: Do not export .cerror when building WITHOUT_SYMVEREd Maste2016-03-081-0/+1
* Copy the fencing of the algorithm to do lock-less update and readingKonstantin Belousov2015-08-041-3/+13
* Remove reboot.S (part of libc). It's not needed and was actuallyEdward Tomasz Napierala2015-07-072-51/+1
* The lseek(2), mmap(2), truncate(2), ftruncate(2), pread(2), andKonstantin Belousov2015-04-181-3/+0
* Convert from WITHOUT_SYSCALL_COMPAT to MK_SYSCALL_COMPAT.Warner Losh2014-04-051-1/+1
* Introduce a WEAK_REFERENCE() alias and use it. Get rid of the CNAME and theAndreas Tobler2013-11-215-20/+10
* libc: Access _logname_valid more efficiently.Jilles Tjoelker2013-08-171-5/+0
* Rework the __vdso_* symbols attributes to only make the symbols weak,Konstantin Belousov2013-01-301-0/+11
* libc/amd64: Do not export .cerror.Jilles Tjoelker2012-09-069-60/+5
* Use struct vdso_timehands data to implement fast gettimeofday(2) andKonstantin Belousov2012-06-222-1/+51
* Add section .note.GNU-stack for assembly files used by 386 and amd64.Konstantin Belousov2011-01-0711-0/+21
* Mark uname(), getdomainname() and setdomainname() with COMPAT_FREEBSD4.Ed Schouten2008-11-091-2/+1
* We've been lax about matching END() macros in asm code for some time. ThisPeter Wemm2008-11-029-0/+10
* Classify mmap, lseek, pread, pwrite, truncate, ftruncate as pseudoPeter Wemm2007-07-041-3/+5
* Per Regents of the University of Calfornia letter, remove advertisingWarner Losh2007-01-0910-40/+0
* Do not try to store 64 bits into 32 bit errno variable. With the changed libcAlexander Kabaev2005-04-211-1/+1
* Fix brk(3). The stack was unbalanced when we jumped to cerror. Oops!Peter Wemm2004-10-271-0/+1
* Change the syscall stub branch orders so that the static branch predictionPeter Wemm2004-02-223-3/+45
* Provide sysarch(2) prototypes in the MD sysarch.h headers. While I'mJacques Vidrine2004-01-094-12/+4
* Add implementations of amd64_[gs]et_[fg]sbase().Peter Wemm2003-10-235-0/+158
* Sigh. I can't win anything. Use addq rather than addl with %rsp.Peter Wemm2003-09-041-1/+1
* Apply same basic fix for getcontext(2) as for i386. Store the returnPeter Wemm2003-09-042-2/+56
* Fix some minor whitespace botchesPeter Wemm2003-09-041-1/+1
* Add the mlockall() and munlockall() system calls.Bruce M Simpson2003-08-111-1/+1
* Repair PIC mode. It seems I was a bit too excited about thePeter Wemm2003-05-246-14/+77
* Delete i386_* syscall wrappers and manpages. Rename Ovfork.S to vfork.S.Peter Wemm2003-04-301-12/+2
* Update for AMD64 after repocopy from i386/sys/*. This means:Peter Wemm2003-04-306-105/+35
* I have no idea why the reboot(2) syscall wrapper ends with iret, butPeter Wemm2003-04-301-1/+1
* Update for AMD64. Depend on %rdi (first syscall argument) being preservedPeter Wemm2003-04-301-4/+3
* Update for AMD64 (repocopied from i386/sys/Ovfork.S - why is it O?)Peter Wemm2003-04-301-5/+4
* libc_r wasn't so tied to libc for 22 months.Ruslan Ermilov2002-11-181-2/+0
* Use '_end' symbol instead of 'end' to initialize minbrk and curbrkAlexander Kabaev2002-08-081-3/+3
* Generate the normal asm stubs for all sysv system calls. Use these insteadJake Burkholder2002-05-231-5/+3
* Restore CSRG ID's lost in January 1995.David E. O'Brien2002-03-2310-40/+50