svn commit: r187879 - in head: etc/rc.d share/man/man5

2009-01-28 Thread Giorgos Keramidas
Author: keramida (doc committer) Date: Thu Jan 29 06:43:29 2009 New Revision: 187879 URL: http://svn.freebsd.org/changeset/base/187879 Log: Backout change 187782. It inhibits ntpd from starting at all when ntpd_sync_on_start is set. Noticed by: rafan Modified: head/etc/rc.d/ntpd h

Re: svn commit: r187782 - in head: etc/rc.d share/man/man5

2009-01-28 Thread Giorgos Keramidas
On Thu, 29 Jan 2009 13:28:39 +0800, Rong-en Fan wrote: >>> Shouldn't we keep ntp running after the clock is adjusted? >> >> This is correct too. The effect of `ntpd_sync_on_start' is supposed to >> be the same as if we run `ntpdate' before the real ntpd starts, so this >> option only applies to t

svn commit: r187878 - head/sys/dev/adb

2009-01-28 Thread Ed Schouten
Author: ed Date: Thu Jan 29 05:59:42 2009 New Revision: 187878 URL: http://svn.freebsd.org/changeset/base/187878 Log: Make adb_mouse use dev2unit() instead of minor(). A real fix would be to migrate it to si_drv0 to store the softc directly, but this is the quickest way to fix it right no

Re: svn commit: r187782 - in head: etc/rc.d share/man/man5

2009-01-28 Thread Rong-en Fan
On Wed, Jan 28, 2009 at 3:25 PM, Giorgos Keramidas wrote: > On Wed, 28 Jan 2009 12:50:22 +0800, Rong-en Fan wrote: >> On Wed, Jan 28, 2009 at 4:13 AM, Giorgos Keramidas >> wrote: >>> Modified: head/etc/rc.d/ntpd >>> ==

svn commit: r187877 - head/sys/dev/mmc

2009-01-28 Thread Alexander Motin
Author: mav Date: Wed Jan 28 23:18:21 2009 New Revision: 187877 URL: http://svn.freebsd.org/changeset/base/187877 Log: Add one more debug level. Modified: head/sys/dev/mmc/mmc.c Modified: head/sys/dev/mmc/mmc.c == --

svn commit: r187876 - head/sys/dev/sdhci

2009-01-28 Thread Alexander Motin
Author: mav Date: Wed Jan 28 22:53:41 2009 New Revision: 187876 URL: http://svn.freebsd.org/changeset/base/187876 Log: Add hw.sdhci.debug sysctl to control debug level. Modified: head/sys/dev/sdhci/sdhci.c Modified: head/sys/dev/sdhci/sdhci.c =

svn commit: r187875 - head/sys/dev/mmc

2009-01-28 Thread Alexander Motin
Author: mav Date: Wed Jan 28 22:09:00 2009 New Revision: 187875 URL: http://svn.freebsd.org/changeset/base/187875 Log: Improve mmc driver verbose logging. Make requests logging controllable by hw.mmc.debug sysctl. Modified: head/sys/dev/mmc/mmc.c Modified: head/sys/dev/mmc/mmc.c ==

Re: svn commit: r187866 - head/sys/dev/usb2/bluetooth

2009-01-28 Thread Maksim Yevmenkin
On Wed, Jan 28, 2009 at 12:18 PM, Andrew Thompson wrote: > On Wed, Jan 28, 2009 at 08:06:02PM +, Maksim Yevmenkin wrote: >> Author: emax >> Date: Wed Jan 28 20:06:02 2009 >> New Revision: 187866 >> URL: http://svn.freebsd.org/changeset/base/187866 >> >> Log: >> Update ubtbcmfw2 (aka usb2_blu

Re: svn commit: r187838 - head/sys/fs/cd9660

2009-01-28 Thread John Baldwin
On Wednesday 28 January 2009 3:30:55 pm Kostik Belousov wrote: > On Wed, Jan 28, 2009 at 06:54:57PM +, John Baldwin wrote: > > Author: jhb > > Date: Wed Jan 28 18:54:56 2009 > > New Revision: 187838 > > URL: http://svn.freebsd.org/changeset/base/187838 > ... > > - Use an inlined version of vn

svn commit: r187867 - in head/sys/amd64: amd64 include

2009-01-28 Thread John Baldwin
Author: jhb Date: Wed Jan 28 20:35:16 2009 New Revision: 187867 URL: http://svn.freebsd.org/changeset/base/187867 Log: Use a different value for the initial control word for the FPU state for 32-bit processes. The value matches the initial setting used by FreeBSD/i386. Otherwise, 32-bit bi

Re: svn commit: r187838 - head/sys/fs/cd9660

2009-01-28 Thread Kostik Belousov
On Wed, Jan 28, 2009 at 06:54:57PM +, John Baldwin wrote: > Author: jhb > Date: Wed Jan 28 18:54:56 2009 > New Revision: 187838 > URL: http://svn.freebsd.org/changeset/base/187838 ... > - Use an inlined version of vn_vget_ino() to handle races with .. > lookups. I had to inline the code

Re: svn commit: r187866 - head/sys/dev/usb2/bluetooth

2009-01-28 Thread Andrew Thompson
On Wed, Jan 28, 2009 at 08:06:02PM +, Maksim Yevmenkin wrote: > Author: emax > Date: Wed Jan 28 20:06:02 2009 > New Revision: 187866 > URL: http://svn.freebsd.org/changeset/base/187866 > > Log: > Update ubtbcmfw2 (aka usb2_bluetooth_fw) driver > > Reviewed by:HPS > > enum { >

svn commit: r187866 - head/sys/dev/usb2/bluetooth

2009-01-28 Thread Maksim Yevmenkin
Author: emax Date: Wed Jan 28 20:06:02 2009 New Revision: 187866 URL: http://svn.freebsd.org/changeset/base/187866 Log: Update ubtbcmfw2 (aka usb2_bluetooth_fw) driver Reviewed by: HPS Modified: head/sys/dev/usb2/bluetooth/ubtbcmfw2.c Modified: head/sys/dev/usb2/bluetooth/ubtbcmfw2.c =

svn commit: r187865 - head/sys/dev/usb2/bluetooth

2009-01-28 Thread Maksim Yevmenkin
Author: emax Date: Wed Jan 28 20:04:39 2009 New Revision: 187865 URL: http://svn.freebsd.org/changeset/base/187865 Log: Make ng_ubt2 (aka usb2_bluetooth_ng) driver only attach as "generic" driver Reviewed by: HPS Modified: head/sys/dev/usb2/bluetooth/ng_ubt2.c Modified: head/sys/dev/us

svn commit: r187864 - in head/sys: fs/devfs kern

2009-01-28 Thread Ed Schouten
Author: ed Date: Wed Jan 28 19:58:05 2009 New Revision: 187864 URL: http://svn.freebsd.org/changeset/base/187864 Log: Mark most often used sysctl's as MPSAFE. After running a `make buildkernel', I noticed most of the Giant locks in sysctl are only caused by a very small amount of sysctl's

