svn commit: r193153 - head/sys/i386/xen

2009-05-31 Thread Adrian Chadd
Author: adrian Date: Sun May 31 07:25:24 2009 New Revision: 193153 URL: http://svn.freebsd.org/changeset/base/193153 Log: Remove some unused code in ipi_selected() . The code path this was copied from (sys/i386/i386/mp_machdep.c:ipi_selected()) handles bitmap'ed IPIs and normal IPIs via s

svn commit: r193154 - in head/sys/i386: include xen

2009-05-31 Thread Adrian Chadd
Author: adrian Date: Sun May 31 08:11:39 2009 New Revision: 193154 URL: http://svn.freebsd.org/changeset/base/193154 Log: Fix the MP IPI code to differentiate between bitmapped IPIs and function IPIs. This attempts to fix the IPI handling code to correctly differentiate between bitmapped

svn commit: r193155 - in head/sys: kern sys

2009-05-31 Thread Nathan Whitehorn
Author: nwhitehorn Date: Sun May 31 08:59:15 2009 New Revision: 193155 URL: http://svn.freebsd.org/changeset/base/193155 Log: Provide a new CPU device driver ivar to report the nominal speed of the CPU, if available. This is meant to solve the issue of cpufreq misreporting speeds on CPUs tha

svn commit: r193156 - in head/sys: conf modules modules/cpufreq powerpc/aim powerpc/booke powerpc/conf powerpc/cpufreq powerpc/ofw powerpc/powermac powerpc/powerpc

2009-05-31 Thread Nathan Whitehorn
Author: nwhitehorn Date: Sun May 31 09:01:23 2009 New Revision: 193156 URL: http://svn.freebsd.org/changeset/base/193156 Log: Introduce support for cpufreq on PowerPC with the dynamic frequency switching capabilities of the MPC7447A and MPC7448. Added: head/sys/powerpc/cpufreq/ head/sys/p

svn commit: r193157 - head/share/man/man4

2009-05-31 Thread Robert Watson
Author: rwatson Date: Sun May 31 09:03:14 2009 New Revision: 193157 URL: http://svn.freebsd.org/changeset/base/193157 Log: Upgrade audit(4) from experimental to production status for FreeBSD 8.0. While there remain some incomplete aspects of the implementation (such as incomplete auditing of

Re: svn commit: r193156 - in head/sys: conf modules modules/cpufreq powerpc/aim powerpc/booke powerpc/conf powerpc/cpufreq powerpc/ofw powerpc/powermac powerpc/powerpc

2009-05-31 Thread Nathan Whitehorn
Nathan Whitehorn wrote: Author: nwhitehorn Date: Sun May 31 09:01:23 2009 New Revision: 193156 URL: http://svn.freebsd.org/changeset/base/193156 Log: Introduce support for cpufreq on PowerPC with the dynamic frequency switching capabilities of the MPC7447A and MPC7448. Based on code by:

svn commit: r193159 - head/sys/powerpc/powermac

2009-05-31 Thread Nathan Whitehorn
Author: nwhitehorn Date: Sun May 31 10:02:20 2009 New Revision: 193159 URL: http://svn.freebsd.org/changeset/base/193159 Log: Provide an analogous sysctl to hw.acpi.acline (dev.pmu.0.acline) to determine whether the computer is plugged in to mains power. Modified: head/sys/powerpc/powermac/

svn commit: r193161 - head/usr.sbin/powerd

2009-05-31 Thread Nathan Whitehorn
Author: nwhitehorn Date: Sun May 31 10:27:24 2009 New Revision: 193161 URL: http://svn.freebsd.org/changeset/base/193161 Log: Teach powerd how to query the PMU AC line state on PowerPC. Modified: head/usr.sbin/powerd/powerd.c Modified: head/usr.sbin/powerd/powerd.c ==

Re: svn commit: r193112 - head/etc/rc.d

