Author: kensmith
Date: Fri Jun 26 05:58:52 2009
New Revision: 195039
URL: http://svn.freebsd.org/changeset/base/195039
Log:
Start Code Freeze for the 8.0-RELEASE release cycle.
Approved by: core (implicit)
Modified:
svnadmin/conf/approvers
Modified: svnadmin/conf/approvers
This is my bug. Hold off for a day or two.
-Kip
On Wed, Jun 24, 2009 at 6:43 PM, Andrew Gallatin wrote:
> Sam Leffler wrote:
>
>> There's something else wrong. This is just covering up the real bug.
>
> I'm pretty sure the "real bug" is in bpf, but I'm not sure its a bug,
> and I suspect there a
Andrew Gallatin wrote:
> Sam Leffler wrote:
>
>> There's something else wrong. This is just covering up the real bug.
>
> I'm pretty sure the "real bug" is in bpf, but I'm not sure its a bug,
> and I suspect there are probably other, similar, bugs lurking when
> you try to tear down a busy inter
Author: maxim
Date: Fri Jun 26 05:09:00 2009
New Revision: 195036
URL: http://svn.freebsd.org/changeset/base/195036
Log:
o Kill grammar nits.
PR: docs/136061
Submitted by: Ben Kaduk
MFC after:1 week
Modified:
head/sbin/ipfw/ipfw.8
Modified: head/sbin/ipfw/ipfw.8
==
Doug Barton wrote:
Sam Leffler wrote:
Using device names is a bad idea. Take a look at wpa_supplicant (for
example) for how to check the media status to determine whether a device
is wireless.
I agree that it's not optimal, and I would prefer a dynamic solution
as opposed to a static
Author: alc
Date: Fri Jun 26 04:47:43 2009
New Revision: 195033
URL: http://svn.freebsd.org/changeset/base/195033
Log:
This change is the next step in implementing the cache control functionality
required by video card drivers. Specifically, this change introduces
vm_cache_mode_t with an ap
Sam Leffler wrote:
> Using device names is a bad idea. Take a look at wpa_supplicant (for
> example) for how to check the media status to determine whether a device
> is wireless.
I agree that it's not optimal, and I would prefer a dynamic solution
as opposed to a static one. What mechanism would
On Thu, 25 Jun 2009, Oleg Bulyzhin wrote:
On Wed, Jun 24, 2009 at 07:44:04PM -0400, Ben Kaduk wrote:
There's a grammar error and a style error, here. I'm actually not
entirely sure what
the intended meaning is, so it's a bit hard to fix the grammar error.
It's no wonder - my english writing
Doug Barton wrote:
Author: dougb
Date: Fri Jun 26 01:27:16 2009
New Revision: 195029
URL: http://svn.freebsd.org/changeset/base/195029
Log:
rtsol should not be run on the wireless NIC interfaces directly,
it will run on wlan0 instead.
Modified:
head/etc/network.subr
Modified: head/etc/ne
Author: weongyo
Date: Fri Jun 26 01:42:41 2009
New Revision: 195031
URL: http://svn.freebsd.org/changeset/base/195031
Log:
provides a extra write buffer when the NDIS driver want to send a
request whose body has some datas through the default pipe.
Tested by:Nikos Vassiliadis
Modifi
Author: dougb
Date: Fri Jun 26 01:27:16 2009
New Revision: 195029
URL: http://svn.freebsd.org/changeset/base/195029
Log:
rtsol should not be run on the wireless NIC interfaces directly,
it will run on wlan0 instead.
Modified:
head/etc/network.subr
Modified: head/etc/network.subr
==
Author: dougb
Date: Fri Jun 26 01:10:10 2009
New Revision: 195028
URL: http://svn.freebsd.org/changeset/base/195028
Log:
Revert the entry about pf and ipfw starting before netif
Modified:
head/UPDATING
Modified: head/UPDATING
==
Author: brian
Date: Fri Jun 26 01:08:35 2009
New Revision: 195027
URL: http://svn.freebsd.org/changeset/base/195027
Log:
MFC: r193488: Persist forever when tailing with -F and ignore ENOENT
failures. Correct the filename in other error messages.
Modified:
stable/7/usr.bin/tail/ (pro
Author: dougb
Date: Fri Jun 26 01:04:50 2009
New Revision: 195026
URL: http://svn.freebsd.org/changeset/base/195026
Log:
Reverse the effect of r193198 for pf and ipfw which will once again
allow them to start after netif. There were too many problems reported
with this change in the short pe
Author: rwatson
Date: Fri Jun 26 00:49:12 2009
New Revision: 195024
URL: http://svn.freebsd.org/changeset/base/195024
Log:
Update Netgraph nodes to use if_addr_rlock()/if_addr_runlock() instead
of IF_ADDR_LOCK()/IF_ADDR_UNLOCK() when iterating ifp->if_addrhead.
MFC after:6 weeks
Modi
Author: rwatson
Date: Fri Jun 26 00:46:50 2009
New Revision: 195023
URL: http://svn.freebsd.org/changeset/base/195023
Log:
Update various IPFW-related modules to use if_addr_rlock()/
if_addr_runlock() rather than IF_ADDR_LOCK()/IF_ADDR_UNLOCK().
MFC after:6 weeks
Modified:
head/sys
Author: rwatson
Date: Fri Jun 26 00:45:20 2009
New Revision: 195022
URL: http://svn.freebsd.org/changeset/base/195022
Log:
Update if_stf and if_tun to use if_addr_rlock()/if_addr_runlock() rather
than IF_ADDR_LOCK()/IF_ADDR_UNLOCK() when iterating ifp->if_addrhead.
MFC after:6 weeks
Author: rwatson
Date: Fri Jun 26 00:36:47 2009
New Revision: 195020
URL: http://svn.freebsd.org/changeset/base/195020
Log:
Define four wrapper functions for interface address locking,
if_addr_rlock() and if_addr_runlock() for regular address lists, and
if_maddr_rlock() and if_maddr_runlock()
Author: rwatson
Date: Fri Jun 26 00:19:25 2009
New Revision: 195019
URL: http://svn.freebsd.org/changeset/base/195019
Log:
Convert netisr to use dynamic per-CPU storage (DPCPU) instead of sizing
arrays to [MAXCPU], offering moderate memory savings. In some places,
this requires using CPU_AB
Author: delphij
Date: Thu Jun 25 23:59:23 2009
New Revision: 195015
URL: http://svn.freebsd.org/changeset/base/195015
Log:
Implement %z for strptime.
PR: kern/63064
Submitted by: Stefan `Sec` Zehl (with some small changes)
MFC after:1 month
Modified:
head/lib/libc/stdt
Author: jkim
Date: Thu Jun 25 23:22:25 2009
New Revision: 195014
URL: http://svn.freebsd.org/changeset/base/195014
Log:
Tag ACPICA 20090625
Added:
vendor-sys/acpica/20090625/
- copied from r195013, vendor-sys/acpica/dist/
___
svn-src-all
Author: jkim
Date: Thu Jun 25 23:22:25 2009
New Revision: 195014
URL: http://svn.freebsd.org/changeset/base/195014
Log:
Tag ACPICA 20090625
Added:
vendor-sys/acpica/20090625/
- copied from r195013, vendor-sys/acpica/dist/
___
svn-src-all
Author: jkim
Date: Thu Jun 25 23:20:50 2009
New Revision: 195013
URL: http://svn.freebsd.org/changeset/base/195013
Log:
Import ACPICA 20090625
Added:
vendor-sys/acpica/dist/utilities/utids.c (contents, props changed)
Modified:
vendor-sys/acpica/dist/changes.txt
vendor-sys/acpica/dist
Author: jkim
Date: Thu Jun 25 23:20:50 2009
New Revision: 195013
URL: http://svn.freebsd.org/changeset/base/195013
Log:
Import ACPICA 20090625
Added:
vendor-sys/acpica/dist/utilities/utids.c (contents, props changed)
Modified:
vendor-sys/acpica/dist/changes.txt
vendor-sys/acpica/dist
Author: delphij
Date: Thu Jun 25 23:10:59 2009
New Revision: 195012
URL: http://svn.freebsd.org/changeset/base/195012
Log:
Correct a typo (which you can use to in order -> which you can use in order
to).
PR: bin/136040
Submitted by: "Vikentii L. Karabin"
MFC after:1 wee
Author: jamie
Date: Thu Jun 25 22:42:19 2009
New Revision: 195011
URL: http://svn.freebsd.org/changeset/base/195011
Log:
Fix dynamic (re)allocation logic in jailparam_set and jailparam_get.
Touch up jailparam_import a bit while I'm at it.
Approved by: bz (mentor)
Modified:
head/lib/li
* Ed Schouten wrote:
> Approved by:kib
Kib, Kip; this should have said:
Approved by:kmacy
--
Ed Schouten
WWW: http://80386.nl/
pgp1WgL3dqDa4.pgp
Description: PGP signature
Author: np
Date: Thu Jun 25 21:50:15 2009
New Revision: 195006
URL: http://svn.freebsd.org/changeset/base/195006
Log:
mvec routines should have no knowledge of the SG engine.
Reviewed by: kmacy
Approved by: gnn (mentor)
Modified:
head/sys/dev/cxgb/cxgb_sge.c
head/sys/dev/cxgb/sys/m
John Baldwin wrote:
On Thursday 25 June 2009 3:44:18 pm Alexander Motin wrote:
John Baldwin wrote:
Author: jhb
Date: Thu Jun 25 18:13:46 2009
New Revision: 194985
URL: http://svn.freebsd.org/changeset/base/194985
Log:
- Restore the behavior of pre-allocating IDT vectors for MSI interrupts.
On Thursday 25 June 2009 3:44:18 pm Alexander Motin wrote:
> John Baldwin wrote:
> > Author: jhb
> > Date: Thu Jun 25 18:13:46 2009
> > New Revision: 194985
> > URL: http://svn.freebsd.org/changeset/base/194985
> >
> > Log:
> > - Restore the behavior of pre-allocating IDT vectors for MSI interru
Author: attilio
Date: Thu Jun 25 20:59:37 2009
New Revision: 195005
URL: http://svn.freebsd.org/changeset/base/195005
Log:
Fix a LOR between pmc_sx and proctree/allproc when creating a new thread
for the pmclog.
Reported by: Ryan Stone
Tested by:Ryan Stone
Sponsored by: Sandvin
Author: trasz
Date: Thu Jun 25 20:57:53 2009
New Revision: 195004
URL: http://svn.freebsd.org/changeset/base/195004
Log:
Fix acl_set_fd(3) and acl_get_fd(3) for cases where the kernel doesn't know
anything about _PC_ACL_NFS4.
Modified:
head/lib/libc/posix1e/acl_get.c
head/lib/libc/posix1e
Author: snb
Date: Thu Jun 25 20:40:13 2009
New Revision: 195003
URL: http://svn.freebsd.org/changeset/base/195003
Log:
Fix a bug reported by pho@ where one can induce a panic by decreasing
vfs.ufs.dirhash_maxmem below the current amount of memory used by dirhash.
When
ufsdirhash_build() is
Author: jhb
Date: Thu Jun 25 20:35:46 2009
New Revision: 195002
URL: http://svn.freebsd.org/changeset/base/195002
Log:
Fix kernels compiled without SMP support. Make intr_next_cpu() available
for UP kernels but as a stub that always returns the single CPU's local
APIC ID.
Reported by:
Author: dougb
Date: Thu Jun 25 20:09:53 2009
New Revision: 195001
URL: http://svn.freebsd.org/changeset/base/195001
Log:
Add the KNOWN-DEFECTS file back in for the 9.6.1 release.
Modified:
head/share/doc/bind9/Makefile
Modified: head/share/doc/bind9/Makefile
=
Author: dougb
Date: Thu Jun 25 19:52:45 2009
New Revision: 195000
URL: http://svn.freebsd.org/changeset/base/195000
Log:
This is the solution that ISC committed after 9.6.1-release for
the gcc warning issue. It should be included in the next upstream
release.
Modified:
head/contrib/bind9/
John Baldwin wrote:
Author: jhb
Date: Thu Jun 25 18:13:46 2009
New Revision: 194985
URL: http://svn.freebsd.org/changeset/base/194985
Log:
- Restore the behavior of pre-allocating IDT vectors for MSI interrupts.
This is mostly important for the multiple MSI message case where the
IDT v
Author: ed
Date: Thu Jun 25 19:26:23 2009
New Revision: 194997
URL: http://svn.freebsd.org/changeset/base/194997
Log:
Remove COMPAT_43 from sun4v's GENERIC.
I think it's very unlikely that we have binaries for sun4v that use
features provided by COMPAT_43. Remove it from GENERIC.
App
Author: rnoland
Date: Thu Jun 25 19:23:25 2009
New Revision: 194996
URL: http://svn.freebsd.org/changeset/base/194996
Log:
We shouldn't need to drop and reaquire the lock here.
MFC after:3 days
Modified:
head/sys/dev/drm/i915_dma.c
Modified: head/sys/dev/drm/i915_dma.c
=
Author: dougb
Date: Thu Jun 25 19:16:29 2009
New Revision: 194995
URL: http://svn.freebsd.org/changeset/base/194995
Log:
Update to the final release version of BIND 9.6.1. It has the following
changes from the 9.6.1rc1 version. The first 2 only affect DNSSEC.
named could incorre
Author: kib
Date: Thu Jun 25 18:54:56 2009
New Revision: 194993
URL: http://svn.freebsd.org/changeset/base/194993
Log:
In lf_iteratelocks_vnode, increment state->ls_threads around iterating
of the vnode advisory lock list. This prevents deallocation of state
while inside the loop.
Repor
On Thursday 25 June 2009 2:13:46 pm John Baldwin wrote:
> Author: jhb
> Date: Thu Jun 25 18:13:46 2009
> New Revision: 194985
> URL: http://svn.freebsd.org/changeset/base/194985
>
> Log:
> - Restore the behavior of pre-allocating IDT vectors for MSI interrupts.
> This is mostly important for
Author: dougb
Date: Thu Jun 25 18:51:35 2009
New Revision: 194992
URL: http://svn.freebsd.org/changeset/base/194992
Log:
Tag the 9.6.1 release
Added:
vendor/bind9/9.6.1/
- copied from r194991, vendor/bind9/dist/
___
svn-src-all@freebsd.org mail
Author: dougb
Date: Thu Jun 25 18:50:46 2009
New Revision: 194991
URL: http://svn.freebsd.org/changeset/base/194991
Log:
Vendor import of BIND 9.6.1
Added:
vendor/bind9/dist/KNOWN-DEFECTS
Modified:
vendor/bind9/dist/CHANGES
vendor/bind9/dist/bin/check/named-checkzone.c
vendor/bind9/dist
Author: kib
Date: Thu Jun 25 18:46:30 2009
New Revision: 194990
URL: http://svn.freebsd.org/changeset/base/194990
Log:
Change the type of uio_resid member of struct uio from int to ssize_t.
Note that this does not actually enable full-range i/o requests for
64 architectures, and is done now
Author: jhb
Date: Thu Jun 25 18:44:05 2009
New Revision: 194989
URL: http://svn.freebsd.org/changeset/base/194989
Log:
Remove the d_spare2_t typedef. The d_spare2 field was replaced by
d_mmap_single(). I considered adding a new round of padding for 8.0.
However, since cdevsw already mainta
Author: jfv
Date: Thu Jun 25 18:40:27 2009
New Revision: 194988
URL: http://svn.freebsd.org/changeset/base/194988
Log:
Decided to limit the interrupt bind to multiqueue
config as done in igb.
Modified:
head/sys/dev/ixgbe/ixgbe.c
Modified: head/sys/dev/ixgbe/ixgbe.c
Author: jhb
Date: Thu Jun 25 18:35:19 2009
New Revision: 194987
URL: http://svn.freebsd.org/changeset/base/194987
Log:
Return errors from intr_event_bind() to the caller of intr_set_affinity().
Specifically, if a non-root user attempts to bind an interrupt the request
will now report failure
Author: rnoland
Date: Thu Jun 25 18:27:08 2009
New Revision: 194986
URL: http://svn.freebsd.org/changeset/base/194986
Log:
Some more cleanups for vblank code on Intel.
The Intel 2d driver calls modeset before reinstalling the handler on
a vt switch. This means that vblank status ends up
Author: jhb
Date: Thu Jun 25 18:13:46 2009
New Revision: 194985
URL: http://svn.freebsd.org/changeset/base/194985
Log:
- Restore the behavior of pre-allocating IDT vectors for MSI interrupts.
This is mostly important for the multiple MSI message case where the
IDT vectors for the entire
Author: raj
Date: Thu Jun 25 18:09:23 2009
New Revision: 194984
URL: http://svn.freebsd.org/changeset/base/194984
Log:
Make ata-{dma,sata}.c dependent on atacore build option.
Discussed with: mav
Modified:
head/sys/conf/files
Modified: head/sys/conf/files
=
Author: sam
Date: Thu Jun 25 18:07:19 2009
New Revision: 194983
URL: http://svn.freebsd.org/changeset/base/194983
Log:
temporarily disable optional uarts; apparently we hang when probing them
(and they are not present)
Modified:
head/sys/arm/conf/CAMBRIA.hints
Modified: head/sys/arm/conf/C
Author: jhb
Date: Thu Jun 25 17:46:52 2009
New Revision: 194982
URL: http://svn.freebsd.org/changeset/base/194982
Log:
Remove COMPAT_FREEBSD5 from sun4v. There are no FreeBSD/sun4v 5.x binaries
to be compatible with.
Modified:
head/sys/sun4v/conf/GENERIC
Modified: head/sys/sun4v/conf/GENE
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi, Bruce,
Bruce Evans wrote:
> On Tue, 23 Jun 2009, Xin LI wrote:
>
>> Log:
>> Use getprogname() instead of referencing __progname.
>
> Neither is permitted in FreeBSD in usage().
I didn't see references about this? If this is discouraged, perha
Author: jilles
Date: Thu Jun 25 17:36:08 2009
New Revision: 194981
URL: http://svn.freebsd.org/changeset/base/194981
Log:
Add some tests for r194975 and r194977.
Approved by: ed (mentor) (implicit)
Added:
head/tools/regression/bin/sh/expansion/
head/tools/regression/bin/sh/expansion/i
Author: thompsa
Date: Thu Jun 25 17:24:36 2009
New Revision: 194980
URL: http://svn.freebsd.org/changeset/base/194980
Log:
Rename man4/if_bridge.4 to man4/bridge.4 in order to be consistent with other
peueso interfaces. The .Nm name hasnt been changed and all xrefs are still
valid.
Added:
Author: jfv
Date: Thu Jun 25 17:21:12 2009
New Revision: 194979
URL: http://svn.freebsd.org/changeset/base/194979
Log:
Change intr_bind to bus_bind_intr, also limit this to
multiqueue setup which is not the shipping default for
igb (its set to 1).
Modified:
head/sys/dev/e1000/if_igb.c
Mo
Author: jfv
Date: Thu Jun 25 17:16:26 2009
New Revision: 194978
URL: http://svn.freebsd.org/changeset/base/194978
Log:
Change intr_bind to bus_bind_intr, thanks to John Baldwin
for pointing out this simplification.
Modified:
head/sys/dev/ixgbe/ixgbe.c
Modified: head/sys/dev/ixgbe/ixgbe.c
=
Author: jilles
Date: Thu Jun 25 17:14:06 2009
New Revision: 194977
URL: http://svn.freebsd.org/changeset/base/194977
Log:
Fix some weirdnesses in the NetBSD IFS code,
in particular "$@"$ifschar if the final positional parameter is empty.
With the NetBSD code, adding the $ifschar removes a pa
On Thu, Jun 25, 2009 at 09:18:47AM -0400, George Neville-Neil wrote:
>
> On Jun 24, 2009, at 17:53 , Navdeep Parhar wrote:
>
> >==
> >--- head/sys/net/if_media.h Wed Jun 24 21:51:42 2009(r194917)
> >+++ head/sys/net/
Author: jhb
Date: Thu Jun 25 17:11:27 2009
New Revision: 194976
URL: http://svn.freebsd.org/changeset/base/194976
Log:
Use the correct cast for the arguments passed to freebsd_shmctl() in
oshmctl().
Submitted by: kib
Modified:
head/sys/kern/sysv_shm.c
Modified: head/sys/kern/sysv_shm.
Author: jilles
Date: Thu Jun 25 17:10:51 2009
New Revision: 194975
URL: http://svn.freebsd.org/changeset/base/194975
Log:
Improve IFS expansion using code from NetBSD.
We now pass the ifs.sh testsuite.
PR: standards/79067
Approved by: ed (mentor) (implicit)
Obtained from
Author: rdivacky
Date: Thu Jun 25 16:48:13 2009
New Revision: 194974
URL: http://svn.freebsd.org/changeset/base/194974
Log:
Fix the build by using proper format.
Pointy hat: me
Approved by: kib
Modified:
head/sys/gnu/fs/xfs/FreeBSD/xfs_ioctl.c
Modified: head/sys/gnu/fs/xfs/FreeBSD/xfs
Author: marius
Date: Thu Jun 25 16:38:16 2009
New Revision: 194973
URL: http://svn.freebsd.org/changeset/base/194973
Log:
Don't use the preprocessor while inside function-like macro
invocations as doing so violates the C specification. This
fixes the build with Clang.
Submitted by: ed
Author: trasz
Date: Thu Jun 25 16:36:57 2009
New Revision: 194972
URL: http://svn.freebsd.org/changeset/base/194972
Log:
Tweak comment.
Modified:
head/sys/sys/vnode.h
Modified: head/sys/sys/vnode.h
==
--- head/sys/sy
Author: rwatson
Date: Thu Jun 25 16:35:28 2009
New Revision: 194971
URL: http://svn.freebsd.org/changeset/base/194971
Log:
Add address list locking for in6_ifaddrhead/ia_link: as with locking
for in_ifaddrhead, we stick with an rwlock for the time being, which
we will revisit in the future w
Author: trasz
Date: Thu Jun 25 16:34:29 2009
New Revision: 194970
URL: http://svn.freebsd.org/changeset/base/194970
Log:
Manual page tweaks.
Modified:
head/lib/libc/posix1e/acl.3
Modified: head/lib/libc/posix1e/acl.3
===
Oh, hmmm, wasn't aware of that, I'll take a look at it today.
Thanks John,
Jack
On Thu, Jun 25, 2009 at 5:21 AM, John Baldwin wrote:
> On Wednesday 24 June 2009 6:16:02 pm Jack F Vogel wrote:
> > Author: jfv
> > Date: Wed Jun 24 22:16:02 2009
> > New Revision: 194925
> > URL: http://svn.freeb
Author: rnoland
Date: Thu Jun 25 16:17:07 2009
New Revision: 194969
URL: http://svn.freebsd.org/changeset/base/194969
Log:
Initialize max_vblank_count earlier.
Small cleanup of the error paths while I'm here.
MFC after:3 days
Modified:
head/sys/dev/drm/radeon_cp.c
head/sys/dev
Author: brian
Date: Thu Jun 25 16:15:39 2009
New Revision: 194968
URL: http://svn.freebsd.org/changeset/base/194968
Log:
Support shadow.byname and shadow.byuid maps, protecting them by
insisting on privileged port access.
Include /var/yp/Makefile.local if it exists and suggest using
it
Author: jhb
Date: Thu Jun 25 16:10:04 2009
New Revision: 194967
URL: http://svn.freebsd.org/changeset/base/194967
Log:
MFC: Fix a deadlock in the getpeername() method for UNIX domain sockets.
Modified:
stable/7/sys/ (props changed)
stable/7/sys/contrib/pf/ (props changed)
stable/7/sys
On Wednesday 24 June 2009 6:16:02 pm Jack F Vogel wrote:
> Author: jfv
> Date: Wed Jun 24 22:16:02 2009
> New Revision: 194925
> URL: http://svn.freebsd.org/changeset/base/194925
>
> Log:
> need to make intr_bind call architecture specific for
> global builds (failing sun4v lint build)
You sh
Author: rnoland
Date: Thu Jun 25 15:47:32 2009
New Revision: 194966
URL: http://svn.freebsd.org/changeset/base/194966
Log:
Keep track of the hardware counter more aggressively while interrupts
are enabled. This should help to reduce cases where the hardware
counter reference jumps by large
Author: rnoland
Date: Thu Jun 25 15:36:11 2009
New Revision: 194965
URL: http://svn.freebsd.org/changeset/base/194965
Log:
Fix one use of atomic for refcount missed in last commit.
MFC after:3 days
Modified:
head/sys/dev/drm/drm_irq.c
Modified: head/sys/dev/drm/drm_irq.c
===
Author: ume
Date: Thu Jun 25 15:34:17 2009
New Revision: 194964
URL: http://svn.freebsd.org/changeset/base/194964
Log:
MFC 194366, 194447: Fix column width of weekday names for
multibyte locales.
Modified:
stable/7/usr.bin/ncal/ (props changed)
stable/7/usr.bin/ncal/ncal.c
Modified: st
Author: rnoland
Date: Thu Jun 25 15:30:25 2009
New Revision: 194963
URL: http://svn.freebsd.org/changeset/base/194963
Log:
Additional vblank cleanups.
Use the vbl_lock when maniputlating the refcount. Eventually I want to
convert this to use our internal refcount code. Continue to use a
Author: rwatson
Date: Thu Jun 25 14:44:00 2009
New Revision: 194962
URL: http://svn.freebsd.org/changeset/base/194962
Log:
Initialize in_ifaddr_lock using RW_SYSINIT() instead of in ip_init(),
so that it doesn't run multiple times if VIMAGE is being used.
Discussed with: bz
MFC af
Author: rnoland
Date: Thu Jun 25 14:15:45 2009
New Revision: 194960
URL: http://svn.freebsd.org/changeset/base/194960
Log:
Ensure that we always hold the lock when calling vblank_disable_fn()
MFC after:3 days
Modified:
head/sys/dev/drm/drm_irq.c
Modified: head/sys/dev/drm/drm_irq.c
On Jun 24, 2009, at 17:53 , Navdeep Parhar wrote:
Author: np
Date: Wed Jun 24 21:53:25 2009
New Revision: 194918
URL: http://svn.freebsd.org/changeset/base/194918
Log:
Add 10Gbase-T to known ethernet media types.
Approved by: gnn (mentor)
MFC after: 1 week.
Modified:
head/sys/net/i
On Thu, 2009-06-25 at 15:29 +0200, Florian Smeets wrote:
> On 25.06.09 15:27, Gavin Atkinson wrote:
> > On Tue, 2009-06-23 at 20:45 +, Konstantin Belousov wrote:
> >> Author: kib
> >> Date: Tue Jun 23 20:45:22 2009
> >> New Revision: 194766
> >> URL: http://svn.freebsd.org/changeset/base/194766
Rafal Jaworowski wrote:
On 2009-06-25, at 12:19, Alexander Motin wrote:
Rafal Jaworowski wrote:
=
--- head/sys/conf/filesWed Jun 24 15:33:33 2009(r194843)
+++ head/sys/conf/filesWed Jun 24 15:38:17 2009(r194844)
Author: jhb
Date: Thu Jun 25 13:36:57 2009
New Revision: 194959
URL: http://svn.freebsd.org/changeset/base/194959
Log:
Tweak the oshmctl() compile fix: convert the K&R definition to ANSI.
Modified:
head/sys/kern/sysv_shm.c
Modified: head/sys/kern/sysv_shm.c
==
On 25.06.09 15:27, Gavin Atkinson wrote:
On Tue, 2009-06-23 at 20:45 +, Konstantin Belousov wrote:
Author: kib
Date: Tue Jun 23 20:45:22 2009
New Revision: 194766
URL: http://svn.freebsd.org/changeset/base/194766
Log:
Implement global and per-uid accounting of the anonymous memory. Add
On Tue, 2009-06-23 at 20:45 +, Konstantin Belousov wrote:
> Author: kib
> Date: Tue Jun 23 20:45:22 2009
> New Revision: 194766
> URL: http://svn.freebsd.org/changeset/base/194766
>
> Log:
> Implement global and per-uid accounting of the anonymous memory. Add
> rlimit RLIMIT_SWAP that limi
Author: n_hibma
Date: Thu Jun 25 13:15:20 2009
New Revision: 194958
URL: http://svn.freebsd.org/changeset/base/194958
Log:
- Make pprint print through fd 3, so it can be used in customisation
functions to print something to the screen.
- Prefix each line with the running time (bikeshed).
Author: trasz
Date: Thu Jun 25 13:08:02 2009
New Revision: 194957
URL: http://svn.freebsd.org/changeset/base/194957
Log:
Fix c194955 - somehow I managed all the new files, tripling their
contents.
Modified:
head/lib/libc/posix1e/acl_add_flag_np.3
head/lib/libc/posix1e/acl_branding.c
hea
Author: trasz
Date: Thu Jun 25 12:53:50 2009
New Revision: 194956
URL: http://svn.freebsd.org/changeset/base/194956
Log:
Bump manual page timestamps.
Modified:
head/lib/libc/posix1e/acl.3
head/lib/libc/posix1e/acl_add_flag_np.3
head/lib/libc/posix1e/acl_add_perm.3
head/lib/libc/posix1e/
Author: trasz
Date: Thu Jun 25 12:46:59 2009
New Revision: 194955
URL: http://svn.freebsd.org/changeset/base/194955
Log:
Add NFSv4 ACL support to libc.
This adds the following functions to the acl(3) API: acl_add_flag_np,
acl_clear_flags_np, acl_create_entry_np, acl_delete_entry_np,
acl
Author: n_hibma
Date: Thu Jun 25 12:34:44 2009
New Revision: 194954
URL: http://svn.freebsd.org/changeset/base/194954
Log:
Don't send multiple commands. Sending the ZTE switch command is
sufficient.
Modified:
stable/7/sys/dev/usb/u3g.c
Modified: stable/7/sys/dev/usb/u3g.c
=
Author: jhb
Date: Thu Jun 25 12:34:05 2009
New Revision: 194953
URL: http://svn.freebsd.org/changeset/base/194953
Log:
Raise the default size of the EFI partition on ia64 from 100MB to 400MB.
A fresh install of a current 8.0 snapshot uses 156MB with a single kernel
and having the filesystem
Author: rwatson
Date: Thu Jun 25 11:52:33 2009
New Revision: 194951
URL: http://svn.freebsd.org/changeset/base/194951
Log:
Add a new global rwlock, in_ifaddr_lock, which will synchronize use of the
in_ifaddrhead and INADDR_HASH address lists.
Previously, these lists were used unsynchroniz
On Wed, Jun 24, 2009 at 07:44:04PM -0400, Ben Kaduk wrote:
> There's a grammar error and a style error, here. I'm actually not
> entirely sure what
> the intended meaning is, so it's a bit hard to fix the grammar error.
It's no wonder - my english writing skill is poor.
> Looking at the code, i
On 2009-06-25, at 12:19, Alexander Motin wrote:
Rafal Jaworowski wrote:
Modified: head/sys/conf/files
=
=
=
=
=
=
=
=
=
=
--- head/sys/conf/files Wed Jun 24 15:33:33 2009(r194843)
+++ head/sys/conf/files Wed Jun 24 15:
Rafal Jaworowski wrote:
Author: raj
Date: Wed Jun 24 15:38:17 2009
New Revision: 194844
URL: http://svn.freebsd.org/changeset/base/194844
Log:
Move non-PCI prototypes from ata-pci.h -> ata-all.h.
This removes unnecessary PCI #includes dependency for systems with ATA
controllers living
Author: raj
Date: Thu Jun 25 10:07:21 2009
New Revision: 194950
URL: http://svn.freebsd.org/changeset/base/194950
Log:
Include SMP support in the MPC85XX kernel by default.
Modified:
head/sys/powerpc/conf/MPC85XX
Modified: head/sys/powerpc/conf/MPC85XX
===
Author: raj
Date: Thu Jun 25 10:03:51 2009
New Revision: 194949
URL: http://svn.freebsd.org/changeset/base/194949
Log:
Enable all populated TWSI (I2C) controllers on Marvell SOCs.
Obtained from:Semihalf
Modified:
head/sys/arm/mv/discovery/discovery.c
head/sys/arm/mv/kirkwood/ki
Author: luigi
Date: Thu Jun 25 09:28:44 2009
New Revision: 194948
URL: http://svn.freebsd.org/changeset/base/194948
Log:
MFC: enable creation of ISO images
Modified:
stable/7/release/picobsd/build/picobsd
Modified: stable/7/release/picobsd/build/picobsd
==
Author: luigi
Date: Thu Jun 25 09:28:04 2009
New Revision: 194947
URL: http://svn.freebsd.org/changeset/base/194947
Log:
update the manpage to track existing options (including --iso),
and alphabetize them.
MFC after:3 days
Modified:
head/share/man/man8/picobsd.8
Modified: head/sh
Author: avg
Date: Thu Jun 25 09:17:50 2009
New Revision: 194946
URL: http://svn.freebsd.org/changeset/base/194946
Log:
MFC r194061: gdb: make 'thread apply all bt' always work on all threads
Modified:
stable/7/contrib/gdb/ (props changed)
stable/7/contrib/gdb/gdb/stack.c
Modified: stable
Author: avg
Date: Thu Jun 25 09:07:40 2009
New Revision: 194945
URL: http://svn.freebsd.org/changeset/base/194945
Log:
MFC r194037: syslog.conf(5): correct example
Modified:
stable/7/usr.sbin/syslogd/ (props changed)
stable/7/usr.sbin/syslogd/syslog.conf.5
Modified: stable/7/usr.sbin/sys
1 - 100 of 105 matches
Mail list logo