svn commit: r187863 - svnadmin/conf

2009-01-28 Thread Bjoern A. Zeeb
Author: bz Date: Wed Jan 28 19:55:33 2009 New Revision: 187863 URL: http://svn.freebsd.org/changeset/base/187863 Log: Welcome James Gritton (jamie@) as src committer with bz and brooks as co-mentors. Jamie has the new enhanced management interface for jails and vimage in perforce already a

svn commit: r187846 - head/etc

2009-01-28 Thread Sam Leffler
Author: sam Date: Wed Jan 28 19:25:51 2009 New Revision: 187846 URL: http://svn.freebsd.org/changeset/base/187846 Log: Remove gsm hacks now that we can do this "right": o no need for special country codes; it's sufficient to use the sku o no need to specify bands w/ 2.4G frequencies, use the

svn commit: r187845 - head/sbin/ifconfig

2009-01-28 Thread Sam Leffler
Author: sam Date: Wed Jan 28 19:24:29 2009 New Revision: 187845 URL: http://svn.freebsd.org/changeset/base/187845 Log: include the channel list in list caps when -v is set; ieee channel #'s are not available and we have to hack around the mapchan routine but it lets us see the calibration ta

svn commit: r187844 - head/sbin/ifconfig

2009-01-28 Thread Sam Leffler
Author: sam Date: Wed Jan 28 19:23:12 2009 New Revision: 187844 URL: http://svn.freebsd.org/changeset/base/187844 Log: pritize the channel we display with list chans so that, among other things, 1/2 and 1/4 width channels are hidden behind the full width channel; this is needed because they