2009-05-31 Thread Dmitry Morozovsky
Doug, On Sat, 30 May 2009, Doug Barton wrote: DB> Author: dougb DB> Date: Sat May 30 19:38:51 2009 DB> New Revision: 193112 DB> URL: http://svn.freebsd.org/changeset/base/193112 DB> DB> Log: DB> As previously advertised, remove this script prior to the 8.0 branch. Was there an agreement what

svn commit: r193162 - in head/sys/fs: nfsclient nfsserver

2009-05-31 Thread Marko Zec
Author: zec Date: Sun May 31 11:57:51 2009 New Revision: 193162 URL: http://svn.freebsd.org/changeset/base/193162 Log: Unbreak options VIMAGE kernel builds. Approved by: julian (mentor) Modified: head/sys/fs/nfsclient/nfs_clvnops.c head/sys/fs/nfsserver/nfs_nfsdport.c Modified: head/

svn commit: r193163 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2009-05-31 Thread Doug Rabson
Author: dfr Date: Sun May 31 11:59:32 2009 New Revision: 193163 URL: http://svn.freebsd.org/changeset/base/193163 Log: Allow the bootfs property to be set for raidz pools on FreeBSD. Reviewed by: pjd Modified: head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/vdev.c Modified: head/sy

svn commit: r193164 - head/sys/compat/linux

2009-05-31 Thread Dmitry Chagin
Author: dchagin Date: Sun May 31 12:00:16 2009 New Revision: 193164 URL: http://svn.freebsd.org/changeset/base/193164 Log: Remove empty lines. Approved by: kib (mentor) MFC after:1 month Modified: head/sys/compat/linux/linux_socket.c Modified: head/sys/compat/linux/linux_socket.c

svn commit: r193165 - head/sys/compat/linux

2009-05-31 Thread Dmitry Chagin
Author: dchagin Date: Sun May 31 12:04:01 2009 New Revision: 193165 URL: http://svn.freebsd.org/changeset/base/193165 Log: Move new socket flags handling into a separate function as Linux introduced more syscalls which uses these flags. Approved by: kib (mentor) MFC after:1 month

svn commit: r193166 - in head/sys: kern net sys

2009-05-31 Thread Marko Zec
Author: zec Date: Sun May 31 12:10:04 2009 New Revision: 193166 URL: http://svn.freebsd.org/changeset/base/193166 Log: Introduce an interm userland-kernel API for creating vnets and assigning ifnets from one vnet to another. Deletion of vnets is not yet supported. The interface is impl

svn commit: r193167 - in head/sys: kern sys

2009-05-31 Thread Dmitry Chagin
Author: dchagin Date: Sun May 31 12:12:38 2009 New Revision: 193167 URL: http://svn.freebsd.org/changeset/base/193167 Log: Split native socketpair() syscall onto kern_socketpair() which should be used by kernel consumers and socketpair() itself. Approved by: kib (mentor) MFC after:

svn commit: r193168 - head/sys/compat/linux

2009-05-31 Thread Dmitry Chagin
Author: dchagin Date: Sun May 31 12:16:31 2009 New Revision: 193168 URL: http://svn.freebsd.org/changeset/base/193168 Log: Implement a variation of the socketpair() syscall which takes a flags in addition to the type argument. Approved by: kib (mentor) MFC after:1 month Modified:

Re: svn commit: r193165 - head/sys/compat/linux

2009-05-31 Thread Jilles Tjoelker
On Sun, May 31, 2009 at 12:04:01PM +, Dmitry Chagin wrote: > Author: dchagin > Date: Sun May 31 12:04:01 2009 > New Revision: 193165 > URL: http://svn.freebsd.org/changeset/base/193165 > Log: > Move new socket flags handling into a separate function as Linux > introduced more syscalls whic

svn commit: r193169 - head/bin/sh

