Author: avg
Date: Thu Nov 28 08:48:49 2013
New Revision: 258704
URL: http://svnweb.freebsd.org/changeset/base/258704
Log:
fix a serious bug in r258632: offset parameter must be set in zio
In illumos all ioctl zio-s are "global" at the moment. That is they act
on a whole disk, e.g. a cach
on 27/11/2013 18:17 Andriy Gapon said the following:
> on 26/11/2013 11:57 Andriy Gapon said the following:
>> Author: avg
>> Date: Tue Nov 26 09:57:14 2013
>> New Revision: 258632
>> URL: http://svnweb.freebsd.org/changeset/base/258632
>>
>> Log:
>> MFV r255255: 4045 zfs write throttle & i/o sch
Author: n_hibma
Date: Thu Nov 28 08:54:15 2013
New Revision: 258705
URL: http://svnweb.freebsd.org/changeset/base/258705
Log:
Do a parallel buildworld & buildkernel (using NANO_PMAKE), but use a
single threaded installworld, installkernel and distribution (using
NANO_MAKE). Setting NANO_PMAK
Author: dumbbell
Date: Thu Nov 28 09:30:05 2013
New Revision: 258706
URL: http://svnweb.freebsd.org/changeset/base/258706
Log:
MFC r258262:
drm: Support DRM_CAP_TIMESTAMP_MONOTONIC capability
This fixes DPMS with KDE and radeonkms. Without this, the display would
freeze when the moni
Gleb Smirnoff writes:
> What is the reason to use fdisk today, instead of gpart?
For one, fdisk doesn't require you to grep through the kernel source
code to figure out the magic incantations required to create FAT
partitions.
That is, of course, fixable :)
(and while you're there, it would be
Author: dumbbell
Date: Thu Nov 28 10:04:53 2013
New Revision: 258707
URL: http://svnweb.freebsd.org/changeset/base/258707
Log:
MFC r258549 and r258553:
drm: Dereference pointers given to qsort_r()'s cmp callback
drm_le_cmp() (qsort_r()'s callback) receives pointers to elements in the
Author: melifaro
Date: Thu Nov 28 10:28:28 2013
New Revision: 258708
URL: http://svnweb.freebsd.org/changeset/base/258708
Log:
Check ipfw table numbers in both user and kernel space before rule addition.
Found by: Saychik Pavel
MFC after:2 weeks
Sponsored by: Yandex LLC
Modifi
Author: mr
Date: Thu Nov 28 11:06:18 2013
New Revision: 258709
URL: http://svnweb.freebsd.org/changeset/base/258709
Log:
Add package additions support for pkgng by adding a new function cust_pkgng():
first bootstrap the pkg package (must be contained in the Pkg/ dir)
then add the
Alexey Dokuchaev writes:
> Folks, please, write your commit logs in ASCII. Pretty please.
ITYM "UTF-8". HTH, HAND!
DES
--
Dag-Erling Smørgrav - d...@des.no
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-al
Author: gjb
Date: Thu Nov 28 14:24:26 2013
New Revision: 258710
URL: http://svnweb.freebsd.org/changeset/base/258710
Log:
MFC r258227 (bapt):
Enabled should be a boolean, not a string
Approved by: re (glebius)
Sponsored by: The FreeBSD Foundation
Modified:
stable/10/etc/pkg/FreeBSD
Author: melifaro
Date: Thu Nov 28 15:28:51 2013
New Revision: 258711
URL: http://svnweb.freebsd.org/changeset/base/258711
Log:
Simplify O_NAT opcode handling.
MFC after:2 weeks
Sponsored by: Yandex LLC
Modified:
head/sys/netpfil/ipfw/ip_fw2.c
Modified: head/sys/netpfil/ipfw/ip_fw2
Author: pfg
Date: Thu Nov 28 16:36:03 2013
New Revision: 258712
URL: http://svnweb.freebsd.org/changeset/base/258712
Log:
libcpp: fix an underflow.
Obtained from:OpenBSD (Rev 1.2)
MFC after:2 weeks
Modified:
head/contrib/gcclibs/libcpp/charset.c
Modified: head/contrib/gccl
Author: avg
Date: Thu Nov 28 18:56:34 2013
New Revision: 258713
URL: http://svnweb.freebsd.org/changeset/base/258713
Log:
add taskqueue_drain_all
This API has semantics similar to that of taskqueue_drain but acts on
all tasks that might be queued or running on a taskqueue.
A caller must
Author: rodrigc
Date: Thu Nov 28 19:13:05 2013
New Revision: 258714
URL: http://svnweb.freebsd.org/changeset/base/258714
Log:
Add some text to clarify that nslookup and dig are no longer in the base
system
after the removal of BIND.
Modified:
head/UPDATING
Modified: head/UPDATING
Author: avg
Date: Thu Nov 28 19:17:11 2013
New Revision: 258715
URL: http://svnweb.freebsd.org/changeset/base/258715
Log:
opensolaris compat: add taskq_wait emulation
MFC after:10 days
Modified:
head/sys/cddl/compat/opensolaris/kern/opensolaris_taskq.c
Modified: head/sys/cddl/compat
Author: mav
Date: Thu Nov 28 19:20:49 2013
New Revision: 258716
URL: http://svnweb.freebsd.org/changeset/base/258716
Log:
- Add bucket size column to `show uma` DDB command.
- Add `show umacache` command to show alike stats for cache-only UMA zones.
Modified:
head/sys/vm/uma_core.c
Modif
Author: avg
Date: Thu Nov 28 19:37:22 2013
New Revision: 258717
URL: http://svnweb.freebsd.org/changeset/base/258717
Log:
MFV r258371,r258372: 4101 metaslab_debug should allow for fine-grained control
4101 metaslab_debug should allow for fine-grained control
4102 space_maps should store m
Author: emaste
Date: Thu Nov 28 19:41:03 2013
New Revision: 258719
URL: http://svnweb.freebsd.org/changeset/base/258719
Log:
Purely cosmetic change: order DT_REL* and DT_RELA* consistently.
From projects/uefi, r246107
Sponsored by: The FreeBSD Foundation
Modified:
head/sys/boot/i386
Author: peter
Date: Thu Nov 28 19:40:33 2013
New Revision: 258718
URL: http://svnweb.freebsd.org/changeset/base/258718
Log:
jail_v0.ip_number was always in host byte order. This was handled
in one of the many layers of indirection and shims through stable/7
in jail_handle_ips(). When it wa
Author: avg
Date: Thu Nov 28 19:44:36 2013
New Revision: 258720
URL: http://svnweb.freebsd.org/changeset/base/258720
Log:
MFV r258665: 4347 ZPL can use dmu_tx_assign(TXG_WAIT)
illumos/illumos-gate@e722410c49fe67cbf0f639cbcc288bd6cbcf7dd1
MFC after:9 days
X-MFC after: r258632
Mo
Author: andreast
Date: Thu Nov 28 21:57:17 2013
New Revision: 258722
URL: http://svnweb.freebsd.org/changeset/base/258722
Log:
Give some output about the CPU clock on IBMPOWER machines, currently read
from OF. Linux does it similar, means they also read the OF values and
display them.
T
Author: delphij
Date: Thu Nov 28 22:06:37 2013
New Revision: 258723
URL: http://svnweb.freebsd.org/changeset/base/258723
Log:
MFC r257879:
Fix typo in r256646: We want to generate lists of directories in
INDEX-OLD and INDEX-NEW and compare them, not generate the same
list of directories
Author: delphij
Date: Thu Nov 28 22:08:41 2013
New Revision: 258724
URL: http://svnweb.freebsd.org/changeset/base/258724
Log:
MFC r257879:
Fix typo in r256646: We want to generate lists of directories in
INDEX-OLD and INDEX-NEW and compare them, not generate the same
list of directories
Author: delphij
Date: Thu Nov 28 22:08:41 2013
New Revision: 258724
URL: http://svnweb.freebsd.org/changeset/base/258724
Log:
MFC r257879:
Fix typo in r256646: We want to generate lists of directories in
INDEX-OLD and INDEX-NEW and compare them, not generate the same
list of directories
@@ -15,6 +15,9 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 8.
debugging tools present in HEAD were left in place because
sun4v support still needs work to become production ready.
+20131128: p13 FreeBSD-EN-13:05.freebsd-update
+ Fix error in patch for FreeBSD-EN-13:0
On Thu, Nov 28, 2013 at 11:13 AM, Craig Rodrigues wrote:
> Author: rodrigc
> Date: Thu Nov 28 19:13:05 2013
> New Revision: 258714
> URL: http://svnweb.freebsd.org/changeset/base/258714
>
> Log:
> Add some text to clarify that nslookup and dig are no longer in the base
> system
> after the re
Author: rpaulo
Date: Fri Nov 29 00:40:32 2013
New Revision: 258726
URL: http://svnweb.freebsd.org/changeset/base/258726
Log:
Add an interface for the Wii IOS kernels.
Multiple IOS interfaces can exist at the same time.
Added:
head/sys/powerpc/wii/ios_if.m (contents, props changed)
Add
Author: dteske
Date: Fri Nov 29 04:08:21 2013
New Revision: 258727
URL: http://svnweb.freebsd.org/changeset/base/258727
Log:
Fix an issue where the leading `+' sign before a function name was not
displayed unless color was requested.
Modified:
head/usr.sbin/bsdconfig/includes/includes
Modi
Author: dteske
Date: Fri Nov 29 04:09:25 2013
New Revision: 258728
URL: http://svnweb.freebsd.org/changeset/base/258728
Log:
Fix an issue where additional lines of a function definition didn't line
up with the primary (leading) line of syntax.
Modified:
head/usr.sbin/bsdconfig/includes/incl
Author: pfg
Date: Fri Nov 29 05:00:07 2013
New Revision: 258731
URL: http://svnweb.freebsd.org/changeset/base/258731
Log:
gcc: Make use of TREE_OVERFLOW_P.
While it was brought in r258179 only to fix a build issue,
bringing the rest of the change has the advantage of fixing
GCC/19978.
Author: kevlo
Date: Fri Nov 29 06:10:44 2013
New Revision: 258732
URL: http://svnweb.freebsd.org/changeset/base/258732
Log:
On the RT2870, rf registers are now 64-bit, not 32-bit after r257955.
Committed over a Buffalo WLI-UC-AG300N (RT2870).
Modified:
head/sys/dev/usb/wlan/if_run.c
Modifi
Author: kevlo
Date: Fri Nov 29 07:08:17 2013
New Revision: 258733
URL: http://svnweb.freebsd.org/changeset/base/258733
Log:
Change run_rt2870_rf_write() prototype (no functional change)
Modified:
head/sys/dev/usb/wlan/if_run.c
head/sys/dev/usb/wlan/if_runreg.h
Modified: head/sys/dev/usb/wl
Author: rodrigc
Date: Fri Nov 29 07:12:10 2013
New Revision: 258734
URL: http://svnweb.freebsd.org/changeset/base/258734
Log:
MFC r258714
Add some text to clarify that nslookup and dig are no longer in the
base system after the removal of BIND.
Approved by: re (delphij)
Modified:
Author: rpaulo
Date: Fri Nov 29 07:28:59 2013
New Revision: 258735
URL: http://svnweb.freebsd.org/changeset/base/258735
Log:
Move KDTRACE_FRAME to "options" since it's used by kern.pre.mk.
Modified:
head/sys/conf/options
head/sys/conf/options.amd64
Modified: head/sys/conf/options
=
Author: rpaulo
Date: Fri Nov 29 07:55:44 2013
New Revision: 258736
URL: http://svnweb.freebsd.org/changeset/base/258736
Log:
Fix typo in comment.
Modified:
head/sys/net80211/ieee80211_scan_sta.c
Modified: head/sys/net80211/ieee80211_scan_sta.c
35 matches
Mail list logo