Author: danger (doc committer)
Date: Sun May 17 08:25:02 2009
New Revision: 192246
URL: http://svn.freebsd.org/changeset/base/192246
Log:
- do not create and mount new file systems on top of the old ones on every
invocation of this script once we already have one
(in case tmpmfs="YES").
Author: brueffer
Date: Sun May 17 10:58:50 2009
New Revision: 192247
URL: http://svn.freebsd.org/changeset/base/192247
Log:
Improve the accf_dns_load description.
Modified:
head/sys/boot/forth/loader.conf
Modified: head/sys/boot/forth/loader.conf
=
On Saturday 16 May 2009 18:47:16 Doug Rabson wrote:
> On 16 May 2009, at 19:35, Pegasus Mc Cleaft wrote:
> > On Saturday 16 May 2009 10:48:20 Doug Rabson wrote:
> >> Author: dfr
> >> Date: Sat May 16 10:48:20 2009
> >> New Revision: 192194
> >> URL: http://svn.freebsd.org/changeset/base/192194
> >>
Author: fabient
Date: Sun May 17 11:45:37 2009
New Revision: 192248
URL: http://svn.freebsd.org/changeset/base/192248
Log:
MFC 190395: Allow compile from c++ for libpmc
Reviewed by: jkoshy (mentor)
Modified:
stable/7/lib/libpmc/ (props changed)
stable/7/lib/libpmc/pmc.h
stable/7/li
Author: trasz
Date: Sun May 17 12:21:11 2009
New Revision: 192249
URL: http://svn.freebsd.org/changeset/base/192249
Log:
Fix the example.
Modified:
head/share/man/man4/md.4
Modified: head/share/man/man4/md.4
==
--- h
Author: ed
Date: Sun May 17 12:30:25 2009
New Revision: 192250
URL: http://svn.freebsd.org/changeset/base/192250
Log:
Several cleanups to tty_info(), better known as Ctrl-T.
- Only pick up PROC_LOCK once, which means we can drop the PGRP_LOCK
right after picking up PROC_LOCK for the fir
Author: bms
Date: Sun May 17 15:42:41 2009
New Revision: 192251
URL: http://svn.freebsd.org/changeset/base/192251
Log:
MFC rev 191654:
Fix an obvious bug in getsourcefilter()'s use of struct __msfilterreq;
the kernel will return in msfr_nsrcs the number of source filters
in-mode for a give
Alexander Motin wrote:
Bruce Simpson wrote:
Could this commit have broken boot on my amd64 system with an ULi
SATA controller?
This commit could change driver used for controller and so expose some
other bug in ALI driver. As I can see, there is present
vendor-specific driver for this chip,
Author: ed
Date: Sun May 17 16:17:48 2009
New Revision: 192252
URL: http://svn.freebsd.org/changeset/base/192252
Log:
Print an extra newline when not at the first column already.
This makes siginfo output look a lot better when pressing it the first
time when in sh(1), for example:
Author: rmacklem
Date: Sun May 17 17:54:01 2009
New Revision: 192255
URL: http://svn.freebsd.org/changeset/base/192255
Log:
Added a SYSCTL to sys/fs/nfsserver/nfs_nfsdport.c so that the value of
nfsrv_dolocallocks can be changed via sysctl. I also added some non-empty
descriptor strings and
Author: rmacklem
Date: Sun May 17 19:33:48 2009
New Revision: 192256
URL: http://svn.freebsd.org/changeset/base/192256
Log:
Fix the acquisition of local locks via VOP_ADVLOCK() by the
experimental nfsv4 server. It was setting the a_id argument
to a fixed value, but that wasn't sufficient for
Author: sam
Date: Sun May 17 19:46:50 2009
New Revision: 192257
URL: http://svn.freebsd.org/changeset/base/192257
Log:
fix 11a channel use; mark OFDM operation correctly
Submitted by: Lucius Windschuh
Modified:
head/sys/dev/usb/wlan/if_uath.c
Modified: head/sys/dev/usb/wlan/if_uath.c
=
Author: sam
Date: Sun May 17 19:51:08 2009
New Revision: 192258
URL: http://svn.freebsd.org/changeset/base/192258
Log:
add TRENDnet TEW-504UB/EU
Submitted by: Lucius Windschuh
Modified:
head/sys/dev/usb/usbdevs
head/sys/dev/usb/wlan/if_uath.c
Modified: head/sys/dev/usb/usbdevs
==
Author: alc
Date: Sun May 17 20:26:00 2009
New Revision: 192260
URL: http://svn.freebsd.org/changeset/base/192260
Log:
Introduce vfs_bio_set_valid() and use it from ffs_realloccg(). This
eliminates the misuse of vfs_bio_clrbuf() by ffs_realloccg().
In collaboration with:tegge
Mo
Author: alc
Date: Sun May 17 20:40:41 2009
New Revision: 192261
URL: http://svn.freebsd.org/changeset/base/192261
Log:
Eliminate a pointless call to pmap_clear_reference() from vm_pageout_scan().
If the page belongs to an object with a reference count of zero, then it
can't have any managed
Author: bz
Date: Sun May 17 20:53:10 2009
New Revision: 192262
URL: http://svn.freebsd.org/changeset/base/192262
Log:
Unbreak options VIMAGE builds, in a followup to r192011 which did not
introduce INIT_VNET_NET() initializers necessary for accessing V_loif.
Submitted by: zec
Reviewed b
Author: bz
Date: Sun May 17 20:55:33 2009
New Revision: 192263
URL: http://svn.freebsd.org/changeset/base/192263
Log:
Put the structs under #ifndef VIMAGE_GLOBALS as some constants are not
defined for VIMAGE_GLOBALS and thus broke the build for that option.
Reported by: csjp
Modified:
Author: bz
Date: Sun May 17 20:59:09 2009
New Revision: 192264
URL: http://svn.freebsd.org/changeset/base/192264
Log:
Add a missing INIT_VNET_NET() to get VIMAGE closer to full LINT again.
Modified:
head/sys/contrib/altq/altq/altq_subr.c
Modified: head/sys/contrib/altq/altq/altq_subr.c
=
Author: brueffer
Date: Sun May 17 21:28:37 2009
New Revision: 192265
URL: http://svn.freebsd.org/changeset/base/192265
Log:
Document sbuf_new_auto().
While here, add a missing `-' in phk's name.
MFC after:3 days
Modified:
head/share/man/man9/sbuf.9
Modified: head/share/man/man9
Bruce Simpson wrote:
Alexander Motin wrote:
Bruce Simpson wrote:
Could this commit have broken boot on my amd64 system with an ULi
SATA controller?
This commit could change driver used for controller and so expose some
other bug in ALI driver. As I can see, there is present
vendor-specific
Author: alc
Date: Sun May 17 23:25:53 2009
New Revision: 192270
URL: http://svn.freebsd.org/changeset/base/192270
Log:
Several changes to vfs_bio_clrbuf():
Provide a more descriptive comment.
Eliminate dead code. The page cannot possibly have PG_ZERO set.
Eliminate unnecessary bl
Author: kmacy
Date: Sun May 17 23:40:59 2009
New Revision: 192274
URL: http://svn.freebsd.org/changeset/base/192274
Log:
add self to list to avoid size limit
Modified:
svnadmin/conf/sizelimit.conf
Modified: svnadmin/conf/sizelimit.conf
Alexander Motin wrote:
...
This change is not anyhow related to your system. Looks like the real
reason found by jhb@ on sta...@. Probably something become more strict
in system resource management last time and this driver violates now.
Thanks... I reckon John is probably on the money with
Author: imp
Date: Mon May 18 01:00:11 2009
New Revision: 192277
URL: http://svn.freebsd.org/changeset/base/192277
Log:
Turns out that my BCM4318 has a PCI ID of 0x4319, which lead me to
believe it was a BCM4319. However, it is the a/b/g variation of the
BCM4318. The chip itself is labelled
Author: bz
Date: Mon May 18 01:05:09 2009
New Revision: 192278
URL: http://svn.freebsd.org/changeset/base/192278
Log:
tbr_timeout() is a timer driven function[1]. While the previous commit
made LINT happy this does the proper looping over all vnets as we are
only called `globally' and not on
Author: imp
Date: Mon May 18 01:07:38 2009
New Revision: 192279
URL: http://svn.freebsd.org/changeset/base/192279
Log:
Correct types of PHY, per http://bcm-specs.sipsolutions.net/PHYVersioning
# Note: The driver doesn't support either these PHY types, so this is
# effectively a nop.
On Thu, May 07, 2009 at 08:57:06PM +, Kip Macy wrote:
Author: kmacy
Date: Thu May 7 20:57:06 2009
New Revision: 191902
URL: http://svn.freebsd.org/changeset/base/191902
Log:
Allow the VM to provide backpressure on the ARC cache as it does
on Solaris.
Modified:
he
Author: brian
Date: Mon May 18 01:45:52 2009
New Revision: 192280
URL: http://svn.freebsd.org/changeset/base/192280
Log:
Remove redundant whitespace
Modified:
head/bin/ps/ps.c
Modified: head/bin/ps/ps.c
==
--- head/b
Author: delphij
Date: Mon May 18 01:51:52 2009
New Revision: 192281
URL: http://svn.freebsd.org/changeset/base/192281
Log:
DMA synchronization fixes:
- In bce_rx_intr(), use BUS_DMASYNC_POSTREAD instead of
BUS_DMASYNC_POSTWRITE, as we want to "read" from the
rx page chain pages.
Author: dchagin
Date: Mon May 18 04:07:46 2009
New Revision: 192284
URL: http://svn.freebsd.org/changeset/base/192284
Log:
Implement MSG_CMSG_CLOEXEC flag for linux_recvmsg().
Approved by: kib (mentor)
MFC after:1 month
Modified:
head/sys/compat/linux/linux_socket.c
head/sys/com
On Mon, 18 May 2009, Qing Li wrote:
Author: qingli
Date: Mon May 18 02:25:45 2009
New Revision: 192282
URL: http://svn.freebsd.org/changeset/base/192282
Log:
This patch resolves the following issues:
-- A routing socket message is not generated when an IPv6 address is
either inserted or
Author: qingli
Date: Mon May 18 02:25:45 2009
New Revision: 192282
URL: http://svn.freebsd.org/changeset/base/192282
Log:
This patch resolves the following issues:
-- A routing socket message is not generated when an IPv6 address is
either inserted or deleted from an interface. The mis
Author: adrian
Date: Mon May 18 04:50:31 2009
New Revision: 192285
URL: http://svn.freebsd.org/changeset/base/192285
Log:
Disable some un-needed console debugging.
Modified:
head/sys/dev/xen/console/console.c
Modified: head/sys/dev/xen/console/console.c
==
Author: adrian
Date: Mon May 18 04:56:37 2009
New Revision: 192286
URL: http://svn.freebsd.org/changeset/base/192286
Log:
The merge in r189699 reverted part of the work done in a previous commit
(r188036.)
Re-revert that change so the Xen networking functions again.
Modified:
head/sys/
Author: yongari
Date: Mon May 18 06:02:54 2009
New Revision: 192288
URL: http://svn.freebsd.org/changeset/base/192288
Log:
Use ANSI C declarations for all functions.
Modified:
head/sys/dev/nge/if_nge.c
Modified: head/sys/dev/nge/if_nge.c
==
Author: yongari
Date: Mon May 18 06:05:50 2009
New Revision: 192289
URL: http://svn.freebsd.org/changeset/base/192289
Log:
Remove register keyword.
Modified:
head/sys/dev/nge/if_nge.c
Modified: head/sys/dev/nge/if_nge.c
Author: yongari
Date: Mon May 18 06:09:10 2009
New Revision: 192290
URL: http://svn.freebsd.org/changeset/base/192290
Log:
Remove trailling whitespaces.
Modified:
head/sys/dev/nge/if_nge.c
head/sys/dev/nge/if_ngereg.h
Modified: head/sys/dev/nge/if_nge.c
Author: yongari
Date: Mon May 18 06:13:56 2009
New Revision: 192291
URL: http://svn.freebsd.org/changeset/base/192291
Log:
Remove return statement at the end of functions that return void.
Modified:
head/sys/dev/nge/if_nge.c
Modified: head/sys/dev/nge/if_nge.c
===
Author: yongari
Date: Mon May 18 06:19:17 2009
New Revision: 192292
URL: http://svn.freebsd.org/changeset/base/192292
Log:
style(9) - space after keyword.
Modified:
head/sys/dev/nge/if_nge.c
Modified: head/sys/dev/nge/if_nge.c
=
Author: yongari
Date: Mon May 18 06:32:38 2009
New Revision: 192294
URL: http://svn.freebsd.org/changeset/base/192294
Log:
s/u_int8_t/uint8_t/g
s/u_int16_t/uint16_t/g
s/u_int32_t/uint32_t/g
Modified:
head/sys/dev/nge/if_nge.c
head/sys/dev/nge/if_ngereg.h
Modified: head/sys/dev/nge/if_n
40 matches
Mail list logo