CVS commit: src/usr.bin/midiplay

2010-01-16 Thread Marc Balmer
Module Name:src
Committed By:   mbalmer
Date:   Sat Jan 16 08:50:29 UTC 2010

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

Log Message:
fix wording:
instead of the a file - instead of a file


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/usr.bin/midiplay/midiplay.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/hppa/include

2010-01-16 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Sat Jan 16 10:06:31 UTC 2010

Modified Files:
src/sys/arch/hppa/include: trap.h

Log Message:
Use the description in the ACD for T_DBREAK.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/hppa/include/trap.h

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



CVS commit: src/libexec/ld.elf_so

2010-01-16 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Sat Jan 16 10:37:51 UTC 2010

Modified Files:
src/libexec/ld.elf_so: reloc.c rtld.h

Log Message:
Remove cargo cult dlinfo entry point.


To generate a diff of this commit:
cvs rdiff -u -r1.100 -r1.101 src/libexec/ld.elf_so/reloc.c
cvs rdiff -u -r1.86 -r1.87 src/libexec/ld.elf_so/rtld.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/hp700/include

2010-01-16 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Sat Jan 16 13:49:11 UTC 2010

Modified Files:
src/sys/arch/hp700/include: param.h

Log Message:
Simplify


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/hp700/include/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/arch/hppa/hppa

2010-01-16 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Sat Jan 16 13:53:59 UTC 2010

Modified Files:
src/sys/arch/hppa/hppa: trap.S

Log Message:
Tweak comment. From OpenBSD.


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

2010-01-16 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Sat Jan 16 13:59:42 UTC 2010

Modified Files:
src/sys/arch/hppa/include: pte.h

Log Message:
Add a couple of comments and some whitespace.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/hppa/include/pte.h

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



CVS commit: src

2010-01-16 Thread Roy Marples
Module Name:src
Committed By:   roy
Date:   Sat Jan 16 15:34:26 UTC 2010

Modified Files:
src/distrib/sets/lists/base: mi
src/distrib/sets/lists/comp: mi
src/distrib/sets/lists/man: mi
src/share/termcap: Makefile
src/usr.bin: Makefile
Removed Files:
src/share/termcap: map3270
src/usr.bin/tn3270/api: api.order api_bsd.c api_exch.c api_exch.h
apilib.c apilib.h asc_ebc.c asc_ebc.h astosc.c astosc.h dctype.c
dctype.h disp_asc.c disp_asc.h ebc_disp.c ebc_disp.h
src/usr.bin/tn3270/ascii: ascii.order default.map map3270.c map3270.h
mset.c state.h termin.c
src/usr.bin/tn3270/ctlr: 3180.kbd 3270pc.kbd api.c api.h ctlr.order
declare.h function.c function.h hostctlr.h inbound.c oia.c oia.h
options.c options.h outbound.c screen.h scrnctlr.h unix.kbd
src/usr.bin/tn3270/general: genbsubs.c general.h general.order
globals.c globals.h vaxbsubs.s
src/usr.bin/tn3270/mset: Makefile map3270.5 mset.1
src/usr.bin/tn3270/sys_curses: system.c telextrn.h terminal.h termout.c
src/usr.bin/tn3270/tn3270: Makefile tn3270.1
src/usr.bin/tn3270/tools: Makefile Makefile.inc
src/usr.bin/tn3270/tools/mkastods: Makefile mkastods.c
src/usr.bin/tn3270/tools/mkastosc: Makefile mkastosc.c
src/usr.bin/tn3270/tools/mkdctype: Makefile ectype.c ectype.h
mkdctype.c
src/usr.bin/tn3270/tools/mkdstoas: Makefile mkdstoas.c
src/usr.bin/tn3270/tools/mkhits: Makefile dohits.c dohits.h mkhits.c
src/usr.bin/tn3270/tools/mkmake: Makefile mkmake.y
src/usr.bin/tn3270/tools/prt3270: Makefile prt3270.c

Log Message:
Remove tn3270 from base system.
If anyone really needs it then it can be put into pkgsrc.
Importing c3270 into pkgsrc is probably a better option though.


