CVS commit: src/doc

2011-01-13 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Thu Jan 13 09:26:15 UTC 2011

Modified Files:
src/doc: 3RDPARTY

Log Message:
mdocml in base updated to 1.10.9 by joerg.


To generate a diff of this commit:
cvs rdiff -u -r1.804 -r1.805 src/doc/3RDPARTY

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



CVS commit: src/share/man/man8/man8.i386

2011-01-13 Thread Jean-Yves Migeon
Module Name:src
Committed By:   jym
Date:   Thu Jan 13 10:03:29 UTC 2011

Modified Files:
src/share/man/man8/man8.i386: boot.8

Log Message:
Now that we have pciback(4), Xref it for Xen boot(8), rather than
pcictl(8).


To generate a diff of this commit:
cvs rdiff -u -r1.55 -r1.56 src/share/man/man8/man8.i386/boot.8

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



CVS commit: src/sys/rump/librump/rumpvfs

2011-01-13 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Thu Jan 13 10:26:47 UTC 2011

Modified Files:
src/sys/rump/librump/rumpvfs: rumpfs.c

Log Message:
Respect DOWHITEOUT when removing a directory.


To generate a diff of this commit:
cvs rdiff -u -r1.87 -r1.88 src/sys/rump/librump/rumpvfs/rumpfs.c

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



CVS commit: src/sys/miscfs/genfs

2011-01-13 Thread Juergen Hannken-Illjes
Module Name:src
Committed By:   hannken
Date:   Thu Jan 13 10:28:38 UTC 2011

Modified Files:
src/sys/miscfs/genfs: layer_vnops.c

Log Message:
Layer_revoke(): change previous to always take an extra reference on the
lower vnode before passing down the VOP_REVOKE().  This way VOP_REVOKE()
on a layered file system always inactivates and closes the lower vnode.

Should finally fix PR kern/43456.


To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 src/sys/miscfs/genfs/layer_vnops.c

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



CVS commit: src/tests/fs/vfs

2011-01-13 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Thu Jan 13 10:33:02 UTC 2011

Modified Files:
src/tests/fs/vfs: t_union.c

Log Message:
Add a test case for a r/o lower layer which attempts to create some
whiteouts and opaque dirs in the upper layer.  The sad news is this
simple test fails across the board.  It's pretty hard to figure
out how unionfs should work in $fs given that even the simplest
things don't work with ffs.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/tests/fs/vfs/t_union.c

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



CVS commit: src/doc

2011-01-13 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Thu Jan 13 10:42:54 UTC 2011

Modified Files:
src/doc: 3RDPARTY

Log Message:
ACPICA 20110112 is out.


To generate a diff of this commit:
cvs rdiff -u -r1.805 -r1.806 src/doc/3RDPARTY

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



CVS commit: src

2011-01-13 Thread Mihai Chelaru
Module Name:src
Committed By:   kefren
Date:   Thu Jan 13 10:55:20 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: ldpd

Log Message:
add ldpd rc script


To generate a diff of this commit:
cvs rdiff -u -r1.217 -r1.218 src/distrib/sets/lists/etc/mi
cvs rdiff -u -r1.109 -r1.110 src/etc/defaults/rc.conf
cvs rdiff -u -r1.80 -r1.81 src/etc/rc.d/Makefile
cvs rdiff -u -r0 -r1.1 src/etc/rc.d/ldpd

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



CVS commit: src/tests/fs/vfs

2011-01-13 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Thu Jan 13 11:00:20 UTC 2011

Modified Files:
src/tests/fs/vfs: t_union.c

Log Message:
xfail PR kern/44383: whiteouts are generally speaking kaput


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/tests/fs/vfs/t_union.c

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



CVS commit: src/sbin/mount

2011-01-13 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Thu Jan 13 11:57:02 UTC 2011

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

Log Message:
In case we are union-mounting /, don't force MNT_UPDATE.  This makes
the following work:

mount -t tmpfs -o union tmpfs /

(some caveats are implied, such as if you "mkdir /usr" you're
screwed, but then again you'll get there with "rm -rf /usr" even
without union -- we supply rope)

per discussion with zafer, use case for jibbed


To generate a diff of this commit:
cvs rdiff -u -r1.91 -r1.92 src/sbin/mount/mount.c

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



CVS commit: src/tests/fs/common

2011-01-13 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Thu Jan 13 12:55:19 UTC 2011