2009-05-31 Thread Stefan Farfeleder
Author: stefanf Date: Sun May 31 12:36:14 2009 New Revision: 193169 URL: http://svn.freebsd.org/changeset/base/193169 Log: Fix the eval command in combination with set -e. Before this change the shell would always terminate if eval returned with a non-zero exit status regardless if the stat

Re: svn commit: r193165 - head/sys/compat/linux

2009-05-31 Thread Kostik Belousov
On Sun, May 31, 2009 at 02:26:42PM +0200, Jilles Tjoelker wrote: > On Sun, May 31, 2009 at 12:04:01PM +, Dmitry Chagin wrote: > > Author: dchagin > > Date: Sun May 31 12:04:01 2009 > > New Revision: 193165 > > URL: http://svn.freebsd.org/changeset/base/193165 > > > Log: > > Move new socket f

Re: svn commit: r193165 - head/sys/compat/linux

2009-05-31 Thread Kostik Belousov
On Sun, May 31, 2009 at 03:45:55PM +0300, Kostik Belousov wrote: > On Sun, May 31, 2009 at 02:26:42PM +0200, Jilles Tjoelker wrote: > > On Sun, May 31, 2009 at 12:04:01PM +, Dmitry Chagin wrote: > > > Author: dchagin > > > Date: Sun May 31 12:04:01 2009 > > > New Revision: 193165 > > > URL: htt

svn commit: r193171 - in head/sys/dev/usb: . storage

2009-05-31 Thread Daniel Eischen
Author: deischen Date: Sun May 31 14:48:51 2009 New Revision: 193171 URL: http://svn.freebsd.org/changeset/base/193171 Log: Add a NO_SYNCHRONIZE_CACHE quirk for an AIPTEK2 part identified as Sunplus Technology Inc. This happens to sit in a Rosewill RX81U-ES-25A 2.5" SATA to USB 2.0 extern

svn commit: r193172 - head/sys/fs/nullfs

2009-05-31 Thread Konstantin Belousov
Author: kib Date: Sun May 31 14:52:45 2009 New Revision: 193172 URL: http://svn.freebsd.org/changeset/base/193172 Log: Lock the real null vnode lock before substitution of vp->v_vnlock. This should not really matter for correctness, since vp->v_lock is not locked before the call, and null_lo

svn commit: r193173 - head/sys/fs/nullfs

2009-05-31 Thread Konstantin Belousov
Author: kib Date: Sun May 31 14:54:20 2009 New Revision: 193173 URL: http://svn.freebsd.org/changeset/base/193173 Log: Do not drop vnode interlock in null_checkvp(). null_lock() verifies that v_data is not-null before calling NULLVPTOLOWERVP(), and dropping the interlock allows for reclaim t

svn commit: r193174 - in head/sys: kern sys

2009-05-31 Thread Konstantin Belousov
Author: kib Date: Sun May 31 14:57:43 2009 New Revision: 193174 URL: http://svn.freebsd.org/changeset/base/193174 Log: Eliminate code duplication in vn_fullpath1() around the cache lookups and calls to vn_vptocnp() by moving more of the common code to vn_vptocnp(). Rename vn_vptocnp() to vn_

svn commit: r193175 - head/sys/fs/nullfs

2009-05-31 Thread Konstantin Belousov
Author: kib Date: Sun May 31 14:58:43 2009 New Revision: 193175 URL: http://svn.freebsd.org/changeset/base/193175 Log: Implement the bypass routine for VOP_VPTOCNP in nullfs. Among other things, this makes procfs /file working for executables started from nullfs mount. Tested by:pho

svn commit: r193176 - head/sys/fs/pseudofs

2009-05-31 Thread Konstantin Belousov
Author: kib Date: Sun May 31 15:01:50 2009 New Revision: 193176 URL: http://svn.freebsd.org/changeset/base/193176 Log: Unlock the pseudofs vnode before calling fill method for pfs_readlink(). The fill code may need to lock another vnode, e.g. procfs file implementation. Reviewed by: de

