CVS commit: src/distrib/sets/lists/comp

2012-02-12 Thread Nicolas Joly
Module Name:src
Committed By:   njoly
Date:   Sun Feb 12 10:01:58 UTC 2012

Modified Files:
src/distrib/sets/lists/comp: ad.mips64eb ad.mips64el md.amd64
md.sparc64 shl.mi

Log Message:
Adjust debug objects for recent libc minor bump.


To generate a diff of this commit:
cvs rdiff -u -r1.68 -r1.69 src/distrib/sets/lists/comp/ad.mips64eb \
src/distrib/sets/lists/comp/ad.mips64el
cvs rdiff -u -r1.154 -r1.155 src/distrib/sets/lists/comp/md.amd64
cvs rdiff -u -r1.137 -r1.138 src/distrib/sets/lists/comp/md.sparc64
cvs rdiff -u -r1.208 -r1.209 src/distrib/sets/lists/comp/shl.mi

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



CVS commit: src/sys/uvm

2012-02-12 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Sun Feb 12 11:18:05 UTC 2012

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

Log Message:
In uvm_proc_exit bail out early if we have no vmspace yet (as it happens
for failing posix_spawn child processes).
Fixes PR kern/45991.


To generate a diff of this commit:
cvs rdiff -u -r1.155 -r1.156 src/sys/uvm/uvm_glue.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

2012-02-12 Thread Stephen Borrill
Module Name:src
Committed By:   sborrill
Date:   Sun Feb 12 12:43:52 UTC 2012

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

Log Message:
Address kern/36526. Note, contrary to the PR, ; command separator works as
documented in ddb(4)
Document ddb.commandonenter sysctl. Note, commandonenter is not available
as a variable:
db{0}> print $onpanic
   1
db{0}> print $commandonenter
Unknown variable
So document the sysctl elsewhere, not in the variables section.


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

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



CVS commit: src/sys/kern

2012-02-12 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Sun Feb 12 13:12:45 UTC 2012

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

Log Message:
fd_open(): fix confusion between userland and kernel encoding of open flags


To generate a diff of this commit:
cvs rdiff -u -r1.448 -r1.449 src/sys/kern/vfs_syscalls.c

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



CVS commit: src/sys/kern

2012-02-12 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Sun Feb 12 13:14:37 UTC 2012

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

Log Message:
Minor tweaks to posix_spawn error handling.
The standard allows "open" file actions for descriptors that are alreay
open, add support for that.


To generate a diff of this commit:
cvs rdiff -u -r1.337 -r1.338 src/sys/kern/kern_exec.c

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



CVS commit: src/sys/external/isc/atheros_hal/dist/ar5416

2012-02-12 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Sun Feb 12 13:47:19 UTC 2012

Modified Files:
src/sys/external/isc/atheros_hal/dist/ar5416: ar5416_misc.c

Log Message:
Use correct return value. From clang via Henning Petersen in PR 45996.


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 \
src/sys/external/isc/atheros_hal/dist/ar5416/ar5416_misc.c

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



CVS commit: src/sys/external/isc/atheros_hal/dist/ar5212

2012-02-12 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Sun Feb 12 13:48:45 UTC 2012

Modified Files:
src/sys/external/isc/atheros_hal/dist/ar5212: ar5212_misc.c

Log Message:
Use correct return value. From clang via Henning Petersen in PR 45995.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 \
src/sys/external/isc/atheros_hal/dist/ar5212/ar5212_misc.c

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



CVS commit: src/lib/libc/citrus/modules

2012-02-12 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Sun Feb 12 13:51:29 UTC 2012

Modified Files:
src/lib/libc/citrus/modules: citrus_iconv_std.c citrus_ues.c
citrus_utf1632.c

Log Message:
Remove unused variables. From cppcheck via Henning Petersen in PR 45997.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/lib/libc/citrus/modules/citrus_iconv_std.c
cvs rdiff -u -r1.2 -r1.3 src/lib/libc/citrus/modules/citrus_ues.c
cvs rdiff -u -r1.11 -r1.12 src/lib/libc/citrus/modules/citrus_utf1632.c

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



CVS commit: src/lib/libc/gen

2012-02-12 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Sun Feb 12 13:52:51 UTC 2012

