CVS commit: src/sys/dev/ic

2010-02-11 Thread David A. Holland
Module Name:src
Committed By:   dholland
Date:   Fri Feb 12 06:40:53 UTC 2010

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

Log Message:
Make ESIOP_DEBUG compile (on some platforms? depends on bus definitions...)
>From Chris Ross in PR 42792.


To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 src/sys/dev/ic/esiop.c

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



Re: CVS commit: [uebayasi-xip] src/sys/ufs/ffs

2010-02-11 Thread David Holland
On Fri, Feb 12, 2010 at 10:20:50AM +0900, Masao Uebayashi wrote:
 > >  > Log Message:
 > >  > XIP hook for ffs.
 > > 
 > > Shouldn't that be in fs-independent code?
 > 
 > Definitely.  Last time I looked (last summer) I couldn't figure out a better
 > place.  Now I want to make the code *work* first.  I'll revisit this before
 > the merge.

Fair enough. I'm not sure a better place exists without first forcibly
creating it, anyway...

-- 
David A. Holland
dholl...@netbsd.org


CVS commit: src/usr.sbin/envstat

2010-02-11 Thread Constantine A. Murenin
Module Name:src
Committed By:   cnst
Date:   Fri Feb 12 05:02:40 UTC 2010

Modified Files:
src/usr.sbin/envstat: envstat.c

Log Message:
remove the fourth (empty) column from the -T printouts; ok pgoyette


To generate a diff of this commit:
cvs rdiff -u -r1.74 -r1.75 src/usr.sbin/envstat/envstat.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-11 Thread Masao Uebayashi
Module Name:src
Committed By:   uebayasi
Date:   Fri Feb 12 04:33:05 UTC 2010

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

Log Message:
Enable the newly added VM_PAGE_TO_MD() only #ifdef __HAVE_VM_PAGE_MD.
Pointed out by m...@.


To generate a diff of this commit:
cvs rdiff -u -r1.153.2.11 -r1.153.2.12 src/sys/uvm/uvm_page.c
cvs rdiff -u -r1.59.2.10 -r1.59.2.11 src/sys/uvm/uvm_page.h

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



CVS commit: src/sys/rump/dev/wip

2010-02-11 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Fri Feb 12 04:21:57 UTC 2010

Modified Files:
src/sys/rump/dev/wip/libukbd: UKBD.ioconf
src/sys/rump/dev/wip/libums: UMS.ioconf

Log Message:
adjust more config files for files.rump move


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/rump/dev/wip/libukbd/UKBD.ioconf
cvs rdiff -u -r1.2 -r1.3 src/sys/rump/dev/wip/libums/UMS.ioconf

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



CVS commit: src/sys/rump/dev

2010-02-11 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Fri Feb 12 04:20:51 UTC 2010

Modified Files:
src/sys/rump/dev/lib/libucom: UCOM.ioconf
src/sys/rump/dev/lib/libulpt: ULPT.ioconf
src/sys/rump/dev/lib/libumass: UMASS.ioconf
Added Files:
src/sys/rump/dev: files.rump
Removed Files:
src/sys/rump/dev/wip: files.rump

Log Message:
move files.rump out of wip


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/sys/rump/dev/files.rump
cvs rdiff -u -r1.1 -r1.2 src/sys/rump/dev/lib/libucom/UCOM.ioconf
cvs rdiff -u -r1.1 -r1.2 src/sys/rump/dev/lib/libulpt/ULPT.ioconf
cvs rdiff -u -r1.1 -r1.2 src/sys/rump/dev/lib/libumass/UMASS.ioconf
cvs rdiff -u -r1.2 -r0 src/sys/rump/dev/wip/files.rump

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-11 Thread SAITOH Masanobu
Module Name:src
Committed By:   msaitoh
Date:   Fri Feb 12 04:01:07 UTC 2010

Modified Files:
src/sys/dev/pci: pcireg.h

Log Message:
- Add some PCIe config registers.
- The register at 0x1c is not Control Status register. It contains Control
  bits only. Rename it.


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

