2003-07-12 15:17:58 by Dieter Baron | Files touched by this commit (4) |
Log message:
use TEST_TARGET instead of custom test target
|
2003-06-02 03:21:53 by Jan Schaumann | Files touched by this commit (1131) |
Log message:
Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
|
2003-05-06 19:43:16 by Julio Merino | Files touched by this commit (726) |
Log message:
Drop trailing whitespace. Ok'ed by wiz.
|
2003-05-02 13:49:49 by Thomas Klausner | Files touched by this commit (14) |
Log message:
Update to 2.0.0, supplied by skrll@netbsd.
Changes:
*) Make pth_poll(3) more compliant to POSIX.1-2001/SUSv3 poll(2).
*) Make pth_select(3) more compliant to POSIX.1-2001/SUSv3 select(2).
*) Replaced pth_event_occurred() with pth_event_status().
*) Add Autoconf option --with-fdsetsize=NUM for enlarging FD_SETSIZE.
*) Added thread attribute PTH_ATTR_DISPATCHES.
*) Added sub-API pth_uctx_* for user-space context switching.
*) Add a Pth variant of the new POSIX pselect(2) function.
*) Internally cleaned up the error handling macros.
*) Added POSIX-compliant sanity checks for bad fds.
*) Added pth_nanosleep() function.
*) Allow a NULL name for pth_msgport_create()
*) Completely rewrote the "hard syscall mapping".
*) Added support to pth_poll(3) for POLLD{RD,WR}{NORM,BAND}.
*) Fixed a long-standing termination bug in pth_exit(3).
*) Upgraded to Autoconf 2.57, Shtool 1.6.2 and Libtool 1.4.3.
*) Add optional support for OSSP ex based exception handling.
|
2003-02-04 18:31:18 by Matthias Drochner | Files touched by this commit (3) |
Log message:
PTH_SYSCALL_HARD's fork() replacement didn't work on archs where the
system call's return values are postprocessed by the libc stub
(eg alpha).
Change pth to call libc's internal _fork(). This is only available
since NetBSD-1.5, older releases are SOL -- sorry, but we need something
working for 1.6.1.
We should audit all the PTH_SYSCALL_HARD plugins whether they neglect
libc assembler magic...
bump PKGREVISION
|
2002-12-24 21:19:55 by Thomas Klausner | Files touched by this commit (1) |
Log message:
Unused.
|
2002-12-10 16:09:43 by Matthias Drochner | Files touched by this commit (1) |
Log message:
add a commented out switch to build a debugging version
|
2002-11-26 22:42:49 by Nick Hudson | Files touched by this commit (5) |
Log message:
Improve error handling. Patches backported from pth -current.
PKGREVISION++
This fixes PR 19162 from Ingolf Steinbach.
|
2002-10-23 12:18:12 by Matthias Drochner | Files touched by this commit (1) |
Log message:
a serious bug was fixed, so bump PKGREVISION
(suggested by Thomas Klausner and Martti Kuparinen)
|
2002-10-23 12:04:17 by Matthias Drochner | Files touched by this commit (2) |
Log message:
fix botch in a fd_set boundary check which broke uses of
select(0,0,0,0,&to) as finegrained delay
|