svn commit: r193177 - head/usr.bin/kdump

2009-05-31 Thread Marko Zec
Author: zec Date: Sun May 31 15:41:46 2009 New Revision: 193177 URL: http://svn.freebsd.org/changeset/base/193177 Log: Unbreak buildworld. (not waiting for an approval from mentor (julian) due to emergency) Modified: head/usr.bin/kdump/mkioctls Modified: head/usr.bin/kdump/mkioctls

svn commit: r193178 - in head/tools/regression/bin/sh: builtins set-e

2009-05-31 Thread Stefan Farfeleder
Author: stefanf Date: Sun May 31 17:23:27 2009 New Revision: 193178 URL: http://svn.freebsd.org/changeset/base/193178 Log: Add tests for r193169. Added: head/tools/regression/bin/sh/builtins/eval1.0 (contents, props changed) head/tools/regression/bin/sh/set-e/eval1.0 (contents, props ch

svn commit: r193180 - in stable/7/share/man: . man3 man4 man5 man7 man8 man9

2009-05-31 Thread Ed Schouten
Author: ed Date: Sun May 31 18:06:12 2009 New Revision: 193180 URL: http://svn.freebsd.org/changeset/base/193180 Log: MFC r190855: Add C++ operators to operator(7) manual page. Submitted by: Christoph Mallon Modified: stable/7/share/man/ (props changed) stable/7/share

svn commit: r193181 - in stable/6/share/man: . man4 man5 man7 man9

2009-05-31 Thread Ed Schouten
Author: ed Date: Sun May 31 18:06:46 2009 New Revision: 193181 URL: http://svn.freebsd.org/changeset/base/193181 Log: MFC r190855: Add C++ operators to operator(7) manual page. Submitted by: Christoph Mallon Modified: stable/6/share/man/ (props changed) stable/6/share

svn commit: r193182 - stable/7/share/misc

2009-05-31 Thread Ed Schouten
Author: ed Date: Sun May 31 18:14:24 2009 New Revision: 193182 URL: http://svn.freebsd.org/changeset/base/193182 Log: Correct the previous commit. Also merge the operator file in share/misc, that is also part of r190855. Modified: stable/7/share/misc/ (props changed) stable/7/share/m

svn commit: r193183 - stable/6/share/misc

2009-05-31 Thread Ed Schouten
Author: ed Date: Sun May 31 18:14:40 2009 New Revision: 193183 URL: http://svn.freebsd.org/changeset/base/193183 Log: Correct the previous commit. Also merge the operator file in share/misc, that is also part of r190855. Modified: stable/6/share/misc/ (props changed) stable/6/share/m

Re: svn commit: r193112 - head/etc/rc.d

2009-05-31 Thread Doug Barton
Dmitry Morozovsky wrote: > Doug, > > On Sat, 30 May 2009, Doug Barton wrote: > > DB> Author: dougb > DB> Date: Sat May 30 19:38:51 2009 > DB> New Revision: 193112 > DB> URL: http://svn.freebsd.org/changeset/base/193112 > DB> > DB> Log: > DB> As previously advertised, remove this script prior t

svn commit: r193184 - in head/sys/dev/syscons: . teken

2009-05-31 Thread Ed Schouten
Author: ed Date: Sun May 31 19:35:41 2009 New Revision: 193184 URL: http://svn.freebsd.org/changeset/base/193184 Log: Restore support for bell pitch/duration. Because we only support a single argument to tf_param, use 16 bits for the pitch and 16 bits for the duration. While there, make t

svn commit: r193185 - head/bin/sh

2009-05-31 Thread Jilles Tjoelker
Author: jilles Date: Sun May 31 19:37:06 2009 New Revision: 193185 URL: http://svn.freebsd.org/changeset/base/193185 Log: sh: Make read's timeout (-t) apply to the entire line, not only the first character. This avoids using non-standard behaviour of the old (upto FreeBSD 7) TTY layer:

