llow'/>
summaryrefslogtreecommitdiff
path: root/lib/libc/arch/ns32k/sys
AgeCommit message (Expand)Author
2008-01-09Remove support for NetBSD/pc532.simonb
2006-05-18change __weak_extern to __weak_reference so that gcc4 works.christos
2006-03-11Welcome to the new compat layout.christos
2006-02-19make these consistent.christos
2005-06-12Add missing __RCSID()lukem
2004-03-26the WARN_REFERENCES text "include <signal.h> for correct reference" is pointlessdrochner
2004-03-26fix references to the syscall formerly known as SYS___sigreturn14drochner
2004-03-23save errno while trying to install a !SA_SIGINFO trampoline -- thisdrochner
2003-11-13-traditional-cpp and spaces after commas is not a happy combination.simonb
2003-11-11Need weak aliases here.simonb
2003-11-11Add #ifdef __weak_alias around use of __weak_alias.simonb
2003-11-11Fix tyop.simonb
2003-11-06This is the last part of siginfo support for pc532. Simon will make thischristos
2003-11-06siginfo trampoline addition. This is not used until simon verifies that itchristos
2003-02-13Implement pthread_atfork() (in libc, because the required threadlibnathanw
2003-01-21Add ns32k ucontext userland portions. Untested, but compiled in thekleink
2003-01-18These files are obsolete; setlogin() is now implemented in C with athorpej
2002-07-09New __sigaction14() system call stub which registers the signalthorpej
2001-08-08__clone stub for ns32k. Basic code taken from m68k.matthias
2001-07-20This is just a RSYSCALL.matthias
2000-12-29Implement 64 bit version of syscall.matthias
2000-10-02_SYSCALL() argument order botch in previous.kleink
2000-09-28Need an internal name for pipe(2).kleink
2000-07-07Add special treatment of shmat(2).itohy
2000-06-26Need an internal name for fork().kleink
2000-06-26Thinko in previous: we do always use an internal name.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-09-29ns32k signal changes.thorpej
1998-04-19shutdown is using exect and what we had here made shutdown fail withmatthias
1998-01-04Add syscall stubs for __vfork14(). These are basically copies of Ovfork.Sthorpej
1997-05-08* Add correct $NetBSD$ headers everywhere.matthias
1996-11-30PROF -> GPROFjtc
1996-11-11Treat reboot() like a normal system call. From PR 2458.mycroft