* David E. O'Brien (obr...@freebsd.org) wrote:
I think this should be backed out. Those verbose messages:
- Are completely unexpected, this violates POLA.
- Do break recognizeable make output people are used to
- Really uglify make output for some custom makefiles (for example,
generated by cmak
Author: thompsa
Date: Fri Jan 30 07:01:32 2009
New Revision: 187911
URL: http://svn.freebsd.org/changeset/base/187911
Log:
Increment total_bounced busdma stat as required.
Modified:
head/sys/arm/arm/busdma_machdep.c
Modified: head/sys/arm/arm/busdma_machdep.c
Author: kientzle
Date: Fri Jan 30 05:49:27 2009
New Revision: 187910
URL: http://svn.freebsd.org/changeset/base/187910
Log:
Accept integer times. Previously, the field "time=1233294539" would be
rejected as invalid.
Modified:
head/usr.sbin/mtree/spec.c
Modified: head/usr.sbin/mtree/spec.c
On Mon, Jan 19, 2009 at 08:54:30AM -0800, David O'Brien (@FreeBSD) wrote:
> On Mon, Jan 19, 2009 at 03:38:26PM +, Maxim Sobolev wrote:
> > Author: sobomax
> > Date: Mon Jan 19 15:38:26 2009
> > New Revision: 187435
> > URL: http://svn.freebsd.org/changeset/base/187435
> >
> > Log:
> > MFC: t
Author: imp
Date: Fri Jan 30 03:41:45 2009
New Revision: 187909
URL: http://svn.freebsd.org/changeset/base/187909
Log:
Spawn one fewer shells on startup. We don't use dhcp_interfaces at
all in this function, and grep shows no other instances of it
(besides, this is a function, and in a sub-
Author: obrien
Date: Fri Jan 30 00:22:08 2009
New Revision: 187907
URL: http://svn.freebsd.org/changeset/base/187907
Log:
For files not named on the command line, only the basename is compared
to the exclude pattern.
Change this so that "grep --exclude='*/.svn/*' -[Rr] foo *" DWIM.
Obta
Author: sam
Date: Thu Jan 29 23:29:07 2009
New Revision: 187905
URL: http://svn.freebsd.org/changeset/base/187905
Log:
track hal changes
Modified:
head/tools/tools/ath/athstats/Makefile
Modified: head/tools/tools/ath/athstats/Makefile
=
Author: sam
Date: Thu Jan 29 23:24:21 2009
New Revision: 187904
URL: http://svn.freebsd.org/changeset/base/187904
Log:
update for hal changes
Modified:
head/tools/tools/ath/athrd/athrd.1
head/tools/tools/ath/athrd/athrd.c
Modified: head/tools/tools/ath/athrd/athrd.1
===
Author: sam
Date: Thu Jan 29 23:12:06 2009
New Revision: 187899
URL: http://svn.freebsd.org/changeset/base/187899
Log:
setup default fixed rates for static turbo and 11n;
the 11n rates are pure guess
Modified:
head/sys/net80211/ieee80211_tdma.c
Modified: head/sys/net80211/ieee80211_tdma.c
Author: sam
Date: Thu Jan 29 23:11:18 2009
New Revision: 187898
URL: http://svn.freebsd.org/changeset/base/187898
Log:
set ni_txparms for static turbo mode
Modified:
head/sys/net80211/ieee80211_node.c
Modified: head/sys/net80211/ieee80211_node.c
==
Author: sam
Date: Thu Jan 29 23:09:12 2009
New Revision: 187897
URL: http://svn.freebsd.org/changeset/base/187897
Log:
setup default rate set for static turbo mode
Modified:
head/sys/net80211/ieee80211.c
Modified: head/sys/net80211/ieee80211.c
On Thu, Jan 29, 2009 at 01:43:54PM -0500, John Baldwin wrote:
> On Thursday 29 January 2009 1:15:23 pm Kostik Belousov wrote:
> > On Thu, Jan 29, 2009 at 12:09:13PM -0500, John Baldwin wrote:
> > > On Thursday 29 January 2009 11:47:15 am Edward Tomasz Napierala wrote:
> > > > Author: trasz
> > > >
On Thursday 29 January 2009 1:15:23 pm Kostik Belousov wrote:
> On Thu, Jan 29, 2009 at 12:09:13PM -0500, John Baldwin wrote:
> > On Thursday 29 January 2009 11:47:15 am Edward Tomasz Napierala wrote:
> > > Author: trasz
> > > Date: Thu Jan 29 16:47:15 2009
> > > New Revision: 187894
> > > URL: htt
Author: jhb
Date: Thu Jan 29 18:33:46 2009
New Revision: 187896
URL: http://svn.freebsd.org/changeset/base/187896
Log:
Merge all the changes in HEAD prior to the generic tracing changes.
Modified:
stable/7/tools/sched/ (props changed)
stable/7/tools/sched/schedgraph.py
Modified: stable/7
On Thu, Jan 29, 2009 at 08:15:23PM +0200, Kostik Belousov wrote:
> On Thu, Jan 29, 2009 at 12:09:13PM -0500, John Baldwin wrote:
> > On Thursday 29 January 2009 11:47:15 am Edward Tomasz Napierala wrote:
> > > Author: trasz
> > > Date: Thu Jan 29 16:47:15 2009
> > > New Revision: 187894
> > > URL:
On Thu, Jan 29, 2009 at 12:09:13PM -0500, John Baldwin wrote:
> On Thursday 29 January 2009 11:47:15 am Edward Tomasz Napierala wrote:
> > Author: trasz
> > Date: Thu Jan 29 16:47:15 2009
> > New Revision: 187894
> > URL: http://svn.freebsd.org/changeset/base/187894
> >
> > Log:
> > Make sure th
On Thursday 29 January 2009 11:47:15 am Edward Tomasz Napierala wrote:
> Author: trasz
> Date: Thu Jan 29 16:47:15 2009
> New Revision: 187894
> URL: http://svn.freebsd.org/changeset/base/187894
>
> Log:
> Make sure the cdev doesn't go away while the filesystem is still mounted.
> Otherwise de
Author: rdivacky
Date: Thu Jan 29 16:51:09 2009
New Revision: 187895
URL: http://svn.freebsd.org/changeset/base/187895
Log:
Define NULL to be __null in a case of gnu c++. This makes sentinel attribute
work ok in C++. Note that we enable this only for gcc 4.x for any value
of x. The __null wa
Author: trasz
Date: Thu Jan 29 16:47:15 2009
New Revision: 187894
URL: http://svn.freebsd.org/changeset/base/187894
Log:
Make sure the cdev doesn't go away while the filesystem is still mounted.
Otherwise dev2udev() could return garbage.
Reviewed by: kib
Approved by: rwatson (mentor)
Author: jhb
Date: Thu Jan 29 16:18:49 2009
New Revision: 187893
URL: http://svn.freebsd.org/changeset/base/187893
Log:
Use si_drv1 to hold the softc for the adb_mouse character device instead of
using devclass_get_softc().
Tested by:nwhitehorn
Modified:
head/sys/dev/adb/adb_mouse.c
Author: kib
Date: Thu Jan 29 11:38:28 2009
New Revision: 187892
URL: http://svn.freebsd.org/changeset/base/187892
Log:
MFC r183071:
Garbage-collect vn_write_suspend_wait().
Modified:
stable/7/sys/ (props changed)
stable/7/sys/contrib/pf/ (props changed)
stable/7/sys/dev/ath/ath_hal/
Author: kib
Date: Thu Jan 29 11:21:15 2009
New Revision: 187891
URL: http://svn.freebsd.org/changeset/base/187891
Log:
MFC r183067:
The struct inode *ip supplied to softdep_freefile is not neccessary the
inode having number ino. In r170991, the ip was marked IN_MODIFIED, that
is not quite
Author: kib
Date: Thu Jan 29 11:17:11 2009
New Revision: 187890
URL: http://svn.freebsd.org/changeset/base/187890
Log:
MFC r186565:
When the insmntque() in the pfs_vncache_alloc() fails, vop_reclaim calls
pfs_vncache_free() that removes pvd from the list, while it is not yet
put on the lis
Author: kib
Date: Thu Jan 29 11:13:03 2009
New Revision: 187889
URL: http://svn.freebsd.org/changeset/base/187889
Log:
MFC r186563:
vm_map_lock_read() does not increment map->timestamp, so we should
compare map->timestamp with saved timestamp after map read lock is
reacquired, not with sav
Author: kib
Date: Thu Jan 29 11:08:56 2009
New Revision: 187888
URL: http://svn.freebsd.org/changeset/base/187888
Log:
MFC r186561:
Drop the pseudofs vnode lock around call to pfs_read handler.
Modified:
stable/7/sys/ (props changed)
stable/7/sys/contrib/pf/ (props changed)
stable/7
Author: kib
Date: Thu Jan 29 11:03:57 2009
New Revision: 187887
URL: http://svn.freebsd.org/changeset/base/187887
Log:
MFC r186560:
After the pfs_vncache_mutex is dropped, another thread may attempt to
do pfs_vncache_alloc() for the same pfs_node and pid. In this case, we
could end up with
Author: kib
Date: Thu Jan 29 10:49:21 2009
New Revision: 187886
URL: http://svn.freebsd.org/changeset/base/187886
Log:
MFC r186898:
Lock the uepm_lock around the autostart of extattrs.
Modified:
stable/7/sys/ (props changed)
stable/7/sys/contrib/pf/ (props changed)
stable/7/sys/dev/
Author: edwin
Date: Thu Jan 29 10:47:01 2009
New Revision: 187885
URL: http://svn.freebsd.org/changeset/base/187885
Log:
MFC of tzdata2009a
- Asia/Katmandu -> Asia/Kathmandu
- Fix historical references to DST in Switzerland
- Correct rules for America/Resolute (Nunavut)
- Cuba didn't
Author: edwin
Date: Thu Jan 29 10:46:50 2009
New Revision: 187884
URL: http://svn.freebsd.org/changeset/base/187884
Log:
MFC of tzdata2009a
- Asia/Katmandu -> Asia/Kathmandu
- Fix historical references to DST in Switzerland
- Correct rules for America/Resolute (Nunavut)
- Cuba didn't
Author: kib
Date: Thu Jan 29 10:40:47 2009
New Revision: 187883
URL: http://svn.freebsd.org/changeset/base/187883
Log:
MFC r186896:
Do not call namei() while having another user-controlled vnode
locked. Lookup could attempt to recursively lock that vnode.
Do not call vn_start_write(V_WA
Author: kib
Date: Thu Jan 29 10:33:32 2009
New Revision: 187882
URL: http://svn.freebsd.org/changeset/base/187882
Log:
MFC r186601:
Clear the pointers to the file in the struct filedesc before file is closed
in fdfree. Otherwise, sysctl_kern_proc_filedesc may dereference stale
struct file
Author: rwatson
Date: Thu Jan 29 09:32:56 2009
New Revision: 187881
URL: http://svn.freebsd.org/changeset/base/187881
Log:
If a process is a zombie and we couldn't identify another useful state,
print out the state as "zombine" in preference to "unknown" when ^T is
pressed.
MFC after:
Author: jeff
Date: Thu Jan 29 09:22:56 2009
New Revision: 187880
URL: http://svn.freebsd.org/changeset/base/187880
Log:
- Allocate apic vectors on a per-cpu basis. This allows us to allocate
more irqs as we have more cpus. This is principally useful on systems
with msi devices which
33 matches
Mail list logo