CVS commit: src/sys/dev/pci

2010-01-19 Thread Marc Balmer
Module Name:src
Committed By:   mbalmer
Date:   Tue Jan 19 11:43:34 UTC 2010

Modified Files:
src/sys/dev/pci: pcidevs

Log Message:
Add two IBM RSS devices.


To generate a diff of this commit:
cvs rdiff -u -r1.1014 -r1.1015 src/sys/dev/pci/pcidevs

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

2010-01-19 Thread Marc Balmer
Module Name:src
Committed By:   mbalmer
Date:   Tue Jan 19 12:00:51 UTC 2010

Modified Files:
src/sys/dev/pci: pcidevs.h pcidevs_data.h

Log Message:
regenerate


To generate a diff of this commit:
cvs rdiff -u -r1.1011 -r1.1012 src/sys/dev/pci/pcidevs.h
cvs rdiff -u -r1.1010 -r1.1011 src/sys/dev/pci/pcidevs_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/pci

2010-01-19 Thread Marc Balmer
Module Name:src
Committed By:   mbalmer
Date:   Tue Jan 19 12:11:21 UTC 2010

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

Log Message:
Add the IBM 481033H SCC


To generate a diff of this commit:
cvs rdiff -u -r1.58 -r1.59 src/sys/dev/pci/pucdata.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/isa

2010-01-19 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Tue Jan 19 12:41:41 UTC 2010

Modified Files:
src/sys/dev/isa: files.isa
Removed Files:
src/sys/dev/isa: if_hp.c

Log Message:
h...@isa was marked non-compiling and broken 14 years ago.  I'm sure
the tens of well-tested changes since then have been necessary,
but now i'll just spoil the fun for everyone by sending the driver
to the attic.


To generate a diff of this commit:
cvs rdiff -u -r1.157 -r1.158 src/sys/dev/isa/files.isa
cvs rdiff -u -r1.48 -r0 src/sys/dev/isa/if_hp.c

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



CVS commit: src/sys/nfs

2010-01-19 Thread YAMAMOTO Takashi
Module Name:src
Committed By:   yamt
Date:   Tue Jan 19 13:29:40 UTC 2010

Modified Files:
src/sys/nfs: nfs.h

Log Message:
remove unused r_timer member.


To generate a diff of this commit:
cvs rdiff -u -r1.70 -r1.71 src/sys/nfs/nfs.h

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



CVS commit: src/sys/kern

2010-01-19 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Tue Jan 19 15:23:15 UTC 2010

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

Log Message:
Update comment: unloaded modules which were pumped up by the
bootloader are not freed at the end of bootstrap (there should be
none, although this is not asserted.  maybe it should be?).


To generate a diff of this commit:
cvs rdiff -u -r1.56 -r1.57 src/sys/kern/kern_module.c

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



CVS commit: src/sys/lib/libsa

2010-01-19 Thread Izumi Tsutsui
Module Name:src
Committed By:   tsutsui
Date:   Tue Jan 19 15:26:45 UTC 2010

Modified Files:
src/sys/lib/libsa: subr_prf.c

Log Message:
Add long long (%lld etc.) support and width (%02x etc.) support
in libsa printf(3).  Disabled by default but enabled by
-DLIBSA_PRINTF_LONGLONG_SUPPORT and -DLIBSA_PRINTF_WIDTH_SUPPORT.
Provided by tnozaki@ for my libsa debugging. Thanks!


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/sys/lib/libsa/subr_prf.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/cobalt/stand/boot

2010-01-19 Thread Izumi Tsutsui
Module Name:src
Committed By:   tsutsui
Date:   Tue Jan 19 15:28:52 UTC 2010

Modified Files:
src/sys/arch/cobalt/stand/boot: Makefile tlp.c wd.c wdc.c

Log Message:
Use -DLIBSA_PRINTF_LONGLONG_SUPPORT -DLIBSA_PRINTF_WIDTH_SUPPORT
in debug printf()s.


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/sys/arch/cobalt/stand/boot/Makefile
cvs rdiff -u -r1.8 -r1.9 src/sys/arch/cobalt/stand/boot/tlp.c
cvs rdiff -u -r1.11 -r1.12 src/sys/arch/cobalt/stand/boot/wd.c
cvs rdiff -u -r1.12 -r1.13 src/sys/arch/cobalt/stand/boot/wdc.c

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