Modified Files:
src/tests/fs/common: fstest_ffs.c

Log Message:
wrap system() in SIG_DFL so that child-bearing fs tests (puffs,
nfs) don't go cuckoo when the process executed by system() takes a
backstage left.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/tests/fs/common/fstest_ffs.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/acpi

2011-01-13 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Thu Jan 13 13:05:13 UTC 2011

Modified Files:
src/sys/dev/acpi: acpi_bat.c

Log Message:
Upon request from jmcneill@, put the check back that prevents unnecessary
readings during the sysmon_envsys(9) poll cycle. Some systems (notably,
Asus EeePC) have so badly implemented AML that reading the values via
envstat(8) alone can cause considerable delays.


To generate a diff of this commit:
cvs rdiff -u -r1.107 -r1.108 src/sys/dev/acpi/acpi_bat.c

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



CVS commit: src/sys/fs/udf

2011-01-13 Thread Reinoud Zandijk
Module Name:src
Committed By:   reinoud
Date:   Thu Jan 13 13:13:32 UTC 2011

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

Log Message:
Fix the case in where a file with a latin1 file name was created. It was then
erronously entered as thelatin1 file name in the dirhash whereas the matching
routing assumes both UTF-8. This would result in a file being created but not
stat-able since the dirhash couldn't find the entry unless it was remounted.


To generate a diff of this commit:
cvs rdiff -u -r1.109 -r1.110 src/sys/fs/udf/udf_subr.c

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



CVS commit: src/sys/fs/tmpfs

2011-01-13 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Thu Jan 13 13:35:12 UTC 2011

Modified Files:
src/sys/fs/tmpfs: tmpfs.h tmpfs_subr.c tmpfs_vnops.c tmpfs_vnops.h

Log Message:
Add some support for unionfs (not built by default).  It's still
missing at least opaque directory support, but until someone figures
out how that should work on ffs (see PR kern/kern/44383), there's
no point in trying to figure out how it should work here.


To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 src/sys/fs/tmpfs/tmpfs.h
cvs rdiff -u -r1.61 -r1.62 src/sys/fs/tmpfs/tmpfs_subr.c
cvs rdiff -u -r1.75 -r1.76 src/sys/fs/tmpfs/tmpfs_vnops.c
cvs rdiff -u -r1.11 -r1.12 src/sys/fs/tmpfs/tmpfs_vnops.h

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



CVS commit: src/tests/lib/libc

2011-01-13 Thread Paul Goyette
Module Name:src
Committed By:   pgoyette
Date:   Thu Jan 13 13:53:49 UTC 2011

Modified Files:
src/tests/lib/libc: Makefile
Added Files:
src/tests/lib/libc/inet: Makefile t_inet_network.c
Removed Files:
src/tests/lib/libc: t_inet.c

Log Message:
Another test moving:  lib/libc/t_inet --> lib/libc/inet/t_inet_network


To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 src/tests/lib/libc/Makefile
cvs rdiff -u -r1.1 -r0 src/tests/lib/libc/t_inet.c
cvs rdiff -u -r0 -r1.1 src/tests/lib/libc/inet/Makefile \
src/tests/lib/libc/inet/t_inet_network.c

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



CVS commit: src

2011-01-13 Thread Paul Goyette
Module Name:src
Committed By:   pgoyette
Date:   Thu Jan 13 13:54:24 UTC 2011

Modified Files:
src/distrib/sets/lists/tests: mi
src/etc/mtree: NetBSD.dist.tests

Log Message:
Sets-list and mtree dance for t_inet_network


To generate a diff of this commit:
cvs rdiff -u -r1.235 -r1.236 src/distrib/sets/lists/tests/mi
cvs rdiff -u -r1.21 -r1.22 src/etc/mtree/NetBSD.dist.tests

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

2011-01-13 Thread Paul Goyette
Module Name:src
Committed By:   pgoyette
Date:   Thu Jan 13 14:09:52 UTC 2011

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

Log Message:
Ooopppsss - forgot the entry for the Atffile


To generate a diff of this commit:
cvs rdiff -u -r1.236 -r1.237 src/distrib/sets/lists/tests/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/acpi

2011-01-13 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Thu Jan 13 14:25:33 UTC 2011

Modified Files:
src/sys/dev/acpi: acpi_fan.c

