CVS commit: src

2012-04-21 Thread Bernd Ernesti
Module Name:src
Committed By:   veego
Date:   Sat Apr 21 08:28:00 UTC 2012

Modified Files:
src: Makefile

Log Message:
Add usr.bin to the exclude list for make includes.
This is no longer needed after flex was moved to the external framework.


To generate a diff of this commit:
cvs rdiff -u -r1.291 -r1.292 src/Makefile

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



CVS commit: src/lib/libcurses

2012-04-21 Thread Brett Lymn
Module Name:src
Committed By:   blymn
Date:   Sat Apr 21 11:32:00 UTC 2012

Modified Files:
src/lib/libcurses: inchstr.c

Log Message:
Remove trailing whitespace


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/lib/libcurses/inchstr.c

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



CVS commit: src/lib/libcurses

2012-04-21 Thread Brett Lymn
Module Name:src
Committed By:   blymn
Date:   Sat Apr 21 11:33:16 UTC 2012

Modified Files:
src/lib/libcurses: inchstr.c refresh.c

Log Message:
Fix build break if curses is built without wide char support


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/lib/libcurses/inchstr.c
cvs rdiff -u -r1.75 -r1.76 src/lib/libcurses/refresh.c

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



CVS commit: src

2012-04-21 Thread Roy Marples
Module Name:src
Committed By:   roy
Date:   Sat Apr 21 12:27:30 UTC 2012

Modified Files:
src/distrib/sets/lists/comp: mi
src/distrib/sets/lists/man: mi
src/doc: RESPONSIBLE
src/games/backgammon/backgammon: backgammon.6
src/lib/libc/gen: cgetcap.3 getttyent.3
src/lib/libc/sys: issetugid.2
src/lib/libcurses: Makefile acs.c curses.3 curses.h curses_input.3
curses_screen.3 curses_termcap.3 getch.c keymap.h setterm.c
src/libexec/getty: gettytab.5 ttys.5
src/share/man/man3: intro.3
src/share/man/man4: filemon.4 wscons.4
src/share/man/man4/man4.amiga: ite.4
src/share/man/man4/man4.sparc: cgsix.4
src/share/man/man5: Makefile disktab.5 passwd.5 printcap.5 remote.5
src/share/man/man7: hier.7
src/share/man/man8: rescue.8
src/usr.bin/cap_mkdb: cap_mkdb.1
src/usr.bin/chpass: chpass.1
src/usr.bin/crunch/examples: fixit.conf really-big.conf
src/usr.bin/menuc/testm: Makefile
src/usr.bin/spell/spell: special.netbsd
src/usr.bin/tabs: tabs.1
src/usr.bin/tput: tput.1
src/usr.bin/tset: Makefile set.c tset.1
src/usr.bin/ul: ul.1
src/usr.bin/vgrind: vgrind.1 vgrindefs.5
src/usr.sbin/bootp/bootpd: ConvOldTab.sh bootptab.5
src/usr.sbin/isdn/isdnd: isdnd.8
src/usr.sbin/rtadvd: rtadvd.conf.5
Added Files:
src/share/man/man5: capfile.5
Removed Files:
src/usr.bin/tset: wrterm.c

Log Message:
Add capfile(5) to describe the termcap format.
Adjust various man pages and other documentation to point to capfile(5)
instead of termcap(5).
Remove getcap(3) as curses hasn't been building it for a long time.
Punt wrterm.c as tset no longer uses it.


