CVS commit: src/crypto/external/bsd/netpgp/dist/src/netpgp

2010-02-24 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Wed Feb 24 08:22:59 UTC 2010

Modified Files:
src/crypto/external/bsd/netpgp/dist/src/netpgp: netpgp.1

Log Message:
New sentence, new line; remove trailing whitespace.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 \
src/crypto/external/bsd/netpgp/dist/src/netpgp/netpgp.1

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



CVS commit: src/sys/arch/sparc64/sparc64

2010-02-24 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Wed Feb 24 09:49:36 UTC 2010

Modified Files:
src/sys/arch/sparc64/sparc64: cache.h ipifuncs.c locore.s pmap.c

Log Message:
when handing back page table pages to UVM, flush them from the dcache
on all CPUs.

idea from skrll@, and makes my disk-based SB2000 stable.

tested on U60, SB2000 and SB2500.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/sys/arch/sparc64/sparc64/cache.h
cvs rdiff -u -r1.33 -r1.34 src/sys/arch/sparc64/sparc64/ipifuncs.c
cvs rdiff -u -r1.320 -r1.321 src/sys/arch/sparc64/sparc64/locore.s
cvs rdiff -u -r1.252 -r1.253 src/sys/arch/sparc64/sparc64/pmap.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/sparc64/sparc64

2010-02-24 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Wed Feb 24 10:11:53 UTC 2010

Modified Files:
src/sys/arch/sparc64/sparc64: pmap.c

Log Message:
check for TLB_V bit for valid tte entries, not against zero.
KASSERT() the 3rd call to pseg_get() in pmap_page_cache() like the other 2.


To generate a diff of this commit:
cvs rdiff -u -r1.253 -r1.254 src/sys/arch/sparc64/sparc64/pmap.c

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-02-24 Thread Matthias Scheler
Module Name:src
Committed By:   tron
Date:   Wed Feb 24 10:18:19 UTC 2010

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

Log Message:
Fix build of the dtrace kernel module.


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

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



CVS commit: src/usr.bin/netstat

2010-02-24 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Wed Feb 24 11:00:28 UTC 2010

Modified Files:
src/usr.bin/netstat: if.c main.c netstat.1 netstat.h

Log Message:
Add -h, which makes output of bytes counts humanized (e.g. -bih)

(netstat had -h some 15 years ago, but since then it has been just
a fancy way of calling usage())


To generate a diff of this commit:
cvs rdiff -u -r1.67 -r1.68 src/usr.bin/netstat/if.c
cvs rdiff -u -r1.73 -r1.74 src/usr.bin/netstat/main.c
cvs rdiff -u -r1.54 -r1.55 src/usr.bin/netstat/netstat.1
cvs rdiff -u -r1.39 -r1.40 src/usr.bin/netstat/netstat.h

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



CVS commit: src/external/cddl/osnet/usr.sbin/zdb

2010-02-24 Thread Matthias Scheler
Module Name:src
Committed By:   tron
Date:   Wed Feb 24 11:56:35 UTC 2010

Modified Files:
src/external/cddl/osnet/usr.sbin/zdb: Makefile

Log Message:
Disable stack protection warnings for zdb_il.c which uses a dynamically
sized array on the stack.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/cddl/osnet/usr.sbin/zdb/Makefile

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



Re: CVS commit: src/sys

