summaryrefslogtreecommitdiff
path: root/lib/libc/arch/vax/sys
AgeCommit message (Expand)Author
2003-12-26Use an unsigned comparison against minbrk.martin
2003-09-30Enable the SIGINFO trampoline.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-07-26netbsd.org->NetBSD.orgsalo
2003-02-13Implement pthread_atfork() (in libc, because the required threadlibnathanw
2003-01-23Add the *context.? sources to SRCS.matt
2003-01-20Use _ALIGN_TEXT.matt
2003-01-19Add getcontext(2) stub.matt
2003-01-18These files are obsolete; setlogin() is now implemented in C with athorpej
2003-01-18Merge the nathanw_sa branch.thorpej
2002-09-12Fix a signal handler bug originally reported by Hugh Graham some year ago:ragge
2002-07-09New __sigaction14() system call stub which registers the signalthorpej
2002-02-24Change to use a register prefix.matt
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-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
2000-06-26Thinko in previous: we do always use an internal name.kleink
2000-06-23Add internal names for brk() and sbrk().kleink
2000-06-23Delete the leftover _brk entry; as discussed with Ragge.kleink
2000-02-05Implement *__errno() redirection, with help from Matt Thomas.kleink
2000-02-05Implement *__errno() indirection.kleink
1999-08-25Add __msgctl13(), __semctl13(), and __shmctl13() (symbols are __RENAME()'dthorpej
1999-01-14* On architectures using ELF, and conditionally on those in transition, renamekleink
1998-12-02Warn about references to the compatibility vfork() (i.e. the vfork() withthorpej
1998-12-02Warn about references to the compatibility() sigaction(), sigpending(),thorpej
1998-10-20Some changes to disassembly easier without causing any performance penalty.matt
1998-09-30New libc signal handling stuff.ragge
1998-01-04Add syscall stubs for __vfork14(). These are basically copies of Ovfork.Sthorpej
1997-02-04ENTRY() takes two argument now, not one.ragge
1997-02-04ENTRY() takes two argument now, not one.ragge
1996-11-30PROF -> GPROFjtc
1996-11-11Treat reboot() like a normal system call. From PR 2458.mycroft
1995-12-04Didn't take care of errors when return parameter was long long.ragge
1995-04-17Added libc VAX specific files.ragge