Module Name:src
Committed By: reinoud
Date: Tue Sep 6 08:44:39 UTC 2011
Modified Files:
src/sys/arch/usermode/usermode: pmap.c
Log Message:
Remove old comment that is no longer relevant
To generate a diff of this commit:
cvs rdiff -u -r1.55 -r1.56 src/sys/arch/usermode/
Module Name:src
Committed By: reinoud
Date: Tue Sep 6 09:37:41 UTC 2011
Modified Files:
src/sys/arch/usermode/usermode: pmap.c
Log Message:
Implement switch to have a sparse memory file or to fill it beforehand.
To generate a diff of this commit:
cvs rdiff -u -r1.56 -r1
Module Name:src
Committed By: reinoud
Date: Tue Sep 6 09:38:27 UTC 2011
Modified Files:
src/sys/arch/usermode/usermode: trap.c
Log Message:
Move sanity check before pmap since pmap and uvm can't be looking outside this
box
To generate a diff of this commit:
cvs rdiff -u
Module Name:src
Committed By: wiz
Date: Tue Sep 6 09:48:34 UTC 2011
Modified Files:
src/doc: 3RDPARTY
Log Message:
mdocml-1.11.7 out.
To generate a diff of this commit:
cvs rdiff -u -r1.863 -r1.864 src/doc/3RDPARTY
Please note that diffs are not public domain; they are
Module Name:src
Committed By: jmcneill
Date: Tue Sep 6 09:55:04 UTC 2011
Modified Files:
src/sys/arch/usermode/dev: cpu.c
src/sys/arch/usermode/usermode: trap.c urkelvisor.c
Log Message:
cpu_lwp_inkernel approach won't work, back to the drawing board
To generate
Module Name:src
Committed By: apb
Date: Tue Sep 6 10:27:07 UTC 2011
Modified Files:
src/share/man/man8: MAKEDEV.8
Log Message:
regen for "-u" option and dtv device.
To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 src/share/man/man8/MAKEDEV.8
Please note t
Module Name:src
Committed By: jmcneill
Date: Tue Sep 6 10:48:29 UTC 2011
Modified Files:
src/sys/dev/pci/hdaudio: hdaudio.c hdaudioreg.h
Log Message:
For AC3, set the Non-PCM bit in the stream format structure used in the
stream descriptors & codec config.
To generate a
Module Name:src
Committed By: apb
Date: Tue Sep 6 10:54:03 UTC 2011
Modified Files:
src/etc: MAKEDEV.tmpl
Log Message:
In most case patterns, change foo*) to foo[0-9]*). There are also
a few where foo*) changes to foo|foo[0-9]*) or some other slightly
more complex patter
Module Name:src
Committed By: jmcneill
Date: Tue Sep 6 11:14:17 UTC 2011
Modified Files:
src/sys/dev/pci/hdaudio: hdafg.c
Log Message:
Set the /AUDIO digital converter control bit for non-PCM streams
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/de
Module Name:src
Committed By: jmcneill
Date: Tue Sep 6 11:22:43 UTC 2011
Modified Files:
src/sys/kern: sys_process.c
Log Message:
PR# kern/45330: ptrace: signals can alter syscall return values
process_stoptrace: defer signal processing to userret, ok christos@
To gene
Module Name:src
Committed By: christos
Date: Tue Sep 6 11:31:47 UTC 2011
Modified Files:
src/usr.bin/fstat: fstat.1
Log Message:
move UNIX socket mention in the BUGS section.
To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 src/usr.bin/fstat/fstat.1
Please
Module Name:src
Committed By: apb
Date: Tue Sep 6 13:34:44 UTC 2011
Modified Files:
src/etc: MAKEDEV.tmpl
Log Message:
MAKEDEV dk should create only the dk device, but it previously
looped creating everything from dk0 to dk.
Reported by M. Levinson.
Also add comments to
Module Name:src
Committed By: jym
Date: Tue Sep 6 14:08:05 UTC 2011
Modified Files:
src/usr.sbin/postinstall: postinstall
Log Message:
Check that $TGZMODE is true to deduce that the set is extracted
from a .tgz instead of checking that $SRC_DIR != $SRC_ARG. These variable
Module Name:src
Committed By: jym
Date: Tue Sep 6 14:13:46 UTC 2011
Modified Files:
src/usr.sbin/postinstall: postinstall
Log Message:
Set $SRC_DIR to its default value at the beginning of main() so that
usage() can print the correct value even when called early.
To gen
Module Name:src
Committed By: apb
Date: Tue Sep 6 14:40:11 UTC 2011
Modified Files:
src/etc/etc.alpha: MAKEDEV.conf
src/etc/etc.amiga: MAKEDEV.conf
src/etc/etc.amigappc: MAKEDEV.conf
src/etc/etc.atari: MAKEDEV.conf
src/etc/etc.emips: MAKEDEV
Module Name:src
Committed By: matt
Date: Tue Sep 6 16:41:55 UTC 2011
Modified Files:
src/sys/uvm: uvm_aobj.c uvm_vnode.c
Log Message:
Allocate color appropriate pages.
To generate a diff of this commit:
cvs rdiff -u -r1.115 -r1.116 src/sys/uvm/uvm_aobj.c
cvs rdiff -u -r
Module Name:src
Committed By: joerg
Date: Tue Sep 6 18:16:39 UTC 2011
Modified Files:
src/usr.bin/menuc: mdb.c
Log Message:
Mark __menu_initerror as dead in the output.
To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 src/usr.bin/menuc/mdb.c
Please note th
Module Name:src
Committed By: joerg
Date: Tue Sep 6 18:16:01 UTC 2011
Modified Files:
src/usr.bin/m4: extern.h gnum4.c main.c misc.c
Log Message:
Move usage and onintr to make them static. Add __dead as needed.
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.
Module Name:src
Committed By: joerg
Date: Tue Sep 6 18:19:59 UTC 2011
Modified Files:
src/usr.bin/nfsstat: nfsstat.c
Log Message:
ANSIfy, static + __dead.
To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/usr.bin/nfsstat/nfsstat.c
Please note that diffs
Module Name:src
Committed By: joerg
Date: Tue Sep 6 18:24:15 UTC 2011
Modified Files:
src/usr.bin/nohup: nohup.c
Log Message:
ANSIfy + __dead
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/usr.bin/nohup/nohup.c
Please note that diffs are not public d
Module Name:src
Committed By: joerg
Date: Tue Sep 6 18:24:43 UTC 2011
Modified Files:
src/usr.bin/paste: paste.c
Log Message:
static + __dead
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/usr.bin/paste/paste.c
Please note that diffs are not public d
Module Name:src
Committed By: joerg
Date: Tue Sep 6 18:25:14 UTC 2011
Modified Files:
src/usr.bin/patch: patch.c pch.c util.h
Log Message:
Consistently use __dead and __printflike.
To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/usr.bin/patch/patch.c
c
Module Name:src
Committed By: joerg
Date: Tue Sep 6 18:26:06 UTC 2011
Modified Files:
src/usr.bin/pr: egetopt.c extern.h pr.c
Log Message:
ANSIfy, static + __dead
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/usr.bin/pr/egetopt.c
cvs rdiff -u -r1.5 -r1
Module Name:src
Committed By: joerg
Date: Tue Sep 6 18:26:55 UTC 2011
Modified Files:
src/usr.bin/printenv: printenv.c
Log Message:
static + __dead
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/usr.bin/printenv/printenv.c
Please note that diffs are
Module Name:src
Committed By: joerg
Date: Tue Sep 6 18:27:08 UTC 2011
Modified Files:
src/usr.bin/radioctl: radioctl.c
Log Message:
static + __dead
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/usr.bin/radioctl/radioctl.c
Please note that diffs are
Module Name:src
Committed By: joerg
Date: Tue Sep 6 18:28:18 UTC 2011
Modified Files:
src/usr.bin/rdist: defs.h main.c
Log Message:
Use __dead and __printflike.
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/usr.bin/rdist/defs.h
cvs rdiff -u -r1.19 -r
Module Name:src
Committed By: joerg
Date: Tue Sep 6 18:28:35 UTC 2011
Modified Files:
src/usr.bin/rlogin: rlogin.c
Log Message:
static + __dead
To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 src/usr.bin/rlogin/rlogin.c
Please note that diffs are not publ
Module Name:src
Committed By: joerg
Date: Tue Sep 6 18:28:58 UTC 2011
Modified Files:
src/usr.bin/rs: rs.c
Log Message:
ANSIfy, static + __dead
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/usr.bin/rs/rs.c
Please note that diffs are not public domai
Module Name:src
Committed By: joerg
Date: Tue Sep 6 18:29:19 UTC 2011
Modified Files:
src/usr.bin/ruptime: ruptime.c
Log Message:
ANSIfy, static + __dead
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/usr.bin/ruptime/ruptime.c
Please note that diffs
Module Name:src
Committed By: joerg
Date: Tue Sep 6 18:29:35 UTC 2011
Modified Files:
src/usr.bin/rusers: rusers.c
Log Message:
static + __dead
To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/usr.bin/rusers/rusers.c
Please note that diffs are not publ
Module Name:src
Committed By: joerg
Date: Tue Sep 6 18:29:56 UTC 2011
Modified Files:
src/usr.bin/script: script.c
Log Message:
static + __dead
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/usr.bin/script/script.c
Please note that diffs are not publ
Module Name:src
Committed By: joerg
Date: Tue Sep 6 18:30:39 UTC 2011
Modified Files:
src/usr.bin/shlock: shlock.c
Log Message:
Use pid_t directly. Apply static and __dead.
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/usr.bin/shlock/shlock.c
Please
Module Name:src
Committed By: joerg
Date: Tue Sep 6 18:30:56 UTC 2011
Modified Files:
src/usr.bin/showmount: showmount.c
Log Message:
Use static and __dead.
To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/usr.bin/showmount/showmount.c
Please note that
Module Name:src
Committed By: joerg
Date: Tue Sep 6 18:31:22 UTC 2011
Modified Files:
src/usr.bin/stat: stat.c
Log Message:
static + __dead
To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 src/usr.bin/stat/stat.c
Please note that diffs are not public domai
Module Name:src
Committed By: joerg
Date: Tue Sep 6 18:31:44 UTC 2011
Modified Files:
src/usr.bin/systat: extern.h main.c
Log Message:
Consistently use __dead and __printflike.
To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 src/usr.bin/systat/extern.h
cvs
Module Name:src
Committed By: joerg
Date: Tue Sep 6 18:32:03 UTC 2011
Modified Files:
src/usr.bin/talk: ctl.c ctl_transact.c display.c get_addrs.c
get_names.c init_disp.c invite.c io.c msgs.c talk.c talk.h
Log Message:
ANSIfy + __dead
To generate a diff of t
Module Name:src
Committed By: joerg
Date: Tue Sep 6 18:32:26 UTC 2011
Modified Files:
src/usr.bin/tcopy: tcopy.c
Log Message:
ANSIfy + static + __dead
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/usr.bin/tcopy/tcopy.c
Please note that diffs are not
Module Name:src
Committed By: joerg
Date: Tue Sep 6 18:33:01 UTC 2011
Modified Files:
src/usr.bin/tip: acu.c cmds.c cu.c hunt.c tip.c tip.h tipout.c
src/usr.bin/tip/aculib: hayes.c
Log Message:
Use __dead. Make a bunch of local functions static.
To generate a di
Module Name:src
Committed By: joerg
Date: Tue Sep 6 18:33:18 UTC 2011
Modified Files:
src/usr.bin/touch: touch.c
Log Message:
ANSIfy, static + __dead
To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 src/usr.bin/touch/touch.c
Please note that diffs are not
Module Name:src
Committed By: joerg
Date: Tue Sep 6 18:33:46 UTC 2011
Modified Files:
src/usr.bin/tr: extern.h str.c tr.c
Log Message:
ANSIfy. Sprinkle const and __dead.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/usr.bin/tr/extern.h
cvs rdiff -u -r1
Module Name:src
Committed By: joerg
Date: Tue Sep 6 18:34:12 UTC 2011
Modified Files:
src/usr.bin/tset: extern.h map.c set.c term.c tset.c wrterm.c
Log Message:
ANSIfy. Sprinkle static and __dead.
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/usr.bin
Module Name:src
Committed By: joerg
Date: Tue Sep 6 18:34:38 UTC 2011
Modified Files:
src/usr.bin/tsort: tsort.c
Log Message:
ANSIfy, static + __dead
To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/usr.bin/tsort/tsort.c
Please note that diffs are not
Module Name:src
Committed By: joerg
Date: Tue Sep 6 18:34:57 UTC 2011
Modified Files:
src/usr.bin/tty: tty.c
Log Message:
ANSIfy + __dead
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/usr.bin/tty/tty.c
Please note that diffs are not public domain; the
Module Name:src
Committed By: joerg
Date: Tue Sep 6 18:35:13 UTC 2011
Modified Files:
src/usr.bin/uname: uname.c
Log Message:
ANSIfy + __dead
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/usr.bin/uname/uname.c
Please note that diffs are not public d
Module Name:src
Committed By: joerg
Date: Tue Sep 6 18:35:41 UTC 2011
Modified Files:
src/usr.bin/units: units.c
Log Message:
ANSIfy, static + __dead
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/usr.bin/units/units.c
Please note that diffs are not
Module Name:src
Committed By: joerg
Date: Tue Sep 6 18:42:13 UTC 2011
Modified Files:
src/usr.bin/unzip: unzip.c
Log Message:
Use __dead and __printflike. Fix one format string and one error()
argument as hinted by the new format string checking.
To generate a diff of t
Module Name:src
Committed By: joerg
Date: Tue Sep 6 18:43:41 UTC 2011
Modified Files:
src/usr.bin/unzip: unzip.c
Log Message:
error_count is unsigned, so use %ju
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/usr.bin/unzip/unzip.c
Please note that di
Module Name:src
Committed By: joerg
Date: Tue Sep 6 18:44:26 UTC 2011
Modified Files:
src/usr.bin/uudecode: uudecode.c
Log Message:
static + __dead
To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/usr.bin/uudecode/uudecode.c
Please note that diffs are
Module Name:src
Committed By: joerg
Date: Tue Sep 6 18:44:46 UTC 2011
Modified Files:
src/usr.bin/vmstat: vmstat.c
Log Message:
Mark usage as static and __dead.
To generate a diff of this commit:
cvs rdiff -u -r1.182 -r1.183 src/usr.bin/vmstat/vmstat.c
Please note that
Module Name:src
Committed By: joerg
Date: Tue Sep 6 18:45:04 UTC 2011
Modified Files:
src/usr.bin/vndcompress: vndcompress.c vndcompress.h
Log Message:
Use static and __dead
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/usr.bin/vndcompress/vndcompress.
Module Name:src
Committed By: joerg
Date: Tue Sep 6 18:45:21 UTC 2011
Modified Files:
src/usr.bin/wall: wall.c
Log Message:
static + __dead
To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/usr.bin/wall/wall.c
Please note that diffs are not public domai
Module Name:src
Committed By: joerg
Date: Tue Sep 6 18:45:49 UTC 2011
Modified Files:
src/usr.bin/what: what.c
Log Message:
ANSIfy, static + __dead
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/usr.bin/what/what.c
Please note that diffs are not publ
Module Name:src
Committed By: joerg
Date: Tue Sep 6 18:46:03 UTC 2011
Modified Files:
src/usr.bin/whatis: whatis.c
Log Message:
static + __dead
To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/usr.bin/whatis/whatis.c
Please note that diffs are not publ
Module Name:src
Committed By: joerg
Date: Tue Sep 6 18:46:22 UTC 2011
Modified Files:
src/usr.bin/window: main.c ww.h
Log Message:
Use __printflike and __dead.
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/usr.bin/window/main.c
cvs rdiff -u -r1.18 -r
Module Name:src
Committed By: joerg
Date: Tue Sep 6 18:46:36 UTC 2011
Modified Files:
src/usr.bin/write: write.c
Log Message:
static + __dead
To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 src/usr.bin/write/write.c
Please note that diffs are not public d
Module Name:src
Committed By: joerg
Date: Tue Sep 6 18:50:33 UTC 2011
Modified Files:
src/usr.bin/xinstall: xinstall.c
Log Message:
Use static and __dead.
To generate a diff of this commit:
cvs rdiff -u -r1.114 -r1.115 src/usr.bin/xinstall/xinstall.c
Please note that d
Module Name:src
Committed By: wiz
Date: Tue Sep 6 19:22:05 UTC 2011
Modified Files:
src/usr.bin/fstat: fstat.1
Log Message:
Remove trailing whitespace and use Sx for section crossreference.
To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/usr.bin/fstat/
Module Name:src
Committed By: rjs
Date: Tue Sep 6 19:38:23 UTC 2011
Modified Files:
src/sys/dev/marvell: if_mvgbe.c
Log Message:
Only zero MVGBE_MTU on Orion platforms.
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/sys/dev/marvell/if_mvgbe.c
Please
Module Name:src
Committed By: christos
Date: Tue Sep 6 20:14:35 UTC 2011
Modified Files:
src/crypto/external/bsd/openssh/dist: openssh2netbsd
Log Message:
some stuff got removed in 5.9
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/crypto/external/bsd/o
: OPENSSH
Release Tags: v59-20110906
U src/crypto/external/bsd/openssh/dist/PROTOCOL.agent
C src/crypto/external/bsd/openssh/dist/readconf.h
U src/crypto/external/bsd/openssh/dist/LICENCE
U src/crypto/external/bsd/openssh/dist/OVERVIEW
U src/crypto/external/bsd/openssh/dist/PROTOCOL
U
Module Name:src
Committed By: riz
Date: Tue Sep 6 21:30:13 UTC 2011
Modified Files:
src/distrib/sets/lists/man: mi
src/sbin/devpubd: Makefile
Log Message:
Build and install the skeleton manpage for devpubd - it's better than
nothing.
To generate a diff of this c
Module Name:src
Committed By: riz
Date: Tue Sep 6 21:32:30 UTC 2011
Modified Files:
src/distrib/sets/lists/etc: mi
src/etc/defaults: rc.conf
src/etc/rc.d: Makefile
Added Files:
src/etc/rc.d: devpubd
Log Message:
Create and install an rc.d file for
Module Name:src
Committed By: jym
Date: Tue Sep 6 21:39:30 UTC 2011
Modified Files:
src/usr.sbin/postinstall: postinstall
Log Message:
/etc/defaults/rc.conf can be modified at build time by getting additional
arch-specific hooks appended to its end (currently: i386 and am
Module Name:src
Committed By: jmcneill
Date: Tue Sep 6 22:41:54 UTC 2011
Modified Files:
src/usr.bin/audio/common: audio.c
Log Message:
recognize AUDIO_ENCODING_AC3
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/usr.bin/audio/common/audio.c
Please no
Module Name:src
Committed By: jmcneill
Date: Wed Sep 7 00:11:58 UTC 2011
Modified Files:
src/sys/dev: auconv.c
Log Message:
auconv_exact_match: don't check precision, validbits, or channels for AC3
To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/sys/de
Module Name:src
Committed By: jmcneill
Date: Wed Sep 7 00:16:40 UTC 2011
Modified Files:
src/sys/dev/pci/hdaudio: hdafg.c
Log Message:
hdafg_stream_connect: if connecting a non-PCM stream, make sure only
converters that support non-PCM formats are configured to decode it
Module Name:src
Committed By: macallan
Date: Wed Sep 7 02:35:00 UTC 2011
Modified Files:
src/sys/compat/netbsd32: netbsd32_ioctl.c netbsd32_ioctl.h
Log Message:
support ioctl(POWER_EVENT_RECVDICT) - now powerd turns my gdium's backlight
off when the lid is closed
To gen
67 matches
Mail list logo