| Age | Commit message (Expand) | Author | Files | Lines |
| 2020-11-07 | Actually m88k assembler can not handle 'nop' mnemonic, use a macro instead. |  aoyama | 1 | -2/+4 |
| 2020-10-18 | SYS___threxit cannot fail, but this integration looks like a gadget. |  deraadt | 1 | -1/+3 |
| 2018-06-16 | Add add PIE support for m88k (requires gcc4 toolchain) |  guenther | 1 | -1/+3 |
| 2016-09-22 | Simplify __cerror now that %r27 is always the TCB pointer. |  guenther | 1 | -26/+14 |
| 2016-05-09 | Remove sigreturn declaration and the now-unused libc syscall stub |  guenther | 1 | -42/+0 |
| 2016-05-07 | Use a Thread Information Block in both single and multi-threaded programs. |  guenther | 4 | -62/+35 |
| 2015-10-23 | Merge the sigaction() and sigprocmask() overloads/wrappers from libpthread |  guenther | 1 | -3/+3 |
| 2015-09-10 | Adds hidden _libc_FOO aliases for the system call stubs. |  guenther | 6 | -17/+22 |
| 2015-08-26 | Hide many (194!) symbols that nothing should be using. |  guenther | 3 | -49/+11 |
| 2015-04-07 | Make pthread_atfork() track the DSO that called it like atexit() does, |  guenther | 1 | -2/+3 |
| 2015-03-31 | Simplify fork/vfork logic: the kernel has handled returning zero in the child |  guenther | 1 | -10/+2 |
| 2013-09-08 | Remove the `let's zero %r2 if %r3 is nonzero' dance. It's been more than 10 |  miod | 1 | -10/+2 |
| 2013-01-24 | Oops, due to the way return from system calls work, we can not use a delay |  miod | 2 | -6/+16 |
| 2013-01-23 | The kernel sources mention that the system call entry point is trap #450; the |  miod | 8 | -17/+17 |
| 2013-01-11 | Add END() directives to the various functions. |  miod | 12 | -22/+92 |
| 2013-01-08 | fix __cerror non-weak symbol name |  miod | 1 | -2/+2 |
| 2013-01-05 | Switch m88k ports to ELF. |  miod | 12 | -86/+86 |
| 2012-12-26 | Actually invoke the system call in libc's sigreturn() wrapper; went unnoticed |  miod | 1 | -4/+3 |
| 2012-09-04 | these are no longer used; ok guenther |  deraadt | 1 | -39/+0 |
| 2012-06-21 | __tfork() needs to set the stack address of the new thread in the kernel, |  guenther | 1 | -5/+3 |
| 2012-04-12 | remove rfork(); ok guenther miod |  deraadt | 1 | -45/+0 |
| 2012-03-22 | Move __tfork_thread() from rthreads (libpthread) to libc so that |  guenther | 1 | -0/+55 |
| 2011-04-09 | On the a.out architectures, WEAK_ALIAS does an implicit _C_LABEL() |  deraadt | 1 | -2/+2 |
| 2011-04-04 | Move __cerror to ___cerror with a weak alias so that rthreads can override it. |  guenther | 1 | -2/+4 |
| 2007-10-24 | Change the syscall invocation sequences to no longer fetch the last few |  miod | 1 | -4/+1 |
| 2005-08-07 | zap rcsid. |  espie | 13 | -78/+13 |
| 2004-07-28 | Update stack frame processing after ABI change. |  miod | 1 | -5/+5 |
| 2003-12-25 | Use an unsigned comparison against minbrk. |  miod | 1 | -7/+6 |
| 2003-12-19 | Speed up sbrk() one cycle by removing an unnecessary register shuffling. |  miod | 1 | -4/+3 |
| 2003-12-08 | OR r13, not r9 to match SYS.h; fixes syscall(2) on mvme88k; OK miod@ |  millert | 1 | -3/+3 |
| 2003-10-16 | Only a clown like me could put cerror in the data section by mistake... |  miod | 1 | -4/+3 |
| 2003-09-01 | These files are not necessary anymore. |  miod | 1 | -45/+0 |
| 2003-06-02 | Remove the advertising clause in the UCB license which Berkeley |  millert | 14 | -98/+42 |
| 2003-03-10 | duplicate words and spelling fixes in comments |  david | 1 | -3/+3 |
| 2003-01-16 | Waiter! I asked for a working vfork! |  miod | 1 | -3/+3 |
| 2003-01-07 | Get static rcsid correctly, better style for .S files, trim whitespace. |  miod | 14 | -98/+71 |
| 2003-01-02 | Adapt to recent changes in libc/libc_r wrt weak symbols, so that programs |  miod | 5 | -15/+15 |
| 2003-01-02 | Rename cerror to __cerror and curbrk to __curbrk, to avoid namespace |  miod | 8 | -37/+38 |
| 2002-02-17 | rfork() needs a fork.S-like stub as well; ok art |  deraadt | 1 | -0/+56 |
| 2000-03-01 | $OpenBSD$ |  todd | 13 | -13/+39 |
| 1999-06-07 | replacement pipe() system call; copies data into place inside kernel, so |  deraadt | 1 | -55/+0 |
| 1999-02-09 | Fixed brk() and sbrk(). Removal of old mvme88k dir. |  smurph | 2 | -8/+5 |
| 1999-02-01 | mi ptrace |  d | 1 | -55/+0 |
| 1998-12-15 | correted sigsetjmp, setjump. Fixed MACHINE_ARCH vs. MACHINE stuff. |  smurph | 15 | -0/+845 |