Author: rm (ports committer)
Date: Thu Nov 10 08:03:31 2011
New Revision: 227417
URL: http://svn.freebsd.org/changeset/base/227417
Log:
Fix date of commit bit proposing (s/2010/2011/)
Spotted by:pluknet
Approved by: novel (mentor)
Modified:
head/share/misc/committers-ports.dot
M
On Thu, Nov 10, 2011 at 07:23:23AM +0100, Pawel Jakub Dawidek wrote:
> On Wed, Nov 09, 2011 at 07:31:28PM +0200, Kostik Belousov wrote:
> > On Wed, Nov 09, 2011 at 05:25:43PM +, Konstantin Belousov wrote:
> > > Author: kib
> > > Date: Wed Nov 9 17:25:43 2011
> > > New Revision: 227394
> > > UR
Author: pluknet
Date: Thu Nov 10 11:17:40 2011
New Revision: 227418
URL: http://svn.freebsd.org/changeset/base/227418
Log:
Sync definitions with header.
Modified:
head/share/man/man4/mtio.4
Modified: head/share/man/man4/mtio.4
Author: glebius
Date: Thu Nov 10 12:05:26 2011
New Revision: 227419
URL: http://svn.freebsd.org/changeset/base/227419
Log:
Note that NAT instance argument can be tablearg.
PR: misc/162265
Submitted by: Paul Procacci
Modified:
head/sbin/ipfw/ipfw.8
Modified: head/sbin/ipfw/i
On Thu, Nov 10, 2011 at 12:08:39PM +0200, Kostik Belousov wrote:
> On Thu, Nov 10, 2011 at 07:23:23AM +0100, Pawel Jakub Dawidek wrote:
> > On Wed, Nov 09, 2011 at 07:31:28PM +0200, Kostik Belousov wrote:
> > > On Wed, Nov 09, 2011 at 05:25:43PM +, Konstantin Belousov wrote:
> > > > Author: kib
Author: alc
Date: Thu Nov 10 16:50:36 2011
New Revision: 227420
URL: http://svn.freebsd.org/changeset/base/227420
Log:
MFC r226740
Speed up vm_page_cache() and vm_page_remove() by checking for a few
common cases that can be handled in constant time.
Approved by: re (kib)
Modified:
Author: adrian
Date: Thu Nov 10 17:01:34 2011
New Revision: 227421
URL: http://svn.freebsd.org/changeset/base/227421
Log:
Add a missing reference to AR9287.
Sponsored by: Hobnob, Inc.
Modified:
head/sys/modules/ath/Makefile
Modified: head/sys/modules/ath/Makefile
===
Author: alc
Date: Thu Nov 10 17:04:33 2011
New Revision: 227422
URL: http://svn.freebsd.org/changeset/base/227422
Log:
MFC r226740
Speed up vm_page_cache() and vm_page_remove() by checking for a few
common cases that can be handled in constant time.
Modified:
stable/8/sys/vm/vm_page.c
Author: andre
Date: Thu Nov 10 19:10:53 2011
New Revision: 227423
URL: http://svn.freebsd.org/changeset/base/227423
Log:
Back out r226299 (MFC of r226105) which caused a number of ports
that depend on the incorrect IP length field. The fix stays in
HEAD and ports should test for it.
Re
Author: tuexen
Date: Thu Nov 10 19:36:19 2011
New Revision: 227424
URL: http://svn.freebsd.org/changeset/base/227424
Log:
MFC 227266:
Initialize all components of the sent COOKIE.
Approved by: re@
Modified:
stable/9/sys/netinet/sctp_output.c
Directory Properties:
stable/9/sys/ (pro
Author: dim
Date: Thu Nov 10 19:41:52 2011
New Revision: 227425
URL: http://svn.freebsd.org/changeset/base/227425
Log:
Please welcome David Chisnall (theraven@) as a new src committer.
David will be working on getting libc++ and its dependencies integrated
into the base system.
Brook
Author: tuexen
Date: Thu Nov 10 19:54:00 2011
New Revision: 227426
URL: http://svn.freebsd.org/changeset/base/227426
Log:
MFC 227320:
When loading addresses from INITs, always use the correct
local address.
Approved by: re@
Modified:
stable/9/sys/netinet/sctp_pcb.c
Directory Properti
Author: dim
Date: Thu Nov 10 20:15:35 2011
New Revision: 227427
URL: http://svn.freebsd.org/changeset/base/227427
Log:
Revert r227403 for now. Since the cross-tools stage purposefully
doesn't have ${WORLDTMP}/usr/bin in its PATH, if you build world with
CC=clang, tblgen tools from /usr/bin
Author: trociny
Date: Thu Nov 10 20:28:30 2011
New Revision: 227428
URL: http://svn.freebsd.org/changeset/base/227428
Log:
MFC r227204, 227206, 227207:
r227204:
Fix the typo made in r157474.
r227206:
Before dereferencing intotw() check for NULL, the same way as it is
done f
Author: rstone
Date: Thu Nov 10 21:07:14 2011
New Revision: 227429
URL: http://svn.freebsd.org/changeset/base/227429
Log:
The generated Makefile for the kernel was not running ctfconvert on
object files corresponding to source files that had the compile-with
option set in conf/files. This m
Author: rstone
Date: Thu Nov 10 22:03:35 2011
New Revision: 227430
URL: http://svn.freebsd.org/changeset/base/227430
Log:
On i386, fbt probes are implemented by writing an invalid opcode over
certain instructions in a function prologue or epilogue. DTrace has a
hook into the invalid opcode
Author: yongari
Date: Thu Nov 10 22:15:11 2011
New Revision: 227431
URL: http://svn.freebsd.org/changeset/base/227431
Log:
style.
No functional changes.
Modified:
head/sys/dev/ti/if_ti.c
Modified: head/sys/dev/ti/if_ti.c
=
Author: yongari
Date: Thu Nov 10 23:14:04 2011
New Revision: 227432
URL: http://svn.freebsd.org/changeset/base/227432
Log:
Remove dead ifdef. Driver should always check raised interrupt is
for the device.
Modified:
head/sys/dev/ti/if_ti.c
Modified: head/sys/dev/ti/if_ti.c
Author: adrian
Date: Thu Nov 10 23:16:59 2011
New Revision: 227433
URL: http://svn.freebsd.org/changeset/base/227433
Log:
Revert this previous commit for now - although this override unfortunately
results in the HAL being built without HAL debugging/diagnostic support,
the module building pr
Author: adrian
Date: Fri Nov 11 00:48:41 2011
New Revision: 227434
URL: http://svn.freebsd.org/changeset/base/227434
Log:
Correct device id comments.
Modified:
head/sys/dev/ath/ath_hal/ah_devid.h
Modified: head/sys/dev/ath/ath_hal/ah_devid.h
==
Author: kevlo
Date: Fri Nov 11 01:35:07 2011
New Revision: 227435
URL: http://svn.freebsd.org/changeset/base/227435
Log:
Converting int to wint_t leads to broekn comparison of raw char
and encoded wint_t.
Spotted by: ache
Modified:
head/lib/libc/regex/regcomp.c
Modified: head/lib/li
Author: rstone
Date: Fri Nov 11 01:37:48 2011
New Revision: 227436
URL: http://svn.freebsd.org/changeset/base/227436
Log:
MFC 215507:
When doing a camcontrol rescan all or a camcontrol reset all, use the
wildcard
path id for enumerating the available busses. Previously camcontrol was
Author: rstone
Date: Fri Nov 11 02:02:55 2011
New Revision: 227437
URL: http://svn.freebsd.org/changeset/base/227437
Log:
MFC 220227:
GNU awk does not output escaped newlines in multi-line printc statements.
This leads to compile errors when trying to compile firmware(9) stubs
create
Author: rstone
Date: Fri Nov 11 02:10:24 2011
New Revision: 227438
URL: http://svn.freebsd.org/changeset/base/227438
Log:
MFC 220888
r179417 introduced a bug into pthread_once(). Previously pthread_once()
used a global pthread_mutex_t for synchronization. r179417 replaced that
with
Author: rstone
Date: Fri Nov 11 02:13:35 2011
New Revision: 227439
URL: http://svn.freebsd.org/changeset/base/227439
Log:
MFC 221081:
If the 4BSD scheduler tries to schedule a thread that has been pinned or
bound to an AP before SMP has started, the system will panic when we try
to t
Author: rstone
Date: Fri Nov 11 02:15:44 2011
New Revision: 227440
URL: http://svn.freebsd.org/changeset/base/227440
Log:
MFC 224156:
Fix a LOR between hwpmc and the kernel linker. When a system-wide
sampling mode PMC is allocated, hwpmc calls linker_hwpmc_list_objects()
while alrea
Author: rstone
Date: Fri Nov 11 03:49:42 2011
New Revision: 227441
URL: http://svn.freebsd.org/changeset/base/227441
Log:
Correct the types of the arguments to return probes of the syscall
provider. Previously we were erroneously supplying the argument types of
the corresponding entry probe
Author: kib
Date: Fri Nov 11 04:10:36 2011
New Revision: 227442
URL: http://svn.freebsd.org/changeset/base/227442
Log:
Weaken the part of assertions added in the r227394. Only check that the
process state is stopped.
MFC after:1 week
Modified:
head/sys/amd64/amd64/machdep.c
head/
Author: kib
Date: Fri Nov 11 04:12:58 2011
New Revision: 227443
URL: http://svn.freebsd.org/changeset/base/227443
Log:
Guard against the unlikely case of the alias path containing the '%' symbols.
Reported by: arundel
MFC after:1 week
Modified:
head/sys/kern/kern_conf.c
Modified:
Author: kib
Date: Fri Nov 11 04:13:47 2011
New Revision: 227444
URL: http://svn.freebsd.org/changeset/base/227444
Log:
Style.
MFC after:1 week
Modified:
head/sys/kern/kern_conf.c
Modified: head/sys/kern/kern_conf.c
Author: kensmith
Date: Fri Nov 11 04:20:22 2011
New Revision: 227445
URL: http://svn.freebsd.org/changeset/base/227445
Log:
Copy stable/9 to releng/9.0 as part of the FreeBSD 9.0-RELEASE release
cycle.
Approved by: re (implicit)
Added:
- copied from r227444, stable/9/
Directory Pro
Author: kensmith
Date: Fri Nov 11 04:22:43 2011
New Revision: 227446
URL: http://svn.freebsd.org/changeset/base/227446
Log:
Put releng/9.0 under control of the Release Engineering Team.
Approved by: core (implicit)
Modified:
svnadmin/conf/approvers
Modified: svnadmin/conf/approvers
===
Author: pluknet
Date: Fri Nov 11 07:17:00 2011
New Revision: 227447
URL: http://svn.freebsd.org/changeset/base/227447
Log:
struct timespec32: change types of tv_sec and tv_nsec fields to signed
to match native struct timespec ABI on __LP32__.
This change is a prerequisite for upcoming fut
33 matches
Mail list logo