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
/
libc_r
Age
Commit message (
Expand
)
Author
2002-01-19
Instead of ifdef around ENOTSUP, move it to pthread_private.h and make
Federico G. Schwindt
2002-01-19
From FreeBSD: correct priority handling.
Federico G. Schwindt
2002-01-18
From FreeBSD: sem_XXX implementation; manpages comming in a bit.
Federico G. Schwindt
2002-01-18
tab vs. spaces
Federico G. Schwindt
2002-01-18
while im here, move the ifndef _SCHED_H_ after the copyright message.
Federico G. Schwindt
2002-01-18
From FreeBSD: header for POSIX 1003.1b semaphores.
Federico G. Schwindt
2002-01-17
when alloc'ing the ready queue, make it big enough.
Federico G. Schwindt
2002-01-17
remove duplicated Id tag; spotted by miod@.
Federico G. Schwindt
2002-01-15
o no more NOPOLL.
Federico G. Schwindt
2002-01-14
Do not create sys_aliases.c for elf systems; tested at some extent
Federico G. Schwindt
2002-01-10
Change 1st arg in pthread_attr_getdetachstate to const.
Federico G. Schwindt
2002-01-10
From FreeBSD: fix conversion from msec to timespec.
Federico G. Schwindt
2002-01-04
Let's start by making the stack pointer 64 bit and nobody will get hurt.
Artur Grabowski
2002-01-04
comment out the pending signals check by now; it was not suppose to be
Federico G. Schwindt
2002-01-02
correct fram size.
Artur Grabowski
2002-01-02
fp and pc are 64 bit.
Artur Grabowski
2002-01-02
fp and pc are 64 bit.
Artur Grabowski
2002-01-02
fpathconf(2) returns long.
Federico G. Schwindt
2001-12-31
More changes from FreeBSD, including:
Federico G. Schwindt
2001-12-30
call pthread_sigmask() instead of having the code twice.
Federico G. Schwindt
2001-12-20
From FreeBSD:
Federico G. Schwindt
2001-12-20
sync with freebsd.
Federico G. Schwindt
2001-12-19
More sync.
Federico G. Schwindt
2001-12-18
sigh, do it right.
Federico G. Schwindt
2001-12-18
Fix func decl. in comment.
Federico G. Schwindt
2001-12-18
Allow the scheduler to return to the signal handler and the signal
Marco S Hyman
2001-12-18
Software invoked traps should use the ST_ versions of the trap number
Marco S Hyman
2001-12-11
More sync with freebsd code; join related code this time.
Federico G. Schwindt
2001-12-08
sync with freebsd.
Federico G. Schwindt
2001-12-08
Partially sync with FreeBSD; mostly pthread_cancel(3) related changes.
Federico G. Schwindt
2001-12-07
o point pthread_setcancel(type|state) manpages where they belong.
Federico G. Schwindt
2001-11-12
a better fix for recursive mutex.
Federico G. Schwindt
2001-11-12
This fixes the recursive mutex problem with pthreads.
Marco S Hyman
2001-11-09
Fix problem found by espie (and other porters) where
Marco S Hyman
2001-11-05
Don't change the state of a thread as a result of a signal that is
Marco S Hyman
2001-11-02
fix typo in thread status flags
Marco S Hyman
2001-11-02
Fix signal dispatching. No-one has reported any probs (other than
Marco S Hyman
2001-10-30
Add note to BUGS section regarding linking with -ggdb vs -g
Marco S Hyman
2001-10-30
mprotect allocations sized at 0 bytes. This will cause a fault for access
Thierry Deval
2001-10-28
Describe all the thread status flags. Describe the two
Marco S Hyman
2001-10-24
syslog_r() implementation. deraadt@ ok.
Jean-Jacques Bernard-Gundol
2001-10-01
new rmd160 implementation. based on
Markus Friedl
2001-09-10
Enough for libc_r on sparc64 to build (this stuff is mostly taken from sparc,
Jason Wright
2001-09-10
Our gcc defines __sparcv9__ not __sparc_v9__
Jason Wright
2001-09-05
and fix PTL site.
Federico G. Schwindt
2001-09-05
Rearrange and add missing ports based on recent 'Use threads' commits.
Federico G. Schwindt
2001-09-05
add getpw*_r to the list; from brad@
Federico G. Schwindt
2001-09-05
Add getaddrinfo(3) and gethostby*_r(3) to the list.
Federico G. Schwindt
2001-09-04
Use _waitq_remove() and _waitq_insert() always; from FreeBSD.
Federico G. Schwindt
2001-09-04
put changes back, this time ALL the files.
Federico G. Schwindt
[next]