aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/i386
Commit message (Expand)AuthorAgeFilesLines
* Undo the ill-conceived breakage of the previous commit and really fix:Jason Evans2000-01-291-9/+9
* For syscalls that are renamed to _thread_sys_foo, create a weak aliasJason Evans2000-01-281-7/+7
* Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(),Jason Evans2000-01-271-6/+7
* Remove unnecessary alternate entry points for *setjmp(). Make the mainJason Evans2000-01-203-15/+18
* Move ENTRY and ALTENTRY definitions to asm.h where they belong.Jason Evans2000-01-201-23/+0
* Make minor entry point changes to support libc_r.Jason Evans2000-01-193-6/+6
* Add three-tier symbol naming in support of POSIX thread cancellationJason Evans2000-01-125-12/+48
* Unbreak profiling. bde says this is not the cleanest way to fix theJason Evans2000-01-042-4/+4
* Creating weak symbols doesn't work correctly when building an aout libc.Jason Evans1999-12-242-8/+4
* Make setjmp, longjmp, sigsetjmp, and siglongjmp weak aliases forJason Evans1999-12-142-4/+12
* Remove osig* from NOASM. It bogus now.Marcel Moolenaar1999-10-141-2/+1
* \begin{quote}Marcel Moolenaar1999-10-101-1/+1
* Remove syscall wrappers.Marcel Moolenaar1999-10-094-189/+2
* sigset_t change (part 5 of 5)Marcel Moolenaar1999-09-294-34/+46
* Use definitions provided in sysarch.h for args structures.Luoqi Chen1999-09-025-41/+12
* $Id$ -> $FreeBSD$Peter Wemm1999-08-2865-119/+119
* Add wrappers for pread and pwrite syscalls.Dmitrij Tejblum1999-04-041-3/+3
* EACESS -> EACCESAlexander Langer1999-03-151-2/+2
* Reviewed by: Luoqi Chen, Jordan HubbardJulian Elischer1998-12-191-3/+5
* Simplify implementation and eliminate a register preservation problem.Luoqi Chen1998-09-181-24/+10
* Fix a cut 'n paste mistake.Luoqi Chen1998-09-131-4/+4
* In libc_r, rename vfork syscall to _thread_sys_vfork and make vfork an aliasDmitrij Tejblum1998-09-121-2/+6
* Fixed missing header in synopsis.Bruce Evans1998-08-031-1/+2
* Fixed disordering in previous commit.Bruce Evans1998-07-291-4/+4
* u_int --> unsigned int, remove (now unneeded) <sys/types.h>Jonathan Lemon1998-07-283-15/+13
* oops, forgot to do ``cvs add'' first.Jonathan Lemon1998-07-285-0/+338
* Add wrappers for i386_*_ioperm, i386_vm86 so userland code doesJonathan Lemon1998-07-281-3/+5
* Fix a bunch of spelling errors.Steve Price1998-06-041-2/+2
* 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