Log Message:
Postpone the sensor update with sysmon_taskq(9).


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/dev/acpi/acpi_fan.c

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



CVS commit: src/tests/lib/libc

2011-01-13 Thread Paul Goyette
Module Name:src
Committed By:   pgoyette
Date:   Thu Jan 13 14:32:35 UTC 2011

Modified Files:
src/tests/lib/libc: Makefile
src/tests/lib/libc/stdlib: Makefile
Added Files:
src/tests/lib/libc/stdlib: t_hsearch.c
Removed Files:
src/tests/lib/libc: t_hsearch.c

Log Message:
Moving t_hsearch - belongs in stdlib/


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 src/tests/lib/libc/Makefile
cvs rdiff -u -r1.1 -r0 src/tests/lib/libc/t_hsearch.c
cvs rdiff -u -r1.8 -r1.9 src/tests/lib/libc/stdlib/Makefile
cvs rdiff -u -r0 -r1.1 src/tests/lib/libc/stdlib/t_hsearch.c

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

2011-01-13 Thread Paul Goyette
Module Name:src
Committed By:   pgoyette
Date:   Thu Jan 13 14:34:17 UTC 2011

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

Log Message:
Dance for t_hsearch.

While here, move the lib/libc/stdlib stuff into proper sort order.  I
have no clue how stdlib suddenly comes before ssp!


To generate a diff of this commit:
cvs rdiff -u -r1.237 -r1.238 src/distrib/sets/lists/tests/mi

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



CVS commit: src/sys/rump/librump/rumpkern

2011-01-13 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Thu Jan 13 15:38:30 UTC 2011

Modified Files:
src/sys/rump/librump/rumpkern: lwproc.c rump_private.h rumpcopy.c vm.c

Log Message:
Introduce RUMP_LOCALPROC_P() macro and use it.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/sys/rump/librump/rumpkern/lwproc.c
cvs rdiff -u -r1.68 -r1.69 src/sys/rump/librump/rumpkern/rump_private.h
cvs rdiff -u -r1.15 -r1.16 src/sys/rump/librump/rumpkern/rumpcopy.c
cvs rdiff -u -r1.105 -r1.106 src/sys/rump/librump/rumpkern/vm.c

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



CVS commit: src/share/misc

2011-01-13 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Thu Jan 13 15:41:52 UTC 2011

Modified Files:
src/share/misc: acronyms

Log Message:
IKWYM.


To generate a diff of this commit:
cvs rdiff -u -r1.198 -r1.199 src/share/misc/acronyms

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



CVS commit: src

2011-01-13 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Thu Jan 13 21:05:51 UTC 2011

Modified Files:
src/distrib/sets/lists/man: mi
src/share/man/man4/man4.x86: Makefile
Added Files:
src/share/man/man4/man4.x86: ioapic.4

Log Message:
Add ioapic(4). XXX: Needs some work; I'll try to revisit this later.


To generate a diff of this commit:
cvs rdiff -u -r1.1275 -r1.1276 src/distrib/sets/lists/man/mi
cvs rdiff -u -r1.4 -r1.5 src/share/man/man4/man4.x86/Makefile
cvs rdiff -u -r0 -r1.1 src/share/man/man4/man4.x86/ioapic.4

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



CVS commit: src/share/man/man4

2011-01-13 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Thu Jan 13 21:12:50 UTC 2011

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

Log Message:
Xref ioapic(4).


To generate a diff of this commit:
cvs rdiff -u -r1.66 -r1.67 src/share/man/man4/acpi.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/hp700

2011-01-13 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Thu Jan 13 21:15:16 UTC 2011

Modified Files:
src/sys/arch/hp700/dev: astro.c dino.c gecko.c lasi.c pdc.c phantomas.c
uturn.c
src/sys/arch/hp700/gsc: gscbus.c
src/sys/arch/hp700/hp700: autoconf.c machdep.c mainbus.c
src/sys/arch/hp700/include: autoconf.h iomod.h pdc.h

Log Message:
Redo the way devices are found.

Probe "Snake" machines with PDC_MEMMAP and others with PDC_SYSTEM_MAP.