To generate a diff of this commit:
cvs rdiff -u -r1.1754 -r1.1755 src/distrib/sets/lists/comp/mi
cvs rdiff -u -r1.1387 -r1.1388 src/distrib/sets/lists/man/mi
cvs rdiff -u -r1.97 -r1.98 src/doc/RESPONSIBLE
cvs rdiff -u -r1.12 -r1.13 src/games/backgammon/backgammon/backgammon.6
cvs rdiff -u -r1.6 -r1.7 src/lib/libc/gen/cgetcap.3
cvs rdiff -u -r1.18 -r1.19 src/lib/libc/gen/getttyent.3
cvs rdiff -u -r1.11 -r1.12 src/lib/libc/sys/issetugid.2
cvs rdiff -u -r1.66 -r1.67 src/lib/libcurses/Makefile
cvs rdiff -u -r1.19 -r1.20 src/lib/libcurses/acs.c
cvs rdiff -u -r1.62 -r1.63 src/lib/libcurses/curses.3
cvs rdiff -u -r1.103 -r1.104 src/lib/libcurses/curses.h
cvs rdiff -u -r1.21 -r1.22 src/lib/libcurses/curses_input.3
cvs rdiff -u -r1.14 -r1.15 src/lib/libcurses/curses_screen.3
cvs rdiff -u -r1.5 -r1.6 src/lib/libcurses/curses_termcap.3
cvs rdiff -u -r1.58 -r1.59 src/lib/libcurses/getch.c
cvs rdiff -u -r1.3 -r1.4 src/lib/libcurses/keymap.h
cvs rdiff -u -r1.48 -r1.49 src/lib/libcurses/setterm.c
cvs rdiff -u -r1.35 -r1.36 src/libexec/getty/gettytab.5
cvs rdiff -u -r1.17 -r1.18 src/libexec/getty/ttys.5
cvs rdiff -u -r1.25 -r1.26 src/share/man/man3/intro.3
cvs rdiff -u -r1.7 -r1.8 src/share/man/man4/filemon.4
cvs rdiff -u -r1.29 -r1.30 src/share/man/man4/wscons.4
cvs rdiff -u -r1.9 -r1.10 src/share/man/man4/man4.amiga/ite.4
cvs rdiff -u -r1.13 -r1.14 src/share/man/man4/man4.sparc/cgsix.4
cvs rdiff -u -r1.68 -r1.69 src/share/man/man5/Makefile
cvs rdiff -u -r0 -r1.1 src/share/man/man5/capfile.5
cvs rdiff -u -r1.11 -r1.12 src/share/man/man5/disktab.5 \
src/share/man/man5/remote.5
cvs rdiff -u -r1.28 -r1.29 src/share/man/man5/passwd.5
cvs rdiff -u -r1.25 -r1.26 src/share/man/man5/printcap.5
cvs rdiff -u -r1.99 -r1.100 src/share/man/man7/hier.7
cvs rdiff -u -r1.6 -r1.7 src/share/man/man8/rescue.8
cvs rdiff -u -r1.17 -r1.18 src/usr.bin/cap_mkdb/cap_mkdb.1
cvs rdiff -u -r1.24 -r1.25 src/usr.bin/chpass/chpass.1
cvs rdiff -u -r1.2 -r1.3 src/usr.bin/crunch/examples/fixit.conf
cvs rdiff -u -r1.4 -r1.5 src/usr.bin/crunch/examples/really-big.conf
cvs rdiff -u -r1.16 -r1.17 src/usr.bin/menuc/testm/Makefile
cvs rdiff -u -r1.2 -r1.3 src/usr.bin/spell/spell/special.netbsd
cvs rdiff -u -r1.2 -r1.3 src/usr.bin/tabs/tabs.1
cvs rdiff -u -r1.15 -r1.16 src/usr.bin/tput/tput.1
cvs rdiff -u -r1.6 -r1.7 src/usr.bin/tset/Makefile
cvs rdiff -u -r1.16 -r1.17 src/usr.bin/tset/set.c
cvs rdiff -u -r1.18 -r1.19 src/usr.bin/tset/tset.1
cvs rdiff -u -r1.9 -r0 src/usr.bin/tset/wrterm.c
cvs rdiff -u -r1.10 -r1.11 src/usr.bin/ul/ul.1
cvs rdiff -u -r1.15 -r1.16 src/usr.bin/vgrind/vgrind.1
cvs rdiff -u -r1.10 -r1.11 src/usr.bin/vgrind/vgrindefs.5
cvs rdiff -u -r1.2 -r1.3 src/usr.sbin/bootp/bootpd/ConvOldTab.sh
cvs rdiff -u -r1.6 -r1.7 src/usr.sbin/bootp/bootpd/bootptab.5
cvs rdiff -u -r1.11 -r1.12 src/usr.sbin/isdn/isdnd/isdnd.8
cvs rdiff -u -r1.16 -r1.17 src/usr.sbin/rtadvd/rtadvd.conf.5

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



CVS commit: src/lib/libcurses