2010-02-11 Thread Alistair G. Crooks
Module Name:src
Committed By:   agc
Date:   Fri Feb 12 03:38:48 UTC 2010

Modified Files:
src/crypto/external/bsd/netpgp/dist: TODO configure.ac
src/crypto/external/bsd/netpgp/dist/src/lib: create.c crypto.c crypto.h
keyring.h netpgp.c packet-print.c reader.c validate.c version.h
src/crypto/external/bsd/netpgp/dist/src/netpgpverify: verify.c

Log Message:
Changes to 1.99.19/20100212

+ plug some memory leaks, from cppcheck via Thomas Klausner (thanks!)
+ make the singular of time units read correctly
+ print decryption key info properly when prompting for passphrase


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 src/crypto/external/bsd/netpgp/dist/TODO
cvs rdiff -u -r1.23 -r1.24 src/crypto/external/bsd/netpgp/dist/configure.ac
cvs rdiff -u -r1.21 -r1.22 \
src/crypto/external/bsd/netpgp/dist/src/lib/create.c
cvs rdiff -u -r1.19 -r1.20 \
src/crypto/external/bsd/netpgp/dist/src/lib/crypto.c
cvs rdiff -u -r1.15 -r1.16 \
src/crypto/external/bsd/netpgp/dist/src/lib/crypto.h
cvs rdiff -u -r1.20 -r1.21 \
src/crypto/external/bsd/netpgp/dist/src/lib/keyring.h
cvs rdiff -u -r1.38 -r1.39 \
src/crypto/external/bsd/netpgp/dist/src/lib/netpgp.c
cvs rdiff -u -r1.25 -r1.26 \
src/crypto/external/bsd/netpgp/dist/src/lib/packet-print.c \
src/crypto/external/bsd/netpgp/dist/src/lib/version.h
cvs rdiff -u -r1.29 -r1.30 \
src/crypto/external/bsd/netpgp/dist/src/lib/reader.c
cvs rdiff -u -r1.28 -r1.29 \
src/crypto/external/bsd/netpgp/dist/src/lib/validate.c
cvs rdiff -u -r1.2 -r1.3 \
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.



re: CVS commit: src

2010-02-11 Thread matthew green

   Module Name: src
   Committed By:haad
   Date:Thu Feb 11 23:13:46 UTC 2010
   
   Modified Files:
src/share/man/man9: kmem.9
src/sys/kern: subr_kmem.c
src/sys/sys: kmem.h
   
   Log Message:
   Add kmem_asprintf rotuine which allocates string accordingly to format
   string from kmem pool. Allocated string is string length + 1 char for ending
   zero.


any particular reason we can't just call this asprintf() and use the
same function signature as userland?  having kmem_asprintf() be not
quite the same feels strange and confusing to me.


.mrg.


CVS commit: src/share/man/man4

2010-02-11 Thread Constantine A. Murenin
Module Name:src
Committed By:   cnst
Date:   Fri Feb 12 02:16:59 UTC 2010

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

Log Message:
envstat output is now so wide that it better be indented by only 2 instead of 6n


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

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-11 Thread Jean-Yves Migeon
Module Name:src
Committed By:   jym
Date:   Fri Feb 12 01:55:46 UTC 2010

Modified Files:
src/sys/arch/x86/x86: pmap.c
src/sys/arch/xen/x86: x86_xpmap.c xen_bus_dma.c xenfunc.c

Log Message:
Starting with Xen 3 API, MMU_EXTENDED_COMMAND (tlb flush, cache flush, page
pinning/unpinning, set_ldt, invlpg) operations cannot be queued in the
xpq_queue[] any more, as they use their own specific hypercall, mmuext_op().

Their associated xpq_queue_*() functions already call xpq_flush_queue()
before issuing the mmuext_op() hypercall, which makes these xpq_flush_queue()
calls not necessary.

Rapidly discussed with bouyer@ in private mail. XEN3_DOM0/XEN3PAE_DOM0 tested
through a build.sh release, amd64 was only compile tested. No regression
expected.