CVS commit: src/sys/conf

2010-01-19 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Tue Jan 19 16:24:44 UTC 2010

Modified Files:
src/sys/conf: files

Log Message:
Specify bpf_filter attribute only when the device uses the filter engine.


To generate a diff of this commit:
cvs rdiff -u -r1.968 -r1.969 src/sys/conf/files

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-01-19 Thread Manuel Bouyer
Module Name:src
Committed By:   bouyer
Date:   Tue Jan 19 20:54:32 UTC 2010

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

Log Message:
bio(4) is MP-safe but mfi(4) is not. So get the kernel_lock at
mfi_ioctl() entry and release it on exit.


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 src/sys/dev/ic/mfi.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

2010-01-19 Thread David Young
Module Name:src
Committed By:   dyoung
Date:   Tue Jan 19 21:54:53 UTC 2010

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

Log Message:
A new survey of the code indicates that the very highest interrupt
priority level where the kernel accesses alldevs is IPL_VM, where
some hardware interrupt handlers call config_deactivate(9).  Lower
the IPL of alldevs_mtx from IPL_HIGH to IPL_VM, accordingly.


To generate a diff of this commit:
cvs rdiff -u -r1.198 -r1.199 src/sys/kern/subr_autoconf.c

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



CVS commit: src/etc

2010-01-19 Thread Julio M. Merino Vidal
Module Name:src
Committed By:   jmmv
Date:   Tue Jan 19 22:08:11 UTC 2010

Modified Files:
src/etc: daily security
src/etc/defaults: daily.conf security.conf

Log Message:
Add the fetch_pkg_vulnerabilities option to the daily script to keep the
packages vulnerability database up to date.  This will only fetch the
file from the server if it has changed since the last run.

Add the check_pkg_vulnerabilities and check_pkg_signatures options to the
security script to check that the installed packages are sane.

All of these options are enabled by default but they will only run if
there is, at least, one installed package.


To generate a diff of this commit:
cvs rdiff -u -r1.72 -r1.73 src/etc/daily
cvs rdiff -u -r1.106 -r1.107 src/etc/security
cvs rdiff -u -r1.11 -r1.12 src/etc/defaults/daily.conf
cvs rdiff -u -r1.21 -r1.22 src/etc/defaults/security.conf

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



CVS commit: src/sys

2010-01-19 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Tue Jan 19 22:08:18 UTC 2010