svn commit: r187843 - head/sbin/ifconfig

2009-01-28 Thread Sam Leffler
Author: sam Date: Wed Jan 28 19:20:12 2009 New Revision: 187843 URL: http://svn.freebsd.org/changeset/base/187843 Log: simplify display of 1/2 and 1/4 width channels Modified: head/sbin/ifconfig/ifieee80211.c Modified: head/sbin/ifconfig/ifieee80211.c

svn commit: r187842 - head/sbin/ifconfig

2009-01-28 Thread Sam Leffler
Author: sam Date: Wed Jan 28 19:18:58 2009 New Revision: 187842 URL: http://svn.freebsd.org/changeset/base/187842 Log: improve debug msgs for regdomain operations; print channel flags symbolically so it's easier to identify channels and why they are added (or not) Modified: head/sbin/ifco

svn commit: r187841 - head/sbin/ifconfig

2009-01-28 Thread Sam Leffler
Author: sam Date: Wed Jan 28 19:15:52 2009 New Revision: 187841 URL: http://svn.freebsd.org/changeset/base/187841 Log: Fix 1/2 and 1/4 width channel handling: o only include 1/2 and 1/4 width channels when they are specified in the regulatory database description; previously we treated the

svn commit: r187840 - head/sys/fs/cd9660

2009-01-28 Thread Warner Losh
Author: imp Date: Wed Jan 28 19:09:49 2009 New Revision: 187840 URL: http://svn.freebsd.org/changeset/base/187840 Log: Use the correct field name for the size of the sierra_id. While this is the same size as id, and is unlikely to change, it seems better to use the correct field here. Ther

svn commit: r187839 - head/sys/kern

2009-01-28 Thread John Baldwin
Author: jhb Date: Wed Jan 28 19:05:18 2009 New Revision: 187839 URL: http://svn.freebsd.org/changeset/base/187839 Log: Convert the global mutex protecting the directory lookup name cache from a mutex to a reader/writer lock. Lookup operations first grab a read lock and perform the lookup.

svn commit: r187838 - head/sys/fs/cd9660

2009-01-28 Thread John Baldwin
Author: jhb Date: Wed Jan 28 18:54:56 2009 New Revision: 187838 URL: http://svn.freebsd.org/changeset/base/187838 Log: Mark cd9660 MPSAFE and add support for using shared vnode locks during pathname lookups. - Remove 'i_offset' and 'i_ino' from the ISO node structure and replace them wit

svn commit: r187836 - head/sys/fs/cd9660

2009-01-28 Thread John Baldwin
Author: jhb Date: Wed Jan 28 18:46:29 2009 New Revision: 187836 URL: http://svn.freebsd.org/changeset/base/187836 Log: Sync with ufs_vnops.c:1.245 and remove support for accessing device nodes in ISO 9660 filesystems. Modified: head/sys/fs/cd9660/cd9660_vnops.c Modified: head/sys/fs/cd9660

svn commit: r187835 - head/sys/net80211

2009-01-28 Thread Sam Leffler
Author: sam Date: Wed Jan 28 18:39:23 2009 New Revision: 187835 URL: http://svn.freebsd.org/changeset/base/187835 Log: add an assert to verify the number of channels returned by ic_getradiocaps correlates with the size of the channel array passed down might want to promote this to be alwa

svn commit: r187834 - head/sys/net80211

2009-01-28 Thread Sam Leffler
Author: sam Date: Wed Jan 28 18:37:46 2009 New Revision: 187834 URL: http://svn.freebsd.org/changeset/base/187834 Log: change null_getradiocaps to return the actual count of channels instead of the true number; otherwise the caller may use the count to do things with the data it should not (

