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
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
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
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
>>> ==
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
==
--
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
=
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
==
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
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
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
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
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 {
>
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
=
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
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
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
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
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
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
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
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
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
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
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.
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
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
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
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 (
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
===
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
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
==
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
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
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
===
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
63 matches
Mail list logo