aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/i386
Commit message (Expand)AuthorAgeFilesLines
* Use the thread-aware errno definition all the time.John Birrell1998-05-051-22/+3
* Build the syscalls (in libc, not libc_r) with weak symbols so thatJohn Birrell1998-05-051-3/+9
* Oops, backout the previous change having confused my underscores.John Birrell1998-04-301-3/+2
* Make cerror thread aware by calling __error() to get a pointer to theJohn Birrell1998-04-301-22/+5
* The syscall that creates a kernel thread is coming, but it doesn't use theJohn Birrell1998-04-301-4/+3
* Stop renaming these in libc_r because wrappered versions don't make sense.John Birrell1998-04-293-30/+6
* Nearly missed this one.John Birrell1998-03-091-1/+20
* Removed unused file. It just forces a return value of 0 on successBruce Evans1997-10-181-48/+0
* Handle machine-dependent (stdlib) sources more automatically.Bruce Evans1997-10-161-2/+2
* Removed bogus .PATH statement.Bruce Evans1997-10-161-3/+1
* Removed the subdirectory paths from the definitions of MAN[1-9]. TheyBruce Evans1997-10-161-3/+2
* Handle machine-dependent (m-d) (string) sources more automatically.Bruce Evans1997-10-161-6/+4
* Moved `SRCS+= frexp.c' to the correct Makefile.inc.Bruce Evans1997-10-141-3/+3
* kill the undeadPeter Wemm1997-07-1331-1689/+0
* This commit was generated by cvs2svn to compensate for changes in r27180,Bruce Evans1997-07-0331-0/+1689
|\
| * Import Lite2's src/lib, except for non-i386 machine-dependent directories,Bruce Evans1997-07-0331-0/+1689
| * Import CSRG 4.4BSD-Lite2 lib/libc onto vendor branchPeter Wemm1997-03-1123-0/+1295
* Changed all paths to be relative to src/lib instead of src/lib/libcJohn Birrell1997-05-031-2/+5
* Use separate routines for memmove() and memcpy(). This lets me dropBruce Evans1997-04-201-0/+2
* Use separate routines for memmove() and memcpy(). This lets me dropBruce Evans1997-04-202-94/+4
* Merged with the 1996/11/12 NetBSD version:Bruce Evans1997-04-201-10/+24
* Fixed long lines.Bruce Evans1997-04-191-8/+9
* Second stage of moving this to in <machine/asm.h>: just includeBruce Evans1997-04-151-82/+2
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-2263-117/+117
* Moved definitions of PIC macros from SYS.h to DEFS.h so that SYS.hBruce Evans1997-02-142-21/+21
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-1463-117/+117
* Correct a "spelling" error in a comment.John Dyson1996-10-311-2/+2
* Submitted by: john birell (jb@cimlogic.com.au)Julian Elischer1996-08-221-3/+3
* Submitted by: John Birrell <cimaxp1!jb@werple.net.au>Julian Elischer1996-08-206-44/+42
* General -Wall warning cleanup, part I.Jordan K. Hubbard1996-07-121-2/+4
* Fixed comparisons so that preposterously large (>= 0x80000000) brk valuesBruce Evans1996-06-251-5/+5
* Fix a bug caused by the collision of a local assembler label with anotherJohn Polstra1996-05-111-8/+8
* Fix a bogon in the pic + threadsafe version of cerror, it was missingPeter Wemm1996-05-101-3/+5
* Add support to enable libc to be compiled in ELF format. (#ifdef __ELF__)Peter Wemm1996-05-0520-160/+204
* rfork/minherit glue in libcPeter Wemm1996-02-231-0/+51
* Put in missing '_' in call to wrapper _thread_sys_sigsetmask() function.Peter Wemm1996-02-171-3/+3
* Reviewed by: julian and (hsu?)Julian Elischer1996-01-2212-28/+137
* This commit was generated by cvs2svn to compensate for changes in r13122,Peter Wemm1995-12-3031-1689/+0
* recording cvs-1.6 file deathPeter Wemm1995-12-304-192/+0
* Be smarter about handling overlapped copies and only go backwards if itDavid Greenman1995-12-272-12/+16
* remove GCC support functions from libc.Poul-Henning Kamp1995-10-051-2/+1
* Calling sbrk(2) with zero argument doesn't need to generate a syscall.Poul-Henning Kamp1995-10-041-4/+10
* Remove trailing whitespace.Rodney W. Grimes1995-05-302-12/+12
* First round of changes to clean up the RCSID mess in libc:David Greenman1995-01-2360-159/+259
* (Very) minor improvement from NetBSD/J.T.Conklin.David Greenman1995-01-222-4/+4
* Added leaner and meaner swab() function by J.T. Conklin.David Greenman1995-01-222-1/+105
* fixunsdfsi.S:Bruce Evans1994-12-271-37/+22
* sigsetjmp.S:Bruce Evans1994-12-271-3/+2
* Remove unnecessary .align statement.Bruce Evans1994-12-272-2/+0
* Fix a spelling error and add a comment about possible improvements.Bruce Evans1994-12-271-3/+17