CVS commit: src

2010-06-07 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Mon Jun 7 07:11:28 UTC 2010 Modified Files: src/distrib/sets/lists/comp: mi src/lib/librt: Makefile Added Files: src/lib/librt: mq.3 Log Message: Add mq(3), a manual page for the POSIX message queues. This tries

CVS commit: src/lib/librt

2010-06-07 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Mon Jun 7 07:21:52 UTC 2010 Modified Files: src/lib/librt: mq_close.3 mq_getattr.3 mq_notify.3 mq_open.3 mq_receive.3 mq_send.3 mq_setattr.3 mq_unlink.3 Log Message: Mostly refer to the main page, mq(3), in SEE ALSO.

CVS commit: src

2010-06-07 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Mon Jun 7 07:26:21 UTC 2010 Modified Files: src/distrib/sets/lists/comp: mi src/lib/librt: Makefile Log Message: Build links also for mq_timedreceive(3) and mq_timedsend(3). To generate a diff of this commit: cvs rdiff

CVS commit: src/lib/librt

2010-06-07 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Mon Jun 7 07:39:43 UTC 2010 Modified Files: src/lib/librt: mq.3 Log Message: Remove some leftover .\ comments. The sysctl variables will be described in sysctl(7). To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/share/man/man4

2010-06-07 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Mon Jun 7 08:39:04 UTC 2010 Modified Files: src/share/man/man4: acpi.4 Log Message: Note ACPIVERBOSE. Use lower case letters in .Ss subtitles. To generate a diff of this commit: cvs rdiff -u -r1.50 -r1.51

CVS commit: src

2010-06-07 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Jun 7 11:21:31 UTC 2010 Modified Files: src/lib/libpuffs: puffs.h src/sys/fs/puffs: puffs_msgif.h Log Message: Make retval argument for pathconf a register_t to match VOP_PATHCONF. This makes the size the same on

CVS commit: src/lib/libp2k

2010-06-07 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Jun 7 11:23:07 UTC 2010 Modified Files: src/lib/libp2k: p2k.c Log Message: no need to typecast in pathconf anymore To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40 src/lib/libp2k/p2k.c Please note that diffs

CVS commit: src/sys/dev/acpi

2010-06-07 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Mon Jun 7 13:04:31 UTC 2010 Modified Files: src/sys/dev/acpi: acpi.c acpi_power.c acpi_power.h Log Message: Build the power resource queue dynamically. This eliminates the need to call acpi_power_res_add() in the main scan

CVS commit: src/sys/arch/mips/alchemy

2010-06-07 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Jun 7 13:33:33 UTC 2010 Modified Files: src/sys/arch/mips/alchemy: au_himem_space.c Log Message: Now that bus_handle_t is signed, avoid % operations on it. Convert all % PAGE_SIZE to PAGE_MASK. We don't expect to support

CVS commit: src

2010-06-07 Thread Takehiko NOZAKI
Module Name:src Committed By: tnozaki Date: Mon Jun 7 13:52:31 UTC 2010 Modified Files: src/distrib/sets/lists/base: ad.mips64eb ad.mips64el md.amd64 md.sparc64 shl.mi src/distrib/sets/lists/comp: md.amd64 md.sparc64 shl.mi src/include:

CVS commit: src/sys/rump/dev/lib/libdm

2010-06-07 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Jun 7 13:57:20 UTC 2010 Modified Files: src/sys/rump/dev/lib/libdm: Makefile Log Message: Rump components do not, at least for now, get to tell what's NEEDED. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/sys/dev/acpi

2010-06-07 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Mon Jun 7 14:07:25 UTC 2010 Modified Files: src/sys/dev/acpi: acpi_power.c acpi_power.h Log Message: Refactor slightly: we need to expose the function that turns individual power resource on or off. To generate a diff of this

CVS commit: src/sys/dev/acpi

2010-06-07 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Mon Jun 7 14:12:20 UTC 2010 Modified Files: src/sys/dev/acpi: acpi_wakedev.c Log Message: Fix a bug: the last elements in the _PRW package are direct references to power resources, not devices. Thus, we can not use the function

CVS commit: src/lib/librt

2010-06-07 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Mon Jun 7 16:33:45 UTC 2010 Modified Files: src/lib/librt: mq.3 Log Message: Grammar and spacing fixes. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/lib/librt/mq.3 Please note that diffs are not public domain;

CVS commit: src/lib/librt