Re: svn commit: r193156 - in head/sys: conf modules modules/cpufreq powerpc/aim powerpc/booke powerpc/conf powerpc/cpufreq powerpc/ofw powerpc/powermac powerpc/powerpc

2009-05-31 Thread Andreas Tobler
Nathan Whitehorn wrote: Nathan Whitehorn wrote: Author: nwhitehorn Date: Sun May 31 09:01:23 2009 New Revision: 193156 URL: http://svn.freebsd.org/changeset/base/193156 Log: Introduce support for cpufreq on PowerPC with the dynamic frequency switching capabilities of the MPC7447A and MPC744

svn commit: r193186 - head/sys/kern

2009-05-31 Thread Konstantin Belousov
Author: kib Date: Sun May 31 20:16:06 2009 New Revision: 193186 URL: http://svn.freebsd.org/changeset/base/193186 Log: Unbreak the build. Add missed probes. Reviewed by: rwatson Pointy hat to:me Modified: head/sys/kern/vfs_cache.c Modified: head/sys/kern/vfs_cache.c =

svn commit: r193187 - in head/sys: fs/nfsclient kern nfsclient sys

2009-05-31 Thread Alan Cox
Author: alc Date: Sun May 31 20:18:02 2009 New Revision: 193187 URL: http://svn.freebsd.org/changeset/base/193187 Log: nfs_write() can use the recently introduced vfs_bio_set_valid() instead of vfs_bio_set_validclean(), thereby avoiding the page queues lock. Garbage collect vfs_bio_set_va

svn commit: r193188 - head/usr.sbin/ipfwpcap

2009-05-31 Thread Ed Schouten
Author: ed Date: Sun May 31 20:59:20 2009 New Revision: 193188 URL: http://svn.freebsd.org/changeset/base/193188 Log: Several cleanups to ipfwpcap(8). - Enable WARNS?=6. - Include missing headers. - Mark prog and pidfile as static. Remove unneeded initializer. - Use ANSI prototypes.

svn commit: r193189 - head/lib/libstand

2009-05-31 Thread Ed Schouten
Author: ed Date: Sun May 31 21:29:07 2009 New Revision: 193189 URL: http://svn.freebsd.org/changeset/base/193189 Log: Fix minor issues in libstand. - Don't call tftp_makereq() with too many arguments. - Don't forget to close one of the comments. Submitted by: Pawel Worach Modified:

svn commit: r193190 - head/share/misc

2009-05-31 Thread Alexander Logvinov
Author: avl (ports committer) Date: Sun May 31 22:33:53 2009 New Revision: 193190 URL: http://svn.freebsd.org/changeset/base/193190 Log: Add myself to the list of ports committers Approved by: tabthorpe (mentor) Modified: head/share/misc/committers-ports.dot Modified: head/share/misc/c

Re: svn commit: r193166 - in head/sys: kern net sys

2009-05-31 Thread Julian Elischer
Marko Zec wrote: Author: zec Date: Sun May 31 12:10:04 2009 New Revision: 193166 URL: http://svn.freebsd.org/changeset/base/193166 Log: Introduce an interm userland-kernel API for creating vnets and assigning ifnets from one vnet to another. Deletion of vnets is not yet supported. Th

Re: svn commit: r192925 - in head/sys/dev/usb: . input

2009-05-31 Thread Rui Paulo
Including Hans on the list. On 30 May 2009, at 22:18, Rui Paulo wrote: On 27 May 2009, at 20:27, Andrew Thompson wrote: Author: thompsa Date: Wed May 27 19:27:29 2009 New Revision: 192925 URL: http://svn.freebsd.org/changeset/base/192925 Log: Add support for the Apple MacBook Pro keyboard -

svn commit: r193191 - head/sbin/mount_nfs

