Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move the thread-related .h files to /usr/src/include/, since the | 2017-10-15 | 1 | -53/+0 | |
| | | | | | | | implementation is now spread between libc and librthread. No changes to the content ok mpi@ | ||||
* | Remove prototypes for unimplemented non-portable functions in rthreads. | 2012-03-22 | 1 | -3/+1 | |
| | | | | okay deraadt@ | ||||
* | Remove pthread_suspend* and related functions. This is part of the | 2012-03-22 | 1 | -8/+1 | |
| | | | | rthreads major library bump from last night. okay kettenis@ | ||||
* | Change a debug interface to take const char pointers so we don't ave | 2006-04-09 | 1 | -2/+2 | |
| | | | | | | | | | | to cast away constness whenever we want to pass in a string that is already const -- we copy the string if we want to use it, so having it be non-const in the first place does not make any sense. From tholo@ ok tedu@ | ||||
* | pthead_supsend_all_np and pthread_resume_all_np from freebsd via | 2004-05-01 | 1 | -1/+3 | |
| | | | | | | Kurt Miller <truk at optonline.net>. Kurt says: They're needed for the java hotspot compiler in the 1.3+ jdk OK brad@ | ||||
* | Change read_stackseg_np to work with any thread, not just the current | 2004-01-26 | 1 | -2/+2 | |
| | | | | | thread. Requested by truk at optonline dot net and OK-ed by tedu @. | ||||
* | threaded version of closefrom | 2004-01-15 | 1 | -1/+2 | |
| | | | | | pthread_stackseg_np added. Minor bump for these changes occurred a day or so ago and will not be bumped again | ||||
* | Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. | 2002-02-16 | 1 | -13/+13 | |
| | |||||
* | pthread_main_np prototype | 2001-08-17 | 1 | -1/+2 | |
| | |||||
* | sync with FreeBSD | 1999-11-25 | 1 | -5/+5 | |
| | |||||
* | sync with FreeBSD | 1999-05-26 | 1 | -1/+8 | |
| | |||||
* | missed these too. sigh | 1998-09-05 | 1 | -0/+51 | |