CVS commit: src/share/man/man9
Module Name:src Committed By: jruoho Date: Tue Apr 13 07:14:45 UTC 2010 Modified Files: src/share/man/man9: veriexec.9 Log Message: Provide prototypes in SYNOPSIS; use only parameter names in FUNCTIONS. To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/share/man/man9/veriexec.9 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
Module Name:src Committed By: jruoho Date: Tue Apr 13 07:16:31 UTC 2010 Modified Files: src/share/man/man9: veriexec.9 Log Message: Bump date for previous. To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/share/man/man9/veriexec.9 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src
Module Name:src Committed By: jruoho Date: Tue Apr 13 07:32:31 UTC 2010 Modified Files: src/distrib/sets/lists/comp: mi src/share/man/man9: Makefile cpu_rootconf.9 Log Message: As the cited setroot(9) was nonexistent, briefly document it here. To generate a diff of this commit: cvs rdiff -u -r1.1427 -r1.1428 src/distrib/sets/lists/comp/mi cvs rdiff -u -r1.324 -r1.325 src/share/man/man9/Makefile cvs rdiff -u -r1.5 -r1.6 src/share/man/man9/cpu_rootconf.9 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev
Module Name:src Committed By: hannken Date: Tue Apr 13 07:58:55 UTC 2010 Modified Files: src/sys/dev: fss.c Log Message: fss_softc_free: don't detach a disk that is not attached. Disk is attached only if the backing store thread is running. Resolves PR #43153: fss error branch error To generate a diff of this commit: cvs rdiff -u -r1.67 -r1.68 src/sys/dev/fss.c 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
Module Name:src Committed By: jruoho Date: Tue Apr 13 08:24:31 UTC 2010 Modified Files: src/share/man/man9: SET.9 Log Message: Add a BUGS section. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/share/man/man9/SET.9 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src
Module Name:src Committed By: jruoho Date: Tue Apr 13 08:40:19 UTC 2010 Modified Files: src/distrib/sets/lists/comp: mi src/share/man/man9: Makefile Added Files: src/share/man/man9: ctod.9 Log Message: Document the ctod-family of macros from . XXX: Someone may want to check if there is anything to add or correct. To generate a diff of this commit: cvs rdiff -u -r1.1428 -r1.1429 src/distrib/sets/lists/comp/mi cvs rdiff -u -r1.325 -r1.326 src/share/man/man9/Makefile cvs rdiff -u -r0 -r1.1 src/share/man/man9/ctod.9 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.bin/genassym
Module Name:src Committed By: jruoho Date: Tue Apr 13 09:01:10 UTC 2010 Modified Files: src/usr.bin/genassym: genassym.1 Log Message: Split overly large paragraph. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/usr.bin/genassym/genassym.1 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libc/sys
Module Name:src Committed By: jruoho Date: Tue Apr 13 09:24:09 UTC 2010 Modified Files: src/lib/libc/sys: kqueue.2 Log Message: Add the USENIX paper of Jonathan Lemon to SEE ALSO. To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 src/lib/libc/sys/kqueue.2 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/ufs/ufs
Module Name:src Committed By: hannken Date: Tue Apr 13 09:27:59 UTC 2010 Modified Files: src/sys/ufs/ufs: ufs_vnops.c Log Message: Add fstrans transactions to ufs_close(), ufs_getattr(), ufs_chmod() and ufs_chown(). These functions change file system state. To generate a diff of this commit: cvs rdiff -u -r1.181 -r1.182 src/sys/ufs/ufs/ufs_vnops.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/atari/atari
Module Name:src Committed By: tsutsui Date: Tue Apr 13 09:49:54 UTC 2010 Modified Files: src/sys/arch/atari/atari: pmap_bootstrap.c Log Message: Remove a declaration of unused variable. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/arch/atari/atari/pmap_bootstrap.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/atari
Module Name:src Committed By: tsutsui Date: Tue Apr 13 09:51:07 UTC 2010 Modified Files: src/sys/arch/atari/dev: clock.c grf.c hdfd.c ite.c lpt.c nvram.c src/sys/arch/atari/vme: et4000.c leo.c Log Message: Include "ioconf.h" to declare struct cfdriver foo_cd. To generate a diff of this commit: cvs rdiff -u -r1.50 -r1.51 src/sys/arch/atari/dev/clock.c cvs rdiff -u -r1.41 -r1.42 src/sys/arch/atari/dev/grf.c cvs rdiff -u -r1.71 -r1.72 src/sys/arch/atari/dev/hdfd.c cvs rdiff -u -r1.66 -r1.67 src/sys/arch/atari/dev/ite.c cvs rdiff -u -r1.33 -r1.34 src/sys/arch/atari/dev/lpt.c cvs rdiff -u -r1.17 -r1.18 src/sys/arch/atari/dev/nvram.c cvs rdiff -u -r1.20 -r1.21 src/sys/arch/atari/vme/et4000.c cvs rdiff -u -r1.16 -r1.17 src/sys/arch/atari/vme/leo.c 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
Module Name:src Committed By: jruoho Date: Tue Apr 13 09:57:05 UTC 2010 Modified Files: src/share/man/man9: ctod.9 Log Message: Fix roff warnings. Note btop() and btopr() on Solaris as an example. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/share/man/man9/ctod.9 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
Module Name:src Committed By: jruoho Date: Tue Apr 13 10:06:43 UTC 2010 Modified Files: src/share/man/man9: physio.9 Log Message: Minor markup nits. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/share/man/man9/physio.9 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/fs/msdosfs
Module Name:src Committed By: pooka Date: Tue Apr 13 10:11:08 UTC 2010 Modified Files: src/sys/fs/msdosfs: msdosfs_vfsops.c Log Message: If getdisksize() fails (happens e.g. on fss block devices), don't give up if we don't really need the information provided by it. To generate a diff of this commit: cvs rdiff -u -r1.83 -r1.84 src/sys/fs/msdosfs/msdosfs_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/fs/msdosfs
Module Name:src Committed By: pooka Date: Tue Apr 13 10:12:43 UTC 2010 Modified Files: src/sys/fs/msdosfs: msdosfs_vfsops.c Log Message: polish previous To generate a diff of this commit: cvs rdiff -u -r1.84 -r1.85 src/sys/fs/msdosfs/msdosfs_vfsops.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/tests/fs
Module Name:src Committed By: pooka Date: Tue Apr 13 10:19:25 UTC 2010 Modified Files: src/tests/fs/ffs: t_snapshot.c Added Files: src/tests/fs/common: snapshot.c Log Message: Split snapshot test into fs-independent backend and fs-specific frontend. I really wish all our fs tests were like this (in principle, that is. I'm not talking about this hacky implementation). I've been wishing this for quite a few years now. Seems like my wishes don't come true. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 src/tests/fs/common/snapshot.c cvs rdiff -u -r1.2 -r1.3 src/tests/fs/ffs/t_snapshot.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/tests/fs/msdosfs
Module Name:src Committed By: pooka Date: Tue Apr 13 10:21:47 UTC 2010 Added Files: src/tests/fs/msdosfs: Atffile Makefile t_snapshot.c Log Message: Add msdosfs snapshot test. This one just slightly different from the ffs test because msdosfs doesn't support VFS_SNAPSHOT, only VFS_SUSPEND, i.e. we need external storage for the snapshot instead of internal storage. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 src/tests/fs/msdosfs/Atffile \ src/tests/fs/msdosfs/Makefile src/tests/fs/msdosfs/t_snapshot.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src
Module Name:src Committed By: pooka Date: Tue Apr 13 10:27:52 UTC 2010 Modified Files: src/distrib/sets/lists/tests: mi src/etc/mtree: NetBSD.dist.base src/tests/fs: Makefile Log Message: Build & install msdosfs snapshot test and deal with the happy happy joy joy setlistdist etcetc. stuff. To generate a diff of this commit: cvs rdiff -u -r1.69 -r1.70 src/distrib/sets/lists/tests/mi cvs rdiff -u -r1.15 -r1.16 src/etc/mtree/NetBSD.dist.base cvs rdiff -u -r1.8 -r1.9 src/tests/fs/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libc/sys
Module Name:src Committed By: wiz Date: Tue Apr 13 10:45:46 UTC 2010 Modified Files: src/lib/libc/sys: kqueue.2 Log Message: Uncomment pdf link for paper. To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 src/lib/libc/sys/kqueue.2 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src
Module Name:src Committed By: jruoho Date: Tue Apr 13 10:46:10 UTC 2010 Modified Files: src/distrib/sets/lists/comp: mi src/share/man/man3: Makefile Log Message: Hook rb(3) to the build. To generate a diff of this commit: cvs rdiff -u -r1.1429 -r1.1430 src/distrib/sets/lists/comp/mi cvs rdiff -u -r1.46 -r1.47 src/share/man/man3/Makefile 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
Module Name:src Committed By: jruoho Date: Tue Apr 13 11:01:22 UTC 2010 Modified Files: src/share/man/man9: ctod.9 Log Message: Add HISTORY. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/share/man/man9/ctod.9 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/atari/atari
Module Name:src Committed By: tsutsui Date: Tue Apr 13 11:22:22 UTC 2010 Modified Files: src/sys/arch/atari/atari: atari_init.c bus.c disksubr.c intr.c machdep.c stalloc.c Log Message: Misc KNF. To generate a diff of this commit: cvs rdiff -u -r1.92 -r1.93 src/sys/arch/atari/atari/atari_init.c cvs rdiff -u -r1.52 -r1.53 src/sys/arch/atari/atari/bus.c cvs rdiff -u -r1.42 -r1.43 src/sys/arch/atari/atari/disksubr.c cvs rdiff -u -r1.21 -r1.22 src/sys/arch/atari/atari/intr.c cvs rdiff -u -r1.166 -r1.167 src/sys/arch/atari/atari/machdep.c cvs rdiff -u -r1.12 -r1.13 src/sys/arch/atari/atari/stalloc.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/atari
Module Name:src Committed By: tsutsui Date: Tue Apr 13 11:31:11 UTC 2010 Modified Files: src/sys/arch/atari/dev: fd.c grf.c grfabs_et.c grfabs_fal.c grfabs_tt.c hdfd.c ite.c ite_et.c kbd.c view.c src/sys/arch/atari/isa: isa_machdep.c src/sys/arch/atari/pci: pci_machdep.c src/sys/arch/atari/vme: et4000.c if_le_vme.c vme_machdep.c Log Message: Misc KNF. To generate a diff of this commit: cvs rdiff -u -r1.75 -r1.76 src/sys/arch/atari/dev/fd.c cvs rdiff -u -r1.42 -r1.43 src/sys/arch/atari/dev/grf.c cvs rdiff -u -r1.33 -r1.34 src/sys/arch/atari/dev/grfabs_et.c cvs rdiff -u -r1.26 -r1.27 src/sys/arch/atari/dev/grfabs_fal.c cvs rdiff -u -r1.22 -r1.23 src/sys/arch/atari/dev/grfabs_tt.c cvs rdiff -u -r1.72 -r1.73 src/sys/arch/atari/dev/hdfd.c cvs rdiff -u -r1.67 -r1.68 src/sys/arch/atari/dev/ite.c cvs rdiff -u -r1.28 -r1.29 src/sys/arch/atari/dev/ite_et.c cvs rdiff -u -r1.40 -r1.41 src/sys/arch/atari/dev/kbd.c cvs rdiff -u -r1.31 -r1.32 src/sys/arch/atari/dev/view.c cvs rdiff -u -r1.36 -r1.37 src/sys/arch/atari/isa/isa_machdep.c cvs rdiff -u -r1.47 -r1.48 src/sys/arch/atari/pci/pci_machdep.c cvs rdiff -u -r1.21 -r1.22 src/sys/arch/atari/vme/et4000.c cvs rdiff -u -r1.29 -r1.30 src/sys/arch/atari/vme/if_le_vme.c cvs rdiff -u -r1.18 -r1.19 src/sys/arch/atari/vme/vme_machdep.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dist/pf/net
Module Name:src Committed By: ahoka Date: Tue Apr 13 11:53:18 UTC 2010 Modified Files: src/sys/dist/pf/net: pf_ioctl.c Log Message: change module class to driver. To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40 src/sys/dist/pf/net/pf_ioctl.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/miscfs/specfs
Module Name:src Committed By: ahoka Date: Tue Apr 13 11:54:43 UTC 2010 Modified Files: src/sys/miscfs/specfs: spec_vnops.c Log Message: Revert my last change, it's not The Right Thing [tm]. To generate a diff of this commit: cvs rdiff -u -r1.128 -r1.129 src/sys/miscfs/specfs/spec_vnops.c 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
Module Name:src Committed By: jruoho Date: Tue Apr 13 12:04:25 UTC 2010 Modified Files: src/share/man/man9: cpu_configure.9 cpu_startup.9 Log Message: Small changes to wording and markup. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/share/man/man9/cpu_configure.9 cvs rdiff -u -r1.6 -r1.7 src/share/man/man9/cpu_startup.9 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dist/pf/net
Module Name:src Committed By: ahoka Date: Tue Apr 13 13:08:16 UTC 2010 Modified Files: src/sys/dist/pf/net: pf_ioctl.c Log Message: Do not unload pf when enabled, not even manually. To generate a diff of this commit: cvs rdiff -u -r1.40 -r1.41 src/sys/dist/pf/net/pf_ioctl.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/modules/pf
Module Name:src Committed By: ahoka Date: Tue Apr 13 13:09:46 UTC 2010 Removed Files: src/sys/modules/pf: bpfilter.h Log Message: Remove bpfilter.h as not needed. To generate a diff of this commit: cvs rdiff -u -r1.1 -r0 src/sys/modules/pf/bpfilter.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/atari/dev
Module Name:src Committed By: tsutsui Date: Tue Apr 13 13:29:35 UTC 2010 Modified Files: src/sys/arch/atari/dev: ite_cc.c Log Message: Misc KNF. To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36 src/sys/arch/atari/dev/ite_cc.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/atari/dev
Module Name:src Committed By: tsutsui Date: Tue Apr 13 13:30:37 UTC 2010 Modified Files: src/sys/arch/atari/dev: atari5380.c ncr5380.c ncr5380reg.h ncr5380var.h Log Message: Misc KNF and cosmetics. To generate a diff of this commit: cvs rdiff -u -r1.54 -r1.55 src/sys/arch/atari/dev/atari5380.c cvs rdiff -u -r1.66 -r1.67 src/sys/arch/atari/dev/ncr5380.c cvs rdiff -u -r1.21 -r1.22 src/sys/arch/atari/dev/ncr5380reg.h cvs rdiff -u -r1.7 -r1.8 src/sys/arch/atari/dev/ncr5380var.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/distrib/sets/lists/comp
Module Name:src Committed By: jruoho Date: Tue Apr 13 17:08:45 UTC 2010 Modified Files: src/distrib/sets/lists/comp: mi Log Message: Sort. To generate a diff of this commit: cvs rdiff -u -r1.1430 -r1.1431 src/distrib/sets/lists/comp/mi Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src
Module Name:src Committed By: jruoho Date: Tue Apr 13 17:34:18 UTC 2010 Modified Files: src/distrib/sets/lists/comp: mi src/share/man/man9: Makefile Removed Files: src/share/man/man9: cpu_swapout.9 Log Message: cpu_swapout(9) is no more. To generate a diff of this commit: cvs rdiff -u -r1.1431 -r1.1432 src/distrib/sets/lists/comp/mi cvs rdiff -u -r1.326 -r1.327 src/share/man/man9/Makefile cvs rdiff -u -r1.6 -r0 src/share/man/man9/cpu_swapout.9 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [matt-nb5-mips64] src/sys/arch/mips/rmi
Module Name:src Committed By: cliff Date: Tue Apr 13 18:04:03 UTC 2010 Modified Files: src/sys/arch/mips/rmi [matt-nb5-mips64]: rmixl_fmn.c Log Message: improve names to avoid confusion between storage and pointers To generate a diff of this commit: cvs rdiff -u -r1.1.2.2 -r1.1.2.3 src/sys/arch/mips/rmi/rmixl_fmn.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [matt-nb5-mips64] src/sys/arch/mips/rmi
Module Name:src Committed By: cliff Date: Tue Apr 13 18:15:16 UTC 2010 Modified Files: src/sys/arch/mips/rmi [matt-nb5-mips64]: rmixl_cpucorevar.h rmixl_cpunodevar.h rmixl_cpuvar.h rmixl_fmn.c rmixl_fmnvar.h rmixl_intr.h rmixl_obiovar.h rmixl_pcievar.h rmixl_pcixvar.h rmixl_subr.S Log Message: add TNF License and copyright. To generate a diff of this commit: cvs rdiff -u -r1.1.2.2 -r1.1.2.3 src/sys/arch/mips/rmi/rmixl_cpucorevar.h \ src/sys/arch/mips/rmi/rmixl_fmnvar.h src/sys/arch/mips/rmi/rmixl_intr.h cvs rdiff -u -r1.1.2.1 -r1.1.2.2 src/sys/arch/mips/rmi/rmixl_cpunodevar.h \ src/sys/arch/mips/rmi/rmixl_cpuvar.h \ src/sys/arch/mips/rmi/rmixl_pcixvar.h cvs rdiff -u -r1.1.2.3 -r1.1.2.4 src/sys/arch/mips/rmi/rmixl_fmn.c cvs rdiff -u -r1.1.2.8 -r1.1.2.9 src/sys/arch/mips/rmi/rmixl_obiovar.h cvs rdiff -u -r1.1.2.6 -r1.1.2.7 src/sys/arch/mips/rmi/rmixl_pcievar.h \ src/sys/arch/mips/rmi/rmixl_subr.S 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
Module Name:src Committed By: jruoho Date: Tue Apr 13 18:33:44 UTC 2010 Modified Files: src/share/man/man9: suspendsched.9 Log Message: Remove dead reference to scheduler(9). To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/share/man/man9/suspendsched.9 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/rasops
Module Name:src Committed By: macallan Date: Tue Apr 13 20:10:38 UTC 2010 Modified Files: src/sys/dev/rasops: rasops1.c Log Message: fix a bunch of typos, now 8 bit fonts work properly To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/sys/dev/rasops/rasops1.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
Module Name:src Committed By: pooka Date: Tue Apr 13 22:46:10 UTC 2010 Modified Files: src/sys/kern: kern_ntptime.c kern_tc.c Log Message: Refactor #include "opt_ntp.h" into a separate file. ... no, wait, #ifdef _KERNEL_OPT. (not that I think it's a particularly good solution as opposed to improving config, but it's the current best practice) To generate a diff of this commit: cvs rdiff -u -r1.53 -r1.54 src/sys/kern/kern_ntptime.c cvs rdiff -u -r1.41 -r1.42 src/sys/kern/kern_tc.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/crypto/external/bsd/netpgp/dist/src/lib
Module Name:src Committed By: agc Date: Wed Apr 14 00:18:46 UTC 2010 Modified Files: src/crypto/external/bsd/netpgp/dist/src/lib: writer.c Log Message: Don't warn about erroneous errors in skey_checksum_finaliser(). Allocate space for the checkhash before attempting to use it - a long-standing bug from openpgpsdk. Part of the fix for PR 42435 from Jukka Ruohonen. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 \ src/crypto/external/bsd/netpgp/dist/src/lib/writer.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/crypto/external/bsd/netpgp/dist/src/lib
Module Name:src Committed By: agc Date: Wed Apr 14 00:19:22 UTC 2010 Modified Files: src/crypto/external/bsd/netpgp/dist/src/lib: validate.c Log Message: remove a comment which makes no sense any longer - subkey logic is done elsewhere To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 \ src/crypto/external/bsd/netpgp/dist/src/lib/validate.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/crypto/external/bsd/netpgp/dist/src/lib
Module Name:src Committed By: agc Date: Wed Apr 14 00:19:52 UTC 2010 Modified Files: src/crypto/external/bsd/netpgp/dist/src/lib: reader.c Log Message: optimise one function a bit To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 \ src/crypto/external/bsd/netpgp/dist/src/lib/reader.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/crypto/external/bsd/netpgp/dist/src/lib
Module Name:src Committed By: agc Date: Wed Apr 14 00:21:40 UTC 2010 Modified Files: src/crypto/external/bsd/netpgp/dist/src/lib: openssl_crypto.c Log Message: Fixes to make key generation work properly - duplicate the public key RSA BIGNUM fields - part of long-standing bug inherited from openpgpsdk. Part of the fix for PR 42435 from Jukka Ruohonen. Also pass the desired hash algorithm down, so that SHA1 is no longer hardcoded. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 \ src/crypto/external/bsd/netpgp/dist/src/lib/openssl_crypto.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/crypto/external/bsd/netpgp/dist/src/lib
Module Name:src Committed By: agc Date: Wed Apr 14 00:22:21 UTC 2010 Modified Files: src/crypto/external/bsd/netpgp/dist/src/lib: netpgp.c Log Message: Fix (RSA) key generation. Part of the fix for PR 42435 from Jukka Ruohonen. To generate a diff of this commit: cvs rdiff -u -r1.44 -r1.45 \ src/crypto/external/bsd/netpgp/dist/src/lib/netpgp.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/crypto/external/bsd/netpgp/dist/src/lib
Module Name:src Committed By: agc Date: Wed Apr 14 00:23:09 UTC 2010 Modified Files: src/crypto/external/bsd/netpgp/dist/src/lib: keyring.c Log Message: use a better name for a key in a function - no functional change To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 \ src/crypto/external/bsd/netpgp/dist/src/lib/keyring.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/crypto/external/bsd/netpgp/dist/src/lib
Module Name:src Committed By: agc Date: Wed Apr 14 00:24:00 UTC 2010 Modified Files: src/crypto/external/bsd/netpgp/dist/src/lib: crypto.h Log Message: allow the desired hash algorithm to be passed down from the user to the place where it matters - change the required prototype. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 \ src/crypto/external/bsd/netpgp/dist/src/lib/crypto.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/crypto/external/bsd/netpgp/dist/src/lib
Module Name:src Committed By: agc Date: Wed Apr 14 00:25:10 UTC 2010 Modified Files: src/crypto/external/bsd/netpgp/dist/src/lib: create.c Log Message: get rid of a hardcoded test for the hash agorithm being SHA1, which was just plain wrong these days. don't duplicate functionality needlessly. To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 \ src/crypto/external/bsd/netpgp/dist/src/lib/create.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/crypto/external/bsd/netpgp/dist/src/netpgpkeys
Module Name:src Committed By: agc Date: Wed Apr 14 00:26:25 UTC 2010 Modified Files: src/crypto/external/bsd/netpgp/dist/src/netpgpkeys: netpgpkeys.c Log Message: allow the user to pass the equivalent of the gecos information into the key generation function. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 \ src/crypto/external/bsd/netpgp/dist/src/netpgpkeys/netpgpkeys.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [matt-nb5-mips64] src/sys/arch/mips/rmi
Module Name:src Committed By: cliff Date: Wed Apr 14 01:23:15 UTC 2010 Modified Files: src/sys/arch/mips/rmi [matt-nb5-mips64]: rmixl_spl.S Log Message: insert nop in delay slots - at end of _splsw_splvm and - inside _splsw_splint To generate a diff of this commit: cvs rdiff -u -r1.1.2.1 -r1.1.2.2 src/sys/arch/mips/rmi/rmixl_spl.S Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/crypto/external/bsd/netpgp/dist/src/netpgpkeys
Module Name:src Committed By: agc Date: Wed Apr 14 04:01:55 UTC 2010 Modified Files: src/crypto/external/bsd/netpgp/dist/src/netpgpkeys: netpgpkeys.1 Log Message: sync manual page with reality, catch up with key generation To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 \ src/crypto/external/bsd/netpgp/dist/src/netpgpkeys/netpgpkeys.1 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/sbus
Module Name:src Committed By: macallan Date: Wed Apr 14 04:37:11 UTC 2010 Modified Files: src/sys/dev/sbus: cgtwelve.c cgtwelvereg.h Log Message: add the missing bits to allow X to run in 24bit with the wsfb driver still no hardware acceleration though To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/dev/sbus/cgtwelve.c cvs rdiff -u -r1.1 -r1.2 src/sys/dev/sbus/cgtwelvereg.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/acpi
Module Name:src Committed By: jruoho Date: Wed Apr 14 06:10:33 UTC 2010 Modified Files: src/sys/dev/acpi: acpi.c Log Message: Refactor the fixed-event handlers. Also provide a detachment routine for these and fix a trivial bug; a wrong structure was used when registering a sysmon_pswitch(9) switch. To generate a diff of this commit: cvs rdiff -u -r1.167 -r1.168 src/sys/dev/acpi/acpi.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/crypto/external/bsd/netpgp/dist
Module Name:src Committed By: agc Date: Wed Apr 14 06:22:55 UTC 2010 Modified Files: src/crypto/external/bsd/netpgp/dist: tst Log Message: add a test for RSA key generation To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/crypto/external/bsd/netpgp/dist/tst Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/crypto/external/bsd/netpgp/dist/src/lib
Module Name:src Committed By: agc Date: Wed Apr 14 06:23:37 UTC 2010 Modified Files: src/crypto/external/bsd/netpgp/dist/src/lib: ssh2pgp.c Log Message: WARNS=4 fix for an unused arg To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 \ src/crypto/external/bsd/netpgp/dist/src/lib/ssh2pgp.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/crypto/external/bsd/netpgp/dist
Module Name:src Committed By: agc Date: Wed Apr 14 06:31:23 UTC 2010 Modified Files: src/crypto/external/bsd/netpgp/dist: TODO configure configure.ac src/crypto/external/bsd/netpgp/dist/src/lib: version.h src/crypto/external/bsd/netpgp/dist/src/netpgp: Makefile src/crypto/external/bsd/netpgp/dist/src/netpgpverify: Makefile verify.c Log Message: Update netpgp to version 3.99.1 Changes to 3.99.1/20100413 + bump major command versions to be compatible with shlib major + fixed a number of bugs in (RSA) key generation + modified netpgpkeys(1) to take an optional argument to --generate-key if the argument is provided, it is used as the equivalent of the gecos field for the newly-generated key. To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37 src/crypto/external/bsd/netpgp/dist/TODO cvs rdiff -u -r1.28 -r1.29 src/crypto/external/bsd/netpgp/dist/configure cvs rdiff -u -r1.29 -r1.30 src/crypto/external/bsd/netpgp/dist/configure.ac cvs rdiff -u -r1.31 -r1.32 \ src/crypto/external/bsd/netpgp/dist/src/lib/version.h cvs rdiff -u -r1.12 -r1.13 \ src/crypto/external/bsd/netpgp/dist/src/netpgp/Makefile cvs rdiff -u -r1.11 -r1.12 \ src/crypto/external/bsd/netpgp/dist/src/netpgpverify/Makefile cvs rdiff -u -r1.8 -r1.9 \ src/crypto/external/bsd/netpgp/dist/src/netpgpverify/verify.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.