| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r339898: | Konstantin Belousov | 2018-11-19 | 1 | -1/+0 |
| * | Reimplement brk() and sbrk() to avoid the use of _end. | Mark Johnston | 2018-06-04 | 1 | -2/+2 |
| * | Replace MD assembly exect() with a portable version. | Brooks Davis | 2018-04-12 | 1 | -2/+1 |
| * | Remove caching from getlogin(2). | Brooks Davis | 2018-04-06 | 1 | -1/+1 |
| * | Remove architecture specific sigreturn.S files. | Brooks Davis | 2018-04-04 | 1 | -1/+1 |
| * | Optimize libc to get and set TLS using the RDFSBASE and RDGSBASE | Konstantin Belousov | 2017-08-21 | 1 | -1/+5 |
| * | 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 | 1 | -1/+1 |
| * | 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 | 1 | -1/+1 |
| * | Replace use of the pipe(2) system call with pipe2(2) with a zero flags | Brooks Davis | 2016-06-22 | 1 | -1/+1 |
| * | Remove reboot.S (part of libc). It's not needed and was actually | Edward Tomasz Napierala | 2015-07-07 | 1 | -1/+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 |
| * | Use struct vdso_timehands data to implement fast gettimeofday(2) and | Konstantin Belousov | 2012-06-22 | 1 | -1/+2 |
| * | Mark uname(), getdomainname() and setdomainname() with COMPAT_FREEBSD4. | Ed Schouten | 2008-11-09 | 1 | -2/+1 |
| * | Classify mmap, lseek, pread, pwrite, truncate, ftruncate as pseudo | Peter Wemm | 2007-07-04 | 1 | -3/+5 |
| * | Add implementations of amd64_[gs]et_[fg]sbase(). | Peter Wemm | 2003-10-23 | 1 | -0/+2 |
| * | Apply same basic fix for getcontext(2) as for i386. Store the return | Peter Wemm | 2003-09-04 | 1 | -2/+2 |
| * | Add the mlockall() and munlockall() system calls. | Bruce M Simpson | 2003-08-11 | 1 | -1/+1 |
| * | Delete i386_* syscall wrappers and manpages. Rename Ovfork.S to vfork.S. | Peter Wemm | 2003-04-30 | 1 | -12/+2 |
| * | libc_r wasn't so tied to libc for 22 months. | Ruslan Ermilov | 2002-11-18 | 1 | -2/+0 |
| * | Generate the normal asm stubs for all sysv system calls. Use these instead | Jake Burkholder | 2002-05-23 | 1 | -5/+3 |
| * | The kernel already fixes up %eax for parents that return from fork, so | John Baldwin | 2001-11-13 | 1 | -2/+2 |
| * | MAN[1-9] -> MAN. | Ruslan Ermilov | 2001-03-27 | 1 | -2/+2 |
| * | Clean up syscall generation in libc by removing HIDDEN_SYSCALLS | Daniel Eischen | 2001-01-29 | 1 | -5/+1 |
| * | Comment only change; s/_thread_sys_/__sys_/ | Daniel Eischen | 2001-01-26 | 1 | -2/+2 |
| * | Remove last vestiges of thr_sleep and thr_wakeup from libc. | Jake Burkholder | 2000-12-02 | 1 | -1/+1 |
| * | Add a couple of debug register helper functions to assist in setting | Brian S. Dean | 2000-09-21 | 1 | -2/+4 |
| * | Remove osig* from NOASM. It bogus now. | Marcel Moolenaar | 1999-10-14 | 1 | -2/+1 |
| * | Remove syscall wrappers. | Marcel Moolenaar | 1999-10-09 | 1 | -3/+2 |
| * | sigset_t change (part 5 of 5) | Marcel Moolenaar | 1999-09-29 | 1 | -3/+4 |
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 1 | -1/+1 |
| * | Add wrappers for pread and pwrite syscalls. | Dmitrij Tejblum | 1999-04-04 | 1 | -3/+3 |
| * | Fixed disordering in previous commit. | Bruce Evans | 1998-07-29 | 1 | -4/+4 |
| * | Add wrappers for i386_*_ioperm, i386_vm86 so userland code does | Jonathan Lemon | 1998-07-28 | 1 | -3/+5 |
| * | Oops, backout the previous change having confused my underscores. | John Birrell | 1998-04-30 | 1 | -3/+2 |
| * | The syscall that creates a kernel thread is coming, but it doesn't use the | John Birrell | 1998-04-30 | 1 | -4/+3 |
| * | Nearly missed this one. | John Birrell | 1998-03-09 | 1 | -1/+20 |
| * | Removed bogus .PATH statement. | Bruce Evans | 1997-10-16 | 1 | -3/+1 |
| * | Removed the subdirectory paths from the definitions of MAN[1-9]. They | Bruce Evans | 1997-10-16 | 1 | -3/+2 |
| * | Changed all paths to be relative to src/lib instead of src/lib/libc | John Birrell | 1997-05-03 | 1 | -2/+5 |
| * | Revert $FreeBSD$ to $Id$ | Peter Wemm | 1997-02-22 | 1 | -1/+1 |
| * | Make the long-awaited change from $Id$ to $FreeBSD$ | Jordan K. Hubbard | 1997-01-14 | 1 | -1/+1 |
| * | Add $Id$ to all, clean up multiple spaces | Rodney W. Grimes | 1994-02-21 | 1 | -2/+3 |
| * | WINE/user LDT support from John Brezak, ported to FreeBSD by Jeffrey Hsu | David Greenman | 1994-01-31 | 1 | -0/+9 |