To generate a diff of this commit:
cvs rdiff -u -r1.102 -r1.103 src/sys/arch/x86/x86/pmap.c
cvs rdiff -u -r1.17 -r1.18 src/sys/arch/xen/x86/x86_xpmap.c
cvs rdiff -u -r1.16 -r1.17 src/sys/arch/xen/x86/xen_bus_dma.c
cvs rdiff -u -r1.9 -r1.10 src/sys/arch/xen/x86/xenfunc.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/dev

2010-02-11 Thread Masao Uebayashi
Module Name:src
Committed By:   uebayasi
Date:   Fri Feb 12 01:36:02 UTC 2010

Added Files:
src/sys/dev [uebayasi-xip]: flash.c flashvar.h

Log Message:
Minimal NOR FlashROM driver to demonstrate the coming XIP functionality.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1.2.1 src/sys/dev/flash.c src/sys/dev/flashvar.h

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



Re: CVS commit: [uebayasi-xip] src/sys/ufs/ffs

2010-02-11 Thread Masao Uebayashi
>  > Log Message:
>  > XIP hook for ffs.
> 
> Shouldn't that be in fs-independent code?

Definitely.  Last time I looked (last summer) I couldn't figure out a better
place.  Now I want to make the code *work* first.  I'll revisit this before
the merge.

Thanks.

Masao

-- 
Masao Uebayashi / Tombi Inc. / Tel: +81-90-9141-4635


Re: CVS commit: src/sys/uvm

2010-02-11 Thread Masao Uebayashi
>> Log Message:
>> uvm_fault_internal: Skip another long code segment (lower "neighbor" fault)
>> by a goto.
>>
>>
>> To generate a diff of this commit:
>> cvs rdiff -u -r1.133 -r1.134 src/sys/uvm/uvm_fault.c
>
> Isn't this what the compiler would make anyways,
> and making the code harder to read?
> There's a reason modern programming doesn't advocate "goto"s...

I used goto there because it had the if-indented block a) was long, b) had
an important sequence of code, and c) had a very similar code fragment in
the same file.  So the intent was to make the block into a function, reduce
unnecessary differences, then kill code duplication.  (The current code is
not in a good shape yet.)

In general, goto is useful in kernel, especially where you need to meet
conditions at some exit point (free memory, exit mutex, etc.).  Such a code
should be coded very carefully, and done so in UVM.

Masao

-- 
Masao Uebayashi / Tombi Inc. / Tel: +81-90-9141-4635


CVS commit: src/share/man/man9

2010-02-11 Thread David Young
Module Name:src
Committed By:   dyoung
Date:   Fri Feb 12 01:04:05 UTC 2010

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

Log Message:
Start a new paragraph before describing kmem_asprintf().


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

2010-02-11 Thread David Young
Module Name:src
Committed By:   dyoung
Date:   Fri Feb 12 01:00:22 UTC 2010

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

Log Message:
Fix a typo in the MLINKS line for kmem.9.


To generate a diff of this commit:
cvs rdiff -u -r1.315 -r1.316 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-02-11 Thread David Young
Module Name:src
Committed By:   dyoung
Date:   Fri Feb 12 00:45:38 UTC 2010

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

Log Message:
Add nmi(9), a manual page for the x86-only
nmi_establish(9)/nmi_disestablish(9) routines.


To generate a diff of this commit:
cvs rdiff -u -r1.1389 -r1.1390 src/distrib/sets/lists/comp/mi
cvs rdiff -u -r1.4 -r1.5 src/share/man/man9/man9.i386/Makefile
cvs rdiff -u -r0 -r1.1 src/share/man/man9/man9.i386/nmi.9

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



CVS commit: src

2010-02-11 Thread Adam Hamsik
Module Name:src
Committed By:   haad
Date:   Thu Feb 11 23:28:53 UTC 2010

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

Log Message:
Hook kmem_asprintf and vrele_async manpages to the build.


To generate a diff of this commit:
cvs rdiff -u -r1.1388 -r1.1389 src/distrib/sets/lists/comp/mi
cvs rdiff -u -r1.314 -r1.315 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-02-11 Thread Adam Hamsik
Module Name:src
Committed By:   haad
Date:   Thu Feb 11 23:16:35 UTC 2010