Some PDCs don't tell us about all devices and/or the whole device tree.
Walk each bus to find these unreported devices.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/sys/arch/hp700/dev/astro.c
cvs rdiff -u -r1.27 -r1.28 src/sys/arch/hp700/dev/dino.c
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/hp700/dev/gecko.c
cvs rdiff -u -r1.18 -r1.19 src/sys/arch/hp700/dev/lasi.c
cvs rdiff -u -r1.37 -r1.38 src/sys/arch/hp700/dev/pdc.c
cvs rdiff -u -r1.7 -r1.8 src/sys/arch/hp700/dev/phantomas.c
cvs rdiff -u -r1.13 -r1.14 src/sys/arch/hp700/dev/uturn.c
cvs rdiff -u -r1.20 -r1.21 src/sys/arch/hp700/gsc/gscbus.c
cvs rdiff -u -r1.35 -r1.36 src/sys/arch/hp700/hp700/autoconf.c
cvs rdiff -u -r1.95 -r1.96 src/sys/arch/hp700/hp700/machdep.c
cvs rdiff -u -r1.75 -r1.76 src/sys/arch/hp700/hp700/mainbus.c
cvs rdiff -u -r1.16 -r1.17 src/sys/arch/hp700/include/autoconf.h
cvs rdiff -u -r1.8 -r1.9 src/sys/arch/hp700/include/iomod.h
cvs rdiff -u -r1.17 -r1.18 src/sys/arch/hp700/include/pdc.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/dev

2011-01-13 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Thu Jan 13 21:44:13 UTC 2011

Modified Files:
src/sys/arch/hp700/dev: uturn.c

Log Message:
KNF


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/sys/arch/hp700/dev/uturn.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/sandpoint/stand/netboot

2011-01-13 Thread Frank Wille
Module Name:src
Committed By:   phx
Date:   Thu Jan 13 21:54:15 UTC 2011

Modified Files:
src/sys/arch/sandpoint/stand/netboot: siisata.c

Log Message:
Configure transfer mode registers to PIO mode. It seems to work without, but
just to be on the safe side.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/sys/arch/sandpoint/stand/netboot/siisata.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/amiga

2011-01-13 Thread Frank Wille
Module Name:src
Committed By:   phx
Date:   Thu Jan 13 22:02:06 UTC 2011

Modified Files:
src/sys/arch/amiga/amiga: autoconf.c machdep.c
src/sys/arch/amiga/dev: gayle_pcmcia.c wdc_amiga.c
src/sys/arch/amiga/include: cpu.h
src/sys/arch/amiga/stand/bootblock/boot: main.c

Log Message:
Recognize Amiga 600 model.
Patch submited by Radoslaw Kujawa.


To generate a diff of this commit:
cvs rdiff -u -r1.105 -r1.106 src/sys/arch/amiga/amiga/autoconf.c
cvs rdiff -u -r1.227 -r1.228 src/sys/arch/amiga/amiga/machdep.c
cvs rdiff -u -r1.23 -r1.24 src/sys/arch/amiga/dev/gayle_pcmcia.c
cvs rdiff -u -r1.31 -r1.32 src/sys/arch/amiga/dev/wdc_amiga.c
cvs rdiff -u -r1.76 -r1.77 src/sys/arch/amiga/include/cpu.h
cvs rdiff -u -r1.25 -r1.26 src/sys/arch/amiga/stand/bootblock/boot/main.c

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



CVS commit: src

2011-01-13 Thread Adam Hamsik
Module Name:src
Committed By:   haad
Date:   Thu Jan 13 22:28:37 UTC 2011

Modified Files:
src/distrib/sets/lists/base: mi
src/distrib/sets/lists/comp: mi
src/sbin: Makefile
src/usr.sbin: Makefile
Added Files:
src/sbin/chown: Makefile chgrp.1 chown.8 chown.c
Removed Files:
src/usr.sbin/chown: Makefile chgrp.1 chown.8 chown.c

Log Message:
Move chown from usr.sbin to sbin and chgrp from usr.bin to bin directories.
This was discussed and oked on tech-userlevel I have run full build release,
test anita cycle with this patch.


To generate a diff of this commit:
cvs rdiff -u -r1.914 -r1.915 src/distrib/sets/lists/base/mi
cvs rdiff -u -r1.1565 -r1.1566 src/distrib/sets/lists/comp/mi
cvs rdiff -u -r1.117 -r1.118 src/sbin/Makefile
cvs rdiff -u -r0 -r1.5 src/sbin/chown/Makefile
cvs rdiff -u -r0 -r1.4 src/sbin/chown/chgrp.1 src/sbin/chown/chown.8 \
src/sbin/chown/chown.c
cvs rdiff -u -r1.249 -r1.250 src/usr.sbin/Makefile
cvs rdiff -u -r1.9 -r0 src/usr.sbin/chown/Makefile
cvs rdiff -u -r1.19 -r0 src/usr.sbin/chown/chgrp.1
cvs rdiff -u -r1.21 -r0 src/usr.sbin/chown/chown.8
cvs rdiff -u -r1.32 -r0 src/usr.sbin/chown/chown.c

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



