| Commit message (Expand) | Author | Age | Files | Lines |
| * | Undo the ill-conceived breakage of the previous commit and really fix: | Jason Evans | 2000-01-29 | 1 | -9/+9 |
| * | For syscalls that are renamed to _thread_sys_foo, create a weak alias | Jason Evans | 2000-01-28 | 1 | -7/+7 |
| * | Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(), | Jason Evans | 2000-01-27 | 1 | -6/+7 |
| * | Remove unnecessary alternate entry points for *setjmp(). Make the main | Jason Evans | 2000-01-20 | 3 | -15/+18 |
| * | Move ENTRY and ALTENTRY definitions to asm.h where they belong. | Jason Evans | 2000-01-20 | 1 | -23/+0 |
| * | Make minor entry point changes to support libc_r. | Jason Evans | 2000-01-19 | 3 | -6/+6 |
| * | Add three-tier symbol naming in support of POSIX thread cancellation | Jason Evans | 2000-01-12 | 5 | -12/+48 |
| * | Unbreak profiling. bde says this is not the cleanest way to fix the | Jason Evans | 2000-01-04 | 2 | -4/+4 |
| * | Creating weak symbols doesn't work correctly when building an aout libc. | Jason Evans | 1999-12-24 | 2 | -8/+4 |
| * | Make setjmp, longjmp, sigsetjmp, and siglongjmp weak aliases for | Jason Evans | 1999-12-14 | 2 | -4/+12 |
| * | Remove osig* from NOASM. It bogus now. | Marcel Moolenaar | 1999-10-14 | 1 | -2/+1 |
| * | \begin{quote} | Marcel Moolenaar | 1999-10-10 | 1 | -1/+1 |
| * | Remove syscall wrappers. | Marcel Moolenaar | 1999-10-09 | 4 | -189/+2 |
| * | sigset_t change (part 5 of 5) | Marcel Moolenaar | 1999-09-29 | 4 | -34/+46 |
| * | Use definitions provided in sysarch.h for args structures. | Luoqi Chen | 1999-09-02 | 5 | -41/+12 |
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 65 | -119/+119 |
| * | Add wrappers for pread and pwrite syscalls. | Dmitrij Tejblum | 1999-04-04 | 1 | -3/+3 |
| * | EACESS -> EACCES | Alexander Langer | 1999-03-15 | 1 | -2/+2 |
| * | Reviewed by: Luoqi Chen, Jordan Hubbard | Julian Elischer | 1998-12-19 | 1 | -3/+5 |
| * | Simplify implementation and eliminate a register preservation problem. | Luoqi Chen | 1998-09-18 | 1 | -24/+10 |
| * | Fix a cut 'n paste mistake. | Luoqi Chen | 1998-09-13 | 1 | -4/+4 |
| * | In libc_r, rename vfork syscall to _thread_sys_vfork and make vfork an alias | Dmitrij Tejblum | 1998-09-12 | 1 | -2/+6 |
| * | Fixed missing header in synopsis. | Bruce Evans | 1998-08-03 | 1 | -1/+2 |
| * | Fixed disordering in previous commit. | Bruce Evans | 1998-07-29 | 1 | -4/+4 |
| * | u_int --> unsigned int, remove (now unneeded) <sys/types.h> | Jonathan Lemon | 1998-07-28 | 3 | -15/+13 |
| * | oops, forgot to do ``cvs add'' first. | Jonathan Lemon | 1998-07-28 | 5 | -0/+338 |
| * | Add wrappers for i386_*_ioperm, i386_vm86 so userland code does | Jonathan Lemon | 1998-07-28 | 1 | -3/+5 |
| * | Fix a bunch of spelling errors. | Steve Price | 1998-06-04 | 1 | -2/+2 |
| * | Use the thread-aware errno definition all the time. | John Birrell | 1998-05-05 | 1 | -22/+3 |
| * | Build the syscalls (in libc, not libc_r) with weak symbols so that | John Birrell | 1998-05-05 | 1 | -3/+9 |
| * | Oops, backout the previous change having confused my underscores. | John Birrell | 1998-04-30 | 1 | -3/+2 |
| * | Make cerror thread aware by calling __error() to get a pointer to the | John Birrell | 1998-04-30 | 1 | -22/+5 |
| * | The syscall that creates a kernel thread is coming, but it doesn't use the | John Birrell | 1998-04-30 | 1 | -4/+3 |
| * | Stop renaming these in libc_r because wrappered versions don't make sense. | John Birrell | 1998-04-29 | 3 | -30/+6 |
| * | Nearly missed this one. | John Birrell | 1998-03-09 | 1 | -1/+20 |
| * | Removed unused file. It just forces a return value of 0 on success | Bruce Evans | 1997-10-18 | 1 | -48/+0 |
| * | Handle machine-dependent (stdlib) sources more automatically. | Bruce Evans | 1997-10-16 | 1 | -2/+2 |
| * | 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 |
| * | Handle machine-dependent (m-d) (string) sources more automatically. | Bruce Evans | 1997-10-16 | 1 | -6/+4 |
| * | Moved `SRCS+= frexp.c' to the correct Makefile.inc. | Bruce Evans | 1997-10-14 | 1 | -3/+3 |
| * | kill the undead | Peter Wemm | 1997-07-13 | 31 | -1689/+0 |
| * | This commit was generated by cvs2svn to compensate for changes in r27180, | Bruce Evans | 1997-07-03 | 31 | -0/+1689 |
| |\ |
|
| | * | Import Lite2's src/lib, except for non-i386 machine-dependent directories, | Bruce Evans | 1997-07-03 | 31 | -0/+1689 |
| | * | Import CSRG 4.4BSD-Lite2 lib/libc onto vendor branch | Peter Wemm | 1997-03-11 | 23 | -0/+1295 |
| * | Changed all paths to be relative to src/lib instead of src/lib/libc | John Birrell | 1997-05-03 | 1 | -2/+5 |
| * | Use separate routines for memmove() and memcpy(). This lets me drop | Bruce Evans | 1997-04-20 | 1 | -0/+2 |
| * | Use separate routines for memmove() and memcpy(). This lets me drop | Bruce Evans | 1997-04-20 | 2 | -94/+4 |
| * | Merged with the 1996/11/12 NetBSD version: | Bruce Evans | 1997-04-20 | 1 | -10/+24 |
| * | Fixed long lines. | Bruce Evans | 1997-04-19 | 1 | -8/+9 |