summaryrefslogtreecommitdiffstats
path: root/lib/libpthread (follow)
Commit message (Expand)AuthorAgeFilesLines
* document [EBUSY];jmc2005-02-091-1/+5
* typo; from axel andersson;jmc2005-02-011-2/+2
* Grab the current time before calculating thread wake-up time.marc2005-01-281-19/+9
* Add debug support.kettenis2005-01-232-2/+7
* Avoid using void pointers in additive expressionsbrad2004-12-121-2/+4
* * make sure we leave the thread's cancellation point before we returnpat2004-11-303-4/+10
* Convert float register save to new 64 bit ABI requirements.pefo2004-11-022-14/+58
* Allow thread in FD{R,W}_WAIT states to be suspended.marc2004-09-181-2/+12
* couple of changes (int -> long) to handle 64 bits.pefo2004-09-093-44/+45
* mips->mips64pefo2004-08-115-5/+5
* mips->mips64. ok deraadt@pefo2004-08-111-2/+2
* errno changes, lib major version bumps, and general flag daymarc2004-07-131-1/+1
* hsearch API/ABI u_int -> size_t -> crank majors; ok millertderaadt2004-06-241-1/+1
* missing include; ok marc@.xsa2004-06-081-1/+2
* major bump to libc and libpthread to break the dependency of amarc2004-06-078-135/+142
* libc major number crankmillert2004-05-031-2/+2
* bump minor for new functions. Reminder from brad@marc2004-05-021-1/+1
* pthead_supsend_all_np and pthread_resume_all_np from freebsd viamarc2004-05-017-129/+255
* refresh curthread after a thread switch so it points to the realmarc2004-04-131-1/+11
* ansibrad2004-04-101-5/+2
* stylebrad2004-04-101-2/+2
* When poll(2)'ing for readability or writability of a file descriptorbrad2004-04-091-3/+7
* remove old libc_r related chunk of the Makefilebrad2004-04-091-31/+1
* Apply patch from guenther at mho.com (pr3730) that fixes a doublemarc2004-04-061-2/+4
* slow_atomic_lock.c is only used by mips; marc@ okmickey2004-04-021-1/+4
* Use double load/store instructions whenever possible.miod2004-03-022-72/+45
* 88k uthread stuff. some regress succeeds, a few others still fail. Thisderaadt2004-02-274-2/+188
* change amd64's MACHINE_ARCH from x86_64 to amd64. There are many manyderaadt2004-02-274-248/+0
* Apply my copyrights to these files which I wrote. none of the olddrahn2004-02-252-4/+50
* copyrightsderaadt2004-02-258-4/+116
* initial working pthreads support from sparc64, done with drahn. there arederaadt2004-02-258-20/+298
* Sync closer to FreeBSD's pthread.h. Fixes up some prototypesbrad2004-02-241-31/+29
* add pthread_attr_[get|set]stackbrad2004-02-225-4/+129
* Some cleanup of pthread.h. Don't conditionalizebrad2004-02-221-40/+1
* if cpu has fxsr, use fxsave instead; ok marcderaadt2004-02-212-11/+45
* Implement the arm pthreads pieces, only two regress fails, preemption_floatdrahn2004-02-212-158/+95
* fixes function parameters to match the man page as wellbrad2004-02-161-2/+5
* Add missing const for function parameters to match POSIX.brad2004-02-165-11/+11
* Add copyright to code where I forgot, thx wouter.drahn2004-02-091-2/+27
* Add arm support files for libpthread.drahn2004-02-094-0/+250
* remove silly stub file for alpha and only try to compile _atomic_lock.cbrad2004-02-062-8/+5
* remove sparcv9 code.brad2004-02-021-8/+2
* sparc -> sparc64brad2004-02-023-6/+10
* Add a simple work-around for deadlocking on recursivebrad2004-02-012-47/+85
* the rest of the libs stuff; from art@ againmickey2004-01-288-0/+106
* remove redundant prototypes for pthread_[gs]etconcurrencybrad2004-01-271-3/+1
* Change read_stackseg_np to work with any thread, not just the currentmarc2004-01-263-10/+9
* use new .St macro;jmc2004-01-252-4/+4
* Fix -Wsign-compare warnings pointed out by kevlo@, ok marc@millert2004-01-191-6/+6
* don't include bsd.own.mk, it's included at the top of bsd.lib.mkmarc2004-01-181-2/+1