| Commit message (Expand) | Author | Age | Files | Lines |
* | Generate the normal asm stubs for all sysv system calls. Use these instead | jake | 2002-05-23 | 1 | -5/+3 |
* | Restore CSRG ID's lost in January 1995. | obrien | 2002-03-23 | 10 | -40/+50 |
* | Use 'mov' instead of 'lea' for setting the syscall number in %eax as that | jhb | 2001-11-27 | 5 | -7/+7 |
* | Cleanups after previous change: | jhb | 2001-11-13 | 1 | -9/+2 |
* | The kernel already fixes up %eax for parents that return from fork, so | jhb | 2001-11-13 | 2 | -6/+2 |
* | De-orbit DEFS.h - the other arches do not use it, and it got replaced | peter | 2001-10-24 | 1 | -1/+0 |
* | Just use RSYSCALL. | ru | 2001-10-19 | 1 | -2/+1 |
* | Removed duplicate VCS ID tags, as per style(9). | ru | 2001-08-13 | 10 | -20/+0 |
* | MAN[1-9] -> MAN. | ru | 2001-03-27 | 1 | -2/+2 |
* | Clean up syscall generation in libc by removing HIDDEN_SYSCALLS | deischen | 2001-01-29 | 3 | -7/+3 |
* | Comment only change; s/_thread_sys_/__sys_/ | deischen | 2001-01-26 | 1 | -2/+2 |
* | Remove _THREAD_SAFE and make libc thread-safe by default by | deischen | 2001-01-24 | 2 | -7/+6 |
* | Remove last vestiges of thr_sleep and thr_wakeup from libc. | jake | 2000-12-02 | 1 | -1/+1 |
* | Prefix the register argument of indirect 'jmp's with a * to make gas 2.10.x | jhb | 2000-11-28 | 1 | -1/+1 |
* | Add a couple of debug register helper functions to assist in setting | bsd | 2000-09-21 | 1 | -2/+4 |
* | Remove osig* from NOASM. It bogus now. | marcel | 1999-10-14 | 1 | -2/+1 |
* | Remove syscall wrappers. | marcel | 1999-10-09 | 1 | -3/+2 |
* | sigset_t change (part 5 of 5) | marcel | 1999-09-29 | 1 | -3/+4 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 11 | -21/+21 |
* | Add wrappers for pread and pwrite syscalls. | dt | 1999-04-04 | 1 | -3/+3 |
* | Simplify implementation and eliminate a register preservation problem. | luoqi | 1998-09-18 | 1 | -24/+10 |
* | Fix a cut 'n paste mistake. | luoqi | 1998-09-13 | 1 | -4/+4 |
* | In libc_r, rename vfork syscall to _thread_sys_vfork and make vfork an alias | dt | 1998-09-12 | 1 | -2/+6 |
* | Fixed disordering in previous commit. | bde | 1998-07-29 | 1 | -4/+4 |
* | Add wrappers for i386_*_ioperm, i386_vm86 so userland code does | jlemon | 1998-07-28 | 1 | -3/+5 |
* | Use the thread-aware errno definition all the time. | jb | 1998-05-05 | 1 | -22/+3 |
* | Oops, backout the previous change having confused my underscores. | jb | 1998-04-30 | 1 | -3/+2 |
* | Make cerror thread aware by calling __error() to get a pointer to the | jb | 1998-04-30 | 1 | -22/+5 |
* | The syscall that creates a kernel thread is coming, but it doesn't use the | jb | 1998-04-30 | 1 | -4/+3 |
* | Nearly missed this one. | jb | 1998-03-09 | 1 | -1/+20 |
* | Removed bogus .PATH statement. | bde | 1997-10-16 | 1 | -3/+1 |
* | Removed the subdirectory paths from the definitions of MAN[1-9]. They | bde | 1997-10-16 | 1 | -3/+2 |
* | Changed all paths to be relative to src/lib instead of src/lib/libc | jb | 1997-05-03 | 1 | -2/+5 |
* | Revert $FreeBSD$ to $Id$ | peter | 1997-02-22 | 11 | -21/+21 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 11 | -21/+21 |
* | Submitted by: John Birrell <cimaxp1!jb@werple.net.au> | julian | 1996-08-20 | 2 | -14/+6 |
* | Fixed comparisons so that preposterously large (>= 0x80000000) brk values | bde | 1996-06-25 | 1 | -5/+5 |
* | Fix a bogon in the pic + threadsafe version of cerror, it was missing | peter | 1996-05-10 | 1 | -3/+5 |
* | Add support to enable libc to be compiled in ELF format. (#ifdef __ELF__) | peter | 1996-05-05 | 9 | -92/+96 |
* | Reviewed by: julian and (hsu?) | julian | 1996-01-22 | 4 | -11/+57 |
* | Calling sbrk(2) with zero argument doesn't need to generate a syscall. | phk | 1995-10-04 | 1 | -4/+10 |
* | First round of changes to clean up the RCSID mess in libc: | dg | 1995-01-23 | 10 | -40/+50 |
* | Fixed problem with returning -1 on error when the return value is a | dg | 1994-08-13 | 1 | -1/+2 |
* | First crack at making libc work with the new make macros. It compiles on | wollman | 1994-08-05 | 10 | -0/+640 |
* | Add $Id$ to all, clean up multiple spaces | rgrimes | 1994-02-21 | 1 | -2/+3 |
* | WINE/user LDT support from John Brezak, ported to FreeBSD by Jeffrey Hsu | dg | 1994-01-31 | 1 | -0/+9 |