CVS commit: src/etc/rc.d

2011-01-13 Thread Adam Hamsik
Module Name:src
Committed By:   haad
Date:   Thu Jan 13 22:30:10 UTC 2011

Modified Files:
src/etc/rc.d: mountcritlocal

Log Message:
Use chown now when it's available without /usr mounted.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/etc/rc.d/mountcritlocal

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



CVS commit: src/external/cddl/osnet

2011-01-13 Thread Adam Hamsik
Module Name:src
Committed By:   haad
Date:   Thu Jan 13 23:18:24 UTC 2011

Modified Files:
src/external/cddl/osnet: Makefile.zfs
src/external/cddl/osnet/lib/libavl: Makefile
src/external/cddl/osnet/lib/libnvpair: Makefile
src/external/cddl/osnet/lib/libuutil: Makefile
src/external/cddl/osnet/lib/libzfs: Makefile

Log Message:
Fix zfs Makefiles + debug, don't add -g by default only when MKDEBUG is
enabled. Fix header assert conflicts + bump WARNS for some libs.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/cddl/osnet/Makefile.zfs
cvs rdiff -u -r1.3 -r1.4 src/external/cddl/osnet/lib/libavl/Makefile
cvs rdiff -u -r1.5 -r1.6 src/external/cddl/osnet/lib/libnvpair/Makefile
cvs rdiff -u -r1.3 -r1.4 src/external/cddl/osnet/lib/libuutil/Makefile
cvs rdiff -u -r1.5 -r1.6 src/external/cddl/osnet/lib/libzfs/Makefile

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/man4.x86

2011-01-13 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Thu Jan 13 23:27:11 UTC 2011

Modified Files:
src/share/man/man4/man4.x86: ioapic.4

Log Message:
Sort SEE ALSO.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/share/man/man4/man4.x86/ioapic.4

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



CVS commit: src/sbin/chown

2011-01-13 Thread Adam Hamsik
Module Name:src
Committed By:   haad
Date:   Thu Jan 13 23:44:11 UTC 2011

Modified Files:
src/sbin/chown: Makefile

Log Message:
Use SYMLINKS, I'm not sure why I ahve commited old version of my patch, but
it should be ok now. Thanks to tron@ for pointing at this issue.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sbin/chown/Makefile

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



CVS commit: src/bin/dd

2011-01-13 Thread Jean-Yves Migeon
Module Name:src
Committed By:   jym
Date:   Thu Jan 13 23:45:14 UTC 2011

Modified Files:
src/bin/dd: args.c

Log Message:
No need to cast with bsearch(), it returns a void *.  Use __arraycount().


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 src/bin/dd/args.c

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



CVS commit: src/rescue

2011-01-13 Thread Nicolas Joly
Module Name:src
Committed By:   njoly
Date:   Fri Jan 14 00:59:14 UTC 2011

Modified Files:
src/rescue: list

Log Message:
Adjust for the new chown location.


To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 src/rescue/list

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



CVS commit: src/sys

2011-01-13 Thread Mindaugas Rasiukevicius
Module Name:src
Committed By:   rmind
Date:   Fri Jan 14 02:06:35 UTC 2011

