Re: svn commit: r196478 - head/etc

2009-08-23 Thread Christoph Mallon
Doug Barton schrieb: Author: dougb Date: Sun Aug 23 19:52:47 2009 New Revision: 196478 URL: http://svn.freebsd.org/changeset/base/196478 Log: Prior to the dire warning about values of network_interfaces other than AUTO the biggest mistake users made was leaving lo0 off the list. Since lo0

svn commit: r196498 - head/sys/dev/usb

2009-08-23 Thread Alfred Perlstein
Author: alfred Date: Mon Aug 24 05:05:38 2009 New Revision: 196498 URL: http://svn.freebsd.org/changeset/base/196498 Log: - Patch to allow USB controller to resume operation after being polled. - Remove the need for Giant from the USB HUB driver. -

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

2009-08-23 Thread Alfred Perlstein
Author: alfred Date: Mon Aug 24 05:03:59 2009 New Revision: 196497 URL: http://svn.freebsd.org/changeset/base/196497 Log: Remove redundant locking. Submitted by: hps Modified: head/sys/dev/usb/wlan/if_upgt.c Modified: head/sys/dev/usb/wlan/if_upgt.c =

svn commit: r196496 - head/sys/dev/usb

2009-08-23 Thread Alfred Perlstein
Author: alfred Date: Mon Aug 24 05:03:30 2009 New Revision: 196496 URL: http://svn.freebsd.org/changeset/base/196496 Log: Add a reminder comment to optimize bus_dmamap_sync calls. Submitted by: hps Modified: head/sys/dev/usb/usb_busdma.c Modified: head/sys/dev/usb/usb_busdma.c =

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

2009-08-23 Thread Alfred Perlstein
Author: alfred Date: Mon Aug 24 05:02:36 2009 New Revision: 196495 URL: http://svn.freebsd.org/changeset/base/196495 Log: Add mass storage quirks. PR: usb/137138,usb/137226,usb/137789,usb/135372 Submitted by: hps Modified: head/sys/dev/usb/storage/umass.c head/sys/dev/

svn commit: r196494 - head/sys/dev/usb/serial

2009-08-23 Thread Alfred Perlstein
Author: alfred Date: Mon Aug 24 05:01:40 2009 New Revision: 196494 URL: http://svn.freebsd.org/changeset/base/196494 Log: - fix uvisor support, mostly correct buffer sizes used. - correct device info flag for SONY Cli NR70V Reported by: Marc Fonvieille Submitted by: hp

svn commit: r196493 - in head/sys/dev/usb: . serial

2009-08-23 Thread Alfred Perlstein
Author: alfred Date: Mon Aug 24 05:01:06 2009 New Revision: 196493 URL: http://svn.freebsd.org/changeset/base/196493 Log: - Fix false positive uipaq probe Reported by: Alexander Motin Submitted by: hps Modified: head/sys/dev/usb/serial/uipaq.c head/sys/dev/usb/usb.h Mod

svn commit: r196492 - head/sys/dev/usb/net

2009-08-23 Thread Alfred Perlstein
Author: alfred Date: Mon Aug 24 05:00:33 2009 New Revision: 196492 URL: http://svn.freebsd.org/changeset/base/196492 Log: - fix CDC ethernet matching order so that the match flags get correct. Reported by: Juergen Lock Submitted by: hps Modified: head/sys/dev/usb/net/if_cd

svn commit: r196491 - head/sys/dev/usb/net

2009-08-23 Thread Alfred Perlstein
Author: alfred Date: Mon Aug 24 05:00:07 2009 New Revision: 196491 URL: http://svn.freebsd.org/changeset/base/196491 Log: We used force all of the GPIO pins low first and then enable the ones we want. This has been changed to better match the ADMtek's reference design to avoid setting the

svn commit: r196490 - in head/sys/dev/usb: misc storage

2009-08-23 Thread Alfred Perlstein
Author: alfred Date: Mon Aug 24 04:59:09 2009 New Revision: 196490 URL: http://svn.freebsd.org/changeset/base/196490 Log: - FIFO's are always opened separately in read and write direction even if the actual device is opened for read and write. Fix fflags check so that

svn commit: r196489 - head/sys/dev/usb/input