To generate a diff of this commit:
cvs rdiff -u -r1.852 -r1.853 src/distrib/sets/lists/base/mi
cvs rdiff -u -r1.1363 -r1.1364 src/distrib/sets/lists/comp/mi
cvs rdiff -u -r1.1184 -r1.1185 src/distrib/sets/lists/man/mi
cvs rdiff -u -r1.29 -r1.30 src/share/termcap/Makefile
cvs rdiff -u -r1.4 -r0 src/share/termcap/map3270
cvs rdiff -u -r1.183 -r1.184 src/usr.bin/Makefile
cvs rdiff -u -r1.1.1.1 -r0 src/usr.bin/tn3270/api/api.order
cvs rdiff -u -r1.13 -r0 src/usr.bin/tn3270/api/api_bsd.c
cvs rdiff -u -r1.8 -r0 src/usr.bin/tn3270/api/api_exch.c \
src/usr.bin/tn3270/api/astosc.c
cvs rdiff -u -r1.7 -r0 src/usr.bin/tn3270/api/api_exch.h \
src/usr.bin/tn3270/api/apilib.c src/usr.bin/tn3270/api/asc_ebc.c \
src/usr.bin/tn3270/api/ebc_disp.c
cvs rdiff -u -r1.6 -r0 src/usr.bin/tn3270/api/apilib.h \
src/usr.bin/tn3270/api/astosc.h src/usr.bin/tn3270/api/dctype.c \
src/usr.bin/tn3270/api/disp_asc.c
cvs rdiff -u -r1.5 -r0 src/usr.bin/tn3270/api/asc_ebc.h \
src/usr.bin/tn3270/api/dctype.h src/usr.bin/tn3270/api/disp_asc.h \
src/usr.bin/tn3270/api/ebc_disp.h
cvs rdiff -u -r1.1.1.1 -r0 src/usr.bin/tn3270/ascii/ascii.order
cvs rdiff -u -r1.3 -r0 src/usr.bin/tn3270/ascii/default.map
cvs rdiff -u -r1.15 -r0 src/usr.bin/tn3270/ascii/map3270.c
cvs rdiff -u -r1.6 -r0 src/usr.bin/tn3270/ascii/map3270.h \
src/usr.bin/tn3270/ascii/state.h
cvs rdiff -u -r1.8 -r0 src/usr.bin/tn3270/ascii/mset.c \
src/usr.bin/tn3270/ascii/termin.c
cvs rdiff -u -r1.2 -r0 src/usr.bin/tn3270/ctlr/3180.kbd \
src/usr.bin/tn3270/ctlr/3270pc.kbd src/usr.bin/tn3270/ctlr/unix.kbd
cvs rdiff -u -r1.7 -r0 src/usr.bin/tn3270/ctlr/api.c \
src/usr.bin/tn3270/ctlr/api.h src/usr.bin/tn3270/ctlr/inbound.c
cvs rdiff -u -r1.1.1.1 -r0 src/usr.bin/tn3270/ctlr/ctlr.order
cvs rdiff -u -r1.6 -r0 src/usr.bin/tn3270/ctlr/declare.h \
src/usr.bin/tn3270/ctlr/function.c src/usr.bin/tn3270/ctlr/oia.h \
src/usr.bin/tn3270/ctlr/options.c src/usr.bin/tn3270/ctlr/options.h \
src/usr.bin/tn3270/ctlr/outbound.c
cvs rdiff -u -r1.5 -r0 src/usr.bin/tn3270/ctlr/function.h \
src/usr.bin/tn3270/ctlr/hostctlr.h src/usr.bin/tn3270/ctlr/oia.c \
src/usr.bin/tn3270/ctlr/screen.h src/usr.bin/tn3270/ctlr/scrnctlr.h
cvs rdiff -u -r1.6 -r0 src/usr.bin/tn3270/general/genbsubs.c \
src/usr.bin/tn3270/general/globals.h
cvs rdiff -u -r1.10 -r0 src/usr.bin/tn3270/general/general.h
cvs rdiff -u -r1.1.1.1 -r0 src/usr.bin/tn3270/general/general.order
cvs rdiff -u -r1.5 -r0 src/usr.bin/tn3270/general/globals.c
cvs rdiff -u -r1.4 -r0 src/usr.bin/tn3270/general/vaxbsubs.s
cvs rdiff -u -r1.26 -r0 src/usr.bin/tn3270/mset/Makefile
cvs rdiff -u -r1.12 -r0 src/usr.bin/tn3270/mset/map3270.5
cvs rdiff -u -r1.11 -r0 src/usr.bin/tn3270/mset/mset.1
cvs rdiff -u -r1.21 -r0 src/usr.bin/tn3270/sys_curses/system.c
cvs rdiff -u -r1.7 -r0 src/usr.bin/tn3270/sys_curses/telextrn.h
cvs rdiff -u -r1.5 -r0 src/usr.bin/tn3270/sys_curses/terminal.h
cvs rdiff -u -r1.15 -r0 src/usr.bin/tn3270/sys_curses/termout.c
cvs rdiff -u -r1.38 -r0 src/usr.bin/tn3270/tn3270/Makefile
cvs rdiff -u -r1.14 -r0 

