| Age | Commit message (Expand) | Author |
| 2023-04-02 | Trailing whitespace | skrll |
| 2021-11-24 | Decorate the VAX signal trampoline with the appropriate .cfi | thorpej |
| 2021-10-31 | Tidy up how __sigaction14_sigtramp.c is added to SRCS. | thorpej |
| 2021-10-26 | Merge all MD __sigaction14_sigtramp.c copies into one: | christos |
| 2020-09-29 | s/occurence/occurrence/ | msaitoh |
| 2020-04-18 | Rename "syscall" to "_syscall" and provide "syscall" as a weak alias. | thorpej |
| 2020-01-23 | Fix name of keyword so it will worwk correctly. :) | pgoyette |
| 2018-11-08 | Attempt to implement fabsf by copying fabs and s/d/f/g. | riastradh |
| 2018-11-07 | On ports without __HAVE_LONG_DOUBLE, make fabsl alias fabs. | riastradh |
| 2017-02-07 | Mark exect(3) obsolete and bind it to plain execve(2) on all platforms | kamil |
| 2016-01-24 | use __register_t | christos |
| 2014-03-18 | Merge riastradh-drm2 to HEAD. | riastradh |
| 2013-07-18 | Make __curbrk & __minbrk hidden. | matt |
| 2012-06-25 | Update old-style definitions to ANSI, remove a couple of register | abs |
| 2012-03-22 | vax-specific lint fixes. | christos |
| 2012-02-27 | Make __cerror protected to restore ABI leak in older libc versions, | joerg |
| 2012-01-07 | define _UC_TLSBASE and use it to pass the TLS pointer to setcontext(). | chs |
| 2011-11-21 | gcc 4.5 on vax creates PLT stubs with an entry mask of 0xffc | chs |
| 2011-09-19 | Mark _resumecontext as dead. ANSIfy all declarations for it. | joerg |
| 2011-01-25 | Move IDs into .ident | matt |
| 2010-07-06 | remove almost all the ability to build netbsd with an a.out target. | mrg |
| 2010-03-12 | Add memset to libkern on vax, moving existing memset.S to src/common. | uwe |
| 2009-12-06 | Rename ${SRCS.{alpha,arm,...}.gen} to ${LSRCS.{alpha,arm,...}.gen} because | uebayasi |
| 2009-07-31 | Add the 'abs', 'div' and 'erand48' sources to stdlib/Makefile.inc. | dsl |
| 2009-07-30 | If SRCS contains any .S files then remove the corresponding .c file from | dsl |
| 2009-07-17 | Change all archs so that strchr.[cS] and strrchr.[cS] exist and generate | dsl |
| 2009-06-03 | add _lwp_makecontext for the vax. | christos |
| 2008-08-04 | Add C99 functions imaxabs and imaxdiv. | matt |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2006-12-08 | Sync all resumecontext.c versions with the changes originally made | martin |
| 2006-03-22 | build erand48_ieee754.c on everything but vax | drochner |
| 2006-03-15 | Add strtof(3) and strtold(3); welcome libc 12.137. | kleink |
| 2006-02-22 | Remove unused local variable (re-declared in inner conditional scope). | he |
| 2006-02-19 | make these consistent. | christos |
| 2006-02-18 | Seperate out the compat support for VAX. Also, make references to the | matt |
| 2006-01-25 | Add machine-dependent definitions for gdtoa. | kleink |
| 2005-12-20 | Use reach-over sources from common/lib/libc | christos |
| 2005-09-14 | Patterned after the other fixes for __longjmp14.c, include | he |
| 2005-06-12 | Add missing __RCSID() | lukem |
| 2005-05-03 | Make longjmp on vax not use sigreturn. Instead it rewrites the | matt |
| 2005-04-09 | Start the args after the argc. Return to resumecontext after the entry mask. | matt |
| 2004-06-06 | Revert previous; mhitch has already committed a workaround to ../Makefile.inc. | he |
| 2004-06-06 | It appears necessary to add -I. to CPPFLAGS for nslexer.c. This is | he |
| 2004-06-03 | A -I. is needed by vax; had gotten removed from elsewhere. | mhitch |
| 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-03-23 | Fix <tab> nits. | simonb |
| 2004-03-21 | Change longjmp on VAX (ELF) to use setcontext instead of sigreturn14. | matt |
| 2004-03-04 | * Turn isinf(3) and isnan(3) into C99-style macros. | kleink |