2009-08-23 Thread Alfred Perlstein
Author: alfred Date: Mon Aug 24 04:58:42 2009 New Revision: 196489 URL: http://svn.freebsd.org/changeset/base/196489 Log: - patch for cordump slowdown. Avoid using DELAY(1000) when no keys are pressed. - Reported by: Various people - add sysctl to disable

svn commit: r196488 - head/sys/dev/usb/controller

2009-08-23 Thread Alfred Perlstein
Author: alfred Date: Mon Aug 24 04:58:11 2009 New Revision: 196488 URL: http://svn.freebsd.org/changeset/base/196488 Log: - allow disabling "root_mount_hold()" by setting a sysctl/tunable at boot - remove some redundant initial explore code Submitted by: hps Mod

svn commit: r196487 - head/sys/dev/sound/usb

2009-08-23 Thread Alfred Perlstein
Author: alfred Date: Mon Aug 24 04:57:48 2009 New Revision: 196487 URL: http://svn.freebsd.org/changeset/base/196487 Log: Remove redundant Giant reference. Giant will be dropped automatically when the mutex argument is NULL. Reported by: Various people Submitted by: hps Modified: hea

svn commit: r196486 - stable/8/share/examples/cvsup

2009-08-23 Thread Ken Smith
Author: kensmith Date: Mon Aug 24 03:49:37 2009 New Revision: 196486 URL: http://svn.freebsd.org/changeset/base/196486 Log: Update the comment for RELENG_8 too. Submitted by: Dmitry Morozovsky Approved by: re (implicit) Modified: stable/8/share/examples/cvsup/stable-supfile Modified

Re: svn commit: r196432 - in head: . gnu/usr.bin/groff/tmac release sys/conf sys/sys usr.sbin/pkg_install/add