CVS commit: src/doc

2010-01-16 Thread Roy Marples
Module Name:src
Committed By:   roy
Date:   Sat Jan 16 15:46:32 UTC 2010

Modified Files:
src/doc: CHANGES

Log Message:
Document tn3270 removal.


To generate a diff of this commit:
cvs rdiff -u -r1.1343 -r1.1344 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/distrib/sets/lists/base

2010-01-16 Thread Roy Marples
Module Name:src
Committed By:   roy
Date:   Sat Jan 16 16:12:01 UTC 2010

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

Log Message:
Typo


To generate a diff of this commit:
cvs rdiff -u -r1.853 -r1.854 src/distrib/sets/lists/base/mi

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-01-16 Thread Manuel Bouyer
Module Name:src
Committed By:   bouyer
Date:   Sat Jan 16 17:03:04 UTC 2010

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

Log Message:
Fix leak of a usbd_xfer_handle when a interrupt pipe is aborted then
closed:
usbd_open_pipe_intr() allocates a usbd_xfer_handle for pipe-intrxfer.
Most usb device drivers using interrupt pipes call usbd_abort_pipe()
then usbd_close_pipe(), usbd_close_pipe() is supposed to free pipe-intrxfer.
But usbd_abort_pipe() calls [uoe]hci_device_intr_abort() which,
if the xfer aborted is pipe's intrxfer, sets pipe-intrxfer to NULL.
So usbd_close_pipe() can't free it and the usbd_xfer_handle is lost.

To fix this, in usbd_abort_pipe() remember the pipe-intrxfer's value
on entrie, and if it's different after usbd_ar_pipe(), call
usbd_free_xfer with the original value.
Confirmed to fix the memory leak on close() with umodem(4) and
uplcom(4).


To generate a diff of this commit:
cvs rdiff -u -r1.126 -r1.127 src/sys/dev/usb/usbdi.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/gnu/usr.bin/xcvs/cvsbug

2010-01-16 Thread Manuel Bouyer
Module Name:src
Committed By:   bouyer
Date:   Sat Jan 16 17:28:11 UTC 2010

Modified Files:
src/gnu/usr.bin/xcvs/cvsbug [netbsd-5-0]: Makefile

Log Message:
Revert previous, wrong branch


To generate a diff of this commit:
cvs rdiff -u -r1.2.6.1 -r1.2.6.2 src/gnu/usr.bin/xcvs/cvsbug/Makefile

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



CVS commit: [netbsd-5] src/gnu/usr.bin/xcvs/cvsbug

2010-01-16 Thread Manuel Bouyer
Module Name:src
Committed By:   bouyer
Date:   Sat Jan 16 17:28:56 UTC 2010

Modified Files:
src/gnu/usr.bin/xcvs/cvsbug [netbsd-5]: Makefile

Log Message:
Apply patch, requested by snj in ticket #1215:
gnu/usr.bin/xcvs/cvsbug/Makefile: patch
Properly replace @MKTEMP_SH_FUNCTION@, @MKTEMP@, and @sendm...@.
Fixes PR bin/39629.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.2.2.1 src/gnu/usr.bin/xcvs/cvsbug/Makefile

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

2010-01-16 Thread Manuel Bouyer
Module Name:src
Committed By:   bouyer
Date:   Sat Jan 16 17:32:46 UTC 2010

Modified Files:
src/sys/kern [netbsd-5-0]: kern_sig.c

