Author: robak (ports committer)
Date: Thu Jun 19 06:31:27 2014
New Revision: 267635
URL: http://svnweb.freebsd.org/changeset/base/267635
Log:
Add Bartek Rutkowski (myself) to committers-ports.dot file with swills and
marino as mentors.
Approved by: swills (mentor)
Modified:
head/share/
Author: cy
Date: Thu Jun 19 05:45:17 2014
New Revision: 267634
URL: http://svnweb.freebsd.org/changeset/base/267634
Log:
Fix case where fastroute or "to interface" is used with incorrect FIB.
PR: 183065
Submitted by: p-freebsd-b...@ziemba.us
Approved by: glebius
MFC after:
Author: hselasky
Date: Thu Jun 19 05:28:42 2014
New Revision: 267633
URL: http://svnweb.freebsd.org/changeset/base/267633
Log:
Initialize sysctl OID structure by record.
MFC after:2 weeks
Modified:
head/sys/sys/sysctl.h
Modified: head/sys/sys/sysctl.h
===
Author: hselasky
Date: Thu Jun 19 05:10:03 2014
New Revision: 267632
URL: http://svnweb.freebsd.org/changeset/base/267632
Log:
Fix GCC compile warning: Variable(s) can be used uninitialized.
Modified:
head/sys/dev/vmware/vmxnet3/if_vmx.c
Modified: head/sys/dev/vmware/vmxnet3/if_vmx.c
===
Author: hselasky
Date: Thu Jun 19 05:06:24 2014
New Revision: 267631
URL: http://svnweb.freebsd.org/changeset/base/267631
Log:
Fix compile warning: Remove duplicate external declaration.
Modified:
head/sys/x86/xen/xen_apic.c
Modified: head/sys/x86/xen/xen_apic.c
=
Author: kib
Date: Thu Jun 19 05:00:39 2014
New Revision: 267630
URL: http://svnweb.freebsd.org/changeset/base/267630
Log:
Add MAP_EXCL flag for mmap(2). It should be combined with MAP_FIXED,
and prevents the request from deleting existing mappings in the
region, failing instead.
Review
Author: kib
Date: Thu Jun 19 04:55:00 2014
New Revision: 267629
URL: http://svnweb.freebsd.org/changeset/base/267629
Log:
The time come to remove the wrapper, most likely, but tidy up it code
instead for now. Remove spurious blank line, use C89 definition, wrap
long line.
Sponsored by:
Author: gjb
Date: Thu Jun 19 03:59:52 2014
New Revision: 267628
URL: http://svnweb.freebsd.org/changeset/base/267628
Log:
MFC r265590, r265594, r265595, r265599 [1], r265601 [1],
r265602 [1], r265603 [1], r265605 [1], r265607 [1],
r267554 [1], r267595:
r265590:
Modify release.xsl to
Author: pfg
Date: Wed Jun 18 23:34:48 2014
New Revision: 267627
URL: http://svnweb.freebsd.org/changeset/base/267627
Log:
strptime: add support for %t and %n
Posix strptime() requires support for %t and %n, which were added
to the illumos port. Curiously we were skipping white spaces by
Author: ray
Date: Wed Jun 18 22:30:22 2014
New Revision: 267626
URL: http://svnweb.freebsd.org/changeset/base/267626
Log:
Suspend vt(4) initialization if "kern.vt.disable" kenv is set.
MFC after:1 week
Sponsored by: The FreeBSD Foundation
Modified:
head/sys/dev/vt/vt_consolectl.c
Author: ray
Date: Wed Jun 18 22:23:10 2014
New Revision: 267625
URL: http://svnweb.freebsd.org/changeset/base/267625
Log:
Allow to disable syscons(4) if "hw.syscons.disable" kenv is set.
Sponsored by: The FreeBSD Foundation
Modified:
head/sys/dev/syscons/syscons.c
head/sys/dev/syscons/
Author: ray
Date: Wed Jun 18 22:18:58 2014
New Revision: 267624
URL: http://svnweb.freebsd.org/changeset/base/267624
Log:
syscons(4) and vt(4) can be built together now.
MFC after:1 week
Sponsored by: The FreeBSD Foundation
Modified:
head/sys/dev/vt/vt.h
Modified: head/sys/dev/vt/
Author: ray
Date: Wed Jun 18 22:16:44 2014
New Revision: 267623
URL: http://svnweb.freebsd.org/changeset/base/267623
Log:
Remove stale link to deleted vt(4) xboxfb driver.
MFC after:1 week
Sponsored by: The FreeBSD Foundation
Modified:
head/sys/conf/files.i386
Modified: head/sys/c
Author: ray
Date: Wed Jun 18 22:10:10 2014
New Revision: 267622
URL: http://svnweb.freebsd.org/changeset/base/267622
Log:
Rename vt(4) vga module to dismiss interference with syscons(4) vga module.
MFC after:1 week
Sponsored by: The FreeBSD Foundation
Added:
head/sys/dev/vt/hw/vga/
Author: n_hibma
Date: Wed Jun 18 22:09:33 2014
New Revision: 267621
URL: http://svnweb.freebsd.org/changeset/base/267621
Log:
MFC r261270:
Fix the ordering of the arguments to printf in
uhub_child_location_string(). This produced bogus information in
dev...%location
outp
Author: jimharris
Date: Wed Jun 18 19:32:38 2014
New Revision: 267620
URL: http://svnweb.freebsd.org/changeset/base/267620
Log:
MFC r267342:
Use bitwise OR instead of logical OR when constructing value for
SET_FEATURES/NUMBER_OF_QUEUES command.
Sponsored by: Intel
Modified:
st
Author: jimharris
Date: Wed Jun 18 19:28:55 2014
New Revision: 267619
URL: http://svnweb.freebsd.org/changeset/base/267619
Log:
MFC r267342:
Use bitwise OR instead of logical OR when constructing value for
SET_FEATURES/NUMBER_OF_QUEUES command.
Sponsored by: Intel
Approved by:
Author: wblock (doc committer)
Date: Wed Jun 18 18:31:35 2014
New Revision: 267618
URL: http://svnweb.freebsd.org/changeset/base/267618
Log:
Fix syntax error.
PR: 191131
Submitted by: dan.mcgre...@usask.ca
MFC after:1 week
Modified:
head/lib/libc/stdtime/strftime.3
Mod
Author: wblock (doc committer)
Date: Wed Jun 18 18:27:16 2014
New Revision: 267617
URL: http://svnweb.freebsd.org/changeset/base/267617
Log:
Fix spelling, typos, missing articles, contractions. Expanded version
of patch supplied with PR.
PR: 191001
Submitted by: olgeni
MFC
Author: ume
Date: Wed Jun 18 18:07:19 2014
New Revision: 267616
URL: http://svnweb.freebsd.org/changeset/base/267616
Log:
Retooling addrconfig() to exclude addresses on loopback interfaces
when looking for configured addresses.
This change is based upon the code from the submitter, and made
Author: trasz
Date: Wed Jun 18 17:48:30 2014
New Revision: 267615
URL: http://svnweb.freebsd.org/changeset/base/267615
Log:
Rename a variable; no functional changes.
Sponsored by: The FreeBSD Foundation
Modified:
head/usr.bin/iscsictl/iscsictl.c
Modified: head/usr.bin/iscsictl/iscsictl.
Author: trasz
Date: Wed Jun 18 17:46:34 2014
New Revision: 267614
URL: http://svnweb.freebsd.org/changeset/base/267614
Log:
Add "iscsictl -M", which allows one to change session parameters
without removing it and adding back.
Sponsored by: The FreeBSD Foundation
Modified:
head/usr.bin/
Author: trasz
Date: Wed Jun 18 17:35:40 2014
New Revision: 267613
URL: http://svnweb.freebsd.org/changeset/base/267613
Log:
Implement redirection handling in initiator.
Sponsored by: The FreeBSD Foundation
Modified:
head/sys/dev/iscsi/iscsi.c
head/sys/dev/iscsi/iscsi_ioctl.h
head/usr
Author: trasz
Date: Wed Jun 18 17:21:38 2014
New Revision: 267612
URL: http://svnweb.freebsd.org/changeset/base/267612
Log:
Get rid of unneccessary argument.
Sponsored by: The FreeBSD Foundation
Modified:
head/usr.sbin/iscsid/login.c
Modified: head/usr.sbin/iscsid/login.c
==
Author: neel
Date: Wed Jun 18 17:20:02 2014
New Revision: 267611
URL: http://svnweb.freebsd.org/changeset/base/267611
Log:
Fix typo and rename macro KDB_SYS_FLAG to KBD_SYS_FLAG.
Reviewed by: tychon
Modified:
head/usr.sbin/bhyve/atkbdc.c
Modified: head/usr.sbin/bhyve/atkbdc.c
=
Author: trasz
Date: Wed Jun 18 17:13:18 2014
New Revision: 267610
URL: http://svnweb.freebsd.org/changeset/base/267610
Log:
Rework session termination in iSCSI target to actually wait
for any outstanding commands to be properly aborted by CTL.
Without it, in some cases (such as files backing
Author: trasz
Date: Wed Jun 18 17:04:25 2014
New Revision: 267609
URL: http://svnweb.freebsd.org/changeset/base/267609
Log:
Improve code a little; no functional changes.
Sponsored by: The FreeBSD Foundation
Modified:
head/usr.sbin/iscsid/login.c
Modified: head/usr.sbin/iscsid/login.c
==
Author: trasz
Date: Wed Jun 18 17:00:41 2014
New Revision: 267608
URL: http://svnweb.freebsd.org/changeset/base/267608
Log:
Use proper term in debug messages.
MFC after:1 month
Sponsored by: FreeBSD Foundation
Modified:
head/usr.sbin/iscsid/login.c
Modified: head/usr.sbin/iscsid/l
Author: royger
Date: Wed Jun 18 13:41:20 2014
New Revision: 267607
URL: http://svnweb.freebsd.org/changeset/base/267607
Log:
xen: fix out-of-bounds access to ipi_handle
Fix the gate in xen_pv_lapic_ipi_vectored to prevent access to element
at position nitems(xen_ipis).
Sponsored by:
Author: mav
Date: Wed Jun 18 12:26:02 2014
New Revision: 267606
URL: http://svnweb.freebsd.org/changeset/base/267606
Log:
On discovery stage add set of TargetAddress keys to reply, reporting to
the client all the portal groups addresses and ports.
Reviewed by: trasz@
MFC after:2 we
Author: marius
Date: Wed Jun 18 10:56:59 2014
New Revision: 267605
URL: http://svnweb.freebsd.org/changeset/base/267605
Log:
MFC: r220871
Correctly output the entire array for hw.acpi.thermal._ACx.
Modified:
stable/8/sys/dev/acpica/acpi_thermal.c
Directory Properties:
stable/8/sys/ (
Author: marius
Date: Wed Jun 18 10:38:29 2014
New Revision: 267604
URL: http://svnweb.freebsd.org/changeset/base/267604
Log:
MFC: r220798
Fix a few acpi sysctls that want "IK" formatting to specify CTLTYPE_INT.
MFC: r245266
Remove not very useful printf, that can be too chatty.
Author: trasz
Date: Wed Jun 18 07:23:04 2014
New Revision: 267603
URL: http://svnweb.freebsd.org/changeset/base/267603
Log:
Add polish vt(4) keymap.
Sponsored by: The FreeBSD Foundation
Added:
head/share/vt/keymaps/pl.kbd (contents, props changed)
Modified:
head/share/vt/keymaps/Make
33 matches
Mail list logo