Modified Files:
src/share/man/man9: vnode.9
src/sys/kern: vfs_subr.c
src/sys/sys: vnode.h

Log Message:
Add vrele_async routine which asynchronously release vnodes in different contex
and in some time in the future.

Ok: a...@.


To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 src/share/man/man9/vnode.9
cvs rdiff -u -r1.397 -r1.398 src/sys/kern/vfs_subr.c
cvs rdiff -u -r1.213 -r1.214 src/sys/sys/vnode.h

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



CVS commit: src

2010-02-11 Thread Adam Hamsik
Module Name:src
Committed By:   haad
Date:   Thu Feb 11 23:13:46 UTC 2010

Modified Files:
src/share/man/man9: kmem.9
src/sys/kern: subr_kmem.c
src/sys/sys: kmem.h

Log Message:
Add kmem_asprintf rotuine which allocates string accordingly to format
string from kmem pool. Allocated string is string length + 1 char for ending
zero.

Ok: a...@.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/share/man/man9/kmem.9
cvs rdiff -u -r1.32 -r1.33 src/sys/kern/subr_kmem.c
cvs rdiff -u -r1.3 -r1.4 src/sys/sys/kmem.h

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



Re: CVS commit: src/sys/uvm

2010-02-11 Thread Hubert Feyrer

On Sun, 31 Jan 2010, Masao Uebayashi wrote:

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

Log Message:
uvm_fault_internal: Skip another long code segment (lower "neighbor" fault)
by a goto.


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


Isn't this what the compiler would make anyways,
and making the code harder to read?
There's a reason modern programming doesn't advocate "goto"s...


 - Hubert


CVS commit: src/sys/lib/libsa

2010-02-11 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Thu Feb 11 21:28:16 UTC 2010

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

Log Message:
Add a prototype.


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

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



CVS commit: src/sys/ufs/ext2fs

2010-02-11 Thread Michael van Elst
Module Name:src
Committed By:   mlelstv
Date:   Thu Feb 11 19:50:34 UTC 2010

Modified Files:
src/sys/ufs/ext2fs: ext2fs_vfsops.c

Log Message:
There is no code left that uses disk size data, so don't query it.


To generate a diff of this commit:
cvs rdiff -u -r1.155 -r1.156 src/sys/ufs/ext2fs/ext2fs_vfsops.c

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



Re: CVS commit: [uebayasi-xip] src/sys/ufs/ffs

2010-02-11 Thread David Holland
On Thu, Feb 11, 2010 at 05:22:38AM +, Masao Uebayashi wrote:
 > Modified Files:
 >  src/sys/ufs/ffs [uebayasi-xip]: ffs_vfsops.c
 > 
 > Log Message:
 > XIP hook for ffs.

Shouldn't that be in fs-independent code?

-- 
David A. Holland
dholl...@netbsd.org


CVS commit: src/sys/dev

2010-02-11 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Thu Feb 11 18:24:48 UTC 2010

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

Log Message:
Register with pmf.


To generate a diff of this commit:
cvs rdiff -u -r1.69 -r1.70 src/sys/dev/cgd.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-02-11 Thread David Young
Module Name:src
Committed By:   dyoung
Date:   Thu Feb 11 18:23:32 UTC 2010

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

Log Message:
Do not mention shutdownhook_establish(9) and doshutdownhooks(9), but
mention pmf(9) and pmf_system_shutdown(9), instead.


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

2010-02-11 Thread David Young
Module Name:src
Committed By:   dyoung
Date:   Thu Feb 11 18:22:26 UTC 2010

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

Log Message:
Change mentions of doshutdownhooks(9) to pmf_system_shutdown(9).


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

2010-02-11 Thread David Young
Module Name:src
Committed By:   dyoung
Date:   Thu Feb 11 18:20:38 UTC 2010

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

Log Message:
Mention that dopowerhooks(9) is deprecated.  Suggest to use
pmf_system_suspend(9), instead.


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