2009-05-31 Thread Craig Rodrigues
Author: rodrigc Date: Mon Jun 1 00:40:39 2009 New Revision: 193191 URL: http://svn.freebsd.org/changeset/base/193191 Log: Code for parsing nmount options in kernel was merged to stable/7 branch in r190315. So only resort to fallback_mount() could which passes struct nfs_args to kernel in k

svn commit: r193192 - in head/sys: boot/common kern

2009-05-31 Thread Craig Rodrigues
Author: rodrigc Date: Mon Jun 1 01:02:30 2009 New Revision: 193192 URL: http://svn.freebsd.org/changeset/base/193192 Log: sys/boot/common.c = Extend the loader to parse the root file system mount options in /etc/fstab, and set a new loader variable vfs.root.mountfrom.optio

svn commit: r193194 - head/sys/dev/usb/wlan

2009-05-31 Thread Weongyo Jeong
Author: weongyo Date: Mon Jun 1 01:51:37 2009 New Revision: 193194 URL: http://svn.freebsd.org/changeset/base/193194 Log: ZyXEL G-202 has zd1211b chipset, not zd1211. Tested by:Samuel Boivie Modified: head/sys/dev/usb/wlan/if_zyd.c Modified: head/sys/dev/usb/wlan/if_zyd.c

svn commit: r193195 - head/sys/modules/usb

2009-05-31 Thread Weongyo Jeong
Author: weongyo Date: Mon Jun 1 02:37:06 2009 New Revision: 193195 URL: http://svn.freebsd.org/changeset/base/193195 Log: connect urtw(4) to the amd64/i386 build that it's not tested on the big endian machines yet. Modified: head/sys/modules/usb/Makefile Modified: head/sys/modules/usb/Mak

svn commit: r193196 - in stable/7/sys: . amd64/linux32 compat/linux contrib/pf dev/ath/ath_hal dev/cxgb i386/linux

2009-05-31 Thread Dmitry Chagin
Author: dchagin Date: Mon Jun 1 04:44:43 2009 New Revision: 193196 URL: http://svn.freebsd.org/changeset/base/193196 Log: MFC r191741: Move extern variable definitions to the header file. Approved by: kib (mentor) Modified: stable/7/sys/ (props changed) stable/7/sys/amd64/linux32

svn commit: r193197 - head/etc/rc.d

2009-05-31 Thread Doug Barton
Author: dougb Date: Mon Jun 1 04:55:13 2009 New Revision: 193197 URL: http://svn.freebsd.org/changeset/base/193197 Log: Substitute ypset for ypbind in REQUIRE lines. If you use ypset it has to happen right after ypbind, and before anything that uses NIS. The only change in rcorder accomplis

Re: svn commit: r193184 - in head/sys/dev/syscons: . teken

2009-05-31 Thread Alexey Dokuchaev
On Sun, May 31, 2009 at 07:35:41PM +, Ed Schouten wrote: > Author: ed > Date: Sun May 31 19:35:41 2009 > New Revision: 193184 > URL: http://svn.freebsd.org/changeset/base/193184 > > Log: > Restore support for bell pitch/duration. > > Because we only support a single argument to tf_param

svn commit: r193198 - head/etc/rc.d

2009-05-31 Thread Doug Barton
Author: dougb Date: Mon Jun 1 05:35:03 2009 New Revision: 193198 URL: http://svn.freebsd.org/changeset/base/193198 Log: Make the pf and ipfw firewalls start before netif, just like ipfilter already does. This eliminates a logical inconsistency, and a small window where the system is open af

svn commit: r193199 - head/etc

2009-05-31 Thread Doug Barton
Author: dougb Date: Mon Jun 1 05:37:13 2009 New Revision: 193199 URL: http://svn.freebsd.org/changeset/base/193199 Log: Eliminate the warning that "Values of network_interfaces other than AUTO are deprecated.' There is no good reason to deprecate them, and setting this to different values c

svn commit: r193200 - stable/7/sbin/geom/class/journal

