On 10/30/11 9:25 PM, Alexey Dokuchaev wrote:
On Sun, Oct 30, 2011 at 09:17:42PM +, Marius Strobl wrote:
Author: marius
Date: Sun Oct 30 21:17:42 2011
New Revision: 226947
URL: http://svn.freebsd.org/changeset/base/226947
Log:
- Use device_t rather than the NetBSDish struct device.
Hmm,
On Sun, Oct 30, 2011 at 09:17:42PM +, Marius Strobl wrote:
> Author: marius
> Date: Sun Oct 30 21:17:42 2011
> New Revision: 226947
> URL: http://svn.freebsd.org/changeset/base/226947
>
> Log:
> - Use device_t rather than the NetBSDish struct device.
Hmm, I though that style(9) advises agai
Author: marcel
Date: Mon Oct 31 03:47:23 2011
New Revision: 226956
URL: http://svn.freebsd.org/changeset/base/226956
Log:
MFC r226647:
Add support for Boot Camp. The support is defined as follows:
o Detect when Boot Camp is enabled (i.e. the MBR mirrors the GPT).
o When Boot Camp is en
Author: dim
Date: Sun Oct 30 22:20:17 2011
New Revision: 226951
URL: http://svn.freebsd.org/changeset/base/226951
Log:
Pull in r143305 and r143312 from upstream clang trunk, so using "clang
-march=native" on AMD K10 family processors no longer errors out with
"unknown target CPU 'amdfam10'".
Author: marius
Date: Sun Oct 30 21:45:36 2011
New Revision: 226950
URL: http://svn.freebsd.org/changeset/base/226950
Log:
Add multiple inclusion protection.
Modified:
head/sys/dev/esp/ncr53c9xreg.h
Modified: head/sys/dev/esp/ncr53c9xreg.h
=
Author: marius
Date: Sun Oct 30 21:42:35 2011
New Revision: 226949
URL: http://svn.freebsd.org/changeset/base/226949
Log:
Actually, limit to 32-bit DMA for the transfer buffers as the address is
written into a 32-bit register.
Modified:
head/sys/sparc64/sbus/lsi64854.c
Modified: head/sys/s
Author: marius
Date: Sun Oct 30 21:19:13 2011
New Revision: 226948
URL: http://svn.freebsd.org/changeset/base/226948
Log:
Correct the DMA constraints, the LSI64854 isn't limited to 32-bit DMA.
Modified:
head/sys/sparc64/sbus/dma_sbus.c
Modified: head/sys/sparc64/sbus/dma_sbus.c
=
Author: marius
Date: Sun Oct 30 21:17:42 2011
New Revision: 226947
URL: http://svn.freebsd.org/changeset/base/226947
Log:
- Use device_t rather than the NetBSDish struct device.
- Move esp_devclass to ncr53c9x.c in order to allow different bus front-ends
to use it.
- Use KOBJMETHOD_END.
Author: mm
Date: Sun Oct 30 21:03:12 2011
New Revision: 226946
URL: http://svn.freebsd.org/changeset/base/226946
Log:
MFC r226512:
Import fix for Illumos bug #1475 to reduce diff against upstream.
Panic caused by this bug was already partially fixed by pjd@
in p4 CH 185940 and 185942
Author: mm
Date: Sun Oct 30 21:02:01 2011
New Revision: 226945
URL: http://svn.freebsd.org/changeset/base/226945
Log:
MFC r226724, r226732:
MFC r226724:
Update copyright information in several ZFS files, as the clause 3.3
of the CDDL licence explicitly requires every Contributor to add
Author: mm
Date: Sun Oct 30 20:58:53 2011
New Revision: 226944
URL: http://svn.freebsd.org/changeset/base/226944
Log:
MFC r226512:
Import fix for Illumos bug #1475 to reduce diff against upstream.
Panic caused by this bug was already partially fixed by pjd@
in p4 CH 185940 and 185942
Author: mm
Date: Sun Oct 30 20:56:54 2011
New Revision: 226943
URL: http://svn.freebsd.org/changeset/base/226943
Log:
MFC r226724, r226732:
MFC r226724:
Update copyright information in several ZFS files, as the clause 3.3
of the CDDL licence explicitly requires every Contributor to add
Author: dougb
Date: Sun Oct 30 20:55:32 2011
New Revision: 226942
URL: http://svn.freebsd.org/changeset/base/226942
Log:
Fix typo from r226927
Submitted by: scf
Modified:
head/usr.bin/calendar/calendars/calendar.birthday
Modified: head/usr.bin/calendar/calendars/calendar.birthday
==
Author: rmh
Date: Sun Oct 30 16:29:04 2011
New Revision: 226940
URL: http://svn.freebsd.org/changeset/base/226940
Log:
Fix a few gratuitous library dependencies. Some of the ZFS utilities
are linked with libraries they don't use:
- zinject doesn't use libavl
- ztest doesn't use libz
Author: trasz
Date: Sun Oct 30 15:21:27 2011
New Revision: 226939
URL: http://svn.freebsd.org/changeset/base/226939
Log:
For processes with no controlling terminal, display "-" in the TTY column
instead of "?".
Submitted by: arundel
Modified:
head/bin/ps/print.c
head/bin/ps/ps.1
Mod
Author: kevlo
Date: Sun Oct 30 14:55:00 2011
New Revision: 226938
URL: http://svn.freebsd.org/changeset/base/226938
Log:
Add missing PF_UNLOCK in pf_test
Reviewed by: bz
Modified:
head/sys/contrib/pf/net/pf.c
Modified: head/sys/contrib/pf/net/pf.c
==
Author: brueffer
Date: Sun Oct 30 12:33:19 2011
New Revision: 226937
URL: http://svn.freebsd.org/changeset/base/226937
Log:
Fix a misplaced parenthesis.
PR: 162164
Submitted by: Henning Petersen
MFC after:1 week
Modified:
head/libexec/rshd/rshd.c
Modified: head/libexe
Author: marius
Date: Sun Oct 30 12:23:06 2011
New Revision: 226936
URL: http://svn.freebsd.org/changeset/base/226936
Log:
MFC: r226522
Allow to dump on Solaris swap partitions.
PR: 161764
Submitted by: Peter Jeremy
Modified:
stable/7/sys/geom/part/g_part_vtoc8.c
Director
Author: marius
Date: Sun Oct 30 12:23:04 2011
New Revision: 226935
URL: http://svn.freebsd.org/changeset/base/226935
Log:
MFC: r226522
Allow to dump on Solaris swap partitions.
PR: 161764
Submitted by: Peter Jeremy
Modified:
stable/8/sys/geom/part/g_part_vtoc8.c
Director
Author: marius
Date: Sun Oct 30 12:23:00 2011
New Revision: 226934
URL: http://svn.freebsd.org/changeset/base/226934
Log:
MFC: r226522
Allow to dump on Solaris swap partitions.
PR: 161764
Submitted by: Peter Jeremy
Approved by: re (kib)
Modified:
stable/9/sys/geom/par
Author: trociny
Date: Sun Oct 30 08:35:19 2011
New Revision: 226929
URL: http://svn.freebsd.org/changeset/base/226929
Log:
MFC r226828:
Fix a memory leak in tzload().
PR: bin/161425
Reviewed by: kib
Approved by: re (kib)
Modified:
stable/9/contrib/tzcode/stdtime/loca
21 matches
Mail list logo