svn commit: r187833 - head/sys/sys

2009-01-28 Thread John Baldwin
Author: jhb Date: Wed Jan 28 18:14:24 2009 New Revision: 187833 URL: http://svn.freebsd.org/changeset/base/187833 Log: Actually remove the VA_MARK_ATIME flag. This should have been in the earlier commit to add VOP_MARKATIME(). Modified: head/sys/sys/vnode.h Modified: head/sys/sys/vnode.h

svn commit: r187832 - head/sys/fs/fifofs

2009-01-28 Thread John Baldwin
Author: jhb Date: Wed Jan 28 18:10:57 2009 New Revision: 187832 URL: http://svn.freebsd.org/changeset/base/187832 Log: Assert an exclusive vnode lock for fifo_cleanup() and fifo_close() since they change v_fifoinfo. Discussed with: ups (a while ago) Modified: head/sys/fs/fifofs/f

svn commit: r187831 - in head/sys: conf dev/ath dev/ath/ath_hal dev/ath/ath_hal/ar5210 dev/ath/ath_hal/ar5211 dev/ath/ath_hal/ar5212 dev/ath/ath_hal/ar5312 dev/ath/ath_hal/ar5416

2009-01-28 Thread Sam Leffler
Author: sam Date: Wed Jan 28 18:00:22 2009 New Revision: 187831 URL: http://svn.freebsd.org/changeset/base/187831 Log: Overhaul regulatory support: o remove HAL_CHANNEL; convert the hal to use net80211 channels; this mostly involves mechanical changes to variable names and channel attr

svn commit: r187830 - in head/sys: cddl/contrib/opensolaris/uts/common/fs/zfs compat/linux compat/svr4 dev/xen/blkback fs/cd9660 nfs4client nfsclient nfsserver sys

2009-01-28 Thread Ed Schouten
Author: ed Date: Wed Jan 28 17:57:16 2009 New Revision: 187830 URL: http://svn.freebsd.org/changeset/base/187830 Log: Last step of splitting up minor and unit numbers: remove minor(). Inside the kernel, the minor() function was responsible for obtaining the device minor number of a charac

Re: svn commit: r187805 - head/lib/libc/stdio

2009-01-28 Thread John Baldwin
On Wednesday 28 January 2009 12:05:32 pm M. Warner Losh wrote: > In message: <873af38tln@kobe.laptop> > Giorgos Keramidas writes: > : On Wed, 28 Jan 2009 01:11:21 + (UTC), Tom Rhodes wrote: > : > Author: trhodes > : > Date: Wed Jan 28 01:11:20 2009 > : > New Revision: 187805

Re: svn commit: r187805 - head/lib/libc/stdio

2009-01-28 Thread M. Warner Losh
In message: <873af38tln@kobe.laptop> Giorgos Keramidas writes: : On Wed, 28 Jan 2009 01:11:21 + (UTC), Tom Rhodes wrote: : > Author: trhodes : > Date: Wed Jan 28 01:11:20 2009 : > New Revision: 187805 : > URL: http://svn.freebsd.org/changeset/base/187805 : > : > Log: : > Re

svn commit: r187828 - head/sbin/restore

2009-01-28 Thread Warner Losh
Author: imp Date: Wed Jan 28 16:23:21 2009 New Revision: 187828 URL: http://svn.freebsd.org/changeset/base/187828 Log: Restore necessary NUL termination of locname. Submitted by: ian dowse MFC after:2 days Modified: head/sbin/restore/interactive.c Modified: head/sbin/restore/inter

svn commit: r187827 - head/share/man/man5

2009-01-28 Thread Thomas Abthorpe
Author: tabthorpe (ports committer) Date: Wed Jan 28 15:54:28 2009 New Revision: 187827 URL: http://svn.freebsd.org/changeset/base/187827 Log: - Re-order SEE ALSO entries Noticed by: brueffer Approved by: trhodes Modified: head/share/man/man5/portindex.5 Modified: head/share/man/ma

Re: svn commit: r187826 - head/sys/opencrypto

