| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix typo in the BSD copyright: s/withough/without/ | Jens Schweikhardt | 2002-06-02 | 13 | -13/+13 |
* | Generate the normal asm stubs for all sysv system calls. Use these instead | Jake Burkholder | 2002-05-23 | 1 | -5/+3 |
* | Standardize on our SCM ID style. | David E. O'Brien | 2002-03-23 | 26 | -121/+36 |
* | Restore CSRG ID's lost in January 1995. | David E. O'Brien | 2002-03-23 | 26 | -100/+139 |
* | Fix the style of the SCM ID's. | David E. O'Brien | 2002-03-22 | 1 | -2/+1 |
* | Fix the style of the SCM ID's. | David E. O'Brien | 2002-03-22 | 11 | -45/+23 |
* | Move swapcontext.c to the ${MACHINE_ARCH}/gen/Makefile.inc area, otherwise | Peter Wemm | 2002-03-21 | 1 | -1/+1 |
* | cosmetic: spell 'cashe' as 'cache' | Bill Fumerola | 2002-03-10 | 3 | -3/+3 |
* | o Move NTOHL() and associated macros into <sys/param.h>. These are | Mike Barcroft | 2002-02-18 | 4 | -4/+12 |
* | Fixed unsorting and splitting of SRCS in previous commit. | Bruce Evans | 2002-01-11 | 1 | -2/+2 |
* | Add getcontext, setcontext, makecontext, and swapcontext. These | Daniel Eischen | 2002-01-10 | 4 | -0/+381 |
* | Use 'mov' instead of 'lea' for setting the syscall number in %eax as that | John Baldwin | 2001-11-27 | 7 | -12/+12 |
* | Cleanups after previous change: | John Baldwin | 2001-11-13 | 1 | -9/+2 |
* | The kernel already fixes up %eax for parents that return from fork, so | John Baldwin | 2001-11-13 | 4 | -104/+2 |
* | De-orbit DEFS.h - the other arches do not use it, and it got replaced | Peter Wemm | 2001-10-24 | 33 | -73/+29 |
* | Just use RSYSCALL. | Ruslan Ermilov | 2001-10-19 | 1 | -2/+1 |
* | mdoc(7) police: Use the new .In macro for #include statements. | Ruslan Ermilov | 2001-10-01 | 4 | -9/+9 |
* | Use ``.Rv -std'' wherever possible. | Ruslan Ermilov | 2001-08-31 | 1 | -9/+1 |
* | Removed duplicate VCS ID tags, as per style(9). | Ruslan Ermilov | 2001-08-13 | 51 | -110/+16 |
* | Cross-reference io(4). | Ian Dowse | 2001-08-12 | 1 | -0/+2 |
* | mdoc(7) police: join split punctuation to macro calls. | Ruslan Ermilov | 2001-08-10 | 1 | -4/+4 |
* | Use the ``.Rv -std'' mdoc(7) macro in appropriate cases. | Yaroslav Tykhiy | 2001-08-09 | 1 | -7/+1 |
* | Remove whitespace at EOL. | Dima Dorfman | 2001-07-15 | 4 | -7/+7 |
* | mdoc(7) police: removed HISTORY info from the .Os call. | Ruslan Ermilov | 2001-07-10 | 1 | -1/+1 |
* | MAN[1-9] -> MAN. | Ruslan Ermilov | 2001-03-27 | 1 | -2/+2 |
* | Clean up syscall generation in libc by removing HIDDEN_SYSCALLS | Daniel Eischen | 2001-01-29 | 6 | -40/+11 |
* | Comment only change; s/_thread_sys_/__sys_/ | Daniel Eischen | 2001-01-26 | 1 | -2/+2 |
* | Remove _THREAD_SAFE and make libc thread-safe by default by | Daniel Eischen | 2001-01-24 | 6 | -60/+30 |
* | Prepare for mdoc(7)NG. | Ruslan Ermilov | 2000-12-29 | 1 | -0/+1 |
* | Remove last vestiges of thr_sleep and thr_wakeup from libc. | Jake Burkholder | 2000-12-02 | 1 | -1/+1 |
* | Prefix the register argument of indirect 'jmp's with a * to make gas 2.10.x | John Baldwin | 2000-11-28 | 2 | -2/+2 |
* | mdoc(7) police: use certified section headers wherever possible. | Ruslan Ermilov | 2000-11-17 | 1 | -1/+1 |
* | Add a couple of debug register helper functions to assist in setting | Brian S. Dean | 2000-09-21 | 4 | -2/+245 |
* | Fix some rather interesting bugs that managed to not turn up in various | Peter Wemm | 2000-07-29 | 1 | -5/+5 |
* | rfork(2) wrapper for simple rfork-style threads. I have lost count of | Peter Wemm | 2000-07-29 | 2 | -1/+113 |
* | You need options USER_LDT in your kernel to use these functions. | Alexander Langer | 2000-06-14 | 1 | -0/+4 |
* | Use `Er' variable to define first column width in ERRORS section. | Alexey Zelkin | 2000-05-06 | 3 | -3/+3 |
* | Use assembler directives rather than ALTENTRY() so that longjmp() and | Jason Evans | 2000-05-04 | 2 | -10/+8 |
* | Introduce ".Lb" macro to libc manpages. | Alexey Zelkin | 2000-04-21 | 3 | -0/+6 |
* | Take care to avoid having "strong" and "weak" symbols of the same name in | Jason Evans | 2000-03-16 | 1 | -4/+0 |
* | Undo the ill-conceived breakage of the previous commit and really fix: | Jason Evans | 2000-01-29 | 1 | -9/+9 |
* | For syscalls that are renamed to _thread_sys_foo, create a weak alias | Jason Evans | 2000-01-28 | 1 | -7/+7 |
* | Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(), | Jason Evans | 2000-01-27 | 1 | -6/+7 |
* | Remove unnecessary alternate entry points for *setjmp(). Make the main | Jason Evans | 2000-01-20 | 3 | -15/+18 |
* | Move ENTRY and ALTENTRY definitions to asm.h where they belong. | Jason Evans | 2000-01-20 | 1 | -23/+0 |
* | Make minor entry point changes to support libc_r. | Jason Evans | 2000-01-19 | 3 | -6/+6 |
* | Add three-tier symbol naming in support of POSIX thread cancellation | Jason Evans | 2000-01-12 | 5 | -12/+48 |
* | Unbreak profiling. bde says this is not the cleanest way to fix the | Jason Evans | 2000-01-04 | 2 | -4/+4 |
* | Creating weak symbols doesn't work correctly when building an aout libc. | Jason Evans | 1999-12-24 | 2 | -8/+4 |
* | Make setjmp, longjmp, sigsetjmp, and siglongjmp weak aliases for | Jason Evans | 1999-12-14 | 2 | -4/+12 |