Modified Files:
src/lib/libc/gen: fstab.c

Log Message:
Remove duplicate function declaration. From Henning Petersen in PR 45998.


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 src/lib/libc/gen/fstab.c

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



CVS commit: src/sys/external/isc/atheros_hal/dist/ar5416

2012-02-12 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Sun Feb 12 13:55:27 UTC 2012

Modified Files:
src/sys/external/isc/atheros_hal/dist/ar5416: ar5416_reset.c

Log Message:
Consistently use ar5416SetPowerMode. From Henning Petersen in PR 45999.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 \
src/sys/external/isc/atheros_hal/dist/ar5416/ar5416_reset.c

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



CVS commit: src/sbin/routed

2012-02-12 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Sun Feb 12 13:56:57 UTC 2012

Modified Files:
src/sbin/routed: defs.h

Log Message:
Remove duplicate RS_LOCAL. From cppcheck via Henning Petersen in PR 46000.


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 src/sbin/routed/defs.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/xen/xen

2012-02-12 Thread Jean-Yves Migeon
Module Name:src
Committed By:   jym
Date:   Sun Feb 12 14:24:08 UTC 2012

Modified Files:
src/sys/arch/xen/xen: evtchn.c

Log Message:
Xen MP merge introduced MP safety around ipl handlers. When removing an
event handler, check handler's function and arguments against the real
ones, not the ones from wrappers.

This fixes a bug where !mpsafe events could not be removed from the handler
chain, thereby blocking suspension of a domU.

ok releng@.


To generate a diff of this commit:
cvs rdiff -u -r1.61 -r1.62 src/sys/arch/xen/xen/evtchn.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

2012-02-12 Thread Jean-Yves Migeon
Module Name:src
Committed By:   jym
Date:   Sun Feb 12 14:38:18 UTC 2012

Modified Files:
src/sys/arch/x86/include: cpu.h
src/sys/arch/xen/xen: clock.c xen_machdep.c

Log Message:
Xen clock management routines keep track of CPU (following MP merge).
Reflect this change in the suspend/resume routines so they can cope with
domU CPU suspend, instead of setting their cpu_info pointer to NULL.

Avoid copy/pasting by using the resume routines during attachement.

ok releng@.

No regression observed, and allows domU to suspend successfully again.
Restore is a different beast as PD/PT flags are marked "invalid" by Xen-4
hypervisor, and blocks resuming. Looking into it.


To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 src/sys/arch/x86/include/cpu.h
cvs rdiff -u -r1.60 -r1.61 src/sys/arch/xen/xen/clock.c
cvs rdiff -u -r1.9 -r1.10 src/sys/arch/xen/xen/xen_machdep.c

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



CVS commit: src/sys/arch

2012-02-12 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Sun Feb 12 16:31:02 UTC 2012

Modified Files:
src/sys/arch/arm/xscale: becc_button.c i80321.c i80321_aau.c
i80321_icu.c i80321_pci.c i80321_wdog.c i80321var.h iopaau.c
iopaauvar.h
src/sys/arch/evbarm/hdl_g: i80321_mainbus.c
src/sys/arch/evbarm/iq80321: i80321_mainbus.c
src/sys/arch/evbarm/ixm1200: ixpcom_ixm.c
src/sys/arch/iyonix/iyonix: i80321_mainbus.c

Log Message:
Change old-stlye-defintions to C89 prototypes.
Switch to CFATTACH_DECL_NEW/device_t/cfdata_t
Defer attaching interrupt evcnts.

Approved by releng.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/arm/xscale/becc_button.c
cvs rdiff -u -r1.22 -r1.23 src/sys/arch/arm/xscale/i80321.c \
src/sys/arch/arm/xscale/i80321_icu.c
cvs rdiff -u -r1.14 -r1.15 src/sys/arch/arm/xscale/i80321_aau.c
cvs rdiff -u -r1.11 -r1.12 src/sys/arch/arm/xscale/i80321_pci.c
cvs rdiff -u -r1.9 -r1.10 src/sys/arch/arm/xscale/i80321_wdog.c
cvs rdiff -u -r1.12 -r1.13 src/sys/arch/arm/xscale/i80321var.h
cvs rdiff -u -r1.16 -r1.17 src/sys/arch/arm/xscale/iopaau.c
cvs rdiff -u -r1.7 -r1.8 src/sys/arch/arm/xscale/iopaauvar.h
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/evbarm/hdl_g/i80321_mainbus.c
cvs rdiff -u -r1.17 -r1.18 src/sys/arch/evbarm/iq80321/i80321_mainbus.c
cvs rdiff -u -r1.9 -r1.10 src/sys/arch/evbarm/ixm1200/ixpcom_ixm.c
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/iyonix/iyonix/i80321_mainbus.c

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



