| Commit message (Expand) | Author | Age | Files | Lines |
* | You need options USER_LDT in your kernel to use these functions. | alex | 2000-06-14 | 1 | -0/+4 |
* | Use `Er' variable to define first column width in ERRORS section. | phantom | 2000-05-06 | 3 | -3/+3 |
* | Use assembler directives rather than ALTENTRY() so that longjmp() and | jasone | 2000-05-04 | 2 | -10/+8 |
* | Introduce ".Lb" macro to libc manpages. | phantom | 2000-04-21 | 3 | -0/+6 |
* | Take care to avoid having "strong" and "weak" symbols of the same name in | jasone | 2000-03-16 | 1 | -4/+0 |
* | Undo the ill-conceived breakage of the previous commit and really fix: | jasone | 2000-01-29 | 1 | -9/+9 |
* | For syscalls that are renamed to _thread_sys_foo, create a weak alias | jasone | 2000-01-28 | 1 | -7/+7 |
* | Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(), | jasone | 2000-01-27 | 1 | -6/+7 |
* | Remove unnecessary alternate entry points for *setjmp(). Make the main | jasone | 2000-01-20 | 3 | -15/+18 |
* | Move ENTRY and ALTENTRY definitions to asm.h where they belong. | jasone | 2000-01-20 | 1 | -23/+0 |
* | Make minor entry point changes to support libc_r. | jasone | 2000-01-19 | 3 | -6/+6 |
* | Add three-tier symbol naming in support of POSIX thread cancellation | jasone | 2000-01-12 | 5 | -12/+48 |
* | Unbreak profiling. bde says this is not the cleanest way to fix the | jasone | 2000-01-04 | 2 | -4/+4 |
* | Creating weak symbols doesn't work correctly when building an aout libc. | jasone | 1999-12-24 | 2 | -8/+4 |
* | Make setjmp, longjmp, sigsetjmp, and siglongjmp weak aliases for | jasone | 1999-12-14 | 2 | -4/+12 |
* | Remove osig* from NOASM. It bogus now. | marcel | 1999-10-14 | 1 | -2/+1 |
* | \begin{quote} | marcel | 1999-10-10 | 1 | -1/+1 |
* | Remove syscall wrappers. | marcel | 1999-10-09 | 4 | -189/+2 |
* | sigset_t change (part 5 of 5) | marcel | 1999-09-29 | 4 | -34/+46 |
* | Use definitions provided in sysarch.h for args structures. | luoqi | 1999-09-02 | 5 | -41/+12 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 65 | -119/+119 |
* | Add wrappers for pread and pwrite syscalls. | dt | 1999-04-04 | 1 | -3/+3 |
* | EACESS -> EACCES | alex | 1999-03-15 | 1 | -2/+2 |
* | Reviewed by: Luoqi Chen, Jordan Hubbard | julian | 1998-12-19 | 1 | -3/+5 |
* | 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 missing header in synopsis. | bde | 1998-08-03 | 1 | -1/+2 |
* | Fixed disordering in previous commit. | bde | 1998-07-29 | 1 | -4/+4 |
* | u_int --> unsigned int, remove (now unneeded) <sys/types.h> | jlemon | 1998-07-28 | 3 | -15/+13 |
* | oops, forgot to do ``cvs add'' first. | jlemon | 1998-07-28 | 5 | -0/+338 |
* | Add wrappers for i386_*_ioperm, i386_vm86 so userland code does | jlemon | 1998-07-28 | 1 | -3/+5 |
* | Fix a bunch of spelling errors. | steve | 1998-06-04 | 1 | -2/+2 |
* | Use the thread-aware errno definition all the time. | jb | 1998-05-05 | 1 | -22/+3 |
* | Build the syscalls (in libc, not libc_r) with weak symbols so that | jb | 1998-05-05 | 1 | -3/+9 |
* | 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 |
* | Stop renaming these in libc_r because wrappered versions don't make sense. | jb | 1998-04-29 | 3 | -30/+6 |
* | Nearly missed this one. | jb | 1998-03-09 | 1 | -1/+20 |
* | Removed unused file. It just forces a return value of 0 on success | bde | 1997-10-18 | 1 | -48/+0 |
* | Handle machine-dependent (stdlib) sources more automatically. | bde | 1997-10-16 | 1 | -2/+2 |
* | 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 |
* | Handle machine-dependent (m-d) (string) sources more automatically. | bde | 1997-10-16 | 1 | -6/+4 |
* | Moved `SRCS+= frexp.c' to the correct Makefile.inc. | bde | 1997-10-14 | 1 | -3/+3 |
* | kill the undead | peter | 1997-07-13 | 31 | -1689/+0 |
* | This commit was generated by cvs2svn to compensate for changes in r27180, | bde | 1997-07-03 | 31 | -0/+1689 |
|\ |
|
| * | Import Lite2's src/lib, except for non-i386 machine-dependent directories, | bde | 1997-07-03 | 31 | -0/+1689 |
| * | Import CSRG 4.4BSD-Lite2 lib/libc onto vendor branch | peter | 1997-03-11 | 23 | -264/+111 |