aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/amd64/sys/Makefile.inc
Commit message (Expand)AuthorAgeFilesLines
* MFC r339898:Konstantin Belousov2018-11-191-1/+0
* Reimplement brk() and sbrk() to avoid the use of _end.Mark Johnston2018-06-041-2/+2
* Replace MD assembly exect() with a portable version.Brooks Davis2018-04-121-2/+1
* Remove caching from getlogin(2).Brooks Davis2018-04-061-1/+1
* Remove architecture specific sigreturn.S files.Brooks Davis2018-04-041-1/+1
* Optimize libc to get and set TLS using the RDFSBASE and RDGSBASEKonstantin Belousov2017-08-211-1/+5
* Reduce duplicate NOASM and PSEUDO definitionsBrooks Davis2016-09-081-3/+1
* Rewrite ptrace(2) wrappers in C.Konstantin Belousov2016-08-291-1/+1
* 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-171-1/+1
* Replace use of the pipe(2) system call with pipe2(2) with a zero flagsBrooks Davis2016-06-221-1/+1
* Remove reboot.S (part of libc). It's not needed and was actuallyEdward Tomasz Napierala2015-07-071-1/+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
* Use struct vdso_timehands data to implement fast gettimeofday(2) andKonstantin Belousov2012-06-221-1/+2
* Mark uname(), getdomainname() and setdomainname() with COMPAT_FREEBSD4.Ed Schouten2008-11-091-2/+1
* Classify mmap, lseek, pread, pwrite, truncate, ftruncate as pseudoPeter Wemm2007-07-041-3/+5
* Add implementations of amd64_[gs]et_[fg]sbase().Peter Wemm2003-10-231-0/+2
* Apply same basic fix for getcontext(2) as for i386. Store the returnPeter Wemm2003-09-041-2/+2
* Add the mlockall() and munlockall() system calls.Bruce M Simpson2003-08-111-1/+1
* Delete i386_* syscall wrappers and manpages. Rename Ovfork.S to vfork.S.Peter Wemm2003-04-301-12/+2
* libc_r wasn't so tied to libc for 22 months.Ruslan Ermilov2002-11-181-2/+0
* Generate the normal asm stubs for all sysv system calls. Use these insteadJake Burkholder2002-05-231-5/+3
* The kernel already fixes up %eax for parents that return from fork, soJohn Baldwin2001-11-131-2/+2
* MAN[1-9] -> MAN.Ruslan Ermilov2001-03-271-2/+2
* Clean up syscall generation in libc by removing HIDDEN_SYSCALLSDaniel Eischen2001-01-291-5/+1
* Comment only change; s/_thread_sys_/__sys_/Daniel Eischen2001-01-261-2/+2
* Remove last vestiges of thr_sleep and thr_wakeup from libc.Jake Burkholder2000-12-021-1/+1
* Add a couple of debug register helper functions to assist in settingBrian S. Dean2000-09-211-2/+4
* Remove osig* from NOASM. It bogus now.Marcel Moolenaar1999-10-141-2/+1
* Remove syscall wrappers.Marcel Moolenaar1999-10-091-3/+2
* sigset_t change (part 5 of 5)Marcel Moolenaar1999-09-291-3/+4
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Add wrappers for pread and pwrite syscalls.Dmitrij Tejblum1999-04-041-3/+3
* Fixed disordering in previous commit.Bruce Evans1998-07-291-4/+4
* Add wrappers for i386_*_ioperm, i386_vm86 so userland code doesJonathan Lemon1998-07-281-3/+5
* Oops, backout the previous change having confused my underscores.John Birrell1998-04-301-3/+2
* The syscall that creates a kernel thread is coming, but it doesn't use theJohn Birrell1998-04-301-4/+3
* Nearly missed this one.John Birrell1998-03-091-1/+20
* Removed bogus .PATH statement.Bruce Evans1997-10-161-3/+1
* Removed the subdirectory paths from the definitions of MAN[1-9]. TheyBruce Evans1997-10-161-3/+2
* Changed all paths to be relative to src/lib instead of src/lib/libcJohn Birrell1997-05-031-2/+5
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Add $Id$ to all, clean up multiple spacesRodney W. Grimes1994-02-211-2/+3
* WINE/user LDT support from John Brezak, ported to FreeBSD by Jeffrey HsuDavid Greenman1994-01-311-0/+9