2010-02-24 Thread Andrew Doran
On Tue, Feb 23, 2010 at 09:58:25AM +1300, Darran Hunt wrote:

 static void
 dtrace_vtime_switch(lwp_t *newl)
 {
 #ifdef KDTRACE_HOOKS
  /*
   * If DTrace has set the active vtime enum to anything
   * other than INACTIVE (0), then it should have set the
   * function to call.
   */
  if (dtrace_vtime_active) {
  (*dtrace_vtime_switch_func)(newl);
  }

One more comment... If these are not enabled, then presumably you can
simply set them to (void *)nullop and skip the conditional?

(Although I'm sure somebody will be along shortly to say that casting a
function pointer that way is a bad idea :-)



CVS commit: src/external/cddl/osnet/lib/libdtrace

2010-02-24 Thread Matthias Scheler
Module Name:src
Committed By:   tron
Date:   Wed Feb 24 12:51:06 UTC 2010

Modified Files:
src/external/cddl/osnet/lib/libdtrace: Makefile

Log Message:
Disable stack protection warnings for sources which use dynamically
sized stack buffers.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/cddl/osnet/lib/libdtrace/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

2010-02-24 Thread Matthias Drochner
Module Name:src
Committed By:   drochner
Date:   Wed Feb 24 13:02:13 UTC 2010

Modified Files:
src/lib/libcurses: curses_cursor.3 curses_touch.3

Log Message:
document wsyncup/wsyncdown/wcursyncup


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/lib/libcurses/curses_cursor.3
cvs rdiff -u -r1.7 -r1.8 src/lib/libcurses/curses_touch.3

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-02-24 Thread Izumi Tsutsui
Module Name:src
Committed By:   tsutsui
Date:   Wed Feb 24 13:10:26 UTC 2010

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

Log Message:
Fix a wrong calculation bug around RX ring buffer memory address
slipped in about sixteen years ago.  Fortunately, it had been working
for ages because some devices used address zero and other devices
ignored wrong higher bits.

Tested on we(4) (SMC Elite Ultra) and ne(4) (NE2000 compatible
named UL0001) on ISA.
Note FreeBSD also uses the same correct value in their ed(4) driver.


To generate a diff of this commit:
cvs rdiff -u -r1.73 -r1.74 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/sbin/fsck

2010-02-24 Thread Juergen Hannken-Illjes
Module Name:src
Committed By:   hannken
Date:   Wed Feb 24 13:56:07 UTC 2010

Modified Files:
src/sbin/fsck: fsck.c

Log Message:
Dont pass option -x down to fsck_xxxfs.

Hi christos ...


To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 src/sbin/fsck/fsck.c

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



CVS commit: src/sys/rump/include/rump

2010-02-24 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Wed Feb 24 14:56:04 UTC 2010

Modified Files:
src/sys/rump/include/rump: rump.h

Log Message:
Expose rump_schedule() and rump_unschedule().  These can be used
for wrapping application space calls to the rump kernel without
having to do heavyweight interface specification with ifspec.


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 src/sys/rump/include/rump/rump.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/ic

2010-02-24 Thread Izumi Tsutsui
Module Name:src
Committed By:   tsutsui
Date:   Wed Feb 24 15:13:34 UTC 2010

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

Log Message:
Now dp8390_config() calculates mem_ring correctly so
no longer need to override it in ne2000_attach().


To generate a diff of this commit:
cvs rdiff -u -r1.64 -r1.65 src/sys/dev/ic/ne2000.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-02-24 Thread Izumi Tsutsui
Module Name:src
Committed By:   tsutsui
Date:   Wed Feb 24 15:18:15 UTC 2010

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

Log Message:
Use roundup2() in sys/param.h rather than a conditional.


To generate a diff of this commit:
cvs rdiff -u -r1.65 -r1.66 src/sys/dev/ic/ne2000.c

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



CVS commit: src/external/cddl/osnet/lib/libdtrace

2010-02-24 Thread Matthias Scheler
Module Name:src
Committed By:   tron
Date:   Wed Feb 24 15:40:54 UTC 2010

Modified Files:
src/external/cddl/osnet/lib/libdtrace: Makefile

Log Message:
Disable stack protection warnings for more sources which use dynamically
sized stack buffers.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/external/cddl/osnet/lib/libdtrace/Makefile

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



CVS commit: src/sys/uvm

2010-02-24 Thread Masao Uebayashi
Module Name:src
Committed By:   uebayasi
Date:   Wed Feb 24 15:58:26 UTC 2010

Modified Files:
src/sys/uvm: uvm_fault.c

Log Message:
Merge more indirect functions.  Some comments.


To generate a diff of this commit:
cvs rdiff -u -r1.172 -r1.173 src/sys/uvm/uvm_fault.c

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



CVS commit: [uebayasi-xip] src/sys/uvm

2010-02-24 Thread Masao Uebayashi
Module Name:src
Committed By:   uebayasi
Date:   Wed Feb 24 16:22:58 UTC 2010

Modified Files:
src/sys/uvm [uebayasi-xip]: uvm_fault.c

Log Message:
Sync with HEAD.


To generate a diff of this commit:
cvs rdiff -u -r1.166.2.3 -r1.166.2.4 src/sys/uvm/uvm_fault.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-02-24 Thread Iain Hibbert
Module Name:src
Committed By:   plunky
Date:   Wed Feb 24 17:00:25 UTC 2010

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

Log Message:
use # for include directive, just because..


To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58 src/sys/dev/usb/if_cue.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/darwin

2010-02-24 Thread David Young
Module Name:src
Committed By:   dyoung
Date:   Wed Feb 24 17:59:33 UTC 2010

Modified Files:
src/sys/compat/darwin: darwin_ioframebuffer.c

Log Message:
Mark some suspicious ENODEV returns (should be ENXIO?) with comments.


To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 src/sys/compat/darwin/darwin_ioframebuffer.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/if_ndis

2010-02-24 Thread David Young
Module Name:src
Committed By:   dyoung
Date:   Wed Feb 24 18:16:50 UTC 2010

Modified Files:
src/sys/dev/if_ndis: if_ndisvar.h

Log Message:
Start to tuck Cardbus under the PCI abstraction.  Step #1, textual
substitution: for all practical purposes, pcitag_t and cardbustag_t
are interchangeable, so just use pcitag_t.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/dev/if_ndis/if_ndisvar.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/ic

2010-02-24 Thread Matthias Drochner
Module Name:src
Committed By:   drochner
Date:   Wed Feb 24 18:33:45 UTC 2010

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

Log Message:
map some more punctuation to more or less good replacements in the IBM
character set


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/sys/dev/ic/pcdisplay_chars.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/arm/xscale

2010-02-24 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Wed Feb 24 19:12:12 UTC 2010

Modified Files:
src/sys/arch/arm/xscale: i80312_space.c i80321_space.c

Log Message:
Typo in comment.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/sys/arch/arm/xscale/i80312_space.c
cvs rdiff -u -r1.11 -r1.12 src/sys/arch/arm/xscale/i80321_space.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/udf

2010-02-24 Thread Reinoud Zandijk
Module Name:src
Committed By:   reinoud
Date:   Wed Feb 24 19:14:12 UTC 2010

Modified Files:
src/sys/fs/udf: udf.h udf_subr.c

Log Message:
Extract UDF metadata partition parameters as already done for VAT and sparable
partitions.


To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 src/sys/fs/udf/udf.h
cvs rdiff -u -r1.101 -r1.102 src/sys/fs/udf/udf_subr.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/udf

2010-02-24 Thread Reinoud Zandijk
Module Name:src
Committed By:   reinoud
Date:   Wed Feb 24 19:20:13 UTC 2010

Modified Files:
src/sys/fs/udf: udf.h udf_subr.c

Log Message:
Rename metadata partition parameters to be less generic and add the flags.


To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 src/sys/fs/udf/udf.h
cvs rdiff -u -r1.102 -r1.103 src/sys/fs/udf/udf_subr.c

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



CVS commit: src/external/cddl/osnet/dist/uts/common/dtrace

2010-02-24 Thread Darran Hunt
Module Name:src
Committed By:   darran
Date:   Wed Feb 24 21:08:54 UTC 2010

Modified Files:
src/external/cddl/osnet/dist/uts/common/dtrace: dtrace.c

Log Message:
Fix a bug in the dtrace_state_deadman() thread; return should have been
a continue (thanks Frank!).


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 \
src/external/cddl/osnet/dist/uts/common/dtrace/dtrace.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/x86

2010-02-24 Thread David Young
Module Name:src
Committed By:   dyoung
Date:   Wed Feb 24 21:22:01 UTC 2010

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

Log Message:
Rename to 'pc' all variables 'pci_chipset_tag'.


To generate a diff of this commit:
cvs rdiff -u -r1.66 -r1.67 src/sys/arch/x86/x86/intr.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/include

2010-02-24 Thread David Young
Module Name:src
Committed By:   dyoung
Date:   Wed Feb 24 21:24:20 UTC 2010

Modified Files:
src/sys/arch/x86/include: pci_machdep.h

Log Message:
Change 'typedef void *pci_chipset_tag_t' to 'typedef struct
pci_chipset_tag *pci_chipset_tag_t' for an improvement in type safety.
(Back when I did the same for cardbus_chipset_tag_t, it helped to turn
up some bugs!)


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/sys/arch/x86/include/pci_machdep.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/x86/include

2010-02-24 Thread David Young
Module Name:src
Committed By:   dyoung
Date:   Wed Feb 24 21:25:52 UTC 2010

Modified Files:
src/sys/arch/x86/include: pci_machdep.h

Log Message:
Don't bother to #define PCI_PREFER_IOSPACE, nothing uses it.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/sys/arch/x86/include/pci_machdep.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/x86/include

2010-02-24 Thread David Young
Module Name:src
Committed By:   dyoung
Date:   Wed Feb 24 21:34:23 UTC 2010

Modified Files:
src/sys/arch/x86/include: pci_machdep.h

Log Message:
KNF: change spaces to tabs.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/sys/arch/x86/include/pci_machdep.h

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



CVS commit: src/external/cddl/osnet

2010-02-24 Thread Darran Hunt
Module Name:src
Committed By:   darran
Date:   Wed Feb 24 21:53:26 UTC 2010

Modified Files:
src/external/cddl/osnet/dist/lib/libctf/common: ctf_lib.c
src/external/cddl/osnet/dist/tools/ctf/common: symbol.c
src/external/cddl/osnet/dist/tools/ctf/cvt: ctf.c ctfconvert.c
ctfmerge.c dwarf.c fixup_tdescs.c iidesc.c input.c merge.c output.c
st_parse.c stabs.c tdata.c traverse.c util.c
src/external/cddl/osnet/sys/sys: types.h

Log Message:
DTrace: Get the CTF tools building as part of the toolchain.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 \
src/external/cddl/osnet/dist/lib/libctf/common/ctf_lib.c
cvs rdiff -u -r1.1.1.1 -r1.2 \
src/external/cddl/osnet/dist/tools/ctf/common/symbol.c
cvs rdiff -u -r1.2 -r1.3 src/external/cddl/osnet/dist/tools/ctf/cvt/ctf.c \
src/external/cddl/osnet/dist/tools/ctf/cvt/ctfconvert.c \
src/external/cddl/osnet/dist/tools/ctf/cvt/fixup_tdescs.c \
src/external/cddl/osnet/dist/tools/ctf/cvt/iidesc.c \
src/external/cddl/osnet/dist/tools/ctf/cvt/input.c \
src/external/cddl/osnet/dist/tools/ctf/cvt/merge.c \
src/external/cddl/osnet/dist/tools/ctf/cvt/st_parse.c \
src/external/cddl/osnet/dist/tools/ctf/cvt/stabs.c \
src/external/cddl/osnet/dist/tools/ctf/cvt/tdata.c \
src/external/cddl/osnet/dist/tools/ctf/cvt/traverse.c \
src/external/cddl/osnet/dist/tools/ctf/cvt/util.c
cvs rdiff -u -r1.3 -r1.4 \
src/external/cddl/osnet/dist/tools/ctf/cvt/ctfmerge.c \
src/external/cddl/osnet/dist/tools/ctf/cvt/dwarf.c \
src/external/cddl/osnet/dist/tools/ctf/cvt/output.c
cvs rdiff -u -r1.3 -r1.4 src/external/cddl/osnet/sys/sys/types.h

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



Re: CVS commit: src/external/cddl/osnet

2010-02-24 Thread Thomas Klausner
On Wed, Feb 24, 2010 at 09:53:26PM +, Darran Hunt wrote:
 Module Name:  src
 Committed By: darran
 Date: Wed Feb 24 21:53:26 UTC 2010
 
 Modified Files:
   src/external/cddl/osnet/dist/lib/libctf/common: ctf_lib.c
   src/external/cddl/osnet/dist/tools/ctf/common: symbol.c
   src/external/cddl/osnet/dist/tools/ctf/cvt: ctf.c ctfconvert.c
   ctfmerge.c dwarf.c fixup_tdescs.c iidesc.c input.c merge.c output.c
   st_parse.c stabs.c tdata.c traverse.c util.c
   src/external/cddl/osnet/sys/sys: types.h
 
 Log Message:
 DTrace: Get the CTF tools building as part of the toolchain.

Our tools now support capturing the flag? If that won't give us more
users, I don't know what...
 Thomas


Re: CVS commit: src/external/cddl/osnet

2010-02-24 Thread Darran Hunt

lol.

CTF - Compact C Type Format 
http://blogs.sun.com/levon/entry/reducing_ctf_overhead

Regards,
Darran.

On 25/02/2010, at 10:54 AM, Thomas Klausner wrote:


On Wed, Feb 24, 2010 at 09:53:26PM +, Darran Hunt wrote:

Module Name:src
Committed By:   darran
Date:   Wed Feb 24 21:53:26 UTC 2010

Modified Files:
src/external/cddl/osnet/dist/lib/libctf/common: ctf_lib.c
src/external/cddl/osnet/dist/tools/ctf/common: symbol.c
src/external/cddl/osnet/dist/tools/ctf/cvt: ctf.c ctfconvert.c
	ctfmerge.c dwarf.c fixup_tdescs.c iidesc.c input.c merge.c  
output.c

st_parse.c stabs.c tdata.c traverse.c util.c
src/external/cddl/osnet/sys/sys: types.h

Log Message:
DTrace: Get the CTF tools building as part of the toolchain.


Our tools now support capturing the flag? If that won't give us more
users, I don't know what...
Thomas




Re: CVS commit: src/external/cddl/osnet

2010-02-24 Thread Antti Kantee
On Wed Feb 24 2010 at 22:54:57 +0100, Thomas Klausner wrote:
  DTrace: Get the CTF tools building as part of the toolchain.
 
 Our tools now support capturing the flag? If that won't give us more
 users, I don't know what...

You know it, you just don't know you know it (unknown known):
Bubble Bobble


CVS commit: src

2010-02-24 Thread David Young
Module Name:src
Committed By:   dyoung
Date:   Wed Feb 24 22:38:10 UTC 2010

Modified Files:
src/share/man/man9: pmf.9
src/sys/arch/i386/pci: elan520.c piixpcib.c
src/sys/arch/mips/atheros/dev: if_ath_arbus.c
src/sys/arch/sparc/dev: fd.c
src/sys/arch/sparc64/dev: fdc.c
src/sys/arch/x86/pci: ichlpcib.c pchb.c
src/sys/arch/x86/x86: cpu.c x86_autoconf.c
src/sys/arch/xen/x86: cpu.c
src/sys/arch/zaurus/dev: zaudio.c zkbd.c zlcd.c zssp.c ztp.c
src/sys/dev: audio.c
src/sys/dev/acpi: acpi.c acpi_acad.c acpi_bat.c acpi_ec.c acpi_lid.c
asus_acpi.c dalb_acpi.c hpqlb_acpi.c sony_acpi.c thinkpad_acpi.c
wmi_acpi.c
src/sys/dev/ata: ata.c wd.c
src/sys/dev/cardbus: cardbus.c if_atw_cardbus.c if_rtw_cardbus.c
src/sys/dev/gpio: gpio.c
src/sys/dev/hpc: hpcfb.c
src/sys/dev/i2c: dbcool.c dbcool_var.h sdtemp.c
src/sys/dev/ic: aic79xx_osm.c aic7xxx_osm.c athvar.h atw.c atwvar.h
bwi.c bwivar.h com.c comvar.h gem.c gemvar.h hpet.c ne2000.c
ne2000var.h pckbc.c pckbcvar.h rtw.c rtwvar.h spic.c spicvar.h
src/sys/dev/isa: aps.c com_isa.c fd.c sbdsp.c ym.c
src/sys/dev/mii: mii_physubr.c miivar.h ukphy.c
src/sys/dev/pci: agp.c agp_i810.c agp_intel.c ahcisata_pci.c auacer.c
auich.c auixp.c autri.c auvia.c azalia.c cs4280.c cs4281.c
ehci_pci.c esa.c esm.c fwohci_pci.c gcscaudio.c if_age.c
if_ath_pci.c if_atw_pci.c if_bce.c if_cas.c if_fxp_pci.c
if_gem_pci.c if_iwn.c if_msk.c if_nfe.c if_rtw_pci.c if_sip.c
if_sk.c if_vr.c if_wpi.c ixpide.c mvsata_pci.c neo.c pccbb.c pci.c
piixide.c piixpm.c ppb.c siisata_pci.c uhci_pci.c vga_pci.c
viaide.c yds.c
src/sys/dev/pci/hdaudio: hdaudio_afg.c hdaudio_pci.c
src/sys/dev/pckbport: pckbd.c pms.c
src/sys/dev/pcmcia: bt3c.c btbc.c
src/sys/dev/sbus: dbri.c p9100.c
src/sys/dev/scsipi: sd.c
src/sys/dev/sdmmc: sdhc.c sdhcvar.h
src/sys/dev/usb: ehci.c ehcivar.h ohci.c ohcivar.h uhci.c uhcivar.h
src/sys/dev/wscons: wsdisplay.c wskbd.c
src/sys/dev/wsfb: genfbvar.h
src/sys/external/bsd/drm/dist/bsd-core: i915_drv.c radeon_drv.c
src/sys/kern: kern_pmf.c subr_autoconf.c
src/sys/sys: device.h device_if.h pmf.h

Log Message:
A pointer typedef entails trading too much flexibility to declare const
and non-const types, and the kernel uses both const and non-const
PMF qualifiers and device suspensors, so change the pmf_qual_t and
device_suspensor_t typedefs from pointers to const to non-pointer,
non-const types.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/share/man/man9/pmf.9
cvs rdiff -u -r1.46 -r1.47 src/sys/arch/i386/pci/elan520.c
cvs rdiff -u -r1.17 -r1.18 src/sys/arch/i386/pci/piixpcib.c
cvs rdiff -u -r1.17 -r1.18 src/sys/arch/mips/atheros/dev/if_ath_arbus.c
cvs rdiff -u -r1.148 -r1.149 src/sys/arch/sparc/dev/fd.c
cvs rdiff -u -r1.32 -r1.33 src/sys/arch/sparc64/dev/fdc.c
cvs rdiff -u -r1.23 -r1.24 src/sys/arch/x86/pci/ichlpcib.c
cvs rdiff -u -r1.20 -r1.21 src/sys/arch/x86/pci/pchb.c
cvs rdiff -u -r1.68 -r1.69 src/sys/arch/x86/x86/cpu.c
cvs rdiff -u -r1.49 -r1.50 src/sys/arch/x86/x86/x86_autoconf.c
cvs rdiff -u -r1.40 -r1.41 src/sys/arch/xen/x86/cpu.c
cvs rdiff -u -r1.11 -r1.12 src/sys/arch/zaurus/dev/zaudio.c
cvs rdiff -u -r1.10 -r1.11 src/sys/arch/zaurus/dev/zkbd.c \
src/sys/arch/zaurus/dev/zlcd.c
cvs rdiff -u -r1.8 -r1.9 src/sys/arch/zaurus/dev/zssp.c
cvs rdiff -u -r1.9 -r1.10 src/sys/arch/zaurus/dev/ztp.c
cvs rdiff -u -r1.250 -r1.251 src/sys/dev/audio.c
cvs rdiff -u -r1.148 -r1.149 src/sys/dev/acpi/acpi.c
cvs rdiff -u -r1.39 -r1.40 src/sys/dev/acpi/acpi_acad.c
cvs rdiff -u -r1.81 -r1.82 src/sys/dev/acpi/acpi_bat.c
cvs rdiff -u -r1.59 -r1.60 src/sys/dev/acpi/acpi_ec.c
cvs rdiff -u -r1.32 -r1.33 src/sys/dev/acpi/acpi_lid.c
cvs rdiff -u -r1.16 -r1.17 src/sys/dev/acpi/asus_acpi.c
cvs rdiff -u -r1.6 -r1.7 src/sys/dev/acpi/dalb_acpi.c
cvs rdiff -u -r1.5 -r1.6 src/sys/dev/acpi/hpqlb_acpi.c
cvs rdiff -u -r1.12 -r1.13 src/sys/dev/acpi/sony_acpi.c \
src/sys/dev/acpi/wmi_acpi.c
cvs rdiff -u -r1.25 -r1.26 src/sys/dev/acpi/thinkpad_acpi.c
cvs rdiff -u -r1.111 -r1.112 src/sys/dev/ata/ata.c
cvs rdiff -u -r1.383 -r1.384 src/sys/dev/ata/wd.c
cvs rdiff -u -r1.100 -r1.101 src/sys/dev/cardbus/cardbus.c
cvs rdiff -u -r1.29 -r1.30 src/sys/dev/cardbus/if_atw_cardbus.c
cvs rdiff -u -r1.34 -r1.35 src/sys/dev/cardbus/if_rtw_cardbus.c
cvs rdiff -u -r1.31 -r1.32 src/sys/dev/gpio/gpio.c
cvs rdiff -u -r1.52 -r1.53 src/sys/dev/hpc/hpcfb.c
cvs rdiff -u -r1.14 -r1.15 src/sys/dev/i2c/dbcool.c
cvs rdiff -u -r1.7 -r1.8 src/sys/dev/i2c/dbcool_var.h
cvs rdiff -u -r1.10 -r1.11 src/sys/dev/i2c/sdtemp.c
cvs rdiff -u -r1.30 -r1.31 src/sys/dev/ic/aic79xx_osm.c \
src/sys/dev/ic/athvar.h
cvs rdiff -u -r1.36 -r1.37 

CVS commit: src/sys/arch/dreamcast/dev/maple

2010-02-24 Thread David Young
Module Name:src
Committed By:   dyoung
Date:   Wed Feb 24 22:58:45 UTC 2010

Modified Files:
src/sys/arch/dreamcast/dev/maple: mlcd.c

Log Message:
Use device_t, device_private().


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/sys/arch/dreamcast/dev/maple/mlcd.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/acorn32/mainbus

2010-02-24 Thread David Young
Module Name:src
Committed By:   dyoung
Date:   Wed Feb 24 23:03:00 UTC 2010

Modified Files:
src/sys/arch/acorn32/mainbus: fd.c

Log Message:
Use device_private().


To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 src/sys/arch/acorn32/mainbus/fd.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/i2c

2010-02-24 Thread Paul Goyette
Module Name:src
Committed By:   pgoyette
Date:   Wed Feb 24 23:37:45 UTC 2010

Modified Files:
src/sys/dev/i2c: dbcool.c dbcool_var.h

Log Message:
Fix handling of 6bit VID register (6th bit takes place of 12VIn sensor).

Move VID out of sysctl tree - make it a separate sensor of type INTEGER.

Clean-up some of the chip-descriptors.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/sys/dev/i2c/dbcool.c
cvs rdiff -u -r1.8 -r1.9 src/sys/dev/i2c/dbcool_var.h

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-02-24 Thread David Young
Module Name:src
Committed By:   dyoung
Date:   Wed Feb 24 23:49:34 UTC 2010

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

Log Message:
Update the doco, just in case somebody adds a new CardBus driver
before I've finished tucking CardBus under the PCI abstraction,
unlikely though that is.


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

2010-02-24 Thread David Young
Module Name:src
Committed By:   dyoung
Date:   Wed Feb 24 23:52:49 UTC 2010

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

Log Message:
Use device_suspensor_t.


To generate a diff of this commit:
cvs rdiff -u -r1.146 -r1.147 src/sys/dev/pci/if_sip.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

2010-02-24 Thread David Young
Module Name:src
Committed By:   dyoung
Date:   Thu Feb 25 00:47:40 UTC 2010

Modified Files:
src/sys/dev/cardbus: cardbus.c cardbus_map.c cardbusvar.h
siisata_cardbus.c
src/sys/dev/pci: pccbb.c

Log Message:
Cardbus_free_tag() and cardbus_free_tag() are no-ops, so get rid of them
to simplify the code a bit.


To generate a diff of this commit:
cvs rdiff -u -r1.102 -r1.103 src/sys/dev/cardbus/cardbus.c
cvs rdiff -u -r1.32 -r1.33 src/sys/dev/cardbus/cardbus_map.c
cvs rdiff -u -r1.46 -r1.47 src/sys/dev/cardbus/cardbusvar.h
cvs rdiff -u -r1.5 -r1.6 src/sys/dev/cardbus/siisata_cardbus.c
cvs rdiff -u -r1.195 -r1.196 src/sys/dev/pci/pccbb.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/man4

2010-02-24 Thread Paul Goyette
Module Name:src
Committed By:   pgoyette
Date:   Thu Feb 25 02:19:28 UTC 2010

Modified Files:
src/share/man/man4: dbcool.4

Log Message:
Update sensor list for VID sensor.

XXX I don't think this is sufficiently large change to bump the date.


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

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-02-24 Thread Paul Goyette
Module Name:src
Committed By:   pgoyette
Date:   Thu Feb 25 03:11:25 UTC 2010

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

Log Message:
Update for recent changes to data structures.


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 src/share/man/man9/sysmon_envsys.9

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



CVS commit: [uebayasi-xip] src/sys/arch/arm/arm32

2010-02-24 Thread Masao Uebayashi
Module Name:src
Committed By:   uebayasi
Date:   Thu Feb 25 03:19:51 UTC 2010

Modified Files:
src/sys/arch/arm/arm32 [uebayasi-xip]: mem.c

Log Message:
pg-mdpage - VM_PAGE_TO_MD(pg)


To generate a diff of this commit:
cvs rdiff -u -r1.26.6.1 -r1.26.6.2 src/sys/arch/arm/arm32/mem.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/pci

2010-02-24 Thread Michael Lorenz
Module Name:src
Committed By:   macallan
Date:   Thu Feb 25 03:20:02 UTC 2010

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

Log Message:
regen


To generate a diff of this commit:
cvs rdiff -u -r1.1020 -r1.1021 src/sys/dev/pci/pcidevs.h
cvs rdiff -u -r1.1019 -r1.1020 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: [uebayasi-xip] src/sys/arch/arm

2010-02-24 Thread Masao Uebayashi
Module Name:src
Committed By:   uebayasi
Date:   Thu Feb 25 03:30:22 UTC 2010

Modified Files:
src/sys/arch/arm/arm32 [uebayasi-xip]: mem.c pmap.c
src/sys/arch/arm/include/arm32 [uebayasi-xip]: pmap.h

Log Message:
A few more VM_PAGE_TO_MD().


To generate a diff of this commit:
cvs rdiff -u -r1.26.6.2 -r1.26.6.3 src/sys/arch/arm/arm32/mem.c
cvs rdiff -u -r1.211.2.8 -r1.211.2.9 src/sys/arch/arm/arm32/pmap.c
cvs rdiff -u -r1.94.2.1 -r1.94.2.2 src/sys/arch/arm/include/arm32/pmap.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-02-24 Thread Michael Lorenz
Module Name:src
Committed By:   macallan
Date:   Thu Feb 25 03:33:09 UTC 2010

Modified Files:
src/sys/dev/pci: files.pci
Added Files:
src/sys/dev/pci: wcfb.c

Log Message:
a very preliminary driver for Wildcat 5110 / Sun XVR-500 graphics boards
Since we don't have any documentationthis driver is unaccelerated and thanks
to the insane state we get the hardware in it's also slow and scrolling
looks weird.
Some hardware info came from OpenBSD's ifb driver.


To generate a diff of this commit:
cvs rdiff -u -r1.325 -r1.326 src/sys/dev/pci/files.pci
cvs rdiff -u -r0 -r1.1 src/sys/dev/pci/wcfb.c

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



CVS commit: [uebayasi-xip] src/sys/arch/ia64

2010-02-24 Thread Masao Uebayashi
Module Name:src
Committed By:   uebayasi
Date:   Thu Feb 25 04:33:44 UTC 2010

Modified Files:
src/sys/arch/ia64/ia64 [uebayasi-xip]: pmap.c
src/sys/arch/ia64/include [uebayasi-xip]: pmap.h

Log Message:
Use VM_PAGE_TO_MD().  Only compile tested.


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.24.2.1 src/sys/arch/ia64/ia64/pmap.c
cvs rdiff -u -r1.6 -r1.6.2.1 src/sys/arch/ia64/include/pmap.h

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



CVS commit: [uebayasi-xip] src/sys/arch/sh3/sh3

2010-02-24 Thread Masao Uebayashi
Module Name:src
Committed By:   uebayasi
Date:   Thu Feb 25 05:05:23 UTC 2010

Modified Files:
src/sys/arch/sh3/sh3 [uebayasi-xip]: pmap.c

Log Message:
Use VM_PAGE_TO_MD().  Only compile tested.


To generate a diff of this commit:
cvs rdiff -u -r1.74 -r1.74.2.1 src/sys/arch/sh3/sh3/pmap.c

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



CVS commit: [uebayasi-xip] src/sys/arch/sh3/include

2010-02-24 Thread Masao Uebayashi
Module Name:src
Committed By:   uebayasi
Date:   Thu Feb 25 05:13:01 UTC 2010

Modified Files:
src/sys/arch/sh3/include [uebayasi-xip]: vmparam.h

Log Message:
Make this reall build.


To generate a diff of this commit:
cvs rdiff -u -r1.19.2.1 -r1.19.2.2 src/sys/arch/sh3/include/vmparam.h

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

2010-02-24 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Thu Feb 25 05:24:24 UTC 2010

Modified Files:
src/sys/arch/mips/mips [matt-nb5-mips64]: pmap_segtab.c

Log Message:
Make sure we aren't looking up a direct-mapped address.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.5 -r1.1.2.6 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: [matt-nb5-mips64] src/sys/arch/mips/include

2010-02-24 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Thu Feb 25 05:24:53 UTC 2010

Modified Files:
src/sys/arch/mips/include [matt-nb5-mips64]: cpu.h

Log Message:
Remove ci_curpm since it isn't used.


To generate a diff of this commit:
cvs rdiff -u -r1.90.16.21 -r1.90.16.22 src/sys/arch/mips/include/cpu.h

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-02-24 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Thu Feb 25 05:45:12 UTC 2010

Modified Files:
src/sys/arch/mips/include [matt-nb5-mips64]: locore.h
src/sys/arch/mips/mips [matt-nb5-mips64]: locore.S locore_mips3.S
mipsX_subr.S mips_machdep.c

Log Message:
Add mipsXX_tlb_record_asids - records what ASIDs have valid TLB entries in
the TLB.
Move some mips3 specific routines from locore.S to locore_mips3.S


To generate a diff of this commit:
cvs rdiff -u -r1.78.36.1.2.14 -r1.78.36.1.2.15 \
src/sys/arch/mips/include/locore.h
cvs rdiff -u -r1.167.38.15 -r1.167.38.16 src/sys/arch/mips/mips/locore.S
cvs rdiff -u -r1.93.38.6 -r1.93.38.7 src/sys/arch/mips/mips/locore_mips3.S
cvs rdiff -u -r1.26.36.1.2.25 -r1.26.36.1.2.26 \
src/sys/arch/mips/mips/mipsX_subr.S
cvs rdiff -u -r1.205.4.1.2.1.2.35 -r1.205.4.1.2.1.2.36 \
src/sys/arch/mips/mips/mips_machdep.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-02-24 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Thu Feb 25 05:53:23 UTC 2010

Modified Files:
src/sys/arch/mips/include [matt-nb5-mips64]: pmap.h
src/sys/arch/mips/mips [matt-nb5-mips64]: pmap.c pmap_tlb.c

Log Message:
Make the UP and MP ASID allocation algorithm common.  Significantly improve
the algorithm.  Now when we exhaust the ASIDs, interrogate the TLB for active
ASIDS and release all the other for future allocations.  This leaves the
TLB entries with ASIDs valid avoiding the need to re-incur TLB misses for
them.


To generate a diff of this commit:
cvs rdiff -u -r1.54.26.9 -r1.54.26.10 src/sys/arch/mips/include/pmap.h
cvs rdiff -u -r1.179.16.17 -r1.179.16.18 src/sys/arch/mips/mips/pmap.c
cvs rdiff -u -r1.1.2.3 -r1.1.2.4 src/sys/arch/mips/mips/pmap_tlb.c

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



CVS commit: [uebayasi-xip] src/sys/arch

2010-02-24 Thread Masao Uebayashi
Module Name:src
Committed By:   uebayasi
Date:   Thu Feb 25 05:54:03 UTC 2010

Modified Files:
src/sys/arch/sparc/include [uebayasi-xip]: vmparam.h
src/sys/arch/sparc64/sparc64 [uebayasi-xip]: pmap.c

Log Message:
Use VM_PAGE_TO_MD().  Only compile tested.


To generate a diff of this commit:
cvs rdiff -u -r1.40.2.1 -r1.40.2.2 src/sys/arch/sparc/include/vmparam.h
cvs rdiff -u -r1.250 -r1.250.2.1 src/sys/arch/sparc64/sparc64/pmap.c

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



Re: CVS commit: [matt-nb5-mips64] src/sys/arch/mips

2010-02-24 Thread David Laight
On Thu, Feb 25, 2010 at 05:53:23AM +, Matt Thomas wrote:
 
 Log Message:
 Make the UP and MP ASID allocation algorithm common.  Significantly improve
 the algorithm.  Now when we exhaust the ASIDs, interrogate the TLB for active
 ASIDS and release all the other for future allocations.  This leaves the
 TLB entries with ASIDs valid avoiding the need to re-incur TLB misses for
 them.

I presume it is willing to kill some TLB entries if the above doesn't
find any (or enough) free ASIDs ?
Or is the ASID number space guaranteed to be significantly higher that
the number of TLBs ??

David

-- 
David Laight: da...@l8s.co.uk


Re: CVS commit: [matt-nb5-mips64] src/sys/arch/mips

2010-02-24 Thread Matt Thomas

On Feb 24, 2010, at 10:31 PM, David Laight wrote:

 On Thu, Feb 25, 2010 at 05:53:23AM +, Matt Thomas wrote:
 
 Log Message:
 Make the UP and MP ASID allocation algorithm common.  Significantly improve
 the algorithm.  Now when we exhaust the ASIDs, interrogate the TLB for active
 ASIDS and release all the other for future allocations.  This leaves the
 TLB entries with ASIDs valid avoiding the need to re-incur TLB misses for
 them.
 
 I presume it is willing to kill some TLB entries if the above doesn't
 find any (or enough) free ASIDs ?
 Or is the ASID number space guaranteed to be significantly higher that
 the number of TLBs ??

If it can't reclaim at least half of the ASID space, it invalidates all ASID 
based 
entries in the TLB.  And for MIPS32/MIPS64 the ASID space is at least 4x the 
number 
of TLB entries.



CVS commit: src/sys/arch/cesfic/cesfic

2010-02-24 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Thu Feb 25 07:15:25 UTC 2010

Modified Files:
src/sys/arch/cesfic/cesfic: locore.s

Log Message:
s/cpu_fork/cpu_lwp_fork/ in comment.


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

2010-02-24 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Thu Feb 25 07:17:49 UTC 2010

Modified Files:
src/sys/arch/hp300/hp300: locore.s
src/sys/arch/luna68k/luna68k: locore.s
src/sys/arch/m68k/m68k: m68k_syscall.c
src/sys/arch/mac68k/mac68k: locore.s
src/sys/arch/mvme68k/mvme68k: locore.s
src/sys/arch/news68k/news68k: locore.s
src/sys/arch/next68k/next68k: locore.s
src/sys/arch/x68k/x68k: locore.s

Log Message:
s/cpu_fork/cpu_lwp_fork/ in comment.


To generate a diff of this commit:
cvs rdiff -u -r1.152 -r1.153 src/sys/arch/hp300/hp300/locore.s
cvs rdiff -u -r1.33 -r1.34 src/sys/arch/luna68k/luna68k/locore.s
cvs rdiff -u -r1.38 -r1.39 src/sys/arch/m68k/m68k/m68k_syscall.c
cvs rdiff -u -r1.159 -r1.160 src/sys/arch/mac68k/mac68k/locore.s
cvs rdiff -u -r1.104 -r1.105 src/sys/arch/mvme68k/mvme68k/locore.s
cvs rdiff -u -r1.52 -r1.53 src/sys/arch/news68k/news68k/locore.s
cvs rdiff -u -r1.54 -r1.55 src/sys/arch/next68k/next68k/locore.s
cvs rdiff -u -r1.96 -r1.97 src/sys/arch/x68k/x68k/locore.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

2010-02-24 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Thu Feb 25 07:21:20 UTC 2010

Modified Files:
src/sys/arch/powerpc/ibm4xx: pmap.c
src/sys/arch/powerpc/oea: pmap.c
src/sys/arch/sparc/sparc: syscall.c
src/sys/arch/sun2/sun2: locore.s
src/sys/arch/sun3/sun3x: locore.s

Log Message:
s/cpu_fork/cpu_lwp_fork/ in comment


To generate a diff of this commit:
cvs rdiff -u -r1.60 -r1.61 src/sys/arch/powerpc/ibm4xx/pmap.c
cvs rdiff -u -r1.69 -r1.70 src/sys/arch/powerpc/oea/pmap.c
cvs rdiff -u -r1.21 -r1.22 src/sys/arch/sparc/sparc/syscall.c
cvs rdiff -u -r1.22 -r1.23 src/sys/arch/sun2/sun2/locore.s
cvs rdiff -u -r1.59 -r1.60 src/sys/arch/sun3/sun3x/locore.s

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



CVS commit: src/external/bsd/tre/dist

2010-02-24 Thread Alistair G. Crooks
Module Name:src
Committed By:   agc
Date:   Thu Feb 25 07:33:20 UTC 2010

Update of /cvsroot/src/external/bsd/tre/dist
In directory ivanova.netbsd.org:/tmp/cvs-serv24396

Log Message:
initial import of tre-0.8.0 into the external sources framework.

with many thanks to ville laurikari for writing tre in the first place
and for changing the licensing to a 2-clause bsd license; thanks also to
matthias-christian ott for his work on the google summer of code 2009
project.

this import brings the distribution to src/external - the reachover
build files will follow

Status:

Vendor Tag: LAURIKARI
Release Tags:   tre-0-8-0-base

N src/external/bsd/tre/dist/NEWS
N src/external/bsd/tre/dist/Makefile.am
N src/external/bsd/tre/dist/ChangeLog
N src/external/bsd/tre/dist/tre.pc.in
N src/external/bsd/tre/dist/AUTHORS
N src/external/bsd/tre/dist/config.h.in
N src/external/bsd/tre/dist/THANKS
N src/external/bsd/tre/dist/LICENSE
N src/external/bsd/tre/dist/tre.spec.in
N src/external/bsd/tre/dist/README
N src/external/bsd/tre/dist/configure
N src/external/bsd/tre/dist/Makefile.in
N src/external/bsd/tre/dist/ABOUT-NLS
N src/external/bsd/tre/dist/configure.ac
N src/external/bsd/tre/dist/TODO
N src/external/bsd/tre/dist/aclocal.m4
N src/external/bsd/tre/dist/INSTALL
N src/external/bsd/tre/dist/python/example.py
N src/external/bsd/tre/dist/python/setup.py
N src/external/bsd/tre/dist/python/tre-python.c
N src/external/bsd/tre/dist/doc/tre-syntax.html
N src/external/bsd/tre/dist/doc/Makefile.am
N src/external/bsd/tre/dist/doc/default.css
N src/external/bsd/tre/dist/doc/Makefile.in
N src/external/bsd/tre/dist/doc/agrep.1.in
N src/external/bsd/tre/dist/doc/tre-api.html
N src/external/bsd/tre/dist/utils/mkinstalldirs
N src/external/bsd/tre/dist/utils/config.guess
N src/external/bsd/tre/dist/utils/Makefile.am
N src/external/bsd/tre/dist/utils/build-rpm.sh
N src/external/bsd/tre/dist/utils/missing
N src/external/bsd/tre/dist/utils/install-sh
N src/external/bsd/tre/dist/utils/Makefile.in
N src/external/bsd/tre/dist/utils/depcomp
N src/external/bsd/tre/dist/utils/autogen.sh
N src/external/bsd/tre/dist/utils/config.sub
N src/external/bsd/tre/dist/utils/compile
N src/external/bsd/tre/dist/utils/ltmain.sh
N src/external/bsd/tre/dist/utils/config.rpath
N src/external/bsd/tre/dist/lib/tre-match-backtrack.c
N src/external/bsd/tre/dist/lib/tre-config.h.in
N src/external/bsd/tre/dist/lib/tre-internal.h
N src/external/bsd/tre/dist/lib/tre-compile.h
N src/external/bsd/tre/dist/lib/Makefile.am
N src/external/bsd/tre/dist/lib/tre-parse.c
N src/external/bsd/tre/dist/lib/xmalloc.h
N src/external/bsd/tre/dist/lib/tre-stack.c
N src/external/bsd/tre/dist/lib/xmalloc.c
N src/external/bsd/tre/dist/lib/tre-match-approx.c
N src/external/bsd/tre/dist/lib/regerror.c
N src/external/bsd/tre/dist/lib/tre-compile.c
N src/external/bsd/tre/dist/lib/regcomp.c
N src/external/bsd/tre/dist/lib/tre-stack.h
N src/external/bsd/tre/dist/lib/Makefile.in
N src/external/bsd/tre/dist/lib/regexec.c
N src/external/bsd/tre/dist/lib/tre-ast.c
N src/external/bsd/tre/dist/lib/regex.h
N src/external/bsd/tre/dist/lib/tre-ast.h
N src/external/bsd/tre/dist/lib/tre-parse.h
N src/external/bsd/tre/dist/lib/README
N src/external/bsd/tre/dist/lib/tre-match-utils.h
N src/external/bsd/tre/dist/lib/tre-mem.c
N src/external/bsd/tre/dist/lib/tre.h
N src/external/bsd/tre/dist/lib/tre-mem.h
N src/external/bsd/tre/dist/lib/tre-match-parallel.c
N src/external/bsd/tre/dist/tests/build-tests.sh
N src/external/bsd/tre/dist/tests/Makefile.am
N src/external/bsd/tre/dist/tests/test-str-source.c
N src/external/bsd/tre/dist/tests/randtest.c
N src/external/bsd/tre/dist/tests/retest.c
N src/external/bsd/tre/dist/tests/bench.c
N src/external/bsd/tre/dist/tests/Makefile.in
N src/external/bsd/tre/dist/tests/agrep/exitstatus.input
N src/external/bsd/tre/dist/tests/agrep/Makefile.am
N src/external/bsd/tre/dist/tests/agrep/delimiters.ok
N src/external/bsd/tre/dist/tests/agrep/run-tests.sh
N src/external/bsd/tre/dist/tests/agrep/records.args
N src/external/bsd/tre/dist/tests/agrep/delimiters.input
N src/external/bsd/tre/dist/tests/agrep/delimiters.args
N src/external/bsd/tre/dist/tests/agrep/exitstatus.ok
N src/external/bsd/tre/dist/tests/agrep/basic.input
N src/external/bsd/tre/dist/tests/agrep/exitstatus.args
N src/external/bsd/tre/dist/tests/agrep/basic.args
N src/external/bsd/tre/dist/tests/agrep/Makefile.in
N src/external/bsd/tre/dist/tests/agrep/records.ok
N src/external/bsd/tre/dist/tests/agrep/records.input
N src/external/bsd/tre/dist/tests/agrep/basic.ok
N src/external/bsd/tre/dist/m4/ax_decl_wchar_max.m4
N src/external/bsd/tre/dist/m4/intlmacosx.m4
N src/external/bsd/tre/dist/m4/Makefile.am
N src/external/bsd/tre/dist/m4/iconv.m4
N src/external/bsd/tre/dist/m4/lib-prefix.m4
N src/external/bsd/tre/dist/m4/gettext.m4
N src/external/bsd/tre/dist/m4/progtest.m4
N src/external/bsd/tre/dist/m4/po.m4
N src/external/bsd/tre/dist/m4/nls.m4
N