CVS commit: src

2010-04-11 Thread Juergen Hannken-Illjes
Module Name:src
Committed By:   hannken
Date:   Sun Apr 11 08:23:52 UTC 2010

Modified Files:
src/doc: CHANGES
src/sbin/dump: snapshot.c
src/sbin/fsck_ffs: main.c
src/sbin/fsck_msdos: Makefile fsck_msdos.8 main.c

Log Message:
Add -x option which allows to run `fsck_msdos -n' on a snapshot of
a live file system.

While here modify snap_open() to accept a character device as its
first arg and remove now unneeded get_snap_device().

Reviewed by: Manuel Bouyer 


To generate a diff of this commit:
cvs rdiff -u -r1.1379 -r1.1380 src/doc/CHANGES
cvs rdiff -u -r1.4 -r1.5 src/sbin/dump/snapshot.c
cvs rdiff -u -r1.75 -r1.76 src/sbin/fsck_ffs/main.c
cvs rdiff -u -r1.11 -r1.12 src/sbin/fsck_msdos/Makefile
cvs rdiff -u -r1.15 -r1.16 src/sbin/fsck_msdos/fsck_msdos.8
cvs rdiff -u -r1.21 -r1.22 src/sbin/fsck_msdos/main.c

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



CVS commit: src/usr.sbin/puffs/mount_sysctlfs

2010-04-11 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Sun Apr 11 08:30:17 UTC 2010

Modified Files:
src/usr.sbin/puffs/mount_sysctlfs: sysctlfs.c

Log Message:
Instead of totally giving up, dump CTLTYPE_STRUCT as hex, much
like sysctl -x (but not fancy like -dosequis).


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/usr.sbin/puffs/mount_sysctlfs/sysctlfs.c

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



CVS commit: src

2010-04-11 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Sun Apr 11 08:58:43 UTC 2010

Modified Files:
src/share/man/man4: acpi.4
src/sys/dev/acpi/acpica: OsdMisc.c

Log Message:
Document "how-to override the DSDT" in the manual page instead of code.


To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 src/share/man/man4/acpi.4
cvs rdiff -u -r1.8 -r1.9 src/sys/dev/acpi/acpica/OsdMisc.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/putter

2010-04-11 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Sun Apr 11 09:36:47 UTC 2010

Modified Files:
src/sys/dev/putter: putter.c

Log Message:
Call putterattach in modcmd init.  Fixes lockdebug panic.  Disable
unload, since putterdetach() is not implemented (i.e. current
implementation of modcmd fini is flawed), and I don't plan to fix
that now.


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 src/sys/dev/putter/putter.c

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/acpi

2010-04-11 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Sun Apr 11 09:52:10 UTC 2010

Modified Files:
src/sys/arch/x86/acpi: acpi_wakeup.c

Log Message:
Use CTLTYPE_BOOL.


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/sys/arch/x86/acpi/acpi_wakeup.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/ic

2010-04-11 Thread Izumi Tsutsui
Module Name:src
Committed By:   tsutsui
Date:   Sun Apr 11 09:58:36 UTC 2010

Modified Files:
src/sys/dev/ic: dp8390.c

Log Message:
Fix botched logic in ipkdb part in rev 1.77 (KNF misc).


To generate a diff of this commit:
cvs rdiff -u -r1.78 -r1.79 src/sys/dev/ic/dp8390.c

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



CVS commit: src/sys

2010-04-11 Thread Michael van Elst
Module Name:src
Committed By:   mlelstv
Date:   Sun Apr 11 10:26:26 UTC 2010

Modified Files:
src/sys/fs/filecorefs: filecore_vfsops.c
src/sys/fs/msdosfs: msdosfs_vfsops.c
src/sys/miscfs/umapfs: umap_vfsops.c

Log Message:
The *_modcmd functions use the module name as prefix.


To generate a diff of this commit:
cvs rdiff -u -r1.62 -r1.63 src/sys/fs/filecorefs/filecore_vfsops.c
cvs rdiff -u -r1.82 -r1.83 src/sys/fs/msdosfs/msdosfs_vfsops.c
cvs rdiff -u -r1.83 -r1.84 src/sys/miscfs/umapfs/umap_vfsops.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

2010-04-11 Thread Matthias Drochner
Module Name:src
Committed By:   drochner
Date:   Sun Apr 11 13:57:22 UTC 2010

Modified Files:
src/sys/dev/usb: udl.c usbdevs

Log Message:
add the 19" Samsung display, make udl handle it


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/dev/usb/udl.c
cvs rdiff -u -r1.547 -r1.548 src/sys/dev/usb/usbdevs

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

2010-04-11 Thread Matthias Drochner
Module Name:src
Committed By:   drochner
Date:   Sun Apr 11 13:58:30 UTC 2010

Modified Files:
src/sys/dev/usb: usbdevs.h usbdevs_data.h

Log Message:
regen


To generate a diff of this commit:
cvs rdiff -u -r1.542 -r1.543 src/sys/dev/usb/usbdevs.h
cvs rdiff -u -r1.543 -r1.544 src/sys/dev/usb/usbdevs_data.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/wscons

2010-04-11 Thread Matthias Drochner
Module Name:src
Committed By:   drochner
Date:   Sun Apr 11 14:04:10 UTC 2010

Modified Files:
src/sys/dev/wscons: wsdisplay.c

Log Message:
add just as much "detach" code to keep the box from panicking on
removal of a USB "udl" device
(needs more work, but I got the hardware for a quick test only)


To generate a diff of this commit:
cvs rdiff -u -r1.132 -r1.133 src/sys/dev/wscons/wsdisplay.c

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



CVS commit: src/usr.sbin/puffs/mount_sysctlfs

2010-04-11 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Sun Apr 11 15:08:17 UTC 2010

Modified Files:
src/usr.sbin/puffs/mount_sysctlfs: mount_sysctlfs.8 sysctlfs.c

Log Message:
Add raw mode, which skips ASCII'ification and can be used if reading
structures from the kernel into debug program memory is desired.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/usr.sbin/puffs/mount_sysctlfs/mount_sysctlfs.8
cvs rdiff -u -r1.13 -r1.14 src/usr.sbin/puffs/mount_sysctlfs/sysctlfs.c

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



CVS commit: src/external/intel-public

2010-04-11 Thread Jonathan A. Kollasch
Module Name:src
Committed By:   jakllsch
Date:   Sun Apr 11 17:23:10 UTC 2010

Modified Files:
src/external/intel-public: Makefile
src/external/intel-public/acpica/bin/iasl: Makefile

Log Message:
iasl may be MD, but its man page is MI.
(hi jruoho)


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/external/intel-public/Makefile
cvs rdiff -u -r1.3 -r1.4 src/external/intel-public/acpica/bin/iasl/Makefile

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



CVS commit: src/sbin/fsck_msdos

2010-04-11 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Sun Apr 11 21:29:38 UTC 2010

Modified Files:
src/sbin/fsck_msdos: fsck_msdos.8

Log Message:
New sentence, new line. Sort SEE ALSO.
Improve formatting of option list.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/sbin/fsck_msdos/fsck_msdos.8

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



CVS commit: src/share/man/man9

2010-04-11 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Sun Apr 11 21:32:10 UTC 2010

Modified Files:
src/share/man/man9: accf_data.9

Log Message:
Make ready for HTML output.
Add RCS Id.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/share/man/man9/accf_data.9

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



CVS commit: src/usr.sbin/puffs/mount_sysctlfs

2010-04-11 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Sun Apr 11 21:34:18 UTC 2010

Modified Files:
src/usr.sbin/puffs/mount_sysctlfs: mount_sysctlfs.8

Log Message:
Sort options in SYNOPSIS (flags without arguments first).


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/usr.sbin/puffs/mount_sysctlfs/mount_sysctlfs.8

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



CVS commit: src/sys

2010-04-11 Thread Jonathan A. Kollasch
Module Name:src
Committed By:   jakllsch
Date:   Sun Apr 11 22:42:30 UTC 2010

Modified Files:
src/sys/arch/i386/conf: ALL
src/sys/dev/acpi: files.acpi
Added Files:
src/sys/dev/acpi: valz_acpi.c

Log Message:
Add valz(4), a simple driver to handle the backlight keys on some
Toshiba laptops.  As of yet only tested on a Satellite A135-S4527.


To generate a diff of this commit:
cvs rdiff -u -r1.253 -r1.254 src/sys/arch/i386/conf/ALL
cvs rdiff -u -r1.71 -r1.72 src/sys/dev/acpi/files.acpi
cvs rdiff -u -r0 -r1.1 src/sys/dev/acpi/valz_acpi.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/crypto/dist/openssl/ssl

2010-04-11 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Mon Apr 12 00:40:12 UTC 2010

Modified Files:
src/crypto/dist/openssl/ssl [netbsd-5]: s3_enc.c s3_srvr.c t1_enc.c

Log Message:
Pull up following revision(s) (requested by bouyer in ticket #1365):
crypto/external/bsd/openssl/dist/ssl/s3_enc.c: revision 1.2 via patch
crypto/external/bsd/openssl/dist/ssl/s3_srvr.c: revision 1.5 via patch
crypto/external/bsd/openssl/dist/ssl/t1_enc.c: revision 1.2 via patch
Fix crash in openssl (I suspect caused by malformed packets):
handshake_dgst[] may be used without being allocated, causing NULL
pointer dereference.
Fix by checking that handshake_dgst is not NULL before use.
Reported to openssl as ticket openssl.org #2214.
Fix tested on netbsd-5 by Luke Mewburn with apache, and by me with
freeradius (fixing segmentation fault in both cases).


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.12 -r1.1.1.12.4.1 src/crypto/dist/openssl/ssl/s3_enc.c \
src/crypto/dist/openssl/ssl/t1_enc.c
cvs rdiff -u -r1.15.4.2 -r1.15.4.3 src/crypto/dist/openssl/ssl/s3_srvr.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

2010-04-11 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Mon Apr 12 00:46:07 UTC 2010

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

Log Message:
Ticket 1365.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.223 -r1.1.2.224 src/doc/CHANGES-5.1

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/crypto/dist/openssl/ssl

2010-04-11 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Mon Apr 12 00:46:57 UTC 2010

Modified Files:
src/crypto/dist/openssl/ssl [netbsd-5-0]: s3_enc.c s3_srvr.c t1_enc.c

Log Message:
Pull up following revision(s) (requested by bouyer in ticket #1365):
crypto/external/bsd/openssl/dist/ssl/s3_enc.c: revision 1.2 via patch
crypto/external/bsd/openssl/dist/ssl/s3_srvr.c: revision 1.5 via patch
crypto/external/bsd/openssl/dist/ssl/t1_enc.c: revision 1.2 via patch
Fix crash in openssl (I suspect caused by malformed packets):
handshake_dgst[] may be used without being allocated, causing NULL
pointer dereference.
Fix by checking that handshake_dgst is not NULL before use.
Reported to openssl as ticket openssl.org #2214.
Fix tested on netbsd-5 by Luke Mewburn with apache, and by me with
freeradius (fixing segmentation fault in both cases).


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.12 -r1.1.1.12.8.1 src/crypto/dist/openssl/ssl/s3_enc.c \
src/crypto/dist/openssl/ssl/t1_enc.c
cvs rdiff -u -r1.15.4.1.2.1 -r1.15.4.1.2.2 \
src/crypto/dist/openssl/ssl/s3_srvr.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

2010-04-11 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Mon Apr 12 00:49:14 UTC 2010

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

Log Message:
Ticket 1365.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.7 -r1.1.2.8 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] src/libexec/ftpd

2010-04-11 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Mon Apr 12 02:28:16 UTC 2010

Modified Files:
src/libexec/ftpd [netbsd-5]: popen.c

Log Message:
Pull up following revision(s) (requested by lukem in ticket #1372):
libexec/ftpd/popen.c: revision 1.37
PR/43023: Bruce Cran: FTPD bug remote crash
Since we specify NOCHECK, in the NOMATCH case gl_pathv can be NULL.
(From FreeBSD)


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.34.4.1 src/libexec/ftpd/popen.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/libexec/ftpd

2010-04-11 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Mon Apr 12 02:30:12 UTC 2010

Modified Files:
src/libexec/ftpd [netbsd-5]: version.h

Log Message:
Pull up following revision(s) (requested by lukem in ticket #1372):
libexec/ftpd/version.h: revision 1.74
Update version to 20100320 for Christos' commit to popen.c 1.37 for:
 PR/43023: Bruce Cran: FTPD bug remote crash


To generate a diff of this commit:
cvs rdiff -u -r1.70 -r1.70.4.1 src/libexec/ftpd/version.h

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

2010-04-11 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Mon Apr 12 02:32:57 UTC 2010

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

Log Message:
Ticket 1372.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.224 -r1.1.2.225 src/doc/CHANGES-5.1

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/libexec/ftpd

2010-04-11 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Mon Apr 12 02:33:59 UTC 2010

Modified Files:
src/libexec/ftpd [netbsd-5-0]: popen.c

Log Message:
Pull up following revision(s) (requested by lukem in ticket #1372):
libexec/ftpd/popen.c: revision 1.37
PR/43023: Bruce Cran: FTPD bug remote crash
Since we specify NOCHECK, in the NOMATCH case gl_pathv can be NULL.
(From FreeBSD)


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.34.8.1 src/libexec/ftpd/popen.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/libexec/ftpd

2010-04-11 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Mon Apr 12 02:35:02 UTC 2010

Modified Files:
src/libexec/ftpd [netbsd-5-0]: version.h

Log Message:
Pull up following revision(s) (requested by lukem in ticket #1372):
libexec/ftpd/version.h: revision 1.74
Update version to 20100320 for Christos' commit to popen.c 1.37 for:
 PR/43023: Bruce Cran: FTPD bug remote crash


To generate a diff of this commit:
cvs rdiff -u -r1.70 -r1.70.8.1 src/libexec/ftpd/version.h

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

2010-04-11 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Mon Apr 12 02:36:38 UTC 2010

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

Log Message:
Ticket 1372.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.8 -r1.1.2.9 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: src/sys

2010-04-11 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Mon Apr 12 06:56:19 UTC 2010

Modified Files:
src/sys/dev/acpi: acpi_apm.c
src/sys/dist/pf/net: pf.c

Log Message:
Spello in comment.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/sys/dev/acpi/acpi_apm.c
cvs rdiff -u -r1.61 -r1.62 src/sys/dist/pf/net/pf.c

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