Modified Files:
src/sys/arch/acorn32/podulebus: if_ie.c
src/sys/arch/alpha/a12: if_xb.c
src/sys/arch/amiga/dev: if_ed.c if_es.c if_le.c if_qn.c
src/sys/arch/arc/jazz: if_sn_jazzio.c
src/sys/arch/arm/at91: at91emac.c
src/sys/arch/arm/ep93xx: epe.c
src/sys/arch/arm/gemini: gemini_gmac.c if_gpn.c
src/sys/arch/arm/xscale: ixp425_if_npe.c
src/sys/arch/atari/vme: if_le_vme.c
src/sys/arch/evbppc/virtex/dev: if_temac.c
src/sys/arch/ews4800mips/sbd: if_le_sbdio.c
src/sys/arch/hp300/dev: if_le.c
src/sys/arch/hp700/gsc: if_iee_gsc.c
src/sys/arch/i386/conf: GENERIC
src/sys/arch/luna68k/dev: if_le.c
src/sys/arch/mac68k/dev: if_ae.c if_mc.c
src/sys/arch/mac68k/nubus: if_netdock_nubus.c
src/sys/arch/macppc/dev: am79c950.c if_bm.c if_gm.c
src/sys/arch/mips/adm5120/dev: if_admsw.c if_admswvar.h
src/sys/arch/mips/alchemy/dev: if_aumac.c
src/sys/arch/mips/atheros/dev: if_ae.c
src/sys/arch/mips/sibyte/dev: sbmac.c
src/sys/arch/mipsco/obio: if_le.c
src/sys/arch/mvme68k/dev: if_le.c
src/sys/arch/news68k/dev: if_le.c
src/sys/arch/newsmips/apbus: if_sn.c
src/sys/arch/newsmips/dev: if_le.c
src/sys/arch/next68k/dev: if_xe.c mb8795.c
src/sys/arch/powerpc/ibm4xx/dev: if_emac.c
src/sys/arch/sgimips/hpc: if_sq.c
src/sys/arch/sgimips/ioc: if_le_oioc.c
src/sys/arch/sgimips/mace: if_mec.c
src/sys/arch/sun2/dev: if_ec.c
src/sys/arch/sun3/dev: if_ie.c if_le.c
src/sys/arch/vax/if: if_le.c if_le_vsbus.c if_ze.c
src/sys/arch/x68k/dev: if_ne_intio.c if_ne_neptune.c
src/sys/arch/xen/xen: if_xennet_xenbus.c xennetback_xenbus.c
src/sys/conf: files
src/sys/dev/bi: if_ni.c
src/sys/dev/dec: if_le_dec.c
src/sys/dev/eisa: depca_eisa.c
src/sys/dev/ic: aic6915.c am7990.c am79900.c an.c ath.c atw.c awi.c
bwi.c bwivar.h cs89x0.c dp8390.c dp83932.c elink3.c elinkxl.c gem.c
hd64570.c hd64570var.h hme.c i82557.c i82586.c i82596.c lan9118.c
lance.c lemac.c mb86950.c mb86960.c midway.c mtd803.c pdq_ifsubr.c
pdqvar.h rrunner.c rt2560.c rt2560var.h rt2661.c rt2661var.h
rtl8169.c rtl81x9.c rtw.c seeq8005.c sgec.c smc83c170.c smc90cx6.c
smc91cxx.c tropic.c tulip.c wi.c
src/sys/dev/if_ndis: if_ndis.c
src/sys/dev/isa: depca_isa.c if_eg.c if_el.c if_iy.c
src/sys/dev/marvell: if_gfe.c
src/sys/dev/ofw: ofnet.c
src/sys/dev/pci: if_age.c if_ale.c if_bce.c if_bge.c if_bnx.c
if_bnxreg.h if_bwi_pci.c if_cas.c if_de.c if_devar.h if_dge.c
if_fpa.c if_gem_pci.c if_ipw.c if_ipwvar.h if_iwi.c if_iwivar.h
if_iwn.c if_iwnvar.h if_jme.c if_kse.c if_lii.c if_lmc.c if_lmc.h
if_msk.c if_nfe.c if_pcn.c if_ral_pci.c if_sip.c if_sk.c if_ste.c
if_stge.c if_ti.c if_tl.c if_txp.c if_vge.c if_vr.c if_wm.c
if_wpi.c if_wpivar.h if_xge.c
src/sys/dev/pcmcia: if_cnw.c if_ray.c if_xi.c mhzc.c xirc.c
src/sys/dev/ppbus: if_plip.c
src/sys/dev/qbus: if_de.c if_qe.c if_qt.c
src/sys/dev/sbus: be.c if_le.c if_le_lebuffer.c if_le_ledma.c qe.c
src/sys/dev/scsipi: if_se.c
src/sys/dev/usb: if_atu.c if_aue.c if_axe.c if_cdce.c if_cue.c if_kue.c
if_rum.c if_rumvar.h if_udav.c if_upl.c if_ural.c if_uralvar.h
if_url.c if_zyd.c if_zydreg.h
src/sys/dist/ipf/netinet: ip_compat.h
src/sys/dist/pf/net: if_pflog.c if_pfsync.c pf.c
src/sys/kern: init_main.c
src/sys/net: bpf.c bpf.h if_arcsubr.c if_atmsubr.c if_bridge.c
if_ecosubr.c if_etherip.c if_ethersubr.c if_faith.c if_fddisubr.c
if_gif.c if_gre.c if_hippisubr.c if_ieee1394subr.c if_loop.c
if_ppp.c if_pppoe.c if_sl.c if_srt.c if_stf.c if_strip.c if_tap.c
if_tokensubr.c if_tun.c if_vlan.c ppp_tty.c
src/sys/net/agr: if_agr.c if_agrsubr.c
src/sys/net80211: ieee80211.c ieee80211_input.c ieee80211_output.c
src/sys/netinet: ip_carp.c ip_etherip.c
src/sys/netinet6: ip6_etherip.c
src/sys/netisdn: i4b_ipr.c i4b_isppp.c
src/sys/rump/librump/rumpnet: Makefile.rumpnet rump_net.c
src/sys/rump/net/lib/libvirtif: if_virt.c
Added Files:
src/sys/net: bpf_stub.c
Removed Files:
src/sys/rump/librump/rumpkern/opt: bpfilter.h

