Author: kib
Date: Fri Jan 11 06:08:32 2013
New Revision: 245286
URL: http://svnweb.freebsd.org/changeset/base/245286
Log:
Add flags argument to vfs_write_resume() and remove
vfs_write_resume_flags().
Sponsored by: The FreeBSD Foundation
Modified:
head/sys/geom/journal/g_journal.c
hea
Author: adrian
Date: Fri Jan 11 02:25:39 2013
New Revision: 245281
URL: http://svnweb.freebsd.org/changeset/base/245281
Log:
Place-holders for enable/active parameter flags.
Modified:
head/sys/dev/ath/ath_hal/ah.h
Modified: head/sys/dev/ath/ath_hal/ah.h
==
Author: np
Date: Fri Jan 11 00:07:01 2013
New Revision: 245276
URL: http://svnweb.freebsd.org/changeset/base/245276
Log:
Overhaul the stid allocator so that it can be used for IPv6 servers
too. The entry for an IPv6 server in the TCAM takes up the equivalent
of two ordinary stids and must b
Author: imp
Date: Fri Jan 11 00:03:19 2013
New Revision: 245275
URL: http://svnweb.freebsd.org/changeset/base/245275
Log:
Use better arm memory barrier
Modified:
head/sys/dev/sym/sym_hipd.c
Modified: head/sys/dev/sym/sym_hipd.c
Author: np
Date: Thu Jan 10 23:56:50 2013
New Revision: 245274
URL: http://svnweb.freebsd.org/changeset/base/245274
Log:
cxgbe(4): Add functions to help synchronize "slow" operations (those not
on the fast data path) and use them instead of frobbing the adapter lock
and busy flag directly.
On Sun, Dec 23, 2012 at 01:54:08AM +0100, Dimitry Andric wrote:
> On 2012-12-18 17:37, Brooks Davis wrote:
> > Author: brooks
> > Date: Tue Dec 18 16:37:24 2012
> > New Revision: 244401
> > URL: http://svnweb.freebsd.org/changeset/base/244401
> >
> > Log:
> >Replace our implementation of the vi
Author: dim
Date: Thu Jan 10 23:36:02 2013
New Revision: 245272
URL: http://svnweb.freebsd.org/changeset/base/245272
Log:
Add an ugly hack to libgcc's unwind code, to make it behave properly at
runtime on amd64, when it is compiled by clang. Some versions of clang
don't save and restore all
Author: brooks
Date: Thu Jan 10 23:29:36 2013
New Revision: 245271
URL: http://svnweb.freebsd.org/changeset/base/245271
Log:
Add xargs to the set of install tools when zoneinfo is not disabled.
This fixes installworld which I had broken in r245265.
Reported by: Nikolai Lifanov
Modified
Author: des
Date: Thu Jan 10 22:44:19 2013
New Revision: 245269
URL: http://svnweb.freebsd.org/changeset/base/245269
Log:
Remove all support for legacy NOFOO and NO_FOO build options.
Deleted:
head/share/mk/bsd.compat.mk
Modified:
head/share/mk/Makefile
head/share/mk/bsd.init.mk
head/sh
Author: pluknet
Date: Thu Jan 10 22:36:30 2013
New Revision: 245268
URL: http://svnweb.freebsd.org/changeset/base/245268
Log:
The Giant lock is no longer used in the vm_map(9) part of the VM.
While here, document that the process lock is acquired in vm_map_stack, too.
MFC after:1 week
Author: mav
Date: Thu Jan 10 21:38:31 2013
New Revision: 245266
URL: http://svnweb.freebsd.org/changeset/base/245266
Log:
Remove not very useful printf, that can be too chatty.
ASUS P8Z77-V board reports _AC2, _AC3 and _AC4 setpoints as 0C. With active
cooling already automatically set t
Author: brooks
Date: Thu Jan 10 19:46:08 2013
New Revision: 245265
URL: http://svnweb.freebsd.org/changeset/base/245265
Log:
Rather than using zic to both compile and install zoneinfo files,
generate the files during the build and install them with install(1).
This was the one place in insta
Author: delphij
Date: Thu Jan 10 19:26:56 2013
New Revision: 245264
URL: http://svnweb.freebsd.org/changeset/base/245264
Log:
The current ZFS code expects ddt_zap_count to always succeed by asserting
the underlying zap_count() to return no errors. However, it is possible
that the pool reach
Author: imp
Date: Thu Jan 10 18:51:35 2013
New Revision: 245263
URL: http://svnweb.freebsd.org/changeset/base/245263
Log:
Clang complains about the comparision of fak < 0 always being
false. It is right. Delete it because on the next line we catch all
'negative' cases with the test > 2, sinc
Author: kib
Date: Thu Jan 10 18:24:48 2013
New Revision: 245262
URL: http://svnweb.freebsd.org/changeset/base/245262
Log:
When nullfs mount is forcibly unmounted and nullfs vnode is reclaimed,
get back the leased write reference from the lower vnode. There is no
other path which can correct
On Thu, Jan 10, 2013 at 05:03:31PM +0300, Sergey Kandaurov wrote:
> On 10 January 2013 16:43, Andrey Zonov wrote:
> > Author: zont
> > Date: Thu Jan 10 12:43:58 2013
> > New Revision: 245255
> > URL: http://svnweb.freebsd.org/changeset/base/245255
> >
> > Log:
> > - Reduce kernel size by removin
Author: ume
Date: Thu Jan 10 14:08:19 2013
New Revision: 245256
URL: http://svnweb.freebsd.org/changeset/base/245256
Log:
Re-enable ip6addrctl support but only for IPv6 address.
Requested by: Ben Morrow
MFC after:1 week
Modified:
head/lib/libc/net/name6.c
Modified: head/lib/libc/
On 10 January 2013 16:43, Andrey Zonov wrote:
> Author: zont
> Date: Thu Jan 10 12:43:58 2013
> New Revision: 245255
> URL: http://svnweb.freebsd.org/changeset/base/245255
>
> Log:
> - Reduce kernel size by removing unnecessary pointer indirections.
>
> GENERIC kernel size reduced in 16 bytes
Author: zont
Date: Thu Jan 10 12:43:58 2013
New Revision: 245255
URL: http://svnweb.freebsd.org/changeset/base/245255
Log:
- Reduce kernel size by removing unnecessary pointer indirections.
GENERIC kernel size reduced in 16 bytes and RACCT kernel in 336 bytes.
Suggested by: alc
Revie
Author: smh
Date: Thu Jan 10 12:25:00 2013
New Revision: 245253
URL: http://svnweb.freebsd.org/changeset/base/245253
Log:
Changed scsi_da device requests to use the sysctl tunable value for
retry_count
and da_default_timeout where their current hardcoded values matched the
current
default
Author: smh
Date: Thu Jan 10 11:57:46 2013
New Revision: 245252
URL: http://svnweb.freebsd.org/changeset/base/245252
Log:
Updates delete_method sysctl changes to always maintain disk d_flags
DISKFLAG_CANDELETE. While this change makes this layer consistent
other layers such as UFS and ZFS BI
Author: smh
Date: Thu Jan 10 11:28:12 2013
New Revision: 245251
URL: http://svnweb.freebsd.org/changeset/base/245251
Log:
Removes essentially unused variables from scsi_da probe setups
PR: kern/169835
Reviewed by: pjd (mentor)
Approved by: mav
MFC after:2 weeks
Modifi
Author: smh
Date: Thu Jan 10 11:08:22 2013
New Revision: 245250
URL: http://svnweb.freebsd.org/changeset/base/245250
Log:
Allow perl scripts to be used in rc.d scripts
PR: conf/117027
Reviewed by: pjd (mentor)
Approved by: hrs
MFC after:2 weeks
Modified:
head/etc/rc
Author: hselasky
Date: Thu Jan 10 08:06:12 2013
New Revision: 245249
URL: http://svnweb.freebsd.org/changeset/base/245249
Log:
Bugfix: Fix sizeof() argument.
Found by: Haakon Loevdal
MFC after:1 week
Modified:
head/sys/dev/usb/quirk/usb_quirk.c
Modified: head/sys/dev/usb/quirk
24 matches
Mail list logo