2012-04-21 Thread Roy Marples
Module Name:src
Committed By:   roy
Date:   Sat Apr 21 14:39:35 UTC 2012

Modified Files:
src/lib/libcurses: Makefile

Log Message:
Fix build


To generate a diff of this commit:
cvs rdiff -u -r1.67 -r1.68 src/lib/libcurses/Makefile

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



CVS commit: [netbsd-5] src

2012-04-21 Thread Jeff Rizzo
Module Name:src
Committed By:   riz
Date:   Sat Apr 21 15:52:55 UTC 2012

Modified Files:
src/crypto/dist/openssl/crypto [netbsd-5]: mem.c
src/crypto/dist/openssl/crypto/asn1 [netbsd-5]: a_d2i_fp.c
src/crypto/dist/openssl/crypto/buffer [netbsd-5]: buffer.c
src/sys/miscfs/genfs [netbsd-5]: genfs_io.c

Log Message:
Pull up following revision(s) (requested by spz in ticket #1750):
crypto/dist/openssl/crypto/mem.cpatch
crypto/dist/openssl/crypto/asn1/a_d2i_fp.c  patch
crypto/dist/openssl/crypto/buffer/buffer.c  patch
sys/miscfs/genfs/genfs_io.c patch

Address CVE-2012-2110.
[spz, ticket #1750]


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.8 -r1.1.1.8.4.1 src/crypto/dist/openssl/crypto/mem.c
cvs rdiff -u -r1.1.1.3 -r1.1.1.3.26.1 \
src/crypto/dist/openssl/crypto/asn1/a_d2i_fp.c
cvs rdiff -u -r1.1.1.5 -r1.1.1.5.4.1 \
src/crypto/dist/openssl/crypto/buffer/buffer.c
cvs rdiff -u -r1.13.4.3 -r1.13.4.4 src/sys/miscfs/genfs/genfs_io.c

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



CVS commit: [netbsd-5] src/doc

2012-04-21 Thread Jeff Rizzo
Module Name:src
Committed By:   riz
Date:   Sat Apr 21 15:53:38 UTC 2012

Modified Files:
src/doc [netbsd-5]: CHANGES-5.2

Log Message:
Ticket 1750.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.155 -r1.1.2.156 src/doc/CHANGES-5.2

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



CVS commit: [netbsd-5-0] src

2012-04-21 Thread Jeff Rizzo
Module Name:src
Committed By:   riz
Date:   Sat Apr 21 15:54:03 UTC 2012

Modified Files:
src/crypto/dist/openssl/crypto [netbsd-5-0]: mem.c
src/crypto/dist/openssl/crypto/asn1 [netbsd-5-0]: a_d2i_fp.c
src/crypto/dist/openssl/crypto/buffer [netbsd-5-0]: buffer.c
src/sys/miscfs/genfs [netbsd-5-0]: genfs_io.c

Log Message:
Pull up following revision(s) (requested by spz in ticket #1750):
crypto/dist/openssl/crypto/mem.cpatch
crypto/dist/openssl/crypto/asn1/a_d2i_fp.c  patch
crypto/dist/openssl/crypto/buffer/buffer.c  patch
sys/miscfs/genfs/genfs_io.c patch

Address CVE-2012-2110.
[spz, ticket #1750]


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.8 -r1.1.1.8.8.1 src/crypto/dist/openssl/crypto/mem.c
cvs rdiff -u -r1.1.1.3 -r1.1.1.3.30.1 \
src/crypto/dist/openssl/crypto/asn1/a_d2i_fp.c
cvs rdiff -u -r1.1.1.5 -r1.1.1.5.8.1 \
src/crypto/dist/openssl/crypto/buffer/buffer.c
cvs rdiff -u -r1.13.4.2.2.1 -r1.13.4.2.2.2 src/sys/miscfs/genfs/genfs_io.c

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



CVS commit: [netbsd-5-0] src/doc

2012-04-21 Thread Jeff Rizzo
Module Name:src
Committed By:   riz
Date:   Sat Apr 21 15:54:27 UTC 2012

Modified Files:
src/doc [netbsd-5-0]: CHANGES-5.0.3

Log Message:
Ticket 1750.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.69 -r1.1.2.70 src/doc/CHANGES-5.0.3

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



CVS commit: [netbsd-5-1] src

2012-04-21 Thread Jeff Rizzo
Module Name:src
Committed By:   riz
Date:   Sat Apr 21 15:54:46 UTC 2012

Modified Files:
src/crypto/dist/openssl/crypto [netbsd-5-1]: mem.c
src/crypto/dist/openssl/crypto/asn1 [netbsd-5-1]: a_d2i_fp.c
src/crypto/dist/openssl/crypto/buffer [netbsd-5-1]: buffer.c
src/sys/miscfs/genfs [netbsd-5-1]: genfs_io.c

Log Message:
Pull up following revision(s) (requested by spz in ticket #1750):
crypto/dist/openssl/crypto/mem.cpatch
crypto/dist/openssl/crypto/asn1/a_d2i_fp.c  patch
crypto/dist/openssl/crypto/buffer/buffer.c  patch
sys/miscfs/genfs/genfs_io.c patch

Address CVE-2012-2110.
[spz, ticket #1750]


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.8 -r1.1.1.8.12.1 src/crypto/dist/openssl/crypto/mem.c
cvs rdiff -u -r1.1.1.3 -r1.1.1.3.34.1 \
src/crypto/dist/openssl/crypto/asn1/a_d2i_fp.c
cvs rdiff -u -r1.1.1.5 -r1.1.1.5.12.1 \
src/crypto/dist/openssl/crypto/buffer/buffer.c
cvs rdiff -u -r1.13.4.3 -r1.13.4.3.2.1 src/sys/miscfs/genfs/genfs_io.c

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



CVS commit: [netbsd-5-1] src/doc

2012-04-21 Thread Jeff Rizzo
Module Name:src
Committed By:   riz
Date:   Sat Apr 21 15:55:16 UTC 2012

Modified Files:
src/doc [netbsd-5-1]: CHANGES-5.1.3

Log Message:
Ticket 1750.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.10 -r1.1.2.11 src/doc/CHANGES-5.1.3

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



CVS commit: [netbsd-5] src/sys/dev/usb

2012-04-21 Thread Jeff Rizzo
Module Name:src
Committed By:   riz
Date:   Sat Apr 21 15:57:28 UTC 2012

Modified Files:
src/sys/dev/usb [netbsd-5]: uaudio.c

Log Message:
Pull up following revision(s) (requested by jakllsch in ticket #1746):
sys/dev/usb/uaudio.c: revision 1.120
Address PR#44279.
- Be more lenient to device descriptor inconsistencies.
- Apply Roland SD-90 quirk only to the SD-90.


To generate a diff of this commit:
cvs rdiff -u -r1.114 -r1.114.6.1 src/sys/dev/usb/uaudio.c

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



CVS commit: [netbsd-5] src/sys/arch/x86/x86

2012-04-21 Thread Jeff Rizzo
Module Name:src
Committed By:   riz
Date:   Sat Apr 21 16:00:47 UTC 2012

Modified Files:
src/sys/arch/x86/x86 [netbsd-5]: ioapic.c

Log Message:
Pull up following revision(s) (requested by jakllsch in ticket #1747):
sys/arch/x86/x86/ioapic.c: revision 1.46
sys/arch/x86/x86/ioapic.c: revision 1.47
Mask all i8259 interrupts in ioapic_enable().
Should fix PR kern/45160.
Need i8259.h for previous.


To generate a diff of this commit:
cvs rdiff -u -r1.38.6.1 -r1.38.6.2 src/sys/arch/x86/x86/ioapic.c

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



CVS commit: [netbsd-5] src/sys/netatalk

2012-04-21 Thread Jeff Rizzo
Module Name:src
Committed By:   riz
Date:   Sat Apr 21 16:03:27 UTC 2012

Modified Files:
src/sys/netatalk [netbsd-5]: aarp.c ddp_output.c

Log Message:
Pull up following revision(s) (requested by hauke in ticket #1749):
sys/netatalk/aarp.c: revision 1.36
sys/netatalk/ddp_output.c: revision 1.16
Fix AppleTalk name registration, as discussed on the port-macppc list

and in PR kern/44412, by looping back ddp broadcasts.
Patch submitted by David Riley against netbsd-5, adaptation for
-current and minor KNF touchup by me.
Needs to be pulled up to netbsd-5.


To generate a diff of this commit:
cvs rdiff -u -r1.27.12.1 -r1.27.12.2 src/sys/netatalk/aarp.c
cvs rdiff -u -r1.14 -r1.14.14.1 src/sys/netatalk/ddp_output.c

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



CVS commit: [netbsd-5] src/doc

2012-04-21 Thread Jeff Rizzo
Module Name:src
Committed By:   riz
Date:   Sat Apr 21 16:06:07 UTC 2012

Modified Files:
src/doc [netbsd-5]: CHANGES-5.2

Log Message:
Tickets 1746, 1747, 1749.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.156 -r1.1.2.157 src/doc/CHANGES-5.2

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



CVS commit: src/sys/arch/amd64/amd64

2012-04-21 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat Apr 21 18:52:37 UTC 2012

Modified Files:
src/sys/arch/amd64/amd64: vector.S

Log Message:
Alignment fault traps push the error code automatically, so don't use ZTRAP!


To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 src/sys/arch/amd64/amd64/vector.S

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



CVS commit: src/sys/arch/x86/x86

2012-04-21 Thread Mindaugas Rasiukevicius
Module Name:src
Committed By:   rmind
Date:   Sat Apr 21 22:22:48 UTC 2012

Modified Files:
src/sys/arch/x86/x86: pmap_tlb.c

Log Message:
- pmap_tlb_shootdown: do not overwrite tp_cpumask with pm_cpus, but merge
  like pm_kernel_cpus.  Remove unecessary intersection with kcpuset_running.
  Do not reset tp_userpmap if pmap_kernel().
- Remove pmap_tlb_mailbox_t wrapping, which is pointless after recent changes.
- pmap_tlb_invalidate, pmap_tlb_intr: constify for packet structure.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/x86/x86/pmap_tlb.c

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



CVS commit: src/sys/kern

2012-04-21 Thread Mindaugas Rasiukevicius
Module Name:src
Committed By:   rmind
Date:   Sat Apr 21 22:38:25 UTC 2012

Modified Files:
src/sys/kern: kern_synch.c

Log Message:
Improve the assert message.


To generate a diff of this commit:
cvs rdiff -u -r1.300 -r1.301 src/sys/kern/kern_synch.c

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



CVS commit: [netbsd-5] src

2012-04-21 Thread Jeff Rizzo
Module Name:src
Committed By:   riz
Date:   Sat Apr 21 23:10:42 UTC 2012

Modified Files:
src/doc [netbsd-5]: CHANGES-5.2
src/sys/miscfs/genfs [netbsd-5]: genfs_io.c

Log Message:
Back out a commit included in the ticket 1750 patch which obviously
doesn't belong there.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.157 -r1.1.2.158 src/doc/CHANGES-5.2
cvs rdiff -u -r1.13.4.4 -r1.13.4.5 src/sys/miscfs/genfs/genfs_io.c

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



CVS commit: [netbsd-5-1] src

2012-04-21 Thread Jeff Rizzo
Module Name:src
Committed By:   riz
Date:   Sat Apr 21 23:11:42 UTC 2012

Modified Files:
src/doc [netbsd-5-1]: CHANGES-5.1.3
src/sys/miscfs/genfs [netbsd-5-1]: genfs_io.c

Log Message:
Back out a commit included in the ticket 1750 patch which obviously
doesn't belong there.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.11 -r1.1.2.12 src/doc/CHANGES-5.1.3
cvs rdiff -u -r1.13.4.3.2.1 -r1.13.4.3.2.2 src/sys/miscfs/genfs/genfs_io.c

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



CVS commit: [netbsd-5-0] src

2012-04-21 Thread Jeff Rizzo
Module Name:src
Committed By:   riz
Date:   Sat Apr 21 23:12:17 UTC 2012

Modified Files:
src/doc [netbsd-5-0]: CHANGES-5.0.3
src/sys/miscfs/genfs [netbsd-5-0]: genfs_io.c

Log Message:
Back out a commit included in the ticket 1750 patch which obviously
doesn't belong there.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.70 -r1.1.2.71 src/doc/CHANGES-5.0.3
cvs rdiff -u -r1.13.4.2.2.2 -r1.13.4.2.2.3 src/sys/miscfs/genfs/genfs_io.c

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



CVS commit: src/sys/dev/usb

2012-04-21 Thread Jonathan A. Kollasch
Module Name:src
Committed By:   jakllsch
Date:   Sun Apr 22 01:31:48 UTC 2012

Modified Files:
src/sys/dev/usb: uaudio.c

Log Message:
Use usbd_get_device_descriptor() instead of groping for it directly
in the usbd_device struct.


To generate a diff of this commit:
cvs rdiff -u -r1.130 -r1.131 src/sys/dev/usb/uaudio.c

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



CVS commit: [netbsd-5] src/sys/dev/usb

2012-04-21 Thread Jeff Rizzo
Module Name:src
Committed By:   riz
Date:   Sun Apr 22 03:13:21 UTC 2012

Modified Files:
src/sys/dev/usb [netbsd-5]: uaudio.c

Log Message:
Pull up following revision(s) (requested by jakllsch in ticket #1751):
sys/dev/usb/uaudio.c: revision 1.131
Use usbd_get_device_descriptor() instead of groping for it directly
in the usbd_device struct.


To generate a diff of this commit:
cvs rdiff -u -r1.114.6.1 -r1.114.6.2 src/sys/dev/usb/uaudio.c

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



CVS commit: [netbsd-5] src/doc

2012-04-21 Thread Jeff Rizzo
Module Name:src
Committed By:   riz
Date:   Sun Apr 22 03:16:44 UTC 2012

Modified Files:
src/doc [netbsd-5]: CHANGES-5.2

Log Message:
Ticket 1751.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.158 -r1.1.2.159 src/doc/CHANGES-5.2

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



CVS commit: src/sys/dev/wscons

2012-04-21 Thread Masao Uebayashi
Module Name:src
Committed By:   uebayasi
Date:   Sun Apr 22 03:47:53 UTC 2012

Modified Files:
src/sys/dev/wscons: wsdisplay_glyphcachevar.h

Log Message:
Add newline at end of file; fix ALL build for me.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/dev/wscons/wsdisplay_glyphcachevar.h

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



CVS commit: src/sys/dev/pci

2012-04-21 Thread Masao Uebayashi
Module Name:src
Committed By:   uebayasi
Date:   Sun Apr 22 03:57:00 UTC 2012

Modified Files:
src/sys/dev/pci: radeonfb.c

Log Message:
Consistent declaration.


To generate a diff of this commit:
cvs rdiff -u -r1.61 -r1.62 src/sys/dev/pci/radeonfb.c

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



CVS commit: src/distrib/common/bootimage

2012-04-21 Thread Izumi Tsutsui
Module Name:src
Committed By:   tsutsui
Date:   Sun Apr 22 05:24:39 UTC 2012

Modified Files:
src/distrib/common/bootimage: Makefile.bootimage

Log Message:
Add two optional variables for liveimage/installimage builds:
---
MBR_BOOTCODE
optional MBR bootcode which should be installed by fdisk(8)
(default: empty)
- specified MBR_BOOTCODE must exist in ${DESTDIR}/usr/mdec
- if MBR_BOOTCODE is not specified,
  MBR_DEFAULT_BOOTCODE (default: mbr) will be used
  if the target ${MACHINE} has the one in /usr/mdec

INSTALLBOOTOPTIONS
options passed to installboot(8), e.g., -o console=com0
(default: empty)
---
Proposed by Brook Milligan on current-users@:
http://mail-index.NetBSD.org/current-users/2012/04/16/msg019892.html

Also make USE_MBR work on ${MACHINE}s which don't have the default
/usr/mdec/mbr bootcode. (no such port has the liveimage target yet though)

XXX: tools fdisk(8) implicitly uses host's /usr/mdec/mbr for the default
XXX: bootcode even for non-x86 targets if host is x86


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/distrib/common/bootimage/Makefile.bootimage

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



CVS commit: src/sys/dev/acpi/acpica

2012-04-21 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Sun Apr 22 06:33:05 UTC 2012

Modified Files:
src/sys/dev/acpi/acpica: OsdMemory.c

Log Message:
As in Linux, prevent BIOS from trying to map addresses beyond ULONG_MAX.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/dev/acpi/acpica/OsdMemory.c

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