| Age | Commit message (Expand) | Author |
| 2021-10-26 | Merge all MD __sigaction14_sigtramp.c copies into one: | christos |
| 2020-04-18 | Rename "syscall" to "_syscall" and provide "syscall" as a weak alias. | thorpej |
| 2017-02-07 | Mark exect(3) obsolete and bind it to plain execve(2) on all platforms | kamil |
| 2013-09-12 | Pass PICFLAGS down to cc-as-as and use __PIC__ to decide if it is small | joerg |
| 2008-11-06 | Redo rev.1.13. We must refer to CURBRK via GOT in case of PIC. | nakayama |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-03-10 | As mrg@ informs me, delay slots are indented 1 and not 2 spaces. | he |
| 2008-03-10 | Fix the problem that CURBRK can't be referenced directly via R_SPARC_GOT13 | he |
| 2007-10-08 | In handwritten asm use -fPIC code instead of -fpic, our libc has grown | uwe |
| 2006-12-28 | Provide a full frame stack space in the clone'd child. | martin |
| 2006-12-28 | Use CCFSZ instead of 96 for standard save operations. | martin |
| 2006-02-19 | make these consistent. | christos |
| 2006-01-08 | Cosmetics (pointed out by uwe): use trivial restore, not the explicit | martin |
| 2006-01-08 | Use __errno in the _REENTRANT case (pointed out by Valeriy E. Ushakov). | martin |
| 2005-10-15 | Switch sparc to the new compat code layout. | uwe |
| 2005-06-12 | Add missing __RCSID() | lukem |
| 2004-03-26 | the WARN_REFERENCES text "include <signal.h> for correct reference" is pointless | drochner |
| 2004-03-26 | fix references to the syscall formerly known as SYS___sigreturn14 | drochner |
| 2004-03-23 | save errno while trying to install a !SA_SIGINFO trampoline -- this | drochner |
| 2004-01-23 | If the syscall fails, the carry bit will be set - not the zero bit. | martin |
| 2004-01-02 | Restore stack frames on error return. | martin |
| 2003-12-26 | Use an unsigned comparison against minbrk. | martin |
| 2003-10-12 | SIGINFO __sigaction & trampoline code. | pk |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-02-13 | Implement pthread_atfork() (in libc, because the required threadlib | nathanw |
| 2003-01-19 | Move getcontext.S from gen to sys, where it belongs. | kleink |
| 2003-01-18 | Merge the nathanw_sa branch. | thorpej |
| 2002-07-11 | Need <machine/psl.h> and <machine/signal.h>. Problem pointed out | thorpej |
| 2002-07-09 | New __sigaction14() system call stub which registers the signal | thorpej |
| 2001-07-23 | add an implementation of __clone(2) | christos |
| 2000-12-13 | Add required __syscall.S stub. | pk |
| 2000-09-28 | Need an internal name for pipe(2). | kleink |
| 2000-07-07 | Add special treatment of shmat(2). | itohy |
| 2000-06-26 | Need an internal name for fork(). | kleink |
| 2000-06-26 | Thinko in previous: we do always use an internal name. | kleink |
| 2000-06-23 | Add internal names for brk() and sbrk(). | kleink |
| 1999-08-25 | Add __msgctl13(), __semctl13(), and __shmctl13() (symbols are __RENAME()'d | thorpej |
| 1999-06-03 | Shameless hack to reference end if using a.out and _end if using ELF. | kleink |
| 1999-03-31 | While in transition, conditionally rename _ASM_LABEL(cerror) and | kleink |
| 1999-01-14 | * On architectures using ELF, and conditionally on those in transition, rename | kleink |
| 1998-12-02 | Warn about references to the compatibility vfork() (i.e. the vfork() with | thorpej |
| 1998-12-02 | Warn about references to the compatibility() sigaction(), sigpending(), | thorpej |
| 1998-09-29 | Make the sparc work again; some work from jason, some from me. | christos |
| 1998-07-01 | Change immediate label references to _C_LABEL(). | tv |
| 1998-01-04 | Add syscall stubs for __vfork14(). These are basically copies of Ovfork.S | thorpej |
| 1997-07-16 | RCSID fixes: Always use the NetBSD rcsid and the macro RCSID() defined in | christos |
| 1996-11-18 | The code in here was just an expansion of RSYSCALL(syscall). | pk |
| 1996-11-16 | Remove DEFS.h, which has been just a placeholder for a long time. | pk |
| 1996-11-16 | Do the `_REENTRANT' song-and-dance. | pk |
| 1996-11-11 | Treat reboot() like a normal system call. From PR 2458. | mycroft |