2010-02-11 Thread David Young
Module Name:src
Committed By:   dyoung
Date:   Thu Feb 11 18:17:43 UTC 2010

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

Log Message:
Mention that doshutdownhooks(9) is deprecated.  Suggest to use
pmf_system_shutdown(9), instead.


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

2010-02-11 Thread David Young
Module Name:src
Committed By:   dyoung
Date:   Thu Feb 11 18:11:37 UTC 2010

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

Log Message:
Do not reference deprecated API shutdownhook_establish(9), but reference
pmf(9), instead.


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 src/share/man/man9/pci.9

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

2010-02-11 Thread Alistair G. Crooks
Module Name:src
Committed By:   agc
Date:   Thu Feb 11 17:46:09 UTC 2010

Modified Files:
src/crypto/external/bsd/netpgp/dist: configure.ac
src/crypto/external/bsd/netpgp/dist/src/lib: netpgp.c version.h

Log Message:
changes to 1.99.18/20100211

small steps, but lots of them - this is the first one.

+ print out the correct key information when signing files and memory.
  what used to be printed out was the copy of the public key which is
  stored as part of the private key(!). does not address the info shown
  when decrypting, since that is done in a different way, by callback.
  this whole part needs to be re-written, but will have to wait for two
  good hands.


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/crypto/external/bsd/netpgp/dist/configure.ac
cvs rdiff -u -r1.37 -r1.38 \
src/crypto/external/bsd/netpgp/dist/src/lib/netpgp.c
cvs rdiff -u -r1.24 -r1.25 \
src/crypto/external/bsd/netpgp/dist/src/lib/version.h

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



CVS commit: src/lib/libterminfo

2010-02-11 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Thu Feb 11 16:28:07 UTC 2010

Modified Files:
src/lib/libterminfo: terminfo.5.in

Log Message:
Oxford serial comma.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/lib/libterminfo/terminfo.5.in

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



CVS commit: src/lib/libterminfo

2010-02-11 Thread Roy Marples
Module Name:src
Committed By:   roy
Date:   Thu Feb 11 14:49:56 UTC 2010

Modified Files:
src/lib/libterminfo: Makefile

Log Message:
Include xterm.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/lib/libterminfo/Makefile

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



CVS commit: src/lib/libterminfo

2010-02-11 Thread Roy Marples
Module Name:src
Committed By:   roy
Date:   Thu Feb 11 14:44:44 UTC 2010

Modified Files:
src/lib/libterminfo: Makefile

Log Message:
Use $TOOL_TIC


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/lib/libterminfo/Makefile

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



CVS commit: src/usr.bin/infocmp

2010-02-11 Thread Roy Marples
Module Name:src
Committed By:   roy
Date:   Thu Feb 11 14:38:43 UTC 2010

Modified Files:
src/usr.bin/infocmp: infocmp.c

Log Message:
Report when using internal database.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/usr.bin/infocmp/infocmp.c

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



CVS commit: src/external/bsd/pcc

2010-02-11 Thread Iain Hibbert
Module Name:src
Committed By:   plunky
Date:   Thu Feb 11 14:36:32 UTC 2010

Modified Files:
src/external/bsd/pcc: Makefile.inc

Log Message:
actually include the top-level Makefile.inc


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/external/bsd/pcc/Makefile.inc

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



CVS commit: src/lib/libterminfo

2010-02-11 Thread Roy Marples
Module Name:src
Committed By:   roy
Date:   Thu Feb 11 14:36:09 UTC 2010

Modified Files:
src/lib/libterminfo: term.c terminfo.5.in

Log Message:
Respect TERMINFO_DIRS and document using an embedded database.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/lib/libterminfo/term.c
cvs rdiff -u -r1.8 -r1.9 src/lib/libterminfo/terminfo.5.in

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



CVS commit: src/external/bsd/pcc

2010-02-11 Thread Iain Hibbert
Module Name:src
Committed By:   plunky
Date:   Thu Feb 11 14:22:30 UTC 2010

