summaryrefslogtreecommitdiff
path: root/threadproc/netware/thread.c
Commit message (Expand)AuthorAgeFilesLines
* Axed C++ comments and tabs.fuankg2011-02-181-27/+26
* * Remove unnecessary assignment of pool attribute.rpluem2007-10-131-1/+0
* Fix the typo.jorton2006-08-031-1/+1
* Update license header.jorton2006-08-031-6/+6
* Update copyright year to 2005 and standardize on current copyright owner line.jerenkrantz2005-02-041-1/+2
* Add apr_threadattr_guardsize_set function, which allows changingjorton2004-06-101-0/+6
* Add apr_threadattr_stacksize_set() for overriding the defaulttrawick2004-03-011-0/+7
* Relicense APR under Apache License, Version 2.0jerenkrantz2004-02-131-49/+10
* Namespace protection for include/arch/ header filesthommay2003-01-061-1/+1
* Update copyright notices to 2003.thommay2003-01-011-1/+1
* Implemented the thread_once API's on NetWarebnicholes2002-07-191-2/+6
* Rename all the "cntxt" members of the thread and proc structures tostriker2002-03-191-16/+16
* Update our copyright for this year.fielding2002-03-131-1/+1
* Convert apr_thread_exit(..., apr_status_t *retval) toaaron2001-12-271-3/+5
* Clean up GNU compiler issues on NetWarebnicholes2001-12-111-1/+1
* Added stubs for missing APIsbnicholes2001-11-301-6/+18
* Fixed NetWare thread handling so that it can deal with multiple argumentbnicholes2001-10-051-2/+11
* Fixed apr_thread_create() so that it doesn't require the caller to pass anbnicholes2001-10-041-11/+9
* Updated to generate a thread name if one is not specified and to default tobnicholes2001-09-101-13/+28
* Changed the create thread flags due to changes in the NetWare threading APIsbnicholes2001-08-101-4/+1
* Added a stub for apr_thread_yield()bnicholes2001-08-031-2/+1
* NetWare port of the threadproc functionsbnicholes2001-08-021-0/+245