cvs commit: src/sys/dev/usb if_zyd.c

2008-09-19 Thread Weongyo Jeong
weongyo 2008-09-19 07:40:30 UTC FreeBSD src repository Modified files: sys/dev/usb if_zyd.c Log: SVN rev 183176 on 2008-09-19 07:40:30Z by weongyo fix a another driver bug related with tsleep() during detaching that this also can be happened if we pull the USN

cvs commit: src/lib/libgssapi gss_accept_sec_context.c

2008-09-19 Thread Doug Rabson
dfr 2008-09-19 07:59:20 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) lib/libgssapigss_accept_sec_context.c Log: SVN rev 183177 on 2008-09-19 07:59:20Z by dfr MFC: r178692 - make sure we initialise delegated creds properly. This fixes a

cvs commit: doc/nl_NL.ISO8859-1/books/handbook/network-servers chapter.sgml

2008-09-19 Thread Remko Lodder
remko 2008-09-19 09:28:18 UTC FreeBSD doc repository Modified files: nl_NL.ISO8859-1/books/handbook/network-servers chapter.sgml Log: MFen o network-servers 1.72 - 1.108 Submitted by: Rene Ladan Obtained from: The FreeBSD Dutch Documentation Project

cvs commit: src/sys/dev/usb usbdevs

2008-09-19 Thread Kevin Lo
kevlo 2008-09-19 09:04:06 UTC FreeBSD src repository Modified files: sys/dev/usb usbdevs Log: SVN rev 183178 on 2008-09-19 09:04:06Z by kevlo Add a vendor ID for 3G Green Green Globe Co., Ltd, found in D-Link DPG-1200 remote control. Revision Changes

cvs commit: src/sys/kern kern_exit.c src/sys/sys wait.h

2008-09-19 Thread Konstantin Belousov
kib 2008-09-19 09:48:25 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/kern kern_exit.c sys/sys wait.h Log: SVN rev 183179 on 2008-09-19 09:48:25Z by kib MFC r182193: Implement WNOWAIT flag for wait4(2). It

cvs commit: src/sys/dev/snp snp.c

2008-09-19 Thread Ed Schouten
ed 2008-09-19 10:21:30 UTC FreeBSD src repository Modified files: sys/dev/snp snp.c Log: SVN rev 183180 on 2008-09-19 10:21:30Z by ed Even though snp(4) in SVN is still broken, remove the unneeded D_NEEDMINOR. kib@ and I have decided we will MFC the

cvs commit: src/sys/boot/ofw/libofw Makefile ofw_console.c

2008-09-19 Thread Maxim Sobolev
sobomax 2008-09-19 11:00:14 UTC FreeBSD src repository Modified files: sys/boot/ofw/libofw Makefile ofw_console.c Log: SVN rev 183181 on 2008-09-19 11:00:14Z by sobomax On PowerPC send output to both /chosen/stdout and screen nodes, unless they point to the very same

cvs commit: www/en/docs webresources.sgml

2008-09-19 Thread Johann Kois
jkois 2008-09-19 10:48:36 UTC FreeBSD doc repository Modified files: en/docs webresources.sgml Log: The list of prominent FreeBSD users on dmoz.org has been gone for some time now. Therefore remove the link to it. Revision ChangesPath 1.9 +1

cvs commit: src/sbin/mount_nfs mount_nfs.c

2008-09-19 Thread Craig Rodrigues
rodrigc 2008-09-19 11:59:10 UTC FreeBSD src repository Modified files: sbin/mount_nfs mount_nfs.c Log: SVN rev 183182 on 2008-09-19 11:59:10Z by rodrigc Use the version of the kernel returned by getosreldate() to determine whether to call the fallback_mount()

cvs commit: www/de developers.sgml where.sgml www/de/docs webresources.sgml www/de/share/sgml news.xml

2008-09-19 Thread Johann Kois
jkois 2008-09-19 12:28:31 UTC FreeBSD doc repository Modified files: de developers.sgml where.sgml de/docs webresources.sgml de/share/sgmlnews.xml Log: MFde: Update the German website. www/de/developers.sgml

