| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Second stage of moving this to in <machine/asm.h>: just include | Bruce Evans | 1997-04-15 | 1 | -82/+2 |
* | Revert $FreeBSD$ to $Id$ | Peter Wemm | 1997-02-22 | 63 | -117/+117 |
* | Moved definitions of PIC macros from SYS.h to DEFS.h so that SYS.h | Bruce Evans | 1997-02-14 | 2 | -21/+21 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | Jordan K. Hubbard | 1997-01-14 | 63 | -117/+117 |
* | Correct a "spelling" error in a comment. | John Dyson | 1996-10-31 | 1 | -2/+2 |
* | Submitted by: john birell (jb@cimlogic.com.au) | Julian Elischer | 1996-08-22 | 1 | -3/+3 |
* | Submitted by: John Birrell <cimaxp1!jb@werple.net.au> | Julian Elischer | 1996-08-20 | 6 | -44/+42 |
* | General -Wall warning cleanup, part I. | Jordan K. Hubbard | 1996-07-12 | 1 | -2/+4 |
* | Fixed comparisons so that preposterously large (>= 0x80000000) brk values | Bruce Evans | 1996-06-25 | 1 | -5/+5 |
* | Fix a bug caused by the collision of a local assembler label with another | John Polstra | 1996-05-11 | 1 | -8/+8 |
* | Fix a bogon in the pic + threadsafe version of cerror, it was missing | Peter Wemm | 1996-05-10 | 1 | -3/+5 |
* | Add support to enable libc to be compiled in ELF format. (#ifdef __ELF__) | Peter Wemm | 1996-05-05 | 20 | -160/+204 |
* | rfork/minherit glue in libc | Peter Wemm | 1996-02-23 | 1 | -0/+51 |
* | Put in missing '_' in call to wrapper _thread_sys_sigsetmask() function. | Peter Wemm | 1996-02-17 | 1 | -3/+3 |
* | Reviewed by: julian and (hsu?) | Julian Elischer | 1996-01-22 | 12 | -28/+137 |
* | This commit was generated by cvs2svn to compensate for changes in r13122, | Peter Wemm | 1995-12-30 | 31 | -1689/+0 |