summaryrefslogtreecommitdiffstats
path: root/lib/libkse/thread/thr_init.c
Commit message (Expand)AuthorAgeFilesLines
* add pthread_cancel, obtained from OpenBSD.alfred1999-11-281-0/+5
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Fix thread initialization to allow for the case where stdio filedeischen1999-08-051-8/+12
* Use USRSTACK (defined in <machine/vmparam.h>) to get top of the initial stack.dt1999-07-121-3/+4
* Modify previous changes to conform better to libc_r's coding style.jasone1999-07-111-4/+6
* Always use growable thread stacks on the i386. The VM_STACK kernel optionjasone1999-07-061-4/+2
* Use growable stacks for thread stacks that are the default stack size.jasone1999-07-051-15/+28
* Fix few warnings on the alpha.dt1999-06-231-2/+2
* In the words of the author:jb1999-06-201-10/+43
* [ The author's description... ]jb1999-03-231-5/+33
* Move the cleanup code that frees memory allocated for a dead thread fromjb1998-09-301-0/+5
* Add extra initialisation code that is required for processes thatjb1998-08-101-1/+29
* Change signal model to match POSIX (i.e. one set of signal handlersjb1998-04-291-33/+22
* Fixes from Jeremy Allison and Terry Lambert for pthreads:julian1998-02-131-1/+35
* Fixed overallocation of _thread_fd_table.alex1997-05-131-1/+1
* Submitted by: John Birrelljulian1997-02-051-3/+17
* Submitted by: John Birrell <cimaxp1!jb@werple.net.au>julian1996-08-201-12/+0
* Added a new module "uthread_autoinit.cc". This is a small C++ module.jdp1996-02-171-0/+12
* Reviewed by: julianjulian1996-01-221-0/+214
OpenPOWER on IntegriCloud