Jason McIntyre | 1 Oct 2011 01:32
Picon
Favicon

CVS: cvs.openbsd.org: src

CVSROOT:	/cvs
Module name:	src
Changes by:	jmc <at> cvs.openbsd.org	2011/09/30 17:32:48

Modified files:
	usr.bin/units  : units.lib 

Log message:
add cyprus pounds, maltese lira, slovakian koruna, and slovenian tolar;

Christiano F. Haesbaert | 1 Oct 2011 08:23
Picon
Favicon

CVS: cvs.openbsd.org: src

CVSROOT:	/cvs
Module name:	src
Changes by:	haesbaert <at> cvs.openbsd.org	2011/10/01 00:23:53

Modified files:
	usr.bin/tcpbench: tcpbench.c 

Log message:
Sort the lines on -l output and match the order on the column output.
Also make the -l output go to stdout as it's easier to grep with it,
and set stdout to linebuf.

ok djm <at>  "as long as you add a setlinebuf(stdout) :-)"

Jason McIntyre | 1 Oct 2011 10:33
Picon

Re: CVS: cvs.openbsd.org: src

On Fri, Sep 30, 2011 at 05:32:48PM -0600, Jason McIntyre wrote:
> CVSROOT:	/cvs
> Module name:	src
> Changes by:	jmc <at> cvs.openbsd.org	2011/09/30 17:32:48
> 
> Modified files:
> 	usr.bin/units  : units.lib 
> 
> Log message:
> add cyprus pounds, maltese lira, slovakian koruna, and slovenian tolar;
> 

...just to clarify: this diff merely updates the section of currencies pegged
to the euro (since those countries started using the euro). the list is
on the federal reserve bank (US) web site.

jmc

Jason McIntyre | 1 Oct 2011 11:49
Picon
Favicon

CVS: cvs.openbsd.org: src

CVSROOT:	/cvs
Module name:	src
Changes by:	jmc <at> cvs.openbsd.org	2011/10/01 03:49:51

Modified files:
	usr.bin/units  : units.lib 

Log message:
remove the exchange rate entries for "maltalira" and "slovakkoruna", now
that they are pegged to the euro;

Federico G. Schwindt | 1 Oct 2011 12:26
Picon
Favicon

CVS: cvs.openbsd.org: src

CVSROOT:	/cvs
Module name:	src
Changes by:	fgsch <at> cvs.openbsd.org	2011/10/01 04:26:59

Added files:
	regress/lib/libpthread/signals: Makefile Makefile.inc 
	regress/lib/libpthread/signals/pthread_join: Makefile 
	                                             pthread_join.c 
	regress/lib/libpthread/signals/pthread_mutex_lock: Makefile 
	                                                   pthread_mutex_lock.c 

Log message:
Add tests to check signal handling during pthread_join(3) and
pthread_mutex_lock(3). Currently failing.

Federico G. Schwindt | 1 Oct 2011 12:27
Picon
Favicon

CVS: cvs.openbsd.org: src

CVSROOT:	/cvs
Module name:	src
Changes by:	fgsch <at> cvs.openbsd.org	2011/10/01 04:27:44

Modified files:
	regress/lib/libpthread: Makefile 

Log message:
enter signals.

Federico G. Schwindt | 1 Oct 2011 13:00
Picon
Favicon

CVS: cvs.openbsd.org: src

CVSROOT:	/cvs
Module name:	src
Changes by:	fgsch <at> cvs.openbsd.org	2011/10/01 05:00:38

Modified files:
	regress/lib/libpthread/close: close.c 
	regress/lib/libpthread/sigmask: sigmask.c 
	regress/lib/libpthread/sigwait: sigwait.c 

Log message:
fix some checks.

Miod Vallat | 1 Oct 2011 14:25
Picon
Favicon

CVS: cvs.openbsd.org: www

CVSROOT:	/cvs
Module name:	www
Changes by:	miod <at> cvs.openbsd.org	2011/10/01 06:25:47

Modified files:
	.              : sparc.html 

Log message:
typo

Jason McIntyre | 1 Oct 2011 16:55
Picon
Favicon

CVS: cvs.openbsd.org: src

CVSROOT:	/cvs
Module name:	src
Changes by:	jmc <at> cvs.openbsd.org	2011/10/01 08:55:37

Modified files:
	usr.bin/units  : units.lib 

Log message:
provide the exchange rate for those currencies listed in the federal
reserve section (i'll get to the others sometime), as of 23.9.11. i've
also updated the website link, and the date of the exchange rate.

because the rates given on the federal reserve website are in currency
units per US dollar, and units(1) needs US dollars per currency unit,
there is an additional layer of conversion and rounding (and work) to
perform. i have side stepped that by prefixing all the amounts by "1|"
to let units(1) do the work. for whatever reason, four currencies are
given in US dollars per currency unit and do not need this.

Robert Nagy | 1 Oct 2011 18:13
Picon
Favicon

CVS: cvs.openbsd.org: xenocara

CVSROOT:	/cvs
Module name:	xenocara
Changes by:	robert <at> cvs.openbsd.org	2011/10/01 10:13:08

Modified files:
	dist/Mesa/src/mesa/drivers/dri/common: dri_util.c 
	dist/Mesa/src/mesa/drivers/dri/intel: intel_screen.c 

Log message:
Fix an X server crash when starting GLX 1.3 apps;
https://bugs.freedesktop.org/show_bug.cgi?id=29091

ok matthieu <at> , oga <at> 


Gmane