2010-06-07 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Mon Jun 7 16:37:07 UTC 2010 Modified Files: src/lib/librt: mq_unlink.3 Log Message: Fix xref. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/lib/librt/mq_unlink.3 Please note that diffs are not public domain;

CVS commit: [uebayasi-xip] src/sys/miscfs/genfs

2010-06-07 Thread Masao Uebayashi
Module Name:src Committed By: uebayasi Date: Mon Jun 7 16:57:17 UTC 2010 Modified Files: src/sys/miscfs/genfs [uebayasi-xip]: genfs_io.c Log Message: Comment. To generate a diff of this commit: cvs rdiff -u -r1.36.2.8 -r1.36.2.9 src/sys/miscfs/genfs/genfs_io.c Please

CVS commit: src/sys/dev/acpi

2010-06-07 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Mon Jun 7 17:13:52 UTC 2010 Modified Files: src/sys/dev/acpi: acpi.c acpi_util.c acpi_util.h Log Message: Use the new ACPICA functions AcpiAttachData() and AcpiGetData() to associate all struct acpi_devnodes to their

CVS commit: src/share/man/man3

2010-06-07 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Mon Jun 7 18:40:16 UTC 2010 Modified Files: src/share/man/man3: timeradd.3 Log Message: Add a missing word. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/share/man/man3/timeradd.3 Please note that diffs are

CVS commit: [uebayasi-xip] src/sys/miscfs/genfs

2010-06-07 Thread Masao Uebayashi
Module Name:src Committed By: uebayasi Date: Tue Jun 8 03:30:00 UTC 2010 Modified Files: src/sys/miscfs/genfs [uebayasi-xip]: genfs_io.c Log Message: Comment. To generate a diff of this commit: cvs rdiff -u -r1.36.2.9 -r1.36.2.10 src/sys/miscfs/genfs/genfs_io.c Please

CVS commit: src/share/man/man4

2010-06-07 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Tue Jun 8 04:11:07 UTC 2010 Modified Files: src/share/man/man4: bpf.4 Log Message: Remove SIOCGIFADDR. Noted by Ross Patterson in PR kern/21513. To generate a diff of this commit: cvs rdiff -u -r1.45 -r1.46

CVS commit: xsrc/external/mit/xf86-video-openchrome/include

2010-06-07 Thread matthew green
Module Name:xsrc Committed By: mrg Date: Tue Jun 8 04:31:23 UTC 2010 Added Files: xsrc/external/mit/xf86-video-openchrome/include: config.h Log Message: include a config.h for openchrome as well. part of PR#43433. To generate a diff of this commit: cvs rdiff -u -r0

CVS commit: src/sys/dev/pci

2010-06-07 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Jun 8 04:58:03 UTC 2010 Modified Files: src/sys/dev/pci: pcidevs Log Message: add two pciids for the satalink driver, from the linux driver, for PR#32577. To generate a diff of this commit: cvs rdiff -u -r1.1032 -r1.1033

CVS commit: src/sys/dev/pci

2010-06-07 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Jun 8 05:06:10 UTC 2010 Modified Files: src/sys/dev/pci: satalink.c Log Message: attach on Sil240 and IXP 300 chips as well, as if they are 3112 variants. should fix PR#32577, id's found in linux driver. To generate a diff

CVS commit: src/sys/dev/marvell

2010-06-07 Thread KIYOHARA Takashi
Module Name:src Committed By: kiyohara Date: Tue Jun 8 05:15:52 UTC 2010 Modified Files: src/sys/dev/marvell: gtidmacreg.h Log Message: Support big endian machines. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/dev/marvell/gtidmacreg.h Please

CVS commit: src/share/man/man9

2010-06-07 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Tue Jun 8 05:20:35 UTC 2010 Modified Files: src/share/man/man9: microtime.9 microuptime.9 Log Message: Don't unnecessarily clutter the SEE ALSO. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17

CVS commit: src

2010-06-07 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Tue Jun 8 05:38:32 UTC 2010 Modified Files: src/distrib/sets/lists/man: mi src/share/man/man4: Makefile Added Files: src/share/man/man4: igphy.4 Log Message: Create a manpage for igphy(4). kern/35398. To generate

CVS commit: src

2010-06-07 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Tue Jun 8 05:40:28 UTC 2010 Modified Files: src/distrib/sets/lists/comp: mi src/share/man/man9: Makefile Added Files: src/share/man/man9: bintime_add.3 Log Message: Briefly document the bintime_add() family of