cvs commit: src/usr.sbin/pmcstat pmcstat.8

2008-09-19 Thread Joseph Koshy
jkoshy 2008-09-19 13:17:22 UTC FreeBSD src repository Modified files: usr.sbin/pmcstat pmcstat.8 Log: SVN rev 183183 on 2008-09-19 13:17:22Z by jkoshy Add an example illustrating the use sleep(1) for performing timed measurements. Revision ChangesPath

cvs commit: src/lib/libpmc pmc.3

2008-09-19 Thread Joseph Koshy
jkoshy 2008-09-19 13:21:23 UTC FreeBSD src repository Modified files: lib/libpmc pmc.3 Log: SVN rev 183184 on 2008-09-19 13:21:23Z by jkoshy Keep symbols in sorted order. Revision ChangesPath 1.21 +4 -4 src/lib/libpmc/pmc.3

cvs commit: src/lib/libc/sys wait.2

2008-09-19 Thread Konstantin Belousov
kib 2008-09-19 13:32:17 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) lib/libc/sys wait.2 Log: SVN rev 183185 on 2008-09-19 13:32:17Z by kib MFC r182193 (libc part): Document WNOWAIT. Approved by:re (kensmith) Revision

cvs commit: src/usr.sbin/pmcstat pmcstat.c

2008-09-19 Thread Joseph Koshy
jkoshy 2008-09-19 14:51:41 UTC FreeBSD src repository Modified files: usr.sbin/pmcstat pmcstat.c Log: SVN rev 183186 on 2008-09-19 14:51:41Z by jkoshy Bring the usage message in sync with the manual page. Revision ChangesPath 1.21 +2 -1

cvs commit: src/usr.bin/netstat bpf.c

2008-09-19 Thread David E. O'Brien
obrien 2008-09-19 15:09:44 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) usr.bin/netstat bpf.c Log: SVN rev 183187 on 2008-09-19 15:09:44Z by obrien Cast bd_rcount, bd_dcount, and bd_fcount to intmax_t for printing until the base types for

cvs commit: src/sys/compat/freebsd32 freebsd32_misc.c syscalls.master src/sys/kern vfs_mount.c src/sys/sys mount.h

2008-09-19 Thread David E. O'Brien
obrien 2008-09-19 15:17:32 UTC FreeBSD src repository Modified files: sys/compat/freebsd32 freebsd32_misc.c syscalls.master sys/kern vfs_mount.c sys/sys mount.h Log: SVN rev 183188 on 2008-09-19 15:17:32Z by obrien Add freebsd32 compat

cvs commit: src/sys/compat/freebsd32 freebsd32_proto.h freebsd32_syscall.h freebsd32_syscalls.c freebsd32_sysent.c

2008-09-19 Thread David E. O'Brien
obrien 2008-09-19 15:21:40 UTC FreeBSD src repository Modified files: sys/compat/freebsd32 freebsd32_proto.h freebsd32_syscall.h freebsd32_syscalls.c freebsd32_sysent.c Log: SVN rev 183189 on 2008-09-19 15:21:40Z by obrien Regenerate for r183188.

cvs commit: src/sys/dev/acpica acpi_quirk.c

2008-09-19 Thread Jung-uk Kim
jkim2008-09-19 15:25:13 UTC FreeBSD src repository Modified files: sys/dev/acpica acpi_quirk.c Log: SVN rev 183190 on 2008-09-19 15:25:13Z by jkim Clean up DSDT and XSDT correctly instead of FADT when the tables are bad. Submitted by: jhb Tested by:

cvs commit: src/share/man/man5 rc.conf.5

2008-09-19 Thread Andrew Thompson
thompsa 2008-09-19 15:27:37 UTC FreeBSD src repository Modified files: share/man/man5 rc.conf.5 Log: SVN rev 183191 on 2008-09-19 15:27:37Z by thompsa Change the wording to prefer 'forwarding' but still retain the word routing for clarity. Suggested by:

