Next | Query returned 65 messages, browsing 51 to 60 | Previous

History of commit frequency

CVS Commit History:


   2002-10-22 01:36:14 by Nick Hudson | Files touched by this commit (1)
Log message:
Correct the logic around --enable-syscall-hard

Bump PKGREVISION++

Thanks to Rhialto <rhialto at azenomei at knuffel at net> for pointing
this out.

This will probably fix the xmms problems as well.
   2002-10-18 21:22:09 by Johnny C. Lam | Files touched by this commit (1)
Log message:
Fix checks for disabling syscall-hard and properly emit a message for that
case.
   2002-10-14 13:55:15 by Nick Hudson | Files touched by this commit (1)
Log message:
Arrrgh. Missed in previous commit.
   2002-10-14 13:49:57 by Nick Hudson | Files touched by this commit (10) | Package updated
Log message:
Various updates and fixes that I've collected recently:

	* Provide nanosleep(2) and usleep(3) wrappers.

	* Make sure sigprocmask syscalls are used in pth_system.

	* "Fix" FD_SET handling in the select(2) wrapper so that
	  mismatches between pth FD_SETSIZE and user program
	  FD_SETSIZE don't cause problems.

	* Update poll(2) wrapper to be more poll(2) like - in
          particular never return EINVAL for bad file descriptors
	  Thanks to Matthias Drochner for this.

	* Improve error handling in connect(2) wrapper so that we
	  don't confuse the scheduler. This fixes pkg/17944 from
	  Christian Biere (ChristianBiere at gmx dot de)

	* Introduce autoconf handling of the value of FD_SETSIZE
	  used by pth. If we have to hard code a value we might
	  as well make it easy to change and make the inclusion
	  of pth.h or pthread.h by a program that re-defines
	  FD_SETSIZE an error.

	  Inspired by pkg/17944.

	* Fix a compiler warning that I introduced a little while
	  ago.

	* Disable --enable-syscall-hard for non-NetBSD platforms
	  and for pre-1.6/m68k. Make a note of the PRs that need
	  fixing. This closes pkg/18236 from Klaus Heinz (k dot
	  heinz dot sep dot zwei at onlinehome dot de)

The FD_SETSIZE problems would be handled better if pth was changed
to use poll(2), and not select(2), internally.
   2002-10-13 13:31:43 by Thomas Klausner | Files touched by this commit (1)
Log message:
We still need this a bit longer.
   2002-10-13 02:42:20 by Thomas Klausner | Files touched by this commit (1)
Log message:
Unused.
   2002-08-29 21:44:08 by Nick Hudson | Files touched by this commit (1)
Log message:
Fix merge botch after buildlink2 merge.
   2002-08-25 20:40:51 by Johnny C. Lam | Files touched by this commit (380)
Log message:
Merge changes in packages from the buildlink2 branch that have
buildlink2.mk files back into the main trunk.  This provides sufficient
buildlink2 infrastructure to start merging other packages from the
buildlink2 branch that have already been converted to use the buildlink2
framework.
   2002-08-01 15:36:09 by Nick Hudson | Files touched by this commit (3)
Log message:
Apply a fix to the initialization routine so that make test works with
--enable-syscall-hard.

Allow -O2 optimisation of i386 - the reason this was removed is somewhat
bogus.

Bump PKGREVISION.
   2002-08-01 07:58:01 by Johnny C. Lam | Files touched by this commit (1)
Log message:
Really bump the PKGREVISION this time.

Next | Query returned 65 messages, browsing 51 to 60 | Previous