aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/i386
Commit message (Expand)AuthorAgeFilesLines
* Fix typo in the BSD copyright: s/withough/without/Jens Schweikhardt2002-06-0213-13/+13
* Generate the normal asm stubs for all sysv system calls. Use these insteadJake Burkholder2002-05-231-5/+3
* Standardize on our SCM ID style.David E. O'Brien2002-03-2326-121/+36
* Restore CSRG ID's lost in January 1995.David E. O'Brien2002-03-2326-100/+139
* Fix the style of the SCM ID's.David E. O'Brien2002-03-221-2/+1
* Fix the style of the SCM ID's.David E. O'Brien2002-03-2211-45/+23
* Move swapcontext.c to the ${MACHINE_ARCH}/gen/Makefile.inc area, otherwisePeter Wemm2002-03-211-1/+1
* cosmetic: spell 'cashe' as 'cache'Bill Fumerola2002-03-103-3/+3
* o Move NTOHL() and associated macros into <sys/param.h>. These areMike Barcroft2002-02-184-4/+12
* Fixed unsorting and splitting of SRCS in previous commit.Bruce Evans2002-01-111-2/+2
* Add getcontext, setcontext, makecontext, and swapcontext. TheseDaniel Eischen2002-01-104-0/+381
* Use 'mov' instead of 'lea' for setting the syscall number in %eax as thatJohn Baldwin2001-11-277-12/+12
* Cleanups after previous change:John Baldwin2001-11-131-9/+2
* The kernel already fixes up %eax for parents that return from fork, soJohn Baldwin2001-11-134-104/+2
* De-orbit DEFS.h - the other arches do not use it, and it got replacedPeter Wemm2001-10-2433-73/+29
* Just use RSYSCALL.Ruslan Ermilov2001-10-191-2/+1
* mdoc(7) police: Use the new .In macro for #include statements.Ruslan Ermilov2001-10-014-9/+9
* Use ``.Rv -std'' wherever possible.Ruslan Ermilov2001-08-311-9/+1
* Removed duplicate VCS ID tags, as per style(9).Ruslan Ermilov2001-08-1351-110/+16
* Cross-reference io(4).Ian Dowse2001-08-121-0/+2
* mdoc(7) police: join split punctuation to macro calls.Ruslan Ermilov2001-08-101-4/+4
* Use the ``.Rv -std'' mdoc(7) macro in appropriate cases.Yaroslav Tykhiy2001-08-091-7/+1
* Remove whitespace at EOL.Dima Dorfman2001-07-154-7/+7
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-1/+1
* MAN[1-9] -> MAN.Ruslan Ermilov2001-03-271-2/+2
* Clean up syscall generation in libc by removing HIDDEN_SYSCALLSDaniel Eischen2001-01-296-40/+11
* Comment only change; s/_thread_sys_/__sys_/Daniel Eischen2001-01-261-2/+2
* Remove _THREAD_SAFE and make libc thread-safe by default byDaniel Eischen2001-01-246-60/+30
* Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-291-0/+1
* Remove last vestiges of thr_sleep and thr_wakeup from libc.Jake Burkholder2000-12-021-1/+1
* Prefix the register argument of indirect 'jmp's with a * to make gas 2.10.xJohn Baldwin2000-11-282-2/+2
* mdoc(7) police: use certified section headers wherever possible.Ruslan Ermilov2000-11-171-1/+1
* Add a couple of debug register helper functions to assist in settingBrian S. Dean2000-09-214-2/+245
* Fix some rather interesting bugs that managed to not turn up in variousPeter Wemm2000-07-291-5/+5
* rfork(2) wrapper for simple rfork-style threads. I have lost count ofPeter Wemm2000-07-292-1/+113
* You need options USER_LDT in your kernel to use these functions.Alexander Langer2000-06-141-0/+4
* Use `Er' variable to define first column width in ERRORS section.Alexey Zelkin2000-05-063-3/+3
* Use assembler directives rather than ALTENTRY() so that longjmp() andJason Evans2000-05-042-10/+8
* Introduce ".Lb" macro to libc manpages.Alexey Zelkin2000-04-213-0/+6
* Take care to avoid having "strong" and "weak" symbols of the same name inJason Evans2000-03-161-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