CVS commit: src/sys

2012-02-12 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Sun Feb 12 16:34:12 UTC 2012

Modified Files:
src/sys/arch/acorn26/acorn26: pmap.c
src/sys/arch/amiga/amiga: amiga_bus_simple_1word.c amiga_init.c
autoconf.c simple_busfuncs.c
src/sys/arch/amiga/dev: grf_cv3dreg.h grf_cvreg.h p5bus.c
src/sys/arch/arm/footbridge: footbridge_com_io.c footbridge_io.c
footbridge_pci.c
src/sys/arch/arm/footbridge/isa: isa_io.c isadma_machdep.c
src/sys/arch/arm/marvell: mvsoc.c mvsoctmr.c orion.c
src/sys/arch/atari/dev: atari5380.c grfabs.c ym2149.c
src/sys/arch/cesfic/cesfic: machdep.c
src/sys/arch/cobalt/cobalt: bus.c
src/sys/arch/emips/emips: bus_space.c sysconf.c xs_bee3.c
src/sys/arch/emips/include: bus.h
src/sys/arch/evbarm/ifpga: ifpga_io.c
src/sys/arch/evbarm/tsarm: epcom_ts.c
src/sys/arch/evbarm/tsarm/isa: isa_io.c
src/sys/arch/evbmips/rmixl: autoconf.c machdep.c
src/sys/arch/hpcmips/tx: tx39power.c
src/sys/arch/hpcmips/vr: vrc4172pwm.c
src/sys/arch/hpcsh/dev: pfckbd.c psh3lcd.c
src/sys/arch/hpcsh/dev/hd64465: hd64465.c hd64465uart.c
src/sys/arch/luna68k/include: bus.h
src/sys/arch/mac68k/mac68k: macrom.c
src/sys/arch/mac68k/nubus: if_sm_nubus.c
src/sys/arch/mips/adm5120/dev: admpci.c
src/sys/arch/mips/atheros/dev: if_ath_arbus.c
src/sys/arch/mipsco/include: bus.h
src/sys/arch/mipsco/mipsco: bus_dma.c mips_3x30.c
src/sys/arch/mvme68k/include: bus_space.h
src/sys/arch/newsmips/include: bus.h
src/sys/arch/next68k/include: bus_space.h
src/sys/arch/sgimips/sgimips: bus.c
src/sys/arch/sh3/sh3: cache_sh3.c mmu_sh3.c mmu_sh4.c sh3_machdep.c
src/sys/arch/sparc/fpu: fpu.c
src/sys/arch/sparc/sparc: machdep.c
src/sys/arch/sparc64/sparc64: db_trace.c ipifuncs.c netbsd32_machdep.c
src/sys/compat/linux/common: linux_exec_elf32.c
src/sys/compat/sunos32: sunos32_misc.c
src/sys/conf: Makefile.kern.inc
src/sys/dev/hpc: video_subr.c
src/sys/dev/ic: bt463.c bt485.c ds.h ibm561.c smc91cxx.c
src/sys/dev/isa: toaster.c
src/sys/dev/mvme: mvmebus.c pcctwo.c
src/sys/dev/vme: xd.c xy.c

Log Message:
Change old-style function defintions to C89 prototypes.