Modified Files:
src/sys/arch/acorn26/acorn26: fpu.c fpuvar.h
src/sys/arch/algor/algor: machdep.c
src/sys/arch/alpha/include: proc.h
src/sys/arch/amd64/include: proc.h
src/sys/arch/amiga/amiga: genassym.cf trap.c
src/sys/arch/arm/arm32: cpuswitch.S genassym.cf vm_machdep.c
src/sys/arch/arm/fpe-arm: armfpe.h
src/sys/arch/arm/imx: imxuart.c
src/sys/arch/arm/include: proc.h
src/sys/arch/arm/include/arm32: param.h
src/sys/arch/atari/atari: genassym.cf
src/sys/arch/cesfic/cesfic: genassym.cf
src/sys/arch/cesfic/include: vmparam.h
src/sys/arch/evbmips/rmixl: machdep.c
src/sys/arch/evbppc/explora: machdep.c
src/sys/arch/evbppc/obs405: obs600_locore.S
src/sys/arch/evbppc/walnut: machdep.c
src/sys/arch/hp300/hp300: genassym.cf
src/sys/arch/hp700/hp700: genassym.cf
src/sys/arch/hppa/hppa: fpu.c hppa_machdep.c pmap.c process_machdep.c
sig_machdep.c
src/sys/arch/hppa/include: db_machdep.h proc.h
src/sys/arch/i386/include: proc.h
src/sys/arch/ia64/include: proc.h
src/sys/arch/luna68k/luna68k: genassym.cf
src/sys/arch/m68k/include: db_machdep.h pcb.h proc.h
src/sys/arch/m68k/m68k: pmap_motorola.c process_machdep.c sig_machdep.c
switch_subr.s vm_machdep.c
src/sys/arch/mac68k/mac68k: genassym.cf
src/sys/arch/mips/include: db_machdep.h proc.h
src/sys/arch/mips/mips: compat_13_machdep.c compat_16_machdep.c
core_machdep.c genassym.cf mips_emul.c mips_machdep.c
netbsd32_machdep.c process_machdep.c vm_machdep.c
src/sys/arch/mvme68k/mvme68k: genassym.cf machdep.c
src/sys/arch/news68k/news68k: genassym.cf
src/sys/arch/next68k/next68k: genassym.cf
src/sys/arch/powerpc/ibm4xx: pmap.c
src/sys/arch/powerpc/include: proc.h
src/sys/arch/powerpc/oea: altivec.c oea_machdep.c
src/sys/arch/powerpc/powerpc: compat_16_machdep.c db_trace.c fpu.c
powerpc_machdep.c sig_machdep.c syscall.c
src/sys/arch/sh3/include: db_machdep.h proc.h
src/sys/arch/sh3/sh3: exception.c genassym.cf sh3_machdep.c
vm_machdep.c
src/sys/arch/sparc/dev: vme_machdep.c
src/sys/arch/sparc/include: db_machdep.h proc.h
src/sys/arch/sparc/sparc: autoconf.c core_machdep.c genassym.cf
machdep.c trap.c vm_machdep.c
src/sys/arch/sparc64/include: db_machdep.h proc.h
src/sys/arch/sparc64/sparc64: core_machdep.c db_interface.c genassym.cf
machdep.c netbsd32_machdep.c trap.c vm_machdep.c
src/sys/arch/vax/include: proc.h
src/sys/arch/x68k/x68k: genassym.cf
src/sys/compat/irix: irix_signal.c
src/sys/compat/linux/arch/powerpc: linux_machdep.c
src/sys/ddb: db_lwp.c
src/sys/kern: core_netbsd.c kern_lwp.c
src/sys/sys: lwp.h proc.h signalvar.h types.h user.h
src/sys/uvm: uvm_glue.c

Log Message:
Retire struct user, remove sys/user.h inclusions.  Note sys/user.h header
as obsolete.  Remove USER_TO_UAREA/UAREA_TO_USER macros.