Log Message:
Redefine bpf linkage through an always present op vector, i.e.
#if NBPFILTER is no longer required in the client.  This change
doesn't yet add support for loading bpf as a module, since drivers
can register before bpf is attached.  However, callers of bpf can
now be modularized.

Dynamically loadable bpf could probably be done fairly 

CVS commit: src/share/man/man5

2010-01-19 Thread Julio M. Merino Vidal
Module Name:src
Committed By:   jmmv
Date:   Tue Jan 19 22:08:52 UTC 2010

Modified Files:
src/share/man/man5: daily.conf.5 security.conf.5

Log Message:
Document the new package-related maintenance options and security checks
in daily.conf and security.conf.


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/share/man/man5/daily.conf.5
cvs rdiff -u -r1.33 -r1.34 src/share/man/man5/security.conf.5

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



CVS commit: src/sys/sys

2010-01-19 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Tue Jan 19 22:12:00 UTC 2010

Modified Files:
src/sys/sys: param.h

Log Message:
5.99.24: bpf_foo = bpf_ops-bpf_foo
(better bump than bummer)


To generate a diff of this commit:
cvs rdiff -u -r1.358 -r1.359 src/sys/sys/param.h

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



CVS commit: src/sys

2010-01-19 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Tue Jan 19 22:17:45 UTC 2010

Modified Files:
src/sys/kern: kern_module_vfs.c subr_kobj_vfs.c
src/sys/sys: kobj.h

Log Message:
Rename a few routines from _file() to _vfs() for consistency.
Ride 5.99.24 bump.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/kern/kern_module_vfs.c \
src/sys/kern/subr_kobj_vfs.c
cvs rdiff -u -r1.12 -r1.13 src/sys/sys/kobj.h

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



CVS commit: src/sys

2010-01-19 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Tue Jan 19 22:28:31 UTC 2010

Modified Files:
src/sys/compat/common: kern_time_50.c
src/sys/dev/ata: wd.c
src/sys/kern: sys_sig.c
src/sys/lib/libkern: Makefile.libkern libkern.h
src/sys/sys: signalvar.h
Added Files:
src/sys/lib/libkern: kern_assert.c
Removed Files:
src/sys/lib/libkern: __assert.c

Log Message:
Get rid of last easy kernel symbols starting with __:
__assert - kern_assert
__sigtimedwait1 - sigtimedwait1
__wdstart - wdstart1

The rest are MD and/or shared with userspace, so they will require
a little more involvement than what is available for this quick
ride the 5.99.24 bump action.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/sys/compat/common/kern_time_50.c
cvs rdiff -u -r1.381 -r1.382 src/sys/dev/ata/wd.c
cvs rdiff -u -r1.25 -r1.26 src/sys/kern/sys_sig.c
cvs rdiff -u -r1.8 -r1.9 src/sys/lib/libkern/Makefile.libkern
cvs rdiff -u -r1.11 -r0 src/sys/lib/libkern/__assert.c
cvs rdiff -u -r0 -r1.1 src/sys/lib/libkern/kern_assert.c
cvs rdiff -u -r1.92 -r1.93 src/sys/lib/libkern/libkern.h
cvs rdiff -u -r1.75 -r1.76 src/sys/sys/signalvar.h

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



CVS commit: src/sys/net

2010-01-19 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Tue Jan 19 22:33:35 UTC 2010