Approved by releng.


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 src/sys/arch/acorn26/acorn26/pmap.c
cvs rdiff -u -r1.6 -r1.7 src/sys/arch/amiga/amiga/amiga_bus_simple_1word.c
cvs rdiff -u -r1.125 -r1.126 src/sys/arch/amiga/amiga/amiga_init.c
cvs rdiff -u -r1.109 -r1.110 src/sys/arch/amiga/amiga/autoconf.c
cvs rdiff -u -r1.10 -r1.11 src/sys/arch/amiga/amiga/simple_busfuncs.c
cvs rdiff -u -r1.10 -r1.11 src/sys/arch/amiga/dev/grf_cv3dreg.h
cvs rdiff -u -r1.18 -r1.19 src/sys/arch/amiga/dev/grf_cvreg.h
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/amiga/dev/p5bus.c
cvs rdiff -u -r1.7 -r1.8 src/sys/arch/arm/footbridge/footbridge_com_io.c
cvs rdiff -u -r1.20 -r1.21 src/sys/arch/arm/footbridge/footbridge_io.c
cvs rdiff -u -r1.21 -r1.22 src/sys/arch/arm/footbridge/footbridge_pci.c
cvs rdiff -u -r1.6 -r1.7 src/sys/arch/arm/footbridge/isa/isa_io.c
cvs rdiff -u -r1.14 -r1.15 src/sys/arch/arm/footbridge/isa/isadma_machdep.c
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/arm/marvell/mvsoc.c
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/arm/marvell/mvsoctmr.c
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/arm/marvell/orion.c
cvs rdiff -u -r1.58 -r1.59 src/sys/arch/atari/dev/atari5380.c
cvs rdiff -u -r1.17 -r1.18 src/sys/arch/atari/dev/grfabs.c
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/atari/dev/ym2149.c
cvs rdiff -u -r1.61 -r1.62 src/sys/arch/cesfic/cesfic/machdep.c
cvs rdiff -u -r1.42 -r1.43 src/sys/arch/cobalt/cobalt/bus.c
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/emips/emips/bus_space.c \
src/sys/arch/emips/emips/sysconf.c
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/emips/emips/xs_bee3.c
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/emips/include/bus.h
cvs rdiff -u -r1.10 -r1.11 src/sys/arch/evbarm/ifpga/ifpga_io.c
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/evbarm/tsarm/epcom_ts.c
cvs rdiff -u -r1.9 -r1.10 src/sys/arch/evbarm/tsarm/isa/isa_io.c
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/evbmips/rmixl/autoconf.c
cvs rdiff -u -r1.10 -r1.11 src/sys/arch/evbmips/rmixl/machdep.c
cvs rdiff -u -r1.19 -r1.20 src/sys/arch/hpcmips/tx/tx39power.c
cvs rdiff -u -r1.20 -r1.21 src/sys/arch/hpcmips/vr/vrc4172pwm.c
cvs rdiff -u -r1.28 -r1.29 src/sys/arch/hpcsh/dev/pfckbd.c
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/hpcsh/dev/psh3lcd.c
cvs rdiff -u -r1.15 -r1.16 src/sys/arch/hpcsh/dev/hd64465/hd64465.c
cvs rdiff -u -r1.18 -r1.19 src/sys/arch/hpcsh/dev/hd64465/hd64465uart.c
cvs rdiff -u -r1.11 -r1.12 src/sys/arch/luna68k/include/bus.h
cvs rdiff -u -r1.71 -r1.72 src/sys/arch/mac68k/mac68k/macrom.c
cvs rdiff -u -r1.8 -r1.9 src/sys/arch/mac68k/nubus/if_sm_nubus.c
cvs rdiff -u -r1.8 -r1.9 src/sys/arch/mips/adm5120/de

CVS commit: src/usr.bin/netstat

2012-02-12 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Feb 12 19:11:33 UTC 2012

Modified Files:
src/usr.bin/netstat: if.c

Log Message:
PR/44889: Yamamoto Takashi: netstat -d option is broken (from Elad)


To generate a diff of this commit:
cvs rdiff -u -r1.72 -r1.73 src/usr.bin/netstat/if.c

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



CVS commit: src/sys/kern

2012-02-12 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Sun Feb 12 20:11:03 UTC 2012

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

Log Message:
Fix SDT_PROBE macro argument overlooked in argument renaming, noted by 


To generate a diff of this commit:
cvs rdiff -u -r1.338 -r1.339 src/sys/kern/kern_exec.c

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



CVS commit: src/sys/uvm