Various #include fixes and review by matt@.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/sys/arch/acorn26/acorn26/fpu.c
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/acorn26/acorn26/fpuvar.h
cvs rdiff -u -r1.46 -r1.47 src/sys/arch/algor/algor/machdep.c
cvs rdiff -u -r1.18 -r1.19 src/sys/arch/alpha/include/proc.h
cvs rdiff -u -r1.12 -r1.13 src/sys/arch/amd64/include/proc.h
cvs rdiff -u -r1.29 -r1.30 src/sys/arch/amiga/amiga/genassym.cf
cvs rdiff -u -r1.131 -r1.132 src/sys/arch/amiga/amiga/trap.c
cvs rdiff -u -r1.60 -r1.61 src/sys/arch/arm/arm32/cpuswitch.S
cvs rdiff -u -r1.43 -r1.44 src/sys/arch/arm/arm32/genassym.cf
cvs rdiff -u -r1.53 -r1.54 src/sys/arch/arm/arm32/vm_machdep.c
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/arm/fpe-arm/armfpe.h
cvs rdiff -u -r1.6 -r1.7 src/sys/arch/arm/imx/imxuart.c
cvs rdiff -u -r1.9 -r1.10 src/sys/arch/arm/include/proc.h
cvs rdiff -u -r1.15 -r1.16 src/sys/arch/arm/include/arm32/param.h
cvs rdiff -u -r1.31 -r1.32 src/sys/arch/atari/atari/genassym.cf
cvs rdiff -u -r1.14 -r1.15 src/sys/arch/cesfic/cesfic/genassym.cf
cvs rdiff -u -r1.13 -r1.14 src/sys/arch/cesfic/include/vmparam.h
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/evbmips/rmixl/machdep.c
cvs rdiff -u -r1.31 -r1.32 src/sys/arch/evbppc/explora/machdep.c
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/evbppc/obs405/obs600_locore.S
cvs rdiff -u -r1.46 -r1.47 src/sys/arch/evbppc/walnut/machdep.c
cvs rdiff -u -r1.43 -r1.44 src/sys/arch/hp300/hp300/genassym.cf
cvs rdiff -u -r1.24 -r1.25 src/sys/arch/hp700/hp700/genassym.cf
cvs rdiff -u -r1.21 -r1.22 src/sys/arch/hppa/hppa/fpu.c
cvs rdiff -u -r1.22 -r1.23 src/sys/arch/hppa/hppa/hppa_machdep.c
cvs rdiff -u -r1.79 -r1.80 src/sys/arch/hppa/hppa/pmap.c
cvs rdiff -u -r1

CVS commit: src/sys/dev/pci/hdaudio

2011-01-13 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Fri Jan 14 03:16:38 UTC 2011

Modified Files:
src/sys/dev/pci/hdaudio: hdaudio_afg.c

Log Message:
hda_error->hda_debug when tracing an adc assoc fails


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 src/sys/dev/pci/hdaudio/hdaudio_afg.c

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



CVS commit: src/lib

2011-01-13 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Fri Jan 14 05:20:00 UTC 2011

Modified Files:
src/lib/libposix/sys: Makefile.inc
src/lib/librt/sys: Makefile.inc

Log Message:
Let libposix and librt have their own version of __cerror (__posix_cerror and
__rt_cerror).  This enables each library (including libc) the oppurtunity to
make its __cerror hidden and avoid being called via the PLT.  No user visible
differences to no need to bump the minor number.


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/lib/libposix/sys/Makefile.inc
cvs rdiff -u -r1.5 -r1.6 src/lib/librt/sys/Makefile.inc

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



CVS commit: src/sbin/atactl

2011-01-13 Thread Tohru Nishimura
Module Name:src
Committed By:   nisimura
Date:   Fri Jan 14 06:02:57 UTC 2011

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

Log Message:
fix a mysterious indent lossage roaming around for last couple of years.


To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58 src/sbin/atactl/atactl.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/arch/arm

2011-01-13 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Fri Jan 14 06:12:17 UTC 2011

Modified Files:
src/lib/libc/arch/arm: SYS.h
src/lib/libc/arch/arm/sys: cerror.S

Log Message:
Change __cerror to be marked hidden and change callers to avoid the PLT.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/lib/libc/arch/arm/SYS.h
cvs rdiff -u -r1.6 -r1.7 src/lib/libc/arch/arm/sys/cerror.S

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



CVS commit: src/lib/libc/arch/powerpc

2011-01-13 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Fri Jan 14 06:15:27 UTC 2011

Added Files:
src/lib/libc/arch/powerpc: genassym.cf

Log Message:
Generate symbol constants for UC_GREGS_* and CALLFRAME*.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/lib/libc/arch/powerpc/genassym.cf

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/man4.x86

2011-01-13 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Fri Jan 14 06:46:36 UTC 2011

Modified Files:
src/share/man/man4/man4.x86: ichlpcib.4

Log Message:
Xref ioapic(4).


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/share/man/man4/man4.x86/ichlpcib.4

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



CVS commit: src/share/man/man4

2011-01-13 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Fri Jan 14 07:11:19 UTC 2011

Modified Files:
src/share/man/man4: acpi.4
src/share/man/man4/man4.x86: ioapic.4

Log Message:
Add AUTHORS. XXX: If you feel that you are missing, please add yourself.


To generate a diff of this commit:
cvs rdiff -u -r1.67 -r1.68 src/share/man/man4/acpi.4
cvs rdiff -u -r1.2 -r1.3 src/share/man/man4/man4.x86/ioapic.4

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