Modified Files:
src/external/bsd/pcc: Makefile.inc
Added Files:
src/external/bsd/pcc/include: config.h
Removed Files:
src/external/bsd/pcc: config.h

Log Message:
keep generated config.h file in a subdir
(avoids potential inclusion errors)


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/external/bsd/pcc/Makefile.inc
cvs rdiff -u -r1.7 -r0 src/external/bsd/pcc/config.h
cvs rdiff -u -r0 -r1.1 src/external/bsd/pcc/include/config.h

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



CVS commit: src/external/bsd/pcc

2010-02-11 Thread Iain Hibbert
Module Name:src
Committed By:   plunky
Date:   Thu Feb 11 14:18:45 UTC 2010

Modified Files:
src/external/bsd/pcc: Makefile.inc config.h

Log Message:
provide endian information at build time rather than embedding it
in the config.h file.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/external/bsd/pcc/Makefile.inc
cvs rdiff -u -r1.6 -r1.7 src/external/bsd/pcc/config.h

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



CVS commit: src/doc

2010-02-11 Thread Frank Wille
Module Name:src
Committed By:   phx
Date:   Thu Feb 11 14:08:56 UTC 2010

Modified Files:
src/doc: CHANGES

Log Message:
Mention amigappc improvements.


To generate a diff of this commit:
cvs rdiff -u -r1.1358 -r1.1359 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/doc

2010-02-11 Thread Frank Wille
Module Name:src
Committed By:   phx
Date:   Thu Feb 11 14:10:22 UTC 2010

Modified Files:
src/doc: CHANGES

Log Message:
Forgot the [develope date].


To generate a diff of this commit:
cvs rdiff -u -r1.1359 -r1.1360 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/usr.bin/tic

2010-02-11 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Thu Feb 11 13:44:14 UTC 2010

Modified Files:
src/usr.bin/tic: tic.1

Log Message:
Oxford serial comma.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/usr.bin/tic/tic.1

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



CVS commit: src/lib/libterminfo

2010-02-11 Thread Roy Marples
Module Name:src
Committed By:   roy
Date:   Thu Feb 11 13:11:47 UTC 2010

Modified Files:
src/lib/libterminfo: Makefile term.c

Log Message:
Use structures so we know how long each description is.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/lib/libterminfo/Makefile
cvs rdiff -u -r1.6 -r1.7 src/lib/libterminfo/term.c

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



CVS commit: src/usr.bin/tic

2010-02-11 Thread Roy Marples
Module Name:src
Committed By:   roy
Date:   Thu Feb 11 13:09:57 UTC 2010

Modified Files:
src/usr.bin/tic: tic.1 tic.c

Log Message:
Change -S to output C structures to make life easier.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/usr.bin/tic/tic.1
cvs rdiff -u -r1.5 -r1.6 src/usr.bin/tic/tic.c

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



CVS commit: src/lib/libcurses

2010-02-11 Thread Roy Marples
Module Name:src
Committed By:   roy
Date:   Thu Feb 11 11:45:47 UTC 2010

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

Log Message:
Don't assume the terminal has a description.


To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 src/lib/libcurses/setterm.c

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



Re: CVS commit: src/sys/dev/wscons (wsemul_vt100.c)

2010-02-11 Thread Matthias Drochner

nick.hud...@gmx.co.uk said:
> On Thursday 11 February 2010 00:28:23 Geoff Wing wrote:
> > This reversal removed variables that were being used.
> I have no idea if my quick hack was correct.

The variables are really needed, for that obscure
"WSDISPLAY_CUSTOM_OUTPUT" hack which I had missed
initially.
I've just put them back.

best regards
Matthias





Forschungszentrum Juelich GmbH
52425 Juelich
Sitz der Gesellschaft: Juelich
Eingetragen im Handelsregister des Amtsgerichts Dueren Nr. HR B 3498
Vorsitzende des Aufsichtsrats: MinDir'in Baerbel Brumme-Bothe
Geschaeftsfuehrung: Prof. Dr. Achim Bachem (Vorsitzender),
Dr. Ulrich Krafft (stellv. Vorsitzender), Prof. Dr.-Ing. Harald Bolt,
Prof. Dr. Sebastian M. Schmidt