2012-02-12 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Sun Feb 12 20:28:14 UTC 2012

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

Log Message:
Fix another merge botch - bracket vm space assignement with kpreempt-
disable/enable.


To generate a diff of this commit:
cvs rdiff -u -r1.312 -r1.313 src/sys/uvm/uvm_map.c

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



CVS commit: src/sbin/sysctl

2012-02-12 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Feb 12 20:54:08 UTC 2012

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

Log Message:
Only print errors when -A or required. Fix the error message to match others.


To generate a diff of this commit:
cvs rdiff -u -r1.139 -r1.140 src/sbin/sysctl/sysctl.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/sh3/sh3

2012-02-12 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Mon Feb 13 01:04:27 UTC 2012

Modified Files:
src/sys/arch/sh3/sh3: vm_machdep.c

Log Message:
add missing MD code for posix_spawn


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

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



CVS commit: src/sys/arch/hppa/hppa

2012-02-12 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Mon Feb 13 01:07:37 UTC 2012

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

Log Message:
Add missing MD code for posix_spawn


To generate a diff of this commit:
cvs rdiff -u -r1.96 -r1.97 src/sys/arch/hppa/hppa/trap.c

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



CVS commit: src

2012-02-12 Thread David A. Holland
Module Name:src
Committed By:   dholland
Date:   Mon Feb 13 01:24:03 UTC 2012

Modified Files:
src/distrib/sets/lists/comp: mi
src/lib/libc/sys: Makefile.inc
src/lib/libquota: Makefile libquota.3
src/share/man/man9: vfsops.9
Added Files:
src/lib/libc/sys: __quotactl.2
Removed Files:
src/lib/libc/sys: quotactl.2

Log Message:
Quota-related docs fixes:

- Remove old quotactl(2); replace with new __quotactl(2).
- Document quota_getrestrictions(3), the semantic restriction codes,
  and quota_quotaon/off(3).
- Update VFS_QUOTACTL(9), which was still describing the pre-proplib API.

Approved by releng for the freeze.


To generate a diff of this commit:
cvs rdiff -u -r1.1733 -r1.1734 src/distrib/sets/lists/comp/mi
cvs rdiff -u -r1.211 -r1.212 src/lib/libc/sys/Makefile.inc
cvs rdiff -u -r0 -r1.1 src/lib/libc/sys/__quotactl.2
cvs rdiff -u -r1.29 -r0 src/lib/libc/sys/quotactl.2
cvs rdiff -u -r1.8 -r1.9 src/lib/libquota/Makefile
cvs rdiff -u -r1.3 -r1.4 src/lib/libquota/libquota.3
cvs rdiff -u -r1.43 -r1.44 src/share/man/man9/vfsops.9

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



CVS commit: src

2012-02-12 Thread David A. Holland
Module Name:src
Committed By:   dholland
Date:   Mon Feb 13 01:35:09 UTC 2012

Modified Files:
src/distrib/sets/lists/base: mi
src/distrib/sets/lists/comp: mi
src/distrib/sets/lists/man: mi
src/usr.sbin: Makefile
src/usr.sbin/repquota: Makefile repquota.8 repquota.c
Added Files:
src/usr.sbin/quotarestore: Makefile quotarestore.8 quotarestore.c

Log Message:
Add quotadump(8), which is a link to repquota, and quotarestore(8),
which is new. Includes man page updates. Approved by releng for
freeze.


To generate a diff of this commit:
cvs rdiff -u -r1.981 -r1.982 src/distrib/sets/lists/base/mi
cvs rdiff -u -r1.1734 -r1.1735 src/distrib/sets/lists/comp/mi
cvs rdiff -u -r1.1376 -r1.1377 src/distrib/sets/lists/man/mi
cvs rdiff -u -r1.261 -r1.262 src/usr.sbin/Makefile
cvs rdiff -u -r0 -r1.1 src/usr.sbin/quotarestore/Makefile \
src/usr.sbin/quotarestore/quotarestore.8 \
src/usr.sbin/quotarestore/quotarestore.c
cvs rdiff -u -r1.9 -r1.10 src/usr.sbin/repquota/Makefile
cvs rdiff -u -r1.13 -r1.14 src/usr.sbin/repquota/repquota.8
cvs rdiff -u -r1.42 -r1.43 src/usr.sbin/repquota/repquota.c

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