2009-01-28 Thread Bjoern A. Zeeb
On Wed, 28 Jan 2009, Bjoern A. Zeeb wrote: Author: bz Date: Wed Jan 28 15:31:16 2009 New Revision: 187826 URL: http://svn.freebsd.org/changeset/base/187826 Log: While OpenBSD's crypto/ framework has sha1 and md5 implementations that can cope with a result buffer of NULL in the "Final" functio

svn commit: r187826 - head/sys/opencrypto

2009-01-28 Thread Bjoern A. Zeeb
Author: bz Date: Wed Jan 28 15:31:16 2009 New Revision: 187826 URL: http://svn.freebsd.org/changeset/base/187826 Log: While OpenBSD's crypto/ framework has sha1 and md5 implementations that can cope with a result buffer of NULL in the "Final" function, we cannot. Thus pass in a temporary buf

svn commit: r187825 - head/share/man/man5

2009-01-28 Thread Thomas Abthorpe
Author: tabthorpe (ports committer) Date: Wed Jan 28 15:22:44 2009 New Revision: 187825 URL: http://svn.freebsd.org/changeset/base/187825 Log: - Add initial version of portindex(5) manual page PR: docs/70652 Submitted by: Paul Armstrong Reviewed by: pav keramida trhodes Ap

svn commit: r187824 - head/lib/libc/gen

2009-01-28 Thread Tom Rhodes
Author: trhodes Date: Wed Jan 28 15:21:38 2009 New Revision: 187824 URL: http://svn.freebsd.org/changeset/base/187824 Log: Update the description of KERN_PROC. PR: 100242 Reviewed by: jhb Modified: head/lib/libc/gen/sysctl.3 Modified: head/lib/libc/gen/sysctl.3

Re: svn commit: r187822 - head/sys/netinet

2009-01-28 Thread Bruce M. Simpson
Luigi Rizzo wrote: Log: initialize a couple of variables, gcc 4.2.4-4 (linux) reports some possible uninitialized uses and the warning does make sense. No way. Are you cross-compiling FreeBSD on Linux? Spill, dude? ___ svn-src-all@freebsd.or

Re: svn commit: r187805 - head/lib/libc/stdio