CVS commit: src/sys/dev/wscons

2010-02-11 Thread Matthias Drochner
Module Name:src
Committed By:   drochner
Date:   Thu Feb 11 10:07:14 UTC 2010

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

Log Message:
put back the "vt100base_data" variable which was souce of confusion,
it is really needed, as noted by Geoff Wing


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 src/sys/dev/wscons/wsemul_vt100.c

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



CVS commit: src/lib/libterminfo

2010-02-11 Thread Roy Marples
Module Name:src
Committed By:   roy
Date:   Thu Feb 11 09:42:03 UTC 2010

Modified Files:
src/lib/libterminfo: term.c

Log Message:
Allow a NULL description.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/lib/libterminfo/term.c

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



CVS commit: src/lib/libterminfo

2010-02-11 Thread Roy Marples
Module Name:src
Committed By:   roy
Date:   Thu Feb 11 09:34:12 UTC 2010

Modified Files:
src/lib/libterminfo: curterm.c

Log Message:
Remove silly debug.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/lib/libterminfo/curterm.c

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



CVS commit: src/distrib

2010-02-11 Thread Roy Marples
Module Name:src
Committed By:   roy
Date:   Thu Feb 11 09:06:51 UTC 2010

Modified Files:
src/distrib/acorn26/instkernel: Makefile list
src/distrib/acorn32/ramdisk: Makefile list
src/distrib/alpha/instkernel/ramdisk: Makefile list
src/distrib/amd64/ramdisks/common: Makefile.ramdisk list.ramdisk
src/distrib/amiga/floppies/inst-common: list
src/distrib/amiga/miniroot: Makefile.inc list
src/distrib/arc/ramdisk: Makefile list
src/distrib/atari/floppies/common: list.images
src/distrib/bebox/floppies/ramdisk: list
src/distrib/cats/ramdisk: Makefile list
src/distrib/cobalt/ramdisk: Makefile list
src/distrib/dreamcast/ramdisk: Makefile list
src/distrib/evbarm/instkernel/ramdisk: Makefile list
src/distrib/evbmips/instkernel/ramdisk: Makefile list
src/distrib/evbppc/ramdisk: Makefile list
src/distrib/ews4800mips/floppies/ramdisk: Makefile list
src/distrib/hp300/miniroot: Makefile.inc list
src/distrib/hp300/ramdisk: Makefile list
src/distrib/hp700/ramdisk: Makefile list
src/distrib/hpcarm/miniroot: Makefile.inc list
src/distrib/hpcmips/miniroot: Makefile.inc list
src/distrib/hpcsh/miniroot: Makefile.inc list
src/distrib/i386/ramdisks/common: Makefile.ramdisk list.ramdisk
src/distrib/ibmnws/netboot/ramdisk: Makefile list
src/distrib/landisk/ramdisk: Makefile list
src/distrib/mac68k/instkernel/ramdisk: Makefile list
src/distrib/mac68k/miniroot: Makefile.inc list
src/distrib/macppc/floppies/ramdisk: Makefile list
src/distrib/mipsco/ramdisk: Makefile list
src/distrib/mvme68k/miniroot: Makefile.inc list
src/distrib/news68k/floppies/ramdisk: list
src/distrib/newsmips/floppies/ramdisk: Makefile list
src/distrib/ofppc/ramdisks/common: Makefile.ramdisk list.ramdisk
src/distrib/pmax/miniroot: Makefile.inc list list64
src/distrib/pmax/ramdisk: Makefile list
src/distrib/prep/floppies/ramdisk: Makefile list
src/distrib/rs6000/ramdisk: Makefile list
src/distrib/sandpoint/ramdisk: Makefile list
src/distrib/sets/lists/base: rescue.mi
src/distrib/sgimips/miniroot: Makefile.inc.xxx list
src/distrib/sgimips/ramdisk: Makefile list
src/distrib/shark/instkernel/ramdisk: Makefile list
src/distrib/sparc/miniroot: Makefile.inc list
src/distrib/sparc64/instfs: Makefile.instfs list
src/distrib/sun2/miniroot: Makefile list
src/distrib/sun3/miniroot: Makefile list
src/distrib/vax/inst-common: list
src/distrib/vax/miniroot: Makefile.inc list
src/distrib/vax/ramdisk: Makefile list
src/distrib/x68k/floppies/ramdisk: Makefile list
src/distrib/zaurus/ramdisk: Makefile list

