index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libc
/
arch
/
powerpc
/
sys
Age
Commit message (
Expand
)
Author
2006-05-18
change __weak_extern to __weak_reference so that gcc4 works.
christos
2006-02-19
make these consistent.
christos
2006-02-18
Move PowerPC compat files from arch/powerpc to compat/arch/powerpc.
matt
2005-06-12
Add missing __RCSID()
lukem
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
2003-10-03
Convert to use register prefixes.
kleink
2003-09-27
Remove __LIBC12_SOURCE
matt
2003-09-27
Invoke the proper signal trampoline depending on SA_SIGINFO.
matt
2003-09-25
Add siginfo signal trampoline.
matt
2003-02-13
Implement pthread_atfork() (in libc, because the required threadlib
nathanw
2003-01-18
Merge the nathanw_sa branch.
thorpej
2002-07-30
Convert to use register prefixes. (0 -> %r0, etc.)
matt
2002-07-09
New __sigaction14() system call stub which registers the signal
thorpej
2001-07-20
Add a __clone(3) entry point for powerpc.
tsubai
2000-12-13
This should convert to syscall but that's too hard. So punt. XXX
matt
2000-09-28
Need an internal name for pipe(2).
kleink
2000-07-07
Add special treatment of shmat(2).
itohy
2000-06-26
Need an internal name for fork().
kleink
2000-06-26
Thinko in previous: we do always use an internal name.
kleink
2000-06-23
Add internal names for brk() and sbrk().
kleink
2000-02-24
Missed in end -> _end cleanup.
kleink
2000-02-23
For consistency with all other ports, clear errno in the prologue to the
kleink
2000-01-27
Support *__errno() indirection.
kleink
1999-08-25
Add __msgctl13(), __semctl13(), and __shmctl13() (symbols are __RENAME()'d
thorpej
1999-03-31
Change references to `end' to `_end' as not to invade (or being invaded by)
kleink
1999-01-14
* On architectures using ELF, and conditionally on those in transition, rename
kleink
1998-12-02
Warn about references to the compatibility vfork() (i.e. the vfork() with
thorpej
1998-12-02
Warn about references to the compatibility() sigaction(), sigpending(),
thorpej
1998-11-24
Add PIC version.
tsubai
1998-10-03
New signal stuff for PowerPC.
tsubai
1998-05-25
Use asm.h defines for symbols
ws
1998-05-25
Remove long obsolete copyright (should have been done before initial import)
ws
1998-02-03
Fix exect(3).
thorpej
1998-01-04
Add syscall stubs for __vfork14(). These are basically copies of Ovfork.S
thorpej
1997-03-29
Architecture-specific bits for libc on the PowerPC. From Wolfgang
thorpej