Author: remko
Date: Wed Dec 12 07:24:37 2012
New Revision: 244141
URL: http://svnweb.freebsd.org/changeset/base/244141
Log:
MFC r232639
Original commit:
Add support for the MosChip MCS9904 four serial ports
controller.
PR: 165804
Submitted by: Eugene Grosbein
Author: remko
Date: Wed Dec 12 07:22:50 2012
New Revision: 244140
URL: http://svnweb.freebsd.org/changeset/base/244140
Log:
MFC r232639
Original commit:
Add support for the MosChip MCS9904 four serial ports
controller.
PR:165804
Submitted by: Eugene Grosbein
MFC after:1
Author: remko
Date: Wed Dec 12 07:19:14 2012
New Revision: 244139
URL: http://svnweb.freebsd.org/changeset/base/244139
Log:
Merge r232639
Original commit:
Add support for the MosChip MCS9904 four serial ports
controller.
PR:165804
Submitted by: Eugene Grosbein
MFC after:
Author: kib
Date: Wed Dec 12 05:02:56 2012
New Revision: 244137
URL: http://svnweb.freebsd.org/changeset/base/244137
Log:
MFC r244054:
Remove useless comment.
Modified:
stable/9/sys/kern/vfs_bio.c
Directory Properties:
stable/9/sys/ (props changed)
Modified: stable/9/sys/kern/vfs_bio.c
Author: bryanv
Date: Wed Dec 12 05:01:01 2012
New Revision: 244136
URL: http://svnweb.freebsd.org/changeset/base/244136
Log:
virtio_scsi: Remove duplicated lines
These must have been accidently copied from the if statement a few
lines later. Also remove parameter name from function protot
Author: kib
Date: Wed Dec 12 05:00:26 2012
New Revision: 244135
URL: http://svnweb.freebsd.org/changeset/base/244135
Log:
MFC r244053:
Fix typo.
Modified:
stable/9/sys/kern/vfs_mount.c
Directory Properties:
stable/9/sys/ (props changed)
Modified: stable/9/sys/kern/vfs_mount.c
=
Author: grog
Date: Wed Dec 12 04:18:25 2012
New Revision: 244134
URL: http://svnweb.freebsd.org/changeset/base/244134
Log:
Handle large negative block counts correctly.
MFC after: 2 weeks
Modified:
head/bin/df/df.c
Modified: head/bin/df/df.c
=
Author: alfred
Date: Wed Dec 12 02:55:40 2012
New Revision: 244133
URL: http://svnweb.freebsd.org/changeset/base/244133
Log:
Make Tflag and Wflag filters work for more sysctl options.
To do this move the Tflag and Wflag checks earlier in show_var() so
we bail earlier for variables not mat
Author: delphij
Date: Wed Dec 12 01:50:58 2012
New Revision: 244132
URL: http://svnweb.freebsd.org/changeset/base/244132
Log:
Add -R, an option to restart all enabled "local" services.
Discussed on: -rc@ (in September)
MFC after:2 months
Modified:
head/usr.sbin/service/service.8
Author: gjb (doc,ports committer)
Date: Wed Dec 12 01:05:19 2012
New Revision: 244131
URL: http://svnweb.freebsd.org/changeset/base/244131
Log:
MFC r244057, r244059:
r244057:
Get 'uname -r' earlier, so it can be used to determine what branch is
being run to set BSDINSTALL_DISTSITE acc
Author: jimharris
Date: Wed Dec 12 00:39:54 2012
New Revision: 244130
URL: http://svnweb.freebsd.org/changeset/base/244130
Log:
MFC r243904:
Don't call bus_dmamap_load in CAM_DIR_NONE case, since there is nothing
to map, and technically this isn't allowed.
Functionally, it works OK (
Author: jimharris
Date: Wed Dec 12 00:39:32 2012
New Revision: 244129
URL: http://svnweb.freebsd.org/changeset/base/244129
Log:
MFC r243904:
Don't call bus_dmamap_load in CAM_DIR_NONE case, since there is nothing
to map, and technically this isn't allowed.
Functionally, it works OK (
Author: jimharris
Date: Wed Dec 12 00:39:04 2012
New Revision: 244128
URL: http://svnweb.freebsd.org/changeset/base/244128
Log:
MFC r243904:
Don't call bus_dmamap_load in CAM_DIR_NONE case, since there is nothing
to map, and technically this isn't allowed.
Functionally, it works OK (
Author: jilles
Date: Tue Dec 11 22:52:56 2012
New Revision: 244126
URL: http://svnweb.freebsd.org/changeset/base/244126
Log:
libc: Make various internal file descriptors close-on-exec.
These are obtained via fopen().
Modified:
head/lib/libc/locale/collate.c
head/lib/libc/locale/setrune
Author: dim
Date: Tue Dec 11 20:08:57 2012
New Revision: 244124
URL: http://svnweb.freebsd.org/changeset/base/244124
Log:
Cleanup a few duplicate llvm libs that snuck in with the recent update.
Noticed by: rdivacky
Modified:
head/lib/clang/Makefile
Modified: head/lib/clang/Makefile
==
On Tue, Dec 11, 2012 at 01:28:07AM +, Alfred Perlstein wrote:
> Author: alfred
> Date: Tue Dec 11 01:28:06 2012
> New Revision: 244106
> URL: http://svnweb.freebsd.org/changeset/base/244106
>
> Log:
> Allow sysctl to filter boot and runtime tunables.
>
> Add the following flags to sysct
Author: pjd
Date: Tue Dec 11 19:54:35 2012
New Revision: 244123
URL: http://svnweb.freebsd.org/changeset/base/244123
Log:
Similar to CTLFLAG_RDTUN, provide CTLFLAG_RWTUN that defines writable sysctl
that can also be modified by loader tunable.
Modified:
head/sys/sys/sysctl.h
Modified: head
Author: eadler
Date: Tue Dec 11 18:39:53 2012
New Revision: 244122
URL: http://svnweb.freebsd.org/changeset/base/244122
Log:
Remove 'dangerous' instructions from the example make.conf.
Clarify when and why these might be used and that this isn't a supported
configuration.
PR:
On 2012-12-10, Greg Lehey wrote:
> MFC to r242840:
I found confusing that this commit merges changes not mentioned in the
commit message below. It make me while to notice "to" before the
revision number. Also the commit didn't record mergeinfo.
> Add y flag and environment variable LS_SAMES
Author: emaste
Date: Tue Dec 11 13:03:33 2012
New Revision: 244120
URL: http://svnweb.freebsd.org/changeset/base/244120
Log:
MFC r217749: Use string literal format strings to quiet clang warnings.
Modified:
stable/8/gnu/usr.bin/gdb/kgdb/main.c
Directory Properties:
stable/8/gnu/usr.bin/gdb/
Author: emaste
Date: Tue Dec 11 12:58:27 2012
New Revision: 244119
URL: http://svnweb.freebsd.org/changeset/base/244119
Log:
MFC r242943: Do not unwind past a zero PC frame.
This improves GDB usability when debugging code compiled with
optimization.
Upstream GDB revision f0031b
Author: emaste
Date: Tue Dec 11 12:57:08 2012
New Revision: 244118
URL: http://svnweb.freebsd.org/changeset/base/244118
Log:
MFC r242936: Set optimized_out instead of reporting an error.
This provides a better display when debugging code compiled with
optimization on.
GDB git r
Author: glebius
Date: Tue Dec 11 12:40:54 2012
New Revision: 244117
URL: http://svnweb.freebsd.org/changeset/base/244117
Log:
Revert r244108. yyparse() declaration isn't redundant in stable/9.
Reported by: tinderbox :)
Modified:
stable/9/bin/expr/expr.y
Modified: stable/9/bin/expr/expr
Author: emaste
Date: Tue Dec 11 12:34:46 2012
New Revision: 244116
URL: http://svnweb.freebsd.org/changeset/base/244116
Log:
MFC r242943: Do not unwind past a zero PC frame.
This improves GDB usability when debugging code compiled with
optimization.
Upstream GDB revision f0031b
Author: emaste
Date: Tue Dec 11 12:32:11 2012
New Revision: 244115
URL: http://svnweb.freebsd.org/changeset/base/244115
Log:
MFC r242936: Set optimized_out instead of reporting an error.
This provides a better display when debugging code compiled with
optimization on.
GDB git
Author: bapt
Date: Tue Dec 11 09:38:12 2012
New Revision: 244114
URL: http://svnweb.freebsd.org/changeset/base/244114
Log:
Add pci id for the xeon hd4000 (IvyBridge server GT2)
Submitted by: François Tigeot
Obtained from:dragonfly
MFC after:3 days
Modified:
head/sys/dev/
on 11/12/2012 09:08 Alfred Perlstein said the following:
> Author: alfred
> Date: Tue Dec 11 07:08:14 2012
> New Revision: 244112
> URL: http://svnweb.freebsd.org/changeset/base/244112
>
> Log:
> Cleanup more of the kassert_panic.
>
> fix compile warnings on !amd64 and NULL derefs that woul
Author: glebius
Date: Tue Dec 11 08:37:08 2012
New Revision: 244113
URL: http://svnweb.freebsd.org/changeset/base/244113
Log:
Merge 1.127 from OpenBSD, that closes a regression from 1.125 (merged
as r242694):
do better detection of when we have a better version of the tcp sequence
wind
28 matches
Mail list logo