index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
librthread
/
Makefile
Age
Commit message (
Expand
)
Author
2009-11-27
Change threxit() to take a pointer to a pid_t to zero out from the
Philip Guenthe
2009-10-21
Add f*lockfile() routines to librthread
Philip Guenthe
2009-02-20
apparently all the other libraries get linted, so I'll just have to live with it
Ted Unangst
2009-02-20
the lint warnings are more annoying than anything else. we already have a fu...
Ted Unangst
2008-06-05
- Add fork/vfork wrapper functions to reset state in the child process.
Kurt Miller
2006-01-05
add -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare
Marco S Hyman
2006-01-04
Cleanup struct pthread and stack after thread exits. This version does
Otto Moerbeek
2006-01-01
thread stack handling changes. Add guard zones and allow stack
Marco S Hyman
2005-12-31
Add "print debug foo" function safe to use in signal handlers, example:
Marco S Hyman
2005-12-29
Put the existing _np functions into separate file; introduce
Otto Moerbeek
2005-12-25
remove silly alpha comment
Ted Unangst
2005-12-07
add the posix semaphore functions. this lets vlc work.
Ted Unangst
2005-12-03
rcs for the makefile
Ted Unangst
2005-12-03
add userland thread library. incomplete, but functional
Ted Unangst