CVS commit: src

2012-02-12 Thread David A. Holland
Module Name:src
Committed By:   dholland
Date:   Mon Feb 13 01:43:26 UTC 2012

Modified Files:
src/distrib/sets/lists/base: mi
src/distrib/sets/lists/comp: mi
src/distrib/sets/lists/man: mi
src/usr.sbin: Makefile
Removed Files:
src/usr.sbin/quotactl: Makefile proplib-interpreter.c
proplib-interpreter.h quotactl.8 quotactl.c quotaprop.c quotaprop.h

Log Message:
Remove quotactl(8). Successor for backup purposes is quotarestore(8).
Note that as of this writing the tool continues to work with the old
proplib-xml packet interface against the new libquota(3), so anyone
who has a use for it can bring it back from the Attic and/or create a
pkgsrc package.

Approved by releng for the freeze, and specifically okayed by core a
couple months ago.


To generate a diff of this commit:
cvs rdiff -u -r1.982 -r1.983 src/distrib/sets/lists/base/mi
cvs rdiff -u -r1.1735 -r1.1736 src/distrib/sets/lists/comp/mi
cvs rdiff -u -r1.1377 -r1.1378 src/distrib/sets/lists/man/mi
cvs rdiff -u -r1.262 -r1.263 src/usr.sbin/Makefile
cvs rdiff -u -r1.6 -r0 src/usr.sbin/quotactl/Makefile
cvs rdiff -u -r1.4 -r0 src/usr.sbin/quotactl/proplib-interpreter.c \
src/usr.sbin/quotactl/quotactl.8
cvs rdiff -u -r1.1 -r0 src/usr.sbin/quotactl/proplib-interpreter.h \
src/usr.sbin/quotactl/quotaprop.c
cvs rdiff -u -r1.7 -r0 src/usr.sbin/quotactl/quotactl.c
cvs rdiff -u -r1.2 -r0 src/usr.sbin/quotactl/quotaprop.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

2012-02-12 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Mon Feb 13 01:47:16 UTC 2012

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

Log Message:
call VOP_CLOSE() in the case we're bailing due to missing both read/write.
fixes vrelel() warnings when opening /dev/music on a device that doesn't
support the requested open flags.


To generate a diff of this commit:
cvs rdiff -u -r1.53 -r1.54 src/sys/dev/sequencer.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

2012-02-12 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Mon Feb 13 01:51:02 UTC 2012

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

Log Message:
make sure we're holding the kernel lock when calling in to the usb code.


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

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



CVS commit: src/tests

2012-02-12 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Mon Feb 13 04:43:25 UTC 2012

Added Files:
src/tests: README

Log Message:
Add a small note about the directory structure.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/tests/README

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



CVS commit: src/tests

2012-02-12 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Mon Feb 13 04:48:22 UTC 2012

Modified Files:
src/tests: README

Log Message:
Polish the path names a little.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tests/README

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



CVS commit: src/tests/lib/libm

2012-02-12 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Mon Feb 13 05:09:01 UTC 2012

Modified Files:
src/tests/lib/libm: t_sqrt.c

Log Message:
Fix wrong error failure message.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/tests/lib/libm/t_sqrt.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/ufs

2012-02-12 Thread David A. Holland
Module Name:src
Committed By:   dholland
Date:   Mon Feb 13 06:23:41 UTC 2012

Modified Files:
src/sys/ufs/ufs: ufs_quota2.c

Log Message:
Fix another problem with quota cursor iteration. ok riz


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 src/sys/ufs/ufs/ufs_quota2.c

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



CVS commit: src/usr.sbin/syslogd

2012-02-12 Thread S.P.Zeidler
Module Name:src
Committed By:   spz
Date:   Mon Feb 13 07:40:24 UTC 2012

Modified Files:
src/usr.sbin/syslogd: sign.c tls.c

Log Message:
fix resource leaks and NULL uses found by Coverity scan.
Releng-ok by riz


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/usr.sbin/syslogd/sign.c
cvs rdiff -u -r1.8 -r1.9 src/usr.sbin/syslogd/tls.c

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