Log Message:
Pull up following revision(s) (requested by rmind in ticket #1238):
sys/kern/kern_sig.c: revision 1.302
sigactsunshare(): set reference count in a case of new sigacts allocation.
Bug (e.g. memory leak) can happen when using clone(2) call.


To generate a diff of this commit:
cvs rdiff -u -r1.289.4.5 -r1.289.4.5.2.1 src/sys/kern/kern_sig.c

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



CVS commit: [netbsd-5] src/sys/kern

2010-01-16 Thread Manuel Bouyer
Module Name:src
Committed By:   bouyer
Date:   Sat Jan 16 17:32:52 UTC 2010

Modified Files:
src/sys/kern [netbsd-5]: kern_sig.c

Log Message:
Pull up following revision(s) (requested by rmind in ticket #1238):
sys/kern/kern_sig.c: revision 1.302
sigactsunshare(): set reference count in a case of new sigacts allocation.
Bug (e.g. memory leak) can happen when using clone(2) call.


To generate a diff of this commit:
cvs rdiff -u -r1.289.4.5 -r1.289.4.6 src/sys/kern/kern_sig.c

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



CVS commit: [netbsd-5] src/external/mit/xorg/lib/dri

2010-01-16 Thread Manuel Bouyer
Module Name:src
Committed By:   bouyer
Date:   Sat Jan 16 17:36:44 UTC 2010

Modified Files:
src/external/mit/xorg/lib/dri/i915 [netbsd-5]: Makefile
src/external/mit/xorg/lib/dri/i965 [netbsd-5]: Makefile

Log Message:
Pull up following revision(s) (requested by mrg in ticket #1239):
external/mit/xorg/lib/dri/i965/Makefile: revisions 1.7, 1.8
external/mit/xorg/lib/dri/i915/Makefile: revisions 1.5, 1.6
replace LIBS with LIBDPLIBS.  makes these actually link against drm_intel.
should fix a problem reported by s...@.
link in libOSMesa as well.


To generate a diff of this commit:
cvs rdiff -u -r1.2.6.2 -r1.2.6.3 src/external/mit/xorg/lib/dri/i915/Makefile
cvs rdiff -u -r1.3.6.3 -r1.3.6.4 src/external/mit/xorg/lib/dri/i965/Makefile

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



CVS commit: [netbsd-5] src/sys/kern

2010-01-16 Thread Manuel Bouyer
Module Name:src
Committed By:   bouyer
Date:   Sat Jan 16 17:39:01 UTC 2010

Modified Files:
src/sys/kern [netbsd-5]: kern_runq.c

Log Message:
Pull up following revision(s) (requested by rmind in ticket #1240):
sys/kern/kern_runq.c: revision 1.28
sched_catchlwp: fix the case when other CPU might see curlwp-l_cpu != curcpu()
while LWP is finishing context switch.  Should fix PR/42539, tested by mar...@.


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

2010-01-16 Thread Manuel Bouyer
Module Name:src
Committed By:   bouyer
Date:   Sat Jan 16 17:39:07 UTC 2010

Modified Files:
src/sys/kern [netbsd-5-0]: kern_runq.c

Log Message:
Pull up following revision(s) (requested by rmind in ticket #1240):
sys/kern/kern_runq.c: revision 1.28
sched_catchlwp: fix the case when other CPU might see curlwp-l_cpu != curcpu()
while LWP is finishing context switch.  Should fix PR/42539, tested by mar...@.


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

2010-01-16 Thread Manuel Bouyer
Module Name:src
Committed By:   bouyer
Date:   Sat Jan 16 17:41:07 UTC 2010

Modified Files:
src/sys/kern [netbsd-5-0]: kern_softint.c

Log Message:
Pull up following revision(s) (requested by rmind in ticket #1241):
sys/kern/kern_softint.c: revision 1.30
softint_execute: release/re-acquire kernel-lock depending on SOFTINT_MPSAFE
flag.  Keeping it held for MP-safe cases break the lock order assumptions.
Per discussion with martin.


To generate a diff of this commit:
cvs rdiff -u -r1.23.4.2 -r1.23.4.2.2.1 src/sys/kern/kern_softint.c

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



CVS commit: [netbsd-5] src/distrib/utils/sysinst

2010-01-16 Thread Manuel Bouyer
Module Name:src
Committed By:   bouyer
Date:   Sat Jan 16 17:43:34 UTC 2010

Modified Files:
src/distrib/utils/sysinst [netbsd-5]: net.c

Log Message:
Pull up following revision(s) (requested by martin in ticket #1242):
distrib/utils/sysinst/net.c: revision 1.124
Use the proper structs for ioctls to fetch network configuration.
Might fix PR 42436.


To generate a diff of this commit:
cvs rdiff -u -r1.117.8.2 -r1.117.8.3 src/distrib/utils/sysinst/net.c

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



CVS commit: [netbsd-5] src/sys/arch/amd64/include

2010-01-16 Thread Manuel Bouyer
Module Name:src
Committed By:   bouyer
Date:   Sat Jan 16 17:53:52 UTC 2010

Modified Files:
src/sys/arch/amd64/include [netbsd-5]: byte_swap.h

Log Message:
Pull up following revision(s) (requested by joerg in ticket #1245):
sys/arch/amd64/include/byte_swap.h: revision 1.7
Provide inline assembly version of bswap64.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.6.4.1 src/sys/arch/amd64/include/byte_swap.h

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



CVS commit: [netbsd-5-0] src/doc

2010-01-16 Thread Manuel Bouyer
Module Name:src
Committed By:   bouyer
Date:   Sat Jan 16 17:54:33 UTC 2010

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

Log Message:
tickets 1238, 1240,1241


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.44 -r1.1.2.45 src/doc/CHANGES-5.0.1

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



CVS commit: src/sys/rump

2010-01-16 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Sat Jan 16 18:02:19 UTC 2010

Added Files:
src/sys/rump/librump/rumpkern/opt: bpfilter.h
Removed Files:
src/sys/rump/net/lib/libnet/opt: bpfilter.h

Log Message:
move bpfilter.h to a more central location


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/sys/rump/librump/rumpkern/opt/bpfilter.h
cvs rdiff -u -r1.1 -r0 src/sys/rump/net/lib/libnet/opt/bpfilter.h

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



CVS commit: [netbsd-5] src/sys/dev/usb

2010-01-16 Thread Manuel Bouyer
Module Name:src
Committed By:   bouyer
Date:   Sat Jan 16 17:47:13 UTC 2010

Modified Files:
src/sys/dev/usb [netbsd-5]: ums.c usbdevs

Log Message:
Pull up following revision(s) (requested by matthias in ticket #1243):
sys/dev/usb/usbdevs.h: regen
sys/dev/usb/usbdevs_data.h: regen
sys/dev/usb/usbdevs: revision 1.540
sys/dev/usb/ums.c: revision 1.80
Make ums.c work with a Microsoft Natural Ergonomic Desktop 7000 mouse.
XXX The tilt function still doesn't work for me.


To generate a diff of this commit:
cvs rdiff -u -r1.73.8.2 -r1.73.8.3 src/sys/dev/usb/ums.c
cvs rdiff -u -r1.519.4.3 -r1.519.4.4 src/sys/dev/usb/usbdevs

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



CVS commit: [netbsd-5] src/sys/fs/puffs

2010-01-16 Thread Manuel Bouyer
Module Name:src
Committed By:   bouyer
Date:   Sat Jan 16 17:52:13 UTC 2010

Modified Files:
src/sys/fs/puffs [netbsd-5]: puffs_vnops.c

Log Message:
Pull up following revision(s) (requested by pooka in ticket #1244):
sys/fs/puffs/puffs_vnops.c: revision 1.142
Since VOP_GETATTR() does not require a locked vnode, resolve and
reference the puffs_node before sending the request to the file
server.  This diminishes the window where the inode can be reclaimed
and be invalidated before it is accessed (but does not completely
eliminate the race, as that is a caller problem which we cannot
fix here).


To generate a diff of this commit:
cvs rdiff -u -r1.129.4.6 -r1.129.4.7 src/sys/fs/puffs/puffs_vnops.c

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



CVS commit: [netbsd-5] src/sys/dev/usb

2010-01-16 Thread Manuel Bouyer
Module Name:src
Committed By:   bouyer
Date:   Sat Jan 16 17:50:13 UTC 2010

Modified Files:
src/sys/dev/usb [netbsd-5]: usbdevs.h usbdevs_data.h

Log Message:
Regen for ticket 1243


To generate a diff of this commit:
cvs rdiff -u -r1.515.4.3 -r1.515.4.4 src/sys/dev/usb/usbdevs.h
cvs rdiff -u -r1.516.4.3 -r1.516.4.4 src/sys/dev/usb/usbdevs_data.h

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



CVS commit: src/sys/dev/bi

2010-01-16 Thread David Young
Module Name:src
Committed By:   dyoung
Date:   Sat Jan 16 18:43:34 UTC 2010

Modified Files:
src/sys/dev/bi: kdb.c

Log Message:
Delete some dead (#ifdef notyet) code.


To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 src/sys/dev/bi/kdb.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-01-16 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Sat Jan 16 18:47:50 UTC 2010

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

Log Message:
update type of bh_tstamp


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

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



CVS commit: src/sys/rump/net/rumptest

2010-01-16 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Sat Jan 16 20:47:01 UTC 2010

Modified Files:
src/sys/rump/net/rumptest: rumptest_net.c

Log Message:
* add option to use bpf to dump response
* randomize local address to avoid poor confused peers due to us
  rebooting quite rapidly when testing.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/sys/rump/net/rumptest/rumptest_net.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/ofppc/ofppc

2010-01-16 Thread Frank Wille
Module Name:src
Committed By:   phx
Date:   Sat Jan 16 21:05:28 UTC 2010

Modified Files:
src/sys/arch/ofppc/ofppc: machdep.c

Log Message:
Allow compilation without rtas device being configured.


To generate a diff of this commit:
cvs rdiff -u -r1.107 -r1.108 src/sys/arch/ofppc/ofppc/machdep.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/unifdef

2010-01-16 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat Jan 16 21:26:59 UTC 2010

Modified Files:
src/usr.bin/unifdef: unifdef.c
Removed Files:
src/usr.bin/unifdef: stdbool.h

Log Message:
- we don't need stdbool.h anymore.
- the previous fix for the negative index logic was wrong, fix it.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r0 src/usr.bin/unifdef/stdbool.h
cvs rdiff -u -r1.15 -r1.16 src/usr.bin/unifdef/unifdef.c

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



tn3270 removal (was: CVS commit: src)

2010-01-16 Thread Bernd Ernesti
On Sat, Jan 16, 2010 at 03:34:26PM +, Roy Marples wrote:
 Module Name:  src
 Committed By: roy
 Date: Sat Jan 16 15:34:26 UTC 2010
[..]

 Log Message:
 Remove tn3270 from base system.
 If anyone really needs it then it can be put into pkgsrc.
 Importing c3270 into pkgsrc is probably a better option though.

Where was this discussed before?

Bernd



Re: tn3270 removal (was: CVS commit: src)

2010-01-16 Thread Marc Balmer

Am 16.01.2010 um 23:29 schrieb Bernd Ernesti:

 On Sat, Jan 16, 2010 at 03:34:26PM +, Roy Marples wrote:
 Module Name: src
 Committed By:roy
 Date:Sat Jan 16 15:34:26 UTC 2010
 [..]
 
 Log Message:
 Remove tn3270 from base system.
 If anyone really needs it then it can be put into pkgsrc.
 Importing c3270 into pkgsrc is probably a better option though.
 
 Where was this discussed before?

on tech-userlevel



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

2010-01-16 Thread Cliff Neighbors
Module Name:src
Committed By:   cliff
Date:   Sat Jan 16 23:48:16 UTC 2010

Added Files:
src/sys/arch/mips/rmi [matt-nb5-mips64]: rmixl_cpucore.c
Removed Files:
src/sys/arch/evbmips/rmixl [matt-nb5-mips64]: cpucore.c

Log Message:
- moved arch/evbmips/rmixl/cpucore.c to arch/mips/rmi/rmixl_cpucore.c


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.3 -r0 src/sys/arch/evbmips/rmixl/cpucore.c
cvs rdiff -u -r0 -r1.1.2.1 src/sys/arch/mips/rmi/rmixl_cpucore.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

2010-01-16 Thread Cliff Neighbors
Module Name:src
Committed By:   cliff
Date:   Sat Jan 16 23:48:41 UTC 2010

Added Files:
src/sys/arch/mips/rmi [matt-nb5-mips64]: rmixl_cpucorevar.h
Removed Files:
src/sys/arch/evbmips/rmixl [matt-nb5-mips64]: cpucorevar.h

Log Message:
- moved arch/evbmips/rmixl/cpucorevar.h to arch/mips/rmi/rmixl_cpucorevar.h


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.2 -r0 src/sys/arch/evbmips/rmixl/cpucorevar.h
cvs rdiff -u -r0 -r1.1.2.1 src/sys/arch/mips/rmi/rmixl_cpucorevar.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/evbmips/conf

2010-01-16 Thread Cliff Neighbors
Module Name:src
Committed By:   cliff
Date:   Sat Jan 16 23:49:10 UTC 2010

Modified Files:
src/sys/arch/evbmips/conf [matt-nb5-mips64]: XLSATX

Log Message:
- cpunode attaches to mainbus
- cpucore and obio now attache to cpunode


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.3 -r1.1.2.4 src/sys/arch/evbmips/conf/XLSATX

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/evbmips/conf

2010-01-16 Thread Cliff Neighbors
Module Name:src
Committed By:   cliff
Date:   Sat Jan 16 23:49:32 UTC 2010

Modified Files:
src/sys/arch/evbmips/conf [matt-nb5-mips64]: files.rmixl

Log Message:
- remove mainbus locator 'core', add mainbus locator 'node'
- cpucore and cpu config info moved to arch/mips/conf/files.rmixl


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.3 -r1.1.2.4 src/sys/arch/evbmips/conf/files.rmixl

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/evbmips/rmixl

2010-01-16 Thread Cliff Neighbors
Module Name:src
Committed By:   cliff
Date:   Sat Jan 16 23:50:33 UTC 2010

Modified Files:
src/sys/arch/evbmips/rmixl [matt-nb5-mips64]: autoconf.h

Log Message:
- add struct mainbus_softc
- struct mainbus_attach_args loses ma_core, gets ma_node


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.1 -r1.1.2.2 src/sys/arch/evbmips/rmixl/autoconf.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/rmi

2010-01-16 Thread Cliff Neighbors
Module Name:src
Committed By:   cliff
Date:   Sat Jan 16 23:50:59 UTC 2010

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

Log Message:
- mainbus now attaches cpunode's


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.5 -r1.1.2.6 src/sys/arch/mips/rmi/rmixl_mainbus.c

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



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

2010-01-16 Thread Cliff Neighbors
Module Name:src
Committed By:   cliff
Date:   Sun Jan 17 00:01:23 UTC 2010

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

Log Message:
- fix RMIXL_PIC_IPIBASE register bits


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.6 -r1.1.2.7 src/sys/arch/mips/rmi/rmixlreg.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/rmi

2010-01-16 Thread Cliff Neighbors
Module Name:src
Committed By:   cliff
Date:   Sun Jan 17 00:01:39 UTC 2010

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

Log Message:
- add struct rmixlfw_cpu_wakeup_info and related


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.2 -r1.1.2.3 src/sys/arch/mips/rmi/rmixl_firmware.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/evbmips/rmixl

2010-01-16 Thread Cliff Neighbors
Module Name:src
Committed By:   cliff
Date:   Sun Jan 17 00:02:00 UTC 2010

Modified Files:
src/sys/arch/evbmips/rmixl [matt-nb5-mips64]: machdep.c

Log Message:
- get cpu wakeup info from firmware
- reserve the cpu_wakeup_info shared memory area from uvm
- initialize cpu_model from mycpu-cpu_name
- dont disable all non-0 threads if MULTIPROCESSOR


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.13 -r1.1.2.14 src/sys/arch/evbmips/rmixl/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/rmi

2010-01-16 Thread Cliff Neighbors
Module Name:src
Committed By:   cliff
Date:   Sun Jan 17 00:11:11 UTC 2010

Added Files:
src/sys/arch/mips/rmi [matt-nb5-mips64]: rmixl_cpunode.c
rmixl_cpunodevar.h

Log Message:
cpunode driver represents CPU node in device tree


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1.2.1 src/sys/arch/mips/rmi/rmixl_cpunode.c \
src/sys/arch/mips/rmi/rmixl_cpunodevar.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-01-16 Thread Cliff Neighbors
Module Name:src
Committed By:   cliff
Date:   Sun Jan 17 00:20:14 UTC 2010

Modified Files:
src/sys/arch/mips/mips [matt-nb5-mips64]: mipsX_subr.S

Log Message:
fix print format for EPC in cache error format string


To generate a diff of this commit:
cvs rdiff -u -r1.26.36.1.2.18 -r1.26.36.1.2.19 \
src/sys/arch/mips/mips/mipsX_subr.S

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



Re: tn3270 removal (was: CVS commit: src)

2010-01-16 Thread David Holland
On Sat, Jan 16, 2010 at 11:57:13PM +0100, Bernd Ernesti wrote:
Where was this discussed before?
   
   on tech-userlevel
  
  I found that thread which didn't make it obvious that this would happen
  without a WORKING replacement in pkgsrc.

I have added it to pkgsrc. Please let me know if it works, as I don't
have an IBM mainframe in my back pocket for testing. :-/

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