muc.lists.netbsd.sourcechanges
  Home FAQ Contact Sign in
muc.lists.netbsd.sourcechanges only
 
Advanced search
May 2008
motuwethfrsasuw
   1234 18
567891011 19
12131415161718 20
19202122232425 21
262728293031  22
2008
 Jan   Feb   Mar   Apr 
 May   Jun   Jul   Aug 
 Sep   Oct   Nov   Dec 
2008 2007    
total
muc.lists.netbsd.sourcechanges Profile…
RELATED GROUPS

POPULAR GROUPS

more...

 Up
  CVS commit: src/share/locale/time         


Author: Brian Ginsbach
Date: May 16, 2008 21:11

Module Name: src
Committed By: ginsbach
Date: Sat May 17 04:11:30 UTC 2008

Added Files:
src/share/locale/time: Makefile am_ET.UTF-8.src be_BY.CP1131.src
be_BY.CP1251.src be_BY.ISO8859-5.src be_BY.UTF-8.src
bg_BG.CP1251.src bg_BG.UTF-8.src ca_ES.ISO8859-1.src
ca_ES...
Show full article (6.75Kb)
no comments
  CVS commit: src/share/locale/numeric         


Author: Brian Ginsbach
Date: May 16, 2008 21:07

Module Name: src
Committed By: ginsbach
Date: Sat May 17 04:07:30 UTC 2008

Added Files:
src/share/locale/numeric: Makefile af_ZA.ISO8859-1.src am_ET.UTF-8.src
be_BY.CP1251.src bg_BG.CP1251.src ca_ES.ISO8859-1.src
cs_CZ.ISO8859-2.src da_DK.ISO8859-1.src de_DE.ISO8859...
Show full article (3.67Kb)
no comments
  CVS commit: src/share/locale/monetary         


Author: Brian Ginsbach
Date: May 16, 2008 21:05

Module Name: src
Committed By: ginsbach
Date: Sat May 17 04:05:52 UTC 2008

Added Files:
src/share/locale/monetary: Makefile af_ZA.ISO8859-1.src am_ET.UTF-8.src
be_BY.CP1131.src be_BY.CP1251.src be_BY.ISO8859-5.src
be_BY.UTF-8.src bg_BG.CP1251.src bg_BG.UTF-8.src
...
Show full article (5.96Kb)
no comments
  CVS commit: src/share/locale/messages         


Author: Brian Ginsbach
Date: May 16, 2008 20:57

Module Name: src
Committed By: ginsbach
Date: Sat May 17 03:57:52 UTC 2008

Added Files:
src/share/locale/messages: Makefile af_ZA.ISO8859-1.src am_ET.UTF-8.src
be_BY.CP1131.src be_BY.CP1251.src be_BY.ISO8859-5.src
be_BY.UTF-8.src bg_BG.CP1251.src bg_BG.UTF-8.src
...
Show full article (5.38Kb)
no comments
  CVS commit: src         


Author: Brian Ginsbach
Date: May 16, 2008 20:49

Module Name: src
Committed By: ginsbach
Date: Sat May 17 03:49:54 UTC 2008

Modified Files:
src/lib/libc/locale: Makefile.inc _def_time.c setlocale.c
src/sys/sys: localedef.h
Added Files:
src/lib/libc/locale: lcmessages.c lcmessages.h lcmonetary.c
lcmonetary.h lcnumeric.c lcnumeric.h lctime.c lctime.h localeio.c
localeio.h
Removed Files:
src/lib/libc/locale: timeio.c timeio.h

Log Message:
Add support for additional locale categories: LC_MESSAGES, LC_MONETARY,
LC_NUMERIC.

The code used to load LC_TIME was refactored in to a more general routine.
This common routine is now used to load LC_TIME along with the newly added
categories.

Changes discussed with/reviewed by christos.
Show full article (1.67Kb)
2 Comments
  CVS commit: src/sys/dev/sbus         


Author: Michael Lorenz
Date: May 16, 2008 19:00

Module Name: src
Committed By: macallan
Date: Sat May 17 02:00:08 UTC 2008

Modified Files:
src/sys/dev/sbus: agten.c

Log Message:
magic number reduction - no functional change

To generate a diff of this commit:
cvs rdiff -r1.12 -r1.13 src/sys/dev/sbus/agten.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

--
Posted automagically by a mail2news gateway at muc.de e.V.
Please direct questions, flames, donations, etc. to news-admin@muc.de
no comments
  CVS commit: src/sys/arch/sparc/dev         


Author: Michael Lorenz
Date: May 16, 2008 18:30

Module Name: src
Committed By: macallan
Date: Sat May 17 01:30:48 UTC 2008

Modified Files:
src/sys/arch/sparc/dev: ts102.c

Log Message:
struct device * -> device_t

To generate a diff of this commit:
cvs rdiff -r1.11 -r1.12 src/sys/arch/sparc/dev/ts102.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

--
Posted automagically by a mail2news gateway at muc.de e.V.
Please direct questions, flames, donations, etc. to news-admin@muc.de
no comments
  CVS commit: src/sys/arch/sparc/dev         


Author: Michael Lorenz
Date: May 16, 2008 18:00

Module Name: src
Committed By: macallan
Date: Sat May 17 01:00:19 UTC 2008

Modified Files:
src/sys/arch/sparc/dev: ts102.c

Log Message:
cosmetics:
- finally add my copyright, almost 3 year after the fact
- remove a comment that never applied to the NetBSD port of this driver,
only the OpenBSD version

To generate a diff of this commit:
cvs rdiff -r1.10 -r1.11 src/sys/arch/sparc/dev/ts102.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

--
Posted automagically by a mail2news gateway at muc.de e.V.
Please direct questions, flames, donations, etc. to news-admin@muc.de
no comments
  CVS commit: src/sys/arch/sparc/dev         


Author: Michael Lorenz
Date: May 16, 2008 17:45

Module Name: src
Committed By: macallan
Date: Sat May 17 00:45:38 UTC 2008

Modified Files:
src/sys/arch/sparc/dev: cgfourteen.c cgfourteenvar.h

Log Message:
struct device * -> device_t

To generate a diff of this commit:
cvs rdiff -r1.52 -r1.53 src/sys/arch/sparc/dev/cgfourteen.c
cvs rdiff -r1.9 -r1.10 src/sys/arch/sparc/dev/cgfourteenvar.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

--
Posted automagically by a mail2news gateway at muc.de e.V.
Please direct questions, flames, donations, etc. to news-admin@muc.de
no comments
  CVS commit: src/sys/dev/sbus         


Author: Michael Lorenz
Date: May 16, 2008 17:22

Module Name: src
Committed By: macallan
Date: Sat May 17 00:22:31 UTC 2008

Modified Files:
src/sys/dev/sbus: agten.c

Log Message:
don't map more video memory than we really need

To generate a diff of this commit:
cvs rdiff -r1.11 -r1.12 src/sys/dev/sbus/agten.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

--
Posted automagically by a mail2news gateway at muc.de e.V.
Please direct questions, flames, donations, etc. to news-admin@muc.de
no comments
1 2 3 4