Modified Files:
src/sys/net: bpf_stub.c

Log Message:
slap dis wit summah dat RCSId


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/net/bpf_stub.c

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



CVS commit: src/lib/libedit

2010-01-19 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Tue Jan 19 22:38:08 UTC 2010

Modified Files:
src/lib/libedit: eln.c

Log Message:
Fix wrapper for EL_EDITOR, from Michael L. Hitch


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

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



CVS commit: src/doc

2010-01-19 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Tue Jan 19 22:58:45 UTC 2010

Modified Files:
src/doc: CHANGES

Log Message:
note modularity change to kernel bpf


To generate a diff of this commit:
cvs rdiff -u -r1.1346 -r1.1347 src/doc/CHANGES

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



CVS commit: src/sys/net

2010-01-19 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Tue Jan 19 23:11:10 UTC 2010

Modified Files:
src/sys/net: bpf_stub.c

Log Message:
fix pasto in previous


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/net/bpf_stub.c

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



CVS commit: src/sys/compat/netbsd32

2010-01-19 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Tue Jan 19 23:15:50 UTC 2010

Modified Files:
src/sys/compat/netbsd32: netbsd32_compat_50.c netbsd32_signal.c

Log Message:
A few more instances of __sigtimedwait1 - sigtimedwait1


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sys/compat/netbsd32/netbsd32_compat_50.c
cvs rdiff -u -r1.32 -r1.33 src/sys/compat/netbsd32/netbsd32_signal.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

2010-01-19 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Wed Jan 20 00:35:05 UTC 2010

Modified Files:
src/share/man/man9: Makefile

Log Message:
Remove MKLINKS for VATTR_NULL, so that the obsolete lists don't
have to do the work every build.


To generate a diff of this commit:
cvs rdiff -u -r1.303 -r1.304 src/share/man/man9/Makefile

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



CVS commit: src

2010-01-19 Thread David Young
Module Name:src
Committed By:   dyoung
Date:   Wed Jan 20 00:39:30 UTC 2010

Modified Files:
src/distrib/sets/lists/comp: mi
src/share/man/man9: Makefile pmf.9

Log Message:
Update PMF documentation: rename pmf_device_resume_subtree to
pmf_device_subtree_resume.  Briefly describe pmf_qual_t and add it to
the PMF function signatures.

There's still a lot left to document.


To generate a diff of this commit:
cvs rdiff -u -r1.1365 -r1.1366 src/distrib/sets/lists/comp/mi
cvs rdiff -u -r1.304 -r1.305 src/share/man/man9/Makefile
cvs rdiff -u -r1.12 -r1.13 src/share/man/man9/pmf.9

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



CVS commit: src/external/bsd/iscsi/dist/src/lib

2010-01-19 Thread YAMAMOTO Takashi
Module Name:src
Committed By:   yamt
Date:   Wed Jan 20 00:58:49 UTC 2010

Modified Files:
src/external/bsd/iscsi/dist/src/lib: disk.c target.c

Log Message:
add missing trailing newline chars to some of iscsi_err messages.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/external/bsd/iscsi/dist/src/lib/disk.c \
src/external/bsd/iscsi/dist/src/lib/target.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/sys/lib/libkern

2010-01-19 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Wed Jan 20 05:36:09 UTC 2010

Modified Files:
src/sys/lib/libkern [netbsd-5-0]: arc4random.c

