Author: eadler
Date: Mon May 12 07:14:09 2014
New Revision: 265907
URL: http://svnweb.freebsd.org/changeset/base/265907
Log:
units(1): call el_end()
Add missing el_end() call
Modified:
head/usr.bin/units/units.c
Modified: head/usr.bin/units/units.c
==
Author: hselasky
Date: Mon May 12 09:05:07 2014
New Revision: 265908
URL: http://svnweb.freebsd.org/changeset/base/265908
Log:
Create driver file templates, kernel module Makefile and add initial
version of register definitions for ISP1761 and SAF1761 compatible
chips.
Sponsored by: DAR
Author: tuexen
Date: Mon May 12 09:46:48 2014
New Revision: 265909
URL: http://svnweb.freebsd.org/changeset/base/265909
Log:
Disable TX checksum offload for UDP-Lite completely. It wasn't used for
partial checksum coverage, but even for full checksum coverage it doesn't
work.
This was disc
Author: ian
Date: Mon May 12 13:05:03 2014
New Revision: 265913
URL: http://svnweb.freebsd.org/changeset/base/265913
Log:
Interrupts need to be disabled on entry to cpu_sleep() for ARM. Given
that and the need to be in a critical section when switching to idleclock
mode for event timers, us
Author: ian
Date: Mon May 12 13:08:37 2014
New Revision: 265914
URL: http://svnweb.freebsd.org/changeset/base/265914
Log:
Cleanup some style nits.
Modified:
head/sys/arm/arm/machdep.c
Modified: head/sys/arm/arm/machdep.c
===
On 05/12/14 15:08, Ian Lepore wrote:
Author: ian
Date: Mon May 12 13:08:37 2014
New Revision: 265914
URL: http://svnweb.freebsd.org/changeset/base/265914
Log:
Cleanup some style nits.
Modified:
head/sys/arm/arm/machdep.c
Modified: head/sys/arm/arm/machdep.c
==
Author: ian
Date: Mon May 12 13:33:12 2014
New Revision: 265915
URL: http://svnweb.freebsd.org/changeset/base/265915
Log:
Build modules in parallel. This has been tested by several people at
various -j levels from 6 to 48 without problems.
Modified:
head/sys/modules/Makefile
Modified: hea
Author: truckman
Date: Mon May 12 17:56:52 2014
New Revision: 265923
URL: http://svnweb.freebsd.org/changeset/base/265923
Log:
Nuke a couple of unnecessary assigments. Nothing uses the values of rstart
and rend after this point.
MFC after:1 week
Modified:
head/sys/kern/subr_rman.c
Author: skreuzer (doc,ports committer)
Date: Mon May 12 17:58:17 2014
New Revision: 265924
URL: http://svnweb.freebsd.org/changeset/base/265924
Log:
Bump copyright date
Approved by: hrs@ (mentor)
Modified:
head/release/doc/en_US.ISO8859-1/readme/article.xml
Modified: head/release/doc/e
==
--- head/ObsoleteFiles.inc Mon May 12 17:58:17 2014(r265924)
+++ head/ObsoleteFiles.inc Mon May 12 18:45:56 2014(r265925)
@@ -38,6 +38,43 @@
# xargs -n1 | sort | uniq -d;
# done
+# 20140512: new clang import which bumps version from 3.4 to 3.4.1.
+OLD_FILES+=usr/include
Author: thomas
Date: Mon May 12 19:11:39 2014
New Revision: 265926
URL: http://svnweb.freebsd.org/changeset/base/265926
Log:
(NANO_CONFIG): New variable containing path of config file, so that
the configuration can reference additional files relative to its own
location.
(NANO_MODULES):
Author: ray
Date: Mon May 12 19:29:38 2014
New Revision: 265927
URL: http://svnweb.freebsd.org/changeset/base/265927
Log:
Update terminal sizes in any case when new vt(4) driver arrive.
(Plus remove one unused newline)
Sponsored by: The FreeBSD Foundation
Modified:
head/sys/dev/vt/vt_c
Author: truckman
Date: Mon May 12 20:22:42 2014
New Revision: 265931
URL: http://svnweb.freebsd.org/changeset/base/265931
Log:
Be even more paranoid about overflow.
Requested by: ache
Modified:
head/sys/kern/subr_rman.c
Modified: head/sys/kern/subr_rman.c
===
On 12 May, To: src-committ...@freebsd.org wrote:
> Author: truckman
> Date: Mon May 12 20:22:42 2014
> New Revision: 265931
> URL: http://svnweb.freebsd.org/changeset/base/265931
>
> Log:
> Be even more paranoid about overflow.
>
> Requested by: ache
>
> Modified:
> head/sys/kern/s
Author: jmmv
Date: Mon May 12 21:21:32 2014
New Revision: 265933
URL: http://svnweb.freebsd.org/changeset/base/265933
Log:
Fix delete-old when WITH_TESTS is set.
r265423 removed the WITHOUT_BMAKE option, which in turn broke a conditional
in OptionalObsoleteFiles.inc that inspected MK_BMAK
Author: neel
Date: Mon May 12 23:35:10 2014
New Revision: 265941
URL: http://svnweb.freebsd.org/changeset/base/265941
Log:
abort(3) the process in response to a VMEXIT_ABORT. This usually happens in
response to an unhandled VM exit or an unexpected error so a core is useful.
Remove unused
Author: yongari
Date: Tue May 13 05:07:03 2014
New Revision: 265942
URL: http://svnweb.freebsd.org/changeset/base/265942
Log:
Fix checksum computation. Previously it didn't include carry.
Reviewed by: tuexen
Modified:
head/sys/netinet/ip_input.c
Modified: head/sys/netinet/ip_input.c
=
Author: yongari
Date: Tue May 13 05:19:29 2014
New Revision: 265943
URL: http://svnweb.freebsd.org/changeset/base/265943
Log:
Disable TX IP/TCP/UDP checksum offloading for RTL8168C/RTL8168CP.
Previously only TX IP checksum offloading was disabled but it's
reported that TX checksum offloading
18 matches
Mail list logo