Author: theraven
Date: Fri Jan 25 08:34:38 2013
New Revision: 245901
URL: http://svnweb.freebsd.org/changeset/base/245901
Log:
Fix style nit in dtc man page: sentences should start on new lines.
Reported By: joel
Modified:
head/usr.bin/dtc/dtc.1
Modified: head/usr.bin/dtc/dtc.1
===
Author: glebius
Date: Fri Jan 25 11:52:56 2013
New Revision: 245905
URL: http://svnweb.freebsd.org/changeset/base/245905
Log:
In mbuf(9) API length is always integer. Thus, cast mbuf length
constants to be integers.
Reviewed by: bde
Modified:
head/sys/sys/mbuf.h
Modified: head/sys/sy
Author: dchagin
Date: Fri Jan 25 14:40:54 2013
New Revision: 245908
URL: http://svnweb.freebsd.org/changeset/base/245908
Log:
Arithmetic on pointers takes into account the size of the type. Properly cast
the pointer to avoid incorrect pointer scaling.
MFC after:1 Week
Modified:
head
Author: jhb
Date: Fri Jan 25 15:25:24 2013
New Revision: 245909
URL: http://svnweb.freebsd.org/changeset/base/245909
Log:
Further cleanups to use of timestamps in NFS:
- Use NFSD_MONOSEC (which maps to time_uptime) instead of the seconds
portion of wall-time stamps to manage timeouts on ev
Author: wblock (doc committer)
Date: Fri Jan 25 16:33:00 2013
New Revision: 245910
URL: http://svnweb.freebsd.org/changeset/base/245910
Log:
Expand description of how gptboot and gptzfsboot choose a partition for
booting.
Reviewed by: ae
MFC after:1 week
Modified:
head/sbin/geom
on 25/01/2013 18:33 Warren Block said the following:
> +After all pools are detected,
> .Pa /boot/zfsloader
> -if found.
> +is started from the first one found.
Thank you for improving this documentation!
I would further clarify the above snippet to the effect of saying that
/boot/zfsloader is ta
Author: brooks
Date: Fri Jan 25 17:40:10 2013
New Revision: 245911
URL: http://svnweb.freebsd.org/changeset/base/245911
Log:
MK_* variable should be compared to "no" not "NO".
Submitted by: "b.f."
Modified:
head/include/arpa/Makefile
Modified: head/include/arpa/Makefile
===
Author: delphij
Date: Fri Jan 25 18:47:16 2013
New Revision: 245912
URL: http://svnweb.freebsd.org/changeset/base/245912
Log:
Don't time travel back and use a present date.
Noticed by: mckusick
Modified:
head/bin/df/df.1
Modified: head/bin/df/df.1
=
Author: np
Date: Fri Jan 25 20:14:27 2013
New Revision: 245914
URL: http://svnweb.freebsd.org/changeset/base/245914
Log:
Remove redundant test, we know inp_lport is 0.
MFC after:1 week
Modified:
head/sys/netinet/in_pcb.c
Modified: head/sys/netinet/in_pcb.c
==
Author: np
Date: Fri Jan 25 20:23:33 2013
New Revision: 245915
URL: http://svnweb.freebsd.org/changeset/base/245915
Log:
Heed SO_NO_OFFLOAD.
MFC after:1 week
Modified:
head/sys/netinet/tcp_usrreq.c
Modified: head/sys/netinet/tcp_usrreq.c
=
Author: np
Date: Fri Jan 25 20:45:24 2013
New Revision: 245916
URL: http://svnweb.freebsd.org/changeset/base/245916
Log:
Teach toe_4tuple_check() to deal with IPv6 4-tuples too.
Reviewed by: bz@
Modified:
head/sys/netinet/toecore.c
Modified: head/sys/netinet/toecore.c
=
On Thu, Jan 24, 2013 at 7:46 PM, Glen Barber wrote:
> echo
> "--" ; \
> echo ">>> Updating ${.CURDIR} from CVS repository"
> ${CVSROOT} ; \
> echo
> "---
Author: grehan
Date: Fri Jan 25 21:38:31 2013
New Revision: 245917
URL: http://svnweb.freebsd.org/changeset/base/245917
Log:
Always allow access to the sysenter cs/esp/eip MSRs since they
are automatically saved and restored in the VMCS.
Reviewed by: neel
Obtained from:NetApp
On Fri, Jan 25, 2013 at 04:37:04PM -0500, Ryan Stone wrote:
> On Thu, Jan 24, 2013 at 7:46 PM, Glen Barber wrote:
>
> > echo
> > "--" ; \
> > echo ">>> Updating ${.CURDIR} from CVS repository"
> > ${CVSROO
Author: gjb (doc,ports committer)
Date: Fri Jan 25 21:44:45 2013
New Revision: 245918
URL: http://svnweb.freebsd.org/changeset/base/245918
Log:
Fix update method (s/SUP/CVS) warning.
Submitted by: Ryan Stone
MFC after:1 day
Modified:
head/Makefile.inc1
Modified: head/Makefile.inc1
Author: np
Date: Fri Jan 25 22:16:35 2013
New Revision: 245919
URL: http://svnweb.freebsd.org/changeset/base/245919
Log:
Add TCP_OFFLOAD hook in syncache_respond for IPv6 too, just like the one
that exists for IPv4.
Reviewed by: bz@
Modified:
head/sys/netinet/tcp_syncache.c
Modified:
Author: grehan
Date: Fri Jan 25 22:43:20 2013
New Revision: 245920
URL: http://svnweb.freebsd.org/changeset/base/245920
Log:
Improve correctness of rtc register implementation.
Submitted by: tycho nightingale at pluribusnetworks com
Modified:
head/usr.sbin/bhyve/rtc.c
Modified: head/usr
Author: np
Date: Fri Jan 25 22:50:52 2013
New Revision: 245921
URL: http://svnweb.freebsd.org/changeset/base/245921
Log:
There is no need to call into the TOE driver twice in pru_rcvd (tod_rcvd
and then tod_output right after that).
Reviewed by: bz@
Modified:
head/sys/netinet/tcp_usrr
Author: np
Date: Fri Jan 25 23:11:13 2013
New Revision: 245922
URL: http://svnweb.freebsd.org/changeset/base/245922
Log:
Avoid NULL dereference in nd6_storelladdr when no mbuf is provided. It
is called this way from a couple of places in the OFED code. (toecore
calls it too but that's goin
Author: marius
Date: Fri Jan 25 23:44:02 2013
New Revision: 245923
URL: http://svnweb.freebsd.org/changeset/base/245923
Log:
- Check the return value of taskqueue_start_threads().
- At least the Saturn chips of 501-6738 cards need a delay after freezing
the external GMII pins before the in
Author: np
Date: Fri Jan 25 23:58:21 2013
New Revision: 245924
URL: http://svnweb.freebsd.org/changeset/base/245924
Log:
Move lle_event to if_llatbl.h
lle_event replaced arp_update_event after the ARP rewrite and ended up
in if_ether.h simply because arp_update_event used to be there too.
Author: np
Date: Sat Jan 26 00:05:22 2013
New Revision: 245925
URL: http://svnweb.freebsd.org/changeset/base/245925
Log:
Generate lle_event in the IPv6 neighbor discovery code too.
Reviewed by: bz@
Modified:
head/sys/netinet6/nd6.c
head/sys/netinet6/nd6_nbr.c
Modified: head/sys/netin
Author: marius
Date: Sat Jan 26 00:11:39 2013
New Revision: 245926
URL: http://svnweb.freebsd.org/changeset/base/245926
Log:
- Improve some comments.
- Make bge_lookup_{rev,vendor}() static.
- Factor out chip identification rather than duplicating the code.
- Sanitize bge_probe() a bit (do
Author: adrian
Date: Sat Jan 26 00:14:34 2013
New Revision: 245927
URL: http://svnweb.freebsd.org/changeset/base/245927
Log:
Migrate the TX sending code out from under the ath0 taskq and into
the separate ath0 TX taskq.
Whilst here, make sure that the TX software scheduler is also
runni
Author: adrian
Date: Sat Jan 26 00:37:54 2013
New Revision: 245928
URL: http://svnweb.freebsd.org/changeset/base/245928
Log:
Initial cut at making IBSS support 802.11n aware.
* Add HTINFO field decoding to ieee80211_ies_expand() - it's likely not
100% correct as it's not looking at the
Author: gjb (doc,ports committer)
Date: Sat Jan 26 00:39:52 2013
New Revision: 245929
URL: http://svnweb.freebsd.org/changeset/base/245929
Log:
MFC r245918:
- Fix update method (s/SUP/CVS) warning.
Modified:
stable/9/Makefile.inc1 (contents, props changed)
Modified: stable/9/Makefile.in
Author: gjb (doc,ports committer)
Date: Sat Jan 26 00:40:02 2013
New Revision: 245930
URL: http://svnweb.freebsd.org/changeset/base/245930
Log:
MFC r245918:
- Fix update method (s/SUP/CVS) warning.
Modified:
stable/8/Makefile.inc1 (contents, props changed)
Modified: stable/8/Makefile.in
Author: marius
Date: Sat Jan 26 00:41:54 2013
New Revision: 245931
URL: http://svnweb.freebsd.org/changeset/base/245931
Log:
Mention NetLink controllers in the fallback description, too.
Modified:
head/sys/dev/bge/if_bge.c
Modified: head/sys/dev/bge/if_bge.c
=
Author: np
Date: Sat Jan 26 00:57:29 2013
New Revision: 245932
URL: http://svnweb.freebsd.org/changeset/base/245932
Log:
Teach toe_l2_resolve to resolve IPv6 destinations too.
Reviewed by: bz@
Modified:
head/sys/netinet/toecore.c
Modified: head/sys/netinet/toecore.c
===
Author: np
Date: Sat Jan 26 01:06:27 2013
New Revision: 245933
URL: http://svnweb.freebsd.org/changeset/base/245933
Log:
cxgbe/tom: List IFCAP_TOE6 as supported now that all the required pieces
are in place. You still have to enable it explicitly, after loading the
t4_tom KLD.
Modified:
Author: np
Date: Sat Jan 26 01:41:42 2013
New Revision: 245934
URL: http://svnweb.freebsd.org/changeset/base/245934
Log:
Add checks for SO_NO_OFFLOAD in a couple of places that I missed earlier
in r245915.
Modified:
head/sys/netinet/tcp_usrreq.c
Modified: head/sys/netinet/tcp_usrreq.c
Author: np
Date: Sat Jan 26 03:01:51 2013
New Revision: 245935
URL: http://svnweb.freebsd.org/changeset/base/245935
Log:
Add a couple of missing error codes. Treat CPL_ERR_KEEPALV_NEG_ADVICE as
negative advice and not a fatal error.
MFC after:3 days
Modified:
head/sys/dev/cxgbe/co
Author: np
Date: Sat Jan 26 03:10:28 2013
New Revision: 245936
URL: http://svnweb.freebsd.org/changeset/base/245936
Log:
Force the 404-BT card (4 x 1G) to use the "uwire" configuration file.
MFC after:3 days
Modified:
head/sys/dev/cxgbe/adapter.h
head/sys/dev/cxgbe/t4_main.c
Modif
Author: np
Date: Sat Jan 26 03:23:28 2013
New Revision: 245937
URL: http://svnweb.freebsd.org/changeset/base/245937
Log:
Install an extra hold on the newly allocated synq entry so that it
cannot be freed while do_pass_accept_req is running. This closes a race
where do_pass_establish on anot
Author: delphij
Date: Sat Jan 26 05:20:09 2013
New Revision: 245938
URL: http://svnweb.freebsd.org/changeset/base/245938
Log:
MFC r245768:
- Don't include date and time the driver is built, this is useful for
generating binary diffs.
- Constify a few strings used in the driver.
Author: delphij
Date: Sat Jan 26 05:23:17 2013
New Revision: 245939
URL: http://svnweb.freebsd.org/changeset/base/245939
Log:
MFC r240104:
Add hpt27xx to GENERIC kernel for amd64 and i386 systems.
Modified:
stable/9/sys/amd64/conf/GENERIC
stable/9/sys/i386/conf/GENERIC
Directory Proper
Author: delphij
Date: Sat Jan 26 05:25:32 2013
New Revision: 245940
URL: http://svnweb.freebsd.org/changeset/base/245940
Log:
MFC r245768:
- Don't include date and time the driver is built, this is useful for
generating binary diffs.
- Constify a few strings used in the driver.
Author: delphij
Date: Sat Jan 26 05:27:00 2013
New Revision: 245941
URL: http://svnweb.freebsd.org/changeset/base/245941
Log:
MFC r240104:
Add hpt27xx to GENERIC kernel for amd64 and i386 systems.
Modified:
stable/8/sys/amd64/conf/GENERIC
stable/8/sys/i386/conf/GENERIC
Directory Proper
38 matches
Mail list logo