2009-08-23 Thread Ken Smith
On Sun, 2009-08-23 at 22:18 +0400, pluknet wrote: > The last chunk should probably be: > - { 80, 899000, "/packages-8-current" }, > + { 800500, 899000, "/packages-8-stable" }, > + { 90, 999000, "/packages-9-current" }, > > which also agrees to 196115 change (in stable/

svn commit: r196485 - head/usr.sbin/pkg_install/add

2009-08-23 Thread Ken Smith
Author: kensmith Date: Mon Aug 24 03:04:13 2009 New Revision: 196485 URL: http://svn.freebsd.org/changeset/base/196485 Log: Oops. Needed to adjust a little bit more of the line for packages-8-stable now that we're prepping for 8.0's release. Submitted by: pluknet at gmail dot com Point

Re: svn commit: r196460 - head/sys/kern

2009-08-23 Thread Bruce Evans
On Sun, 23 Aug 2009, Jilles Tjoelker wrote: On Sun, Aug 23, 2009 at 12:44:15PM +, Konstantin Belousov wrote: ... Modified: head/sys/kern/uipc_socket.c == --- head/sys/kern/uipc_socket.c Sun Aug 23 12:23:24 2009

svn commit: r196484 - head/sys/arm/arm

2009-08-23 Thread Olivier Houchard
Author: cognet Date: Sun Aug 23 23:37:53 2009 New Revision: 196484 URL: http://svn.freebsd.org/changeset/base/196484 Log: KDB needs , so move it under #ifdef KDB. While I'm there, remove dead code, we will never support acorn26. Modified: head/sys/arm/arm/undefined.c Modified: head/sys/arm

Re: svn commit: r196460 - head/sys/kern

2009-08-23 Thread Kostik Belousov
On Sun, Aug 23, 2009 at 11:38:00PM +0200, Jilles Tjoelker wrote: > On Sun, Aug 23, 2009 at 12:44:15PM +, Konstantin Belousov wrote: > > Author: kib > > Date: Sun Aug 23 12:44:15 2009 > > New Revision: 196460 > > URL: http://svn.freebsd.org/changeset/base/196460 > > > Log: > > Fix the conform

Re: svn commit: r196460 - head/sys/kern

2009-08-23 Thread Jilles Tjoelker
On Sun, Aug 23, 2009 at 12:44:15PM +, Konstantin Belousov wrote: > Author: kib > Date: Sun Aug 23 12:44:15 2009 > New Revision: 196460 > URL: http://svn.freebsd.org/changeset/base/196460 > Log: > Fix the conformance of poll(2) for sockets after r195423 by > returning POLLHUP instead of POL

svn commit: r196483 - in head: bin/sh tools/regression/bin/sh/execution

2009-08-23 Thread Jilles Tjoelker
Author: jilles Date: Sun Aug 23 21:09:46 2009 New Revision: 196483 URL: http://svn.freebsd.org/changeset/base/196483 Log: sh: Fix crash when undefining or redefining a currently executing function. Add a reference count to function definitions. Memory may leak if multiple SIGINTs arrive i

svn commit: r196482 - head/sys/net

2009-08-23 Thread Robert Watson
Author: rwatson Date: Sun Aug 23 21:00:21 2009 New Revision: 196482 URL: http://svn.freebsd.org/changeset/base/196482 Log: Rather than using IFNET_RLOCK() when iterating over (and modifying) the ifnet list during if_ef load, directly acquire the ifnet_sxlock exclusively. That way when if_al

svn commit: r196481 - in head/sys: compat/linux contrib/altq/altq kern net netgraph netinet netinet6 netipsec nfsclient

2009-08-23 Thread Robert Watson
Author: rwatson Date: Sun Aug 23 20:40:19 2009 New Revision: 196481 URL: http://svn.freebsd.org/changeset/base/196481 Log: Rework global locks for interface list and index management, correcting several critical bugs, including race conditions and lock order issues: Replace the single rwl

svn commit: r196480 - in head/sys: conf dev/pty kern modules/pty

2009-08-23 Thread Ed Schouten
Author: ed Date: Sun Aug 23 20:26:09 2009 New Revision: 196480 URL: http://svn.freebsd.org/changeset/base/196480 Log: Allow pty(4) to be loaded as a kld. Unfortunately, the wrappers that are present in pts(4) don't have the mechanics to allow pty(4) to be unloaded safely, so I'm forcing t

svn commit: r196479 - head/sys/arm/xscale/ixp425

2009-08-23 Thread Olivier Houchard
Author: cognet Date: Sun Aug 23 19:54:36 2009 New Revision: 196479 URL: http://svn.freebsd.org/changeset/base/196479 Log: No need to remove the same flag multiple times. Modified: head/sys/arm/xscale/ixp425/ixdp425_pci.c Modified: head/sys/arm/xscale/ixp425/ixdp425_pci.c

svn commit: r196478 - head/etc

2009-08-23 Thread Doug Barton
Author: dougb Date: Sun Aug 23 19:52:47 2009 New Revision: 196478 URL: http://svn.freebsd.org/changeset/base/196478 Log: Prior to the dire warning about values of network_interfaces other than AUTO the biggest mistake users made was leaving lo0 off the list. Since lo0 is effectively mandator

Re: svn commit: r196200 - in head: etc/mtree include sys/dev/mfi usr.sbin usr.sbin/mfiutil

2009-08-23 Thread Stefan Bethke
Am 23.08.2009 um 16:38 schrieb Jeremie Le Hen: Wouldn't it be more reasonable to use a standard suffix for all dedicated admin utility such as vidcontrol, memcontrol, kbdcontrol: % 59# find /bin /sbin /usr/bin /usr/sbin -name \*control | wc -l % 25 % 60# find /bin /sbin /usr/bin /usr/sbi

svn commit: r196477 - head

2009-08-23 Thread Antoine Brodin
Author: antoine Date: Sun Aug 23 18:28:58 2009 New Revision: 196477 URL: http://svn.freebsd.org/changeset/base/196477 Log: ObsoleteFiles.inc: kthread_create(9) was resurrected as a mlink to kproc(9) Modified: head/ObsoleteFiles.inc Modified: head/ObsoleteFiles.inc ===

Re: svn commit: r196432 - in head: . gnu/usr.bin/groff/tmac release sys/conf sys/sys usr.sbin/pkg_install/add

2009-08-23 Thread pluknet
2009/8/23 Ken Smith : > Author: kensmith > Date: Sat Aug 22 23:44:37 2009 > New Revision: 196432 > URL: http://svn.freebsd.org/changeset/base/196432 > > Log: >  Make head 9.0-CURRENT in preparation for lifting code freeze. > >  Approved by:  re (implicit) > > Modified: >  head/UPDATING >  head/gnu/

svn commit: r196476 - head/sbin/geom/class/label

2009-08-23 Thread Ivan Voras
Author: ivoras Date: Sun Aug 23 18:15:13 2009 New Revision: 196476 URL: http://svn.freebsd.org/changeset/base/196476 Log: Remove (c) line. Requested by: pjd Approved by: gnn (mentor) MFC after:1 month Modified: head/sbin/geom/class/label/glabel.8 Modified: head/sbin/geom/class/

svn commit: r196475 - in head: contrib/traceroute usr.sbin/traceroute6

2009-08-23 Thread Hajimu UMEMOTO
Author: ume Date: Sun Aug 23 17:00:16 2009 New Revision: 196475 URL: http://svn.freebsd.org/changeset/base/196475 Log: - Add AS lookup functionality to traceroute6(8) as well. - Support for IPv6 transport for AS lookup. - Introduce $RA_SERVER to set whois server. - Support for 4 byte ASN.

svn commit: r196474 - in head/crypto/openssl: . crypto/pqueue ssl

2009-08-23 Thread Simon L. Nielsen
Author: simon Date: Sun Aug 23 16:29:47 2009 New Revision: 196474 URL: http://svn.freebsd.org/changeset/base/196474 Log: Merge DTLS fixes from vendor-crypto/openssl/dist: - Fix memory consumption bug with "future epoch" DTLS records. - Fix fragment handling memory leak. - Do not access

svn commit: r196473 - in stable/8/usr.sbin/wpa: . wpa_cli

2009-08-23 Thread Sam Leffler
Author: sam Date: Sun Aug 23 16:21:49 2009 New Revision: 196473 URL: http://svn.freebsd.org/changeset/base/196473 Log: MFC r196472: Enable _DIRENT_HAVE_D_TYPE so wpa_cli scans directories properly for it's unix domain socket. Before this change wpa_cli would take the first file in t

svn commit: r196472 - head/usr.sbin/wpa/wpa_cli

2009-08-23 Thread Sam Leffler
Author: sam Date: Sun Aug 23 16:04:10 2009 New Revision: 196472 URL: http://svn.freebsd.org/changeset/base/196472 Log: Enable _DIRENT_HAVE_D_TYPE so wpa_cli scans directories properly for it's unix domain socket. Before this change wpa_cli would take the first file in the directory that was

Re: svn commit: r196451 - head/sys/netinet/ipfw

2009-08-23 Thread Bruce Evans
On Sun, 23 Aug 2009, Christoph Mallon wrote: Bruce Evans schrieb: % */ % int % ipfw_init(void) % { % int error = 0; This variable is not really used. Initialization in declaration. This mainly obfuscates the non-use of the variable. Rather the opposite is true: void f(void) { int er

Re: svn commit: r196451 - head/sys/netinet/ipfw

2009-08-23 Thread Christoph Mallon
Bruce Evans schrieb: % */ % int % ipfw_init(void) % { % int error = 0; This variable is not really used. Initialization in declaration. This mainly obfuscates the non-use of the variable. Rather the opposite is true: void f(void) { int error = 0; // GCC warns that error is unused }

svn commit: r196471 - head/sys/dev/drm

2009-08-23 Thread Robert Noland
Author: rnoland Date: Sun Aug 23 15:02:58 2009 New Revision: 196471 URL: http://svn.freebsd.org/changeset/base/196471 Log: Add GET_PARAM support for Z pipes. This is needed for occulsion queries on rv530 chips. MFC after:2 weeks Modified: head/sys/dev/drm/radeon_cp.c head/sys/

svn commit: r196470 - in head/sys: conf dev/drm modules/drm/radeon

2009-08-23 Thread Robert Noland
Author: rnoland Date: Sun Aug 23 14:55:57 2009 New Revision: 196470 URL: http://svn.freebsd.org/changeset/base/196470 Log: Add kernel support for Radeon R6/7xx 3D. You will still need Mesa from git and possibly an updated DDX driver, but this is working fairly well now. MFC after:

svn commit: r196469 - head/lib/libpmc

2009-08-23 Thread Joseph Koshy
Author: jkoshy Date: Sun Aug 23 14:48:25 2009 New Revision: 196469 URL: http://svn.freebsd.org/changeset/base/196469 Log: Use a more appropriate choice of words. Submitted by: danfe Modified: head/lib/libpmc/pmc.3 Modified: head/lib/libpmc/pmc.3 =

svn commit: r196468 - vendor-crypto/openssl/0.9.8k-dtls-fixes

2009-08-23 Thread Simon L. Nielsen
Author: simon Date: Sun Aug 23 14:44:51 2009 New Revision: 196468 URL: http://svn.freebsd.org/changeset/base/196468 Log: Tag 0.9.8k wtih dtls-fixes. Added: vendor-crypto/openssl/0.9.8k-dtls-fixes/ - copied from r196467, vendor-crypto/openssl/dist/

Re: svn commit: r196200 - in head: etc/mtree include sys/dev/mfi usr.sbin usr.sbin/mfiutil

2009-08-23 Thread Jeremie Le Hen
Hi, On Thu, Aug 13, 2009 at 11:18:45PM +, Scott Long wrote: > Author: scottl > Date: Thu Aug 13 23:18:45 2009 > New Revision: 196200 > URL: http://svn.freebsd.org/changeset/base/196200 > > Log: > ntroduce mfiutil, a basic utility for managing LSI SAS-RAID & Dell > PERC5/6 controllers. Co

svn commit: r196467 - vendor-crypto/openssl/dist/ssl

2009-08-23 Thread Simon L. Nielsen
Author: simon Date: Sun Aug 23 14:39:15 2009 New Revision: 196467 URL: http://svn.freebsd.org/changeset/base/196467 Log: Import DTLS fix from upstream OpenSSL 0.9.8 branch: Fix DTLS fragment bug - out-of-sequence message handling which could result in NULL pointer dereference in dtls1_p

svn commit: r196466 - head/sys/dev/drm

2009-08-23 Thread Robert Noland
Author: rnoland Date: Sun Aug 23 14:33:12 2009 New Revision: 196466 URL: http://svn.freebsd.org/changeset/base/196466 Log: Add a read only sysctl tracking the hw.drm.msi tunable. MFC after:2 weeks Modified: head/sys/dev/drm/drmP.h head/sys/dev/drm/drm_drv.c Modified: head/sys/dev/

svn commit: r196465 - head/sys/dev/drm

2009-08-23 Thread Robert Noland
Author: rnoland Date: Sun Aug 23 14:31:20 2009 New Revision: 196465 URL: http://svn.freebsd.org/changeset/base/196465 Log: Clean up the handling of device minors Submitted by: Ed MFC after:2 weeks Modified: head/sys/dev/drm/drmP.h head/sys/dev/drm/drm_drv.c head/sys/dev/drm/drm

svn commit: r196464 - head/sys/dev/drm

2009-08-23 Thread Robert Noland
Author: rnoland Date: Sun Aug 23 14:27:46 2009 New Revision: 196464 URL: http://svn.freebsd.org/changeset/base/196464 Log: Clean up the locking in drm_alloc_resource() MFC after:2 weeks Modified: head/sys/dev/drm/drm_bufs.c Modified: head/sys/dev/drm/drm_bufs.c =

svn commit: r196463 - vendor-crypto/openssl/dist/ssl

2009-08-23 Thread Simon L. Nielsen
Author: simon Date: Sun Aug 23 14:15:28 2009 New Revision: 196463 URL: http://svn.freebsd.org/changeset/base/196463 Log: Import DTLS fix from upstream OpenSSL 0.9.8 branch: Do not access freed data structure. Note that this will not get FreeBSD Security Advisory as DTLS is experiment

Re: svn commit: r196451 - head/sys/netinet/ipfw

2009-08-23 Thread Bruce Evans
On Sun, 23 Aug 2009, Ed Schouten wrote: * Julian Elischer wrote: +* (now that we a re guaranteed of success). ;-) At least 5 more commits are needed at this rate to fix the comment. % /* %* Other things that are only done the first time.

svn commit: r196462 - vendor-crypto/openssl/dist/ssl

2009-08-23 Thread Simon L. Nielsen
Author: simon Date: Sun Aug 23 14:12:01 2009 New Revision: 196462 URL: http://svn.freebsd.org/changeset/base/196462 Log: Import DTLS fix from upstream OpenSSL 0.9.8 branch: Fix fragment handling memory leak. Note that this will not get FreeBSD Security Advisory as DTLS is experimenta

svn commit: r196461 - in vendor-crypto/openssl/dist: crypto/pqueue ssl

2009-08-23 Thread Simon L. Nielsen
Author: simon Date: Sun Aug 23 13:58:25 2009 New Revision: 196461 URL: http://svn.freebsd.org/changeset/base/196461 Log: Import DTLS fix from upstream OpenSSL 0.9.8 branch: Fix memory consumption bug with "future epoch" DTLS records. Note that this will not get FreeBSD Security Advisor

svn commit: r196460 - head/sys/kern

2009-08-23 Thread Konstantin Belousov
Author: kib Date: Sun Aug 23 12:44:15 2009 New Revision: 196460 URL: http://svn.freebsd.org/changeset/base/196460 Log: Fix the conformance of poll(2) for sockets after r195423 by returning POLLHUP instead of POLLIN for several cases. Now, the tools/regression/poll results for FreeBSD are clo

svn commit: r196459 - head/gnu/usr.bin/patch

2009-08-23 Thread Ed Schouten
Author: ed Date: Sun Aug 23 12:23:24 2009 New Revision: 196459 URL: http://svn.freebsd.org/changeset/base/196459 Log: Add support for diffs generated by Perforce. It basically picks the filenames from the "" line and strips off the # revision number. Modified: head/gnu/usr.bin/patc

svn commit: r196458 - in head/sys/cddl: compat/opensolaris/sys contrib/opensolaris/uts/common/fs/zfs contrib/opensolaris/uts/common/sys

2009-08-23 Thread Pawel Jakub Dawidek
Author: pjd Date: Sun Aug 23 11:33:46 2009 New Revision: 196458 URL: http://svn.freebsd.org/changeset/base/196458 Log: - Hide ZFS kernel threads under zfskern process. - Use better (shorter) threads names: 'zvol:worker zvol/tank/vol00' -> 'zvol tank/vol00' 'vdev:worker da0' ->

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

2009-08-23 Thread Pawel Jakub Dawidek
Author: pjd Date: Sun Aug 23 11:27:08 2009 New Revision: 196457 URL: http://svn.freebsd.org/changeset/base/196457 Log: Set priority of vdev_geom threads and zvol threads to PRIBIO. Modified: head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/vdev_geom.c head/sys/cddl/contrib/opensolaris/ut

svn commit: r196456 - head/sys/cddl/compat/opensolaris/sys

2009-08-23 Thread Pawel Jakub Dawidek
Author: pjd Date: Sun Aug 23 11:22:46 2009 New Revision: 196456 URL: http://svn.freebsd.org/changeset/base/196456 Log: - Give minclsyspri and maxclsyspri real values (consulted with kmacy). - Honour 'pri' argument for thread_create(). Modified: head/sys/cddl/compat/opensolaris/sys/mutex.h

svn commit: r196455 - head/sys/dev/asmc

2009-08-23 Thread Rui Paulo
Author: rpaulo Date: Sun Aug 23 09:58:06 2009 New Revision: 196455 URL: http://svn.freebsd.org/changeset/base/196455 Log: Make dev.asmc.N.light.control writable by everyone. Submitted by: Patrick Lamaiziere MFC after:1 week Modified: head/sys/dev/asmc/asmc.c Modified: head/sys/de

svn commit: r196454 - head/sys/kern

2009-08-23 Thread Rui Paulo
Author: rpaulo Date: Sun Aug 23 09:55:06 2009 New Revision: 196454 URL: http://svn.freebsd.org/changeset/base/196454 Log: Constify prime numbers. Modified: head/sys/kern/kern_subr.c Modified: head/sys/kern/kern_subr.c ==

Re: svn commit: r196443 - stable/8/share/examples/cvsup

2009-08-23 Thread Dmitry Morozovsky
Ken, another small glitch: On Sun, 23 Aug 2009, Ken Smith wrote: KS> Modified: stable/8/share/examples/cvsup/stable-supfile KS> == KS> --- stable/8/share/examples/cvsup/stable-supfileSun Aug 23 06:30:14 2009

svn commit: r196453 - head/sys/netinet/ipfw

2009-08-23 Thread Julian Elischer
Author: julian Date: Sun Aug 23 08:49:32 2009 New Revision: 196453 URL: http://svn.freebsd.org/changeset/base/196453 Log: Fix another typo right next to the previous one, that amazingly, I did not see before. MFC after: 1 week Modified: head/sys/netinet/ipfw/ip_fw2.c Modified: hea

Re: svn commit: r196440 - head/lib/libpmc

2009-08-23 Thread Alexey Dokuchaev
On Sun, Aug 23, 2009 at 06:19:02AM +, Joseph Koshy wrote: > Author: jkoshy > Date: Sun Aug 23 06:19:02 2009 > New Revision: 196440 > URL: http://svn.freebsd.org/changeset/base/196440 > > Log: > Correct grammar. > > -CPUs are named using small integers from zero uptil, but > +CPUs are named

Re: svn commit: r196451 - head/sys/netinet/ipfw

2009-08-23 Thread Ed Schouten
* Julian Elischer wrote: > + * (now that we a re guaranteed of success). ;-) -- Ed Schouten WWW: http://80386.nl/ pgpeCio0KgLcn.pgp Description: PGP signature

svn commit: r196452 - in head/sys: dev/snp kern sys

2009-08-23 Thread Ed Schouten
Author: ed Date: Sun Aug 23 08:04:40 2009 New Revision: 196452 URL: http://svn.freebsd.org/changeset/base/196452 Log: Add ttydisc_rint_simple(). I noticed several drivers in our tree don't actually care about parity and framing, such as pts(4), snp(4) (and my partially finished console

svn commit: r196451 - head/sys/netinet/ipfw

2009-08-23 Thread Julian Elischer
Author: julian Date: Sun Aug 23 07:59:28 2009 New Revision: 196451 URL: http://svn.freebsd.org/changeset/base/196451 Log: Fix typo in comment that has been bugging me for days. MFC after:1 week Modified: head/sys/netinet/ipfw/ip_fw2.c Modified: head/sys/netinet/ipfw/ip_fw2.c ===

svn commit: r196450 - head/share/man/man9

2009-08-23 Thread Julian Elischer
Author: julian Date: Sun Aug 23 07:48:11 2009 New Revision: 196450 URL: http://svn.freebsd.org/changeset/base/196450 Log: Add claraifications to the kproc and kthread manpages and link the kthread_create(9) man page to the kproc(9) page as it had migrated and people looking for it may need a

svn commit: r196449 - head/lib/libpmc

2009-08-23 Thread Joseph Koshy
Author: jkoshy Date: Sun Aug 23 07:32:30 2009 New Revision: 196449 URL: http://svn.freebsd.org/changeset/base/196449 Log: Use US spellings, fix typos. Modified: head/lib/libpmc/pmc.atom.3 head/lib/libpmc/pmc.core.3 head/lib/libpmc/pmc.iaf.3 Modified: head/lib/libpmc/pmc.atom.3 ==

svn commit: r196448 - head/lib/libpmc

2009-08-23 Thread Joseph Koshy
Author: jkoshy Date: Sun Aug 23 07:31:10 2009 New Revision: 196448 URL: http://svn.freebsd.org/changeset/base/196448 Log: Fix typos. Modified: head/lib/libpmc/pmc.p5.3 Modified: head/lib/libpmc/pmc.p5.3 == --- head/l

svn commit: r196447 - head/lib/libpmc

2009-08-23 Thread Joseph Koshy
Author: jkoshy Date: Sun Aug 23 07:30:12 2009 New Revision: 196447 URL: http://svn.freebsd.org/changeset/base/196447 Log: Fix a typo. Modified: head/lib/libpmc/pmc_capabilities.3 Modified: head/lib/libpmc/pmc_capabilities.3

svn commit: r196446 - head/lib/libpmc

2009-08-23 Thread Joseph Koshy
Author: jkoshy Date: Sun Aug 23 07:29:34 2009 New Revision: 196446 URL: http://svn.freebsd.org/changeset/base/196446 Log: Fix typos, use American English spellings. Modified: head/lib/libpmc/pmc.k7.3 head/lib/libpmc/pmc.k8.3 head/lib/libpmc/pmc.p4.3 head/lib/libpmc/pmc.p6.3 Modified: h

svn commit: r196445 - head/lib/libpmc

2009-08-23 Thread Joseph Koshy
Author: jkoshy Date: Sun Aug 23 07:24:39 2009 New Revision: 196445 URL: http://svn.freebsd.org/changeset/base/196445 Log: Fix typos. Modified: head/lib/libpmc/pmc.core2.3 Modified: head/lib/libpmc/pmc.core2.3 == ---