cvs commit: src/lib/libc/uuid Symbol.map

2008-09-19 Thread Maksim Yevmenkin
emax2008-09-19 15:52:56 UTC FreeBSD src repository Modified files: lib/libc/uuidSymbol.map Log: SVN rev 183192 on 2008-09-19 15:52:56Z by emax Move uuid_enc_le, uuid_dec_le, uuid_enc_be and uuid_dec_be symbols into FBSD_1.1 section where they should be.

Re: cvs commit: src/sys/boot/ofw/libofw Makefile ofw_console.c

2008-09-19 Thread Peter Grehan
Hi Maxim, On PowerPC send output to both /chosen/stdout and screen nodes, unless they point to the very same device. This should make loader usable on some (all?) PowerMacs What machine(s) are you seeing this on ? I've 'C' hot-key booted a bunch of different models with 7.1-BETA.

cvs commit: src Makefile.inc1

2008-09-19 Thread David E. O'Brien
obrien 2008-09-19 16:14:42 UTC FreeBSD src repository Modified files: .Makefile.inc1 Log: SVN rev 183193 on 2008-09-19 16:14:42Z by obrien Rescue is not yet for MIPS. Revision ChangesPath 1.611 +4 -0 src/Makefile.inc1

Re: cvs commit: src/sys/boot/ofw/libofw Makefile ofw_console.c

2008-09-19 Thread Maxim Sobolev
Peter Grehan wrote: Hi Maxim, On PowerPC send output to both /chosen/stdout and screen nodes, unless they point to the very same device. This should make loader usable on some (all?) PowerMacs What machine(s) are you seeing this on ? I've 'C' hot-key booted a bunch of different

Re: cvs commit: src/sys/boot/ofw/libofw Makefile ofw_console.c

2008-09-19 Thread Maxim Sobolev
Peter Grehan wrote: Hi Maxim, On PowerPC send output to both /chosen/stdout and screen nodes, unless they point to the very same device. This should make loader usable on some (all?) PowerMacs What machine(s) are you seeing this on ? I've 'C' hot-key booted a bunch of different

cvs commit: src/sys/dev/pci vga_pci.c

2008-09-19 Thread Robert Noland
rnoland 2008-09-19 19:11:35 UTC FreeBSD src repository Modified files: sys/dev/pci vga_pci.c Log: SVN rev 183194 on 2008-09-19 19:11:35Z by rnoland pci_setup_intr() will only enable MSI/MSI-X for direct children. Add methods to vga_pci.c to request on behalf of

cvs commit: src/usr.sbin Makefile

2008-09-19 Thread Warner Losh
imp 2008-09-19 19:20:05 UTC FreeBSD src repository Modified files: usr.sbin Makefile Log: SVN rev 183195 on 2008-09-19 19:20:05Z by imp crunchgen doesn't work yet on mips. So sysinstall can't be built there. omit it like we do for arm. Revision

cvs commit: src/sys/conf files.mips

2008-09-19 Thread Warner Losh
imp 2008-09-19 19:26:38 UTC FreeBSD src repository Modified files: sys/conf files.mips Log: SVN rev 183196 on 2008-09-19 19:26:38Z by imp mips_subr.c was in the Juniper code drop, but didn't have any functions used by other code in the tree. As such it

cvs commit: src/sys/conf files.mips

2008-09-19 Thread Warner Losh
imp 2008-09-19 19:46:11 UTC FreeBSD src repository Modified files: sys/conf files.mips Log: SVN rev 183197 on 2008-09-19 19:46:11Z by imp Add atheros HAL building so the IDT kernel can build. Revision ChangesPath 1.4 +7 -0

cvs commit: src/sys/boot/ofw/libofw Makefile ofw_console.c

2008-09-19 Thread Maxim Sobolev
sobomax 2008-09-19 19:49:58 UTC FreeBSD src repository Modified files: sys/boot/ofw/libofw Makefile ofw_console.c Log: SVN rev 183198 on 2008-09-19 19:49:58Z by sobomax Backout rev 183181. It appears that I should have been using boot-device of cd:,\\:tbxi with properly

