summaryrefslogtreecommitdiff
path: root/lib/libc/arch/vax
AgeCommit message (Expand)Author
2003-12-26Use an unsigned comparison against minbrk.martin
2003-10-30Pasto.kleink
2003-10-29C99 7.12.3.2: add library portions of isfinite, but don't build these justkleink
2003-10-25Add __infinityf and __infinityl, float respectively long double analogskleink
2003-09-30Enable the SIGINFO trampoline.matt
2003-09-28Deal with changed filename.matt
2003-09-27Since this a signal trampoline #2, make that's in the file name.matt
2003-08-24execl, execle and execlp must be weak-aliased.ragge
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-08-01Rework how dependency generation is performed:lukem
2003-07-26netbsd.org->NetBSD.orgsalo
2003-05-17Build _isinfl() and _isnanl().thorpej
2003-05-17Add _isinfl() and _isnanl() routines, currently for internal use only.thorpej
2003-02-13Implement pthread_atfork() (in libc, because the required threadlibnathanw
2003-01-23Add the *context.? sources to SRCS.matt
2003-01-20Make sure r0 in the saved context is 0.matt
2003-01-20Use _ALIGN_TEXT.matt
2003-01-19Add getcontext(2) stub.matt
2003-01-19Add the VAX versions of these.matt
2003-01-18These files are obsolete; setlogin() is now implemented in C with athorpej
2003-01-18Merge the nathanw_sa branch.thorpej
2002-10-26Split isnan() into its own file.thorpej
2002-09-12Rename __sigtramp1.S to __sigtramp.S.ragge
2002-09-12Fix a signal handler bug originally reported by Hugh Graham some year ago:ragge
2002-07-10Enable the libc-provided signal trampoline. The old __sigaction14thorpej
2002-07-09New __sigaction14() system call stub which registers the signalthorpej
2002-06-23Add modffmatt
2002-05-26Revert previous: .S files are currently compiled with -traditional-cpp,wiz
2002-05-26__STDC__ is always defined on NetBSD.wiz
2002-03-30Put R6 back in the save and adjust frame size for it. Don't save thematt
2002-03-30Put R6 back in save mask (to make mask used by PLT routines). Adjust framematt
2002-03-28Fix a few wrong register uses. (at least I know it works now. :)matt
2002-03-27Don't build old 1.3 compat jmp stuff for ELF.matt
2002-02-24Missed an sp in the great %sp cleanup.matt
2002-02-24Change to use a register prefix.matt
2002-02-19Adjust for changes to __infinity decl.thorpej
2002-01-14* Add WSYSCALL() to SYS.h, which creates a system call with anthorpej
2001-09-06change "pushl [r0](ap)" ---> "pushl (ap)[r0]" ... the old versionchuck
2001-07-20Add __clone(2) for VAX.matt
2001-07-01These are too simple to not have in assembler. Also shrunk the libs withragge
2001-05-05Shameless hack to reference end when using a.out and _end when using ELF.kleink
2000-12-13Add a VAX version of __syscall. XXX Doesn't handle if syscall number ismatt
2000-09-28Need an internal name for pipe(2).kleink
2000-09-13check LIBC_SCCSmsaitoh
2000-08-07Fix some ELF/a.out lossagematt
2000-07-07Add special treatment of shmat(2).itohy
2000-07-01Fix a major botch in 1.4 (which I did not do) which broke _brk and malloc.matt
2000-06-30Fix some bugs and clean up for ELF & a.out supportmatt
2000-06-28Make these work with either a.out or ELF.matt
2000-06-26Need an internal name for fork().kleink