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
/
libpthread
/
uthread
/
uthread_init.c
Age
Commit message (
Expand
)
Author
2007-06-05
_FD_LOCK/UNLOCK() is libpthread specific and not needed for librthread, so
Kurt Miller
2007-05-21
clean up lint warnings related to the nfds_t type. okay marc@ millert@
Kurt Miller
2007-05-18
Eliminate many lint warnings by either: using the appropriate type,
Kurt Miller
2007-04-27
Use rlimit nofiles max to size fd/fdp tables instead of cur. Fixes
Kurt Miller
2006-04-09
Change a debug interface to take const char pointers so we don't ave
Kenneth R Westerback
2006-03-06
Add _thread_atexit_lock and _thread_atexit_unlock to the list of
Otto Moerbeek
2005-10-30
Add pthread_atfork(3)
Brad Smith
2004-06-07
major bump to libc and libpthread to break the dependency of a
Marco S Hyman
2004-01-15
threaded version of closefrom
Marco S Hyman
2003-10-22
Add wrapper for kqueue() to keep track of the allocated fd and allow it to
Brad Smith
2003-05-13
Add support for blocking thread switches during dlopen and other
Marco S Hyman
2003-02-04
Part 1 of thread fd handling fixes. In the new scheme fd_table_entries
Marco S Hyman
2003-01-31
Create a siginfo_t for thread-to-thread kill.
Marco S Hyman
2003-01-20
remove libc_r mention in comment
Marco S Hyman
2002-11-08
Do not try to initialize entries in the fd table before the table
Marco S Hyman
2002-11-07
Add needed table of strong functions that override weak functions
Marco S Hyman
2002-10-30
removes duplicate functions and factor out common code so the needed (but
Marco S Hyman
2002-10-30
signal handling changes. This corrects several signal
Marco S Hyman
2002-02-21
account for the process signal mask when dealing with signals; tested
Federico G. Schwindt
2002-01-17
when alloc'ing the ready queue, make it big enough.
Federico G. Schwindt
2001-12-31
More changes from FreeBSD, including:
Federico G. Schwindt
2001-12-11
More sync with freebsd code; join related code this time.
Federico G. Schwindt
2001-12-08
Partially sync with FreeBSD; mostly pthread_cancel(3) related changes.
Federico G. Schwindt
2001-09-04
put changes back, this time ALL the files.
Federico G. Schwindt
2001-08-30
Back out fgsch@'s tree breaking commits.
Todd T. Fries
2001-08-30
fix some const warnings.
Federico G. Schwindt
2001-08-29
More sync with FreeBSD.
Federico G. Schwindt
2000-02-26
uninitialised fields
David Leonard
2000-01-06
volatile
David Leonard
1999-11-25
sync with FreeBSD
David Leonard
1999-05-26
sync with FreeBSD
David Leonard
1999-01-17
pthread_cancel() and cancellation points
David Leonard
1999-01-10
export symbol to kernel thread for gdb; ident; fix lock initialisation
David Leonard
1998-12-23
rename linkage variable to match freebsd
David Leonard
1998-12-21
resource stats; force linkage with uthread_autoinit.c; name kern and init thr...
David Leonard
1998-12-10
split automatic init into own file
David Leonard
1998-11-20
sync with freebsd
David Leonard
1998-11-09
sync with FreeBSD (rwlock, gc thread, man pages)
David Leonard
1998-08-27
experimental threaded libc - kernel only
David Leonard