aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/i386
Commit message (Expand)AuthorAgeFilesLines
* MFC: rev. 1.5:Max Khon2004-03-021-0/+4
* MFC: english(4) fixes, aka typos found by ispell.Jens Schweikhardt2002-12-291-1/+1
* MFC: eliminate superfluous memory access in memcpy(3)/memmove(3).Maxim Sobolev2002-11-071-13/+8
* MFC: Diff reduction to -current libc_r (part 1):Max Khon2002-10-153-5/+5
* Fix the forward compatibility problem with older 4.x releases,Alexander Kabaev2002-08-221-0/+1
* MFC 1.11: Use '_end' symbol instead of 'end' to initialize minbrkAlexander Kabaev2002-08-121-3/+3
* MFC rev 1.8/1.9:Mike Silbersack2002-06-281-2/+6
* MFC: Reduce gratuitous diffs to -CURRENT.Ruslan Ermilov2001-12-144-9/+9
* libc_r doesn't provide a wrapper for sigreturn(2).Ruslan Ermilov2001-10-191-2/+1
* MFC: Use ``.Rv -std'' wherever possible.Ruslan Ermilov2001-08-311-9/+1
* MFC: markup and misc fixes.Ruslan Ermilov2001-08-173-12/+8
* MFC: remove whitespace at EOL.Dima Dorfman2001-07-224-7/+7
* Always call sigprocmask() instead of _thread_sys_procmask() regardlessDaniel Eischen2001-07-062-16/+0
* MFC: MAN[1-9] -> MAN.Ruslan Ermilov2001-04-251-2/+2
* MFC: 1.6: prefix the register argument of indirect 'jmp's with a *David E. O'Brien2001-03-051-1/+1
* MFC: rfork_thread(3)Peter Wemm2001-02-071-1/+1
* MFC: Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-291-0/+1
* MFC: recent mdoc(7) fixes.Ruslan Ermilov2000-12-081-1/+1
* MFC: enable building of ia32 debug register helper functions.Brian S. Dean2000-10-211-2/+4
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2000-09-213-0/+241
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2000-08-041-0/+112
* MFC: options USER_LDT is required for these functions.Alexander Langer2000-06-141-0/+4
* MFC: Allow static compilation with linuxthreads to work.Jason Evans2000-05-162-10/+8
* MFC: Use `Er' variable to define first column width in ERRORS section.Alexey Zelkin2000-05-063-3/+3
* MFC: introduce .Lb macro to libc manpagesAlexey Zelkin2000-04-223-0/+6
* MFC: For libc_r, do not create both weak and strong symbols of the sameJason Evans2000-03-181-4/+0
* 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