2009-01-28 Thread Tom Rhodes
On Wed, 28 Jan 2009 16:27:32 +0200 Giorgos Keramidas wrote: > On Wed, 28 Jan 2009 09:07:51 -0500, John Baldwin wrote: > > On Wednesday 28 January 2009 8:55:37 am Tom Rhodes wrote: > >> On Wed, 28 Jan 2009 15:09:56 +0200 Giorgos Keramidas > >> wrote: > >> > On Wed, 28 Jan 2009 01:11:21 + (U

svn commit: r187823 - head/lib/libc/stdio

2009-01-28 Thread Tom Rhodes
Author: trhodes Date: Wed Jan 28 14:38:41 2009 New Revision: 187823 URL: http://svn.freebsd.org/changeset/base/187823 Log: Better wording for clearing EOF indicator. Submitted by: keramida and jhb Modified: head/lib/libc/stdio/ferror.3 Modified: head/lib/libc/stdio/ferror.3

Re: svn commit: r187805 - head/lib/libc/stdio

2009-01-28 Thread Giorgos Keramidas
On Wed, 28 Jan 2009 09:07:51 -0500, John Baldwin wrote: > On Wednesday 28 January 2009 8:55:37 am Tom Rhodes wrote: >> On Wed, 28 Jan 2009 15:09:56 +0200 Giorgos Keramidas >> wrote: >> > On Wed, 28 Jan 2009 01:11:21 + (UTC), Tom Rhodes >> > wrote: >> > > Author: trhodes >> > > Date: Wed Ja

Re: svn commit: r187805 - head/lib/libc/stdio

2009-01-28 Thread John Baldwin
On Wednesday 28 January 2009 8:09:56 am Giorgos Keramidas wrote: > On Wed, 28 Jan 2009 01:11:21 + (UTC), Tom Rhodes wrote: > > Author: trhodes > > Date: Wed Jan 28 01:11:20 2009 > > New Revision: 187805 > > URL: http://svn.freebsd.org/changeset/base/187805 > > > > Log: > > Remove comment ab

Re: svn commit: r187805 - head/lib/libc/stdio

2009-01-28 Thread John Baldwin
On Wednesday 28 January 2009 8:55:37 am Tom Rhodes wrote: > On Wed, 28 Jan 2009 15:09:56 +0200 > Giorgos Keramidas wrote: > > > On Wed, 28 Jan 2009 01:11:21 + (UTC), Tom Rhodes wrote: > > > Author: trhodes > > > Date: Wed Jan 28 01:11:20 2009 > > > New Revision: 187805 > > > URL: http://svn

Re: svn commit: r187805 - head/lib/libc/stdio

2009-01-28 Thread Tom Rhodes
On Wed, 28 Jan 2009 15:09:56 +0200 Giorgos Keramidas wrote: > On Wed, 28 Jan 2009 01:11:21 + (UTC), Tom Rhodes > wrote: > > Author: trhodes > > Date: Wed Jan 28 01:11:20 2009 > > New Revision: 187805 > > URL: http://svn.freebsd.org/changeset/base/187805 > > > > Log: > > Remove comment abo

svn commit: r187822 - head/sys/netinet

2009-01-28 Thread Luigi Rizzo
Author: luigi Date: Wed Jan 28 13:39:01 2009 New Revision: 187822 URL: http://svn.freebsd.org/changeset/base/187822 Log: initialize a couple of variables, gcc 4.2.4-4 (linux) reports some possible uninitialized uses and the warning does make sense. Modified: head/sys/netinet/ip_fw2.c Modif

Re: svn commit: r187805 - head/lib/libc/stdio

2009-01-28 Thread Giorgos Keramidas
On Wed, 28 Jan 2009 01:11:21 + (UTC), Tom Rhodes wrote: > Author: trhodes > Date: Wed Jan 28 01:11:20 2009 > New Revision: 187805 > URL: http://svn.freebsd.org/changeset/base/187805 > > Log: > Remove comment about clearerr() being the only method of clearing > the EOF indicator, fseek() m

svn commit: r187821 - head/sys/netinet

2009-01-28 Thread Luigi Rizzo
Author: luigi Date: Wed Jan 28 13:11:22 2009 New Revision: 187821 URL: http://svn.freebsd.org/changeset/base/187821 Log: For some reason (probably dating ages ago) an #ifdef SYSCTL_NODE / #endif section included a lot of stuff that did not belong there. So split the block in multiple compone

svn commit: r187820 - head/sbin/dumpfs

2009-01-28 Thread Robert Watson
Author: rwatson Date: Wed Jan 28 12:08:19 2009 New Revision: 187820 URL: http://svn.freebsd.org/changeset/base/187820 Log: Print disk offets as %jd rather than %lld; I fixed one before committing but missed the other, which breaks 64-bit builds. Reported by: bf MFC after:1 week M

Re: svn commit: r187805 - head/lib/libc/stdio

2009-01-28 Thread Tom Rhodes
On Wed, 28 Jan 2009 22:15:22 +1100 (EST) Bruce Evans wrote: > On Wed, 28 Jan 2009, Roman Divacky wrote: > > > On Wed, Jan 28, 2009 at 01:11:21AM +, Tom Rhodes wrote: > >> Log: > >> Remove comment about clearerr() being the only method of clearing > >> the EOF indicator, fseek() may also

Re: svn commit: r187805 - head/lib/libc/stdio

2009-01-28 Thread Tom Rhodes
On Wed, 28 Jan 2009 09:19:14 +0100 Roman Divacky wrote: > On Wed, Jan 28, 2009 at 01:11:21AM +, Tom Rhodes wrote: > > Author: trhodes > > Date: Wed Jan 28 01:11:20 2009 > > New Revision: 187805 > > URL: http://svn.freebsd.org/changeset/base/187805 > > > > Log: > > Remove comment about clea

svn commit: r187819 - head/sbin/ipfw

2009-01-28 Thread Luigi Rizzo
Author: luigi Date: Wed Jan 28 11:43:12 2009 New Revision: 187819 URL: http://svn.freebsd.org/changeset/base/187819 Log: Avoid the use of duplicated typedefs -- see the comment for details. Modified: head/sbin/ipfw/ipfw2.h Modified: head/sbin/ipfw/ipfw2.h

svn commit: r187818 - head/sbin/dumpfs

2009-01-28 Thread Tom Rhodes
Author: trhodes Date: Wed Jan 28 11:31:09 2009 New Revision: 187818 URL: http://svn.freebsd.org/changeset/base/187818 Log: Bump doc date for recent change. Modified: head/sbin/dumpfs/dumpfs.8 Modified: head/sbin/dumpfs/dumpfs.8

Re: svn commit: r187607 - head/usr.bin/truss

2009-01-28 Thread Bruce Evans
On Mon, 26 Jan 2009, Kostik Belousov wrote: On Mon, Jan 26, 2009 at 02:03:10PM -0500, David Schultz wrote: On Mon, Jan 26, 2009, Bruce Evans wrote: - P_SYSTEM has something to do with swapping, and I also removed the PS_INMEM setting for init. I have always used NO_SWAPPING and haven't us

svn commit: r187817 - head/lib/libc/stdio

2009-01-28 Thread Tom Rhodes
Author: trhodes Date: Wed Jan 28 11:25:22 2009 New Revision: 187817 URL: http://svn.freebsd.org/changeset/base/187817 Log: Remove another comment about clearing EOF indicator. Noticed by: bde Modified: head/lib/libc/stdio/ferror.3 Modified: head/lib/libc/stdio/ferror.3 ===

Re: svn commit: r187805 - head/lib/libc/stdio

2009-01-28 Thread Bruce Evans
On Wed, 28 Jan 2009, Roman Divacky wrote: On Wed, Jan 28, 2009 at 01:11:21AM +, Tom Rhodes wrote: Log: Remove comment about clearerr() being the only method of clearing the EOF indicator, fseek() may also be used for this. fseek() can't always be used for this, since fseek() fails for

svn commit: r187816 - head/sys/modules/usb2

2009-01-28 Thread Gleb Smirnoff
Author: glebius Date: Wed Jan 28 11:04:27 2009 New Revision: 187816 URL: http://svn.freebsd.org/changeset/base/187816 Log: Fix typo in last commit. Modified: head/sys/modules/usb2/Makefile Modified: head/sys/modules/usb2/Makefile ==

svn commit: r187815 - head/sys/netipsec

2009-01-28 Thread VANHULLEBUS Yvan
Author: vanhu Date: Wed Jan 28 10:41:10 2009 New Revision: 187815 URL: http://svn.freebsd.org/changeset/base/187815 Log: Remove remain <= MHLEN restriction in m_makespace(), which caused assert with big packets PR: kern/124609 Submitted by: fabien.tho...@netasq.com Approved by: gnn(m

svn commit: r187814 - head/sbin/dumpfs

2009-01-28 Thread Robert Watson
Author: rwatson Date: Wed Jan 28 09:33:00 2009 New Revision: 187814 URL: http://svn.freebsd.org/changeset/base/187814 Log: Add a new flag to dumpfs(8), -f, which causes dumpfs to list all free fragments in the file system by fragment (block) number. This new mode does the necessary arithmet

svn commit: r187813 - head/sys/modules/usb2

2009-01-28 Thread Warner Losh
Author: imp Date: Wed Jan 28 08:39:48 2009 New Revision: 187813 URL: http://svn.freebsd.org/changeset/base/187813 Log: at91dci isn't useful except on arm. Modified: head/sys/modules/usb2/Makefile Modified: head/sys/modules/usb2/Makefile ===

Re: svn commit: r187805 - head/lib/libc/stdio

2009-01-28 Thread Roman Divacky
On Wed, Jan 28, 2009 at 01:11:21AM +, Tom Rhodes wrote: > Author: trhodes > Date: Wed Jan 28 01:11:20 2009 > New Revision: 187805 > URL: http://svn.freebsd.org/changeset/base/187805 > > Log: > Remove comment about clearerr() being the only method of clearing > the EOF indicator, fseek() ma