Log Message:
Remove terminfo.db as it's now embedded in libterminfo.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/distrib/acorn26/instkernel/Makefile
cvs rdiff -u -r1.15 -r1.16 src/distrib/acorn26/instkernel/list
cvs rdiff -u -r1.23 -r1.24 src/distrib/acorn32/ramdisk/Makefile
cvs rdiff -u -r1.22 -r1.23 src/distrib/acorn32/ramdisk/list
cvs rdiff -u -r1.29 -r1.30 src/distrib/alpha/instkernel/ramdisk/Makefile
cvs rdiff -u -r1.36 -r1.37 src/distrib/alpha/instkernel/ramdisk/list
cvs rdiff -u -r1.8 -r1.9 src/distrib/amd64/ramdisks/common/Makefile.ramdisk
cvs rdiff -u -r1.11 -r1.12 src/distrib/amd64/ramdisks/common/list.ramdisk
cvs rdiff -u -r1.18 -r1.19 src/distrib/amiga/floppies/inst-common/list
cvs rdiff -u -r1.17 -r1.18 src/distrib/amiga/miniroot/Makefile.inc
cvs rdiff -u -r1.23 -r1.24 src/distrib/amiga/miniroot/list
cvs rdiff -u -r1.20 -r1.21 src/distrib/arc/ramdisk/Makefile
cvs rdiff -u -r1.18 -r1.19 src/distrib/arc/ramdisk/list
cvs rdiff -u -r1.7 -r1.8 src/distrib/atari/floppies/common/list.images
cvs rdiff -u -r1.17 -r1.18 src/distrib/bebox/floppies/ramdisk/list
cvs rdiff -u -r1.19 -r1.20 src/distrib/cats/ramdisk/Makefile \
src/distrib/cats/ramdisk/list
cvs rdiff -u -r1.6 -r1.7 src/distrib/cobalt/ramdisk/Makefile
cvs rdiff -u -r1.8 -r1.9 src/distrib/cobalt/ramdisk/list
cvs rdiff -u -r1.11 -r1.12 src/distrib/dreamcast/ramdisk/Makefile
cvs rdiff -u -r1.12 -r1.13 src/distrib/dreamcast/ramdisk/list
cvs rdiff -u -r1.11 -r1.12 src/distrib/evbarm/instkernel/ramdisk/Makefile
cvs rdiff -u -r1.16 -r1.17 src/distrib/evbarm/instkernel/ramdisk/list
cvs rdiff -u -r1.9 -r1.10 src/distrib/evbmips/instkernel/ramdisk/Makefile
cvs rdiff -u -r1.11 -r1.12 src/distrib/evbmips/instkernel/ramdisk/list
cvs rdiff -u -r1.7 -r1.8 src/distrib/evbppc/ramdisk/Makefile
cvs rdiff -u -r1.13 -r1.14 src/distrib/evbppc/ramdisk/list
cvs rdiff -u -r1.8 -r1.9 src/distrib/ews4800mips/floppies/ramdisk/Makefile \
src/distrib/ews4800mips/floppies/ramdisk/list
cvs rdiff -u -r1.11 -r1.12 src/distrib/hp300/miniroot/Makefile.inc
cvs rdiff -u -r1.18 -r1.19 src/distrib/hp300/miniroot/li

CVS commit: src/usr.bin/infocmp

2010-02-11 Thread Roy Marples
Module Name:src
Committed By:   roy
Date:   Thu Feb 11 08:46:18 UTC 2010

Modified Files:
src/usr.bin/infocmp: infocmp.c

Log Message:
Report if using internal database or not.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/usr.bin/infocmp/infocmp.c

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