Re: cvs commit: src/sys/boot/ofw/libofw Makefile ofw_console.c

2008-09-19 Thread Maxim Sobolev
Peter, it was ignorance on my part, I apologize. Seems to be that I should have been using cd:,\\:tbxi as boot-device instead with proper boot.tbxi. I've reverted libofw change due to its hackish nature. Maxim Sobolev wrote: Peter Grehan wrote: Hi Maxim, On PowerPC send output to both

cvs commit: ports/www/joomla15 Makefile distinfo pkg-plist

2008-09-19 Thread Martin Wilke
miwi2008-09-19 19:52:50 UTC FreeBSD ports repository Modified files: www/joomla15 Makefile distinfo pkg-plist Log: - Update to 1.5.7 PR: 127494 Submitted by: maintainer Approved by:portmgr (erwin) Security:

Re: cvs commit: src/sys/boot/ofw/libofw Makefile ofw_console.c

2008-09-19 Thread Peter Grehan
Peter, it was ignorance on my part, I apologize. Seems to be that I should have been using cd:,\\:tbxi as boot-device instead with proper boot.tbxi. I've reverted libofw change due to its hackish nature. No problems Maxim. The ofw boot process is, ah, arcane to say the least :) Your change

cvs commit: ports/security/vuxml vuln.xml

2008-09-19 Thread Martin Wilke
miwi2008-09-19 20:44:08 UTC FreeBSD ports repository Modified files: security/vuxml vuln.xml Log: - Document gallery -- multiple vulnerabilities Approved by:portmgr (secteam blanked) Revision ChangesPath 1.1691+38 -1

Re: cvs commit: src/sys/boot/ofw/libofw Makefile ofw_console.c

2008-09-19 Thread Maxim Sobolev
Peter Grehan wrote: Peter, it was ignorance on my part, I apologize. Seems to be that I should have been using cd:,\\:tbxi as boot-device instead with proper boot.tbxi. I've reverted libofw change due to its hackish nature. No problems Maxim. The ofw boot process is, ah, arcane to say the

cvs commit: src/sys/dev/cxgb cxgb_osdep.h src/sys/dev/cxgb/ulp/tom cxgb_defs.h cxgb_tom.c

2008-09-19 Thread Kip Macy
kmacy 2008-09-19 21:12:19 UTC FreeBSD src repository Modified files: sys/dev/cxgb cxgb_osdep.h sys/dev/cxgb/ulp/tom cxgb_defs.h cxgb_tom.c Log: SVN rev 183199 on 2008-09-19 21:12:19Z by kmacy Fix issue with tom loading by moving cxgb_log_tcb in to tom

cvs commit: ports/www/gallery Makefile distinfo pkg-plist

2008-09-19 Thread Martin Wilke
miwi2008-09-19 21:29:02 UTC FreeBSD ports repository Modified files: www/gallery Makefile distinfo pkg-plist Log: - Update to 1.5.9 Approved by:portmgr (marcus) Security: http://www.vuxml.org/freebsd/fc9e73b2-8685-11dd-bb64-0030843d3802.html

cvs commit: ports/www/gallery2 Makefile distinfo

2008-09-19 Thread Martin Wilke
miwi2008-09-19 21:30:08 UTC FreeBSD ports repository Modified files: www/gallery2 Makefile distinfo Log: - Update to 2.2.6 PR: 127479 Submitted by: Alex Varju [EMAIL PROTECTED] (maintainer) Approved by:portmgr (marcus) Security:

cvs commit: CVSROOT modules

2008-09-19 Thread Edwin Groothuis
edwin 2008-09-20 00:09:19 UTC FreeBSD ports repository Modified files: .modules Log: Ports modules update at Saturday 20 September 2008 at 00:09 Revision ChangesPath 1.20157 +0 -0 CVSROOT/modules