2009-05-31 Thread Maxim Konovalov
Author: maxim Date: Mon Jun 1 05:48:30 2009 New Revision: 193200 URL: http://svn.freebsd.org/changeset/base/193200 Log: MFC r192747: fix typo in the example. Modified: stable/7/sbin/geom/class/journal/gjournal.8 Modified: stable/7/sbin/geom/class/journal/gjournal.8 =

svn commit: r193201 - head/sys/kern

2009-05-31 Thread Alan Cox
Author: alc Date: Mon Jun 1 06:12:08 2009 New Revision: 193201 URL: http://svn.freebsd.org/changeset/base/193201 Log: Eliminate a comment describing code that was deleted over eight years ago. Move another comment to its proper place. Fix a typo in a third comment. Modified: head/sys/kern

Re: svn commit: r193198 - head/etc/rc.d

2009-05-31 Thread Bjoern A. Zeeb
On Mon, 1 Jun 2009, Doug Barton wrote: Author: dougb Date: Mon Jun 1 05:35:03 2009 New Revision: 193198 URL: http://svn.freebsd.org/changeset/base/193198 Log: Make the pf and ipfw firewalls start before netif, just like ipfilter already does. This eliminates a logical inconsistency, and a sm

svn commit: r193202 - head/contrib/bind9/lib/isc/ia64/include/isc

2009-05-31 Thread Doug Barton
Author: dougb Date: Mon Jun 1 06:31:04 2009 New Revision: 193202 URL: http://svn.freebsd.org/changeset/base/193202 Log: Local hack to get the build going again while ISC works on a more permanent solution for 9.6.1-release. "My suggestion is to remove the whole attribute construct. It

Re: svn commit: r193198 - head/etc/rc.d

2009-05-31 Thread Max Laier
On Monday 01 June 2009 07:35:03 Doug Barton wrote: > Author: dougb > Date: Mon Jun 1 05:35:03 2009 > New Revision: 193198 > URL: http://svn.freebsd.org/changeset/base/193198 > > Log: > Make the pf and ipfw firewalls start before netif, just like ipfilter > already does. This eliminates a logic

Re: svn commit: r193199 - head/etc

2009-05-31 Thread Bjoern A. Zeeb
On Mon, 1 Jun 2009, Doug Barton wrote: Author: dougb Date: Mon Jun 1 05:37:13 2009 New Revision: 193199 URL: http://svn.freebsd.org/changeset/base/193199 Log: Eliminate the warning that "Values of network_interfaces other than AUTO are deprecated.' There is no good reason to deprecate them,

Re: svn commit: r192925 - in head/sys/dev/usb: . input

2009-05-31 Thread Hans Petter Selasky
On Monday 01 June 2009, Rui Paulo wrote: > http://wiki.freebsd.org/AppleMacbook#head-7eab3730c3bf3d04bdfb0d1d3649eaddf >2fed595 Hi Rui Paulo, Regarding the eject button, can you have a look at: /sys/dev/usb/input/ukbd.c And provide a patch that masks this key the way you want? Debugging: sysc

svn commit: r193203 - head/usr.sbin/tcpdrop

2009-05-31 Thread Juli Mallett
Author: jmallett Date: Mon Jun 1 06:49:09 2009 New Revision: 193203 URL: http://svn.freebsd.org/changeset/base/193203 Log: o) Restructure tcpdrop(8) to provide a facility to try to drop all established connections. Including a flag to instead output a sequence of tcpdrop(8) invocatio

svn commit: r193204 - head/share/man/man4

2009-05-31 Thread Juli Mallett
Author: jmallett Date: Mon Jun 1 06:52:03 2009 New Revision: 193204 URL: http://svn.freebsd.org/changeset/base/193204 Log: o) Remove some references to long-unsupported old-style config(8) directives. o) Borrow da(4) language about autoconfiguration for ch(4). Modified: head/share/man/man4