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: 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: 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
12 matches
Mail list logo