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
/
misc
/
initfini.c
Age
Commit message (
Expand
)
Author
2021-04-20
Instead of compiling files with -fcommon, create an include file and declare
christos
2017-06-17
PR 51654: Don't initialize _dlauxinfo for static binaries.
joerg
2016-11-26
More of previous.
dholland
2016-11-26
fix comment about initialization-time calls; ok joerg
dholland
2013-08-19
Put the startup code in .text.startup
matt
2012-02-16
Add _dlauxinfo helper function to provide access to the ELF auxilary
joerg
2011-03-09
Add TLS support infrastructure. For dynamic binaries, ld.elf_so exports
joerg
2011-03-07
Pass down ELF Auxillary Vectors for static NetBSD binaries too.
joerg
2010-11-14
Improve and simplify implementation of *env(3) functions:
tron
2010-06-28
Ensure that initfini.c is referenced by exit.c. The start up code has to
joerg
2008-04-28
Remove clause 3 and 4 from TNF licenses
martin
2008-02-25
Make the atexit mutex recursive and initialize it in __libc_init()
xtraeme
2008-02-10
Enable the atomic ops in userspace.
ad
2007-11-13
- Make it pass lint.
ad
2007-11-13
- stack_protector.c doesn't really belong under sys/. Add a new directory
ad