Log Message:
Pull up following revision(s) (requested by joerg in ticket #1253):
sys/lib/libkern/arc4random.c: revision 1.21
Keep arc4_i and arc4_j synchronised after a rekeying. This prevents
accidentally ending up in a short ARC4 cycle.


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.20.16.1 src/sys/lib/libkern/arc4random.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

2010-01-19 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Wed Jan 20 06:58:37 UTC 2010

Modified Files:
src/sys/arch/mips/include [matt-nb5-mips64]: cache.h cpu.h
cpu_counter.h cpuregs.h locore.h mips3_pte.h pmap.h types.h
vmparam.h
src/sys/arch/mips/mips [matt-nb5-mips64]: bus_dma.c cache.c
cache_mipsNN.c cpu_exec.c db_interface.c genassym.cf locore.S
locore_mips1.S mem.c mips3_clock.c mipsX_subr.S mips_machdep.c
pmap.c pmap_segtab.c

Log Message:
Revamp things a bit.  Move of the globals mips uses into either cpu_info,
mips_options, or mips_cache_info.  Make MALT64 be able to boot MULTIPROCESSOR.
(some pmap MP work).


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.9.96.1 src/sys/arch/mips/include/cache.h
cvs rdiff -u -r1.90.16.12 -r1.90.16.13 src/sys/arch/mips/include/cpu.h
cvs rdiff -u -r1.3 -r1.3.90.1 src/sys/arch/mips/include/cpu_counter.h
cvs rdiff -u -r1.74.28.12 -r1.74.28.13 src/sys/arch/mips/include/cpuregs.h
cvs rdiff -u -r1.78.36.1.2.8 -r1.78.36.1.2.9 \
src/sys/arch/mips/include/locore.h
cvs rdiff -u -r1.23.38.4 -r1.23.38.5 src/sys/arch/mips/include/mips3_pte.h
cvs rdiff -u -r1.54.26.5 -r1.54.26.6 src/sys/arch/mips/include/pmap.h
cvs rdiff -u -r1.43.36.10 -r1.43.36.11 src/sys/arch/mips/include/types.h
cvs rdiff -u -r1.41.28.8 -r1.41.28.9 src/sys/arch/mips/include/vmparam.h
cvs rdiff -u -r1.22.16.13 -r1.22.16.14 src/sys/arch/mips/mips/bus_dma.c
cvs rdiff -u -r1.33 -r1.33.96.1 src/sys/arch/mips/mips/cache.c
cvs rdiff -u -r1.11.78.2 -r1.11.78.3 src/sys/arch/mips/mips/cache_mipsNN.c
cvs rdiff -u -r1.50.54.1.4.11 -r1.50.54.1.4.12 \
src/sys/arch/mips/mips/cpu_exec.c
cvs rdiff -u -r1.64.16.12 -r1.64.16.13 src/sys/arch/mips/mips/db_interface.c
cvs rdiff -u -r1.44.12.9 -r1.44.12.10 src/sys/arch/mips/mips/genassym.cf
cvs rdiff -u -r1.167.38.4 -r1.167.38.5 src/sys/arch/mips/mips/locore.S
cvs rdiff -u -r1.64.26.1.2.4 -r1.64.26.1.2.5 \
src/sys/arch/mips/mips/locore_mips1.S
cvs rdiff -u -r1.35.38.3 -r1.35.38.4 src/sys/arch/mips/mips/mem.c
cvs rdiff -u -r1.10 -r1.10.28.1 src/sys/arch/mips/mips/mips3_clock.c
cvs rdiff -u -r1.26.36.1.2.19 -r1.26.36.1.2.20 \
src/sys/arch/mips/mips/mipsX_subr.S
cvs rdiff -u -r1.205.4.1.2.1.2.26 -r1.205.4.1.2.1.2.27 \
src/sys/arch/mips/mips/mips_machdep.c
cvs rdiff -u -r1.179.16.10 -r1.179.16.11 src/sys/arch/mips/mips/pmap.c
cvs rdiff -u -r1.1.2.2 -r1.1.2.3 src/sys/arch/mips/mips/pmap_segtab.c

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

2010-01-19 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Wed Jan 20 07:27:11 UTC 2010

Modified Files:
src/distrib/sets/lists/comp: mi

Log Message:
Like the comment at the top says: don't remove entries here, mark them
obsolete.

Do so for pmf_device_resume_subtree.9.


To generate a diff of this commit:
cvs rdiff -u -r1.1366 -r1.1367 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/share/man/man9

2010-01-19 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Wed Jan 20 07:27:21 UTC 2010

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

Log Message:
Bump date for previous.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/share/man/man9/pmf.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/man5

2010-01-19 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Wed Jan 20 07:33:25 UTC 2010

Modified Files:
src/share/man/man5: security.conf.5

Log Message:
Remove trailing whitespace.


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 src/share/man/man5/security.conf.5

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