on 30/11/2013 08:46 Justin T. Gibbs said the following:
> Man page update?
Yes, coming.
> On Nov 28, 2013, at 11:56 AM, Andriy Gapon wrote:
>
>> Author: avg
>> Date: Thu Nov 28 18:56:34 2013
>> New Revision: 258713
>> URL: http://svnweb.freebsd.org/changeset/base/258713
>>
>> Log:
>> add taskq
Author: delphij
Date: Sat Nov 30 07:04:35 2013
New Revision: 258763
URL: http://svnweb.freebsd.org/changeset/base/258763
Log:
MFC r258664:
Create /var/cache with mode 0755 instead of 0750.
This directory is used by many third party applications and having
permission 0750 makes it imp
Author: delphij
Date: Sat Nov 30 07:03:18 2013
New Revision: 258762
URL: http://svnweb.freebsd.org/changeset/base/258762
Log:
MFC r258664:
Create /var/cache with mode 0755 instead of 0750.
This directory is used by many third party applications and having
permission 0750 makes it imp
Man page update?
—
Justin
On Nov 28, 2013, at 11:56 AM, Andriy Gapon wrote:
> 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
Author: gjb
Date: Sat Nov 30 03:31:40 2013
New Revision: 258761
URL: http://svnweb.freebsd.org/changeset/base/258761
Log:
MFC r258669:
Document the dvdrom target and NODVD variable.
Approved by: re (delphij)
Sponsored by: The FreeBSD Foundation
Modified:
stable/10/release/Makefile
Author: adrian
Date: Fri Nov 29 22:36:00 2013
New Revision: 258760
URL: http://svnweb.freebsd.org/changeset/base/258760
Log:
Disable this debugging - it's far too verbose when doing TX rate debugging.
Modified:
head/sys/dev/iwn/if_iwn.c
Modified: head/sys/dev/iwn/if_iwn.c
===
Author: adrian
Date: Fri Nov 29 22:35:24 2013
New Revision: 258759
URL: http://svnweb.freebsd.org/changeset/base/258759
Log:
Use the correct endian-ness accessor for this TLV field.
(It's coming from firmware and thus it's defined as little-endian.)
Modified:
head/sys/dev/iwn/if_iwn.c
Modi
Author: adrian
Date: Fri Nov 29 22:24:57 2013
New Revision: 258758
URL: http://svnweb.freebsd.org/changeset/base/258758
Log:
Make sure any waiters on the scan results get notified if the scan task
decides to do nothing.
If this isn't done, then a scan request whilst a scan occurs in an ac
Author: nwhitehorn
Date: Fri Nov 29 21:59:03 2013
New Revision: 258757
URL: http://svnweb.freebsd.org/changeset/base/258757
Log:
Use the Open Firmware-based CPU frequency determination as a generic
fallback if we can't measure CPU frequency. This is also useful on a
variety of embedded syste
Author: bdrewery (ports committer)
Date: Fri Nov 29 21:13:30 2013
New Revision: 258756
URL: http://svnweb.freebsd.org/changeset/base/258756
Log:
MFC r258347,r258349:
Support SNI in libfetch
SNI is Server Name Indentification which is a protocol for TLS that
indicates the host t
Author: bdrewery (ports committer)
Date: Fri Nov 29 21:12:35 2013
New Revision: 258755
URL: http://svnweb.freebsd.org/changeset/base/258755
Log:
MFC r258348:
Document 'enabled' as boolean instead of string.
Approved by: bapt (implicit)
Approved by: re (gjb)
Modified:
stable/10
Author: andreast
Date: Fri Nov 29 20:19:00 2013
New Revision: 258753
URL: http://svnweb.freebsd.org/changeset/base/258753
Log:
Fix typo.
Modified:
head/sys/conf/kern.pre.mk
Modified: head/sys/conf/kern.pre.mk
==
---
Author: eadler
Date: Fri Nov 29 20:14:26 2013
New Revision: 258752
URL: http://svnweb.freebsd.org/changeset/base/258752
Log:
Fix typo
Reported by: emaste
Modified:
head/sys/libkern/iconv.c
Modified: head/sys/libkern/iconv.c
==
Author: eadler
Date: Fri Nov 29 20:12:02 2013
New Revision: 258751
URL: http://svnweb.freebsd.org/changeset/base/258751
Log:
Fix typo
Reported by: swild...@dragonflybsd.org
Modified:
head/sys/libkern/iconv.c
Modified: head/sys/libkern/iconv.c
===
Author: gjb
Date: Fri Nov 29 19:44:30 2013
New Revision: 258750
URL: http://svnweb.freebsd.org/changeset/base/258750
Log:
MFC r258537, r258587:
r258537 (hrs):
Add ICONV_{GET,SET}_ILSEQ_INVALID iconvctl. GNU iconv returns
EILSEQ when there is an invalid character in the output codes
Author: dim
Date: Fri Nov 29 18:51:54 2013
New Revision: 258749
URL: http://svnweb.freebsd.org/changeset/base/258749
Log:
MFC r258620:
Pull in r195558 from upstream clang trunk:
Fix a SSE2 intrinsics typo
Full discourse at:
http://lists.cs.uiuc.edu/pipermail/cfe-commi
Author: pfg
Date: Fri Nov 29 18:46:02 2013
New Revision: 258748
URL: http://svnweb.freebsd.org/changeset/base/258748
Log:
gcc: upstream alignment cleanups.
This solves GCC/32617 and contributes to reduce differences with
Apple's gcc42.
Complete some references in the ChangeLog while
Author: dim
Date: Fri Nov 29 18:06:02 2013
New Revision: 258747
URL: http://svnweb.freebsd.org/changeset/base/258747
Log:
MFC r258620:
Pull in r195558 from upstream clang trunk:
Fix a SSE2 intrinsics typo
Full discourse at:
http://lists.cs.uiuc.edu/pipermail/cfe-commi
Author: avg
Date: Fri Nov 29 15:39:39 2013
New Revision: 258746
URL: http://svnweb.freebsd.org/changeset/base/258746
Log:
zfs: add zfs_freebsd_putpages
this should be more optimal than writing pages one-by-one via zfs_write ->
update_pages in the case of multi-page putpages call
MFC
Author: avg
Date: Fri Nov 29 15:34:43 2013
New Revision: 258745
URL: http://svnweb.freebsd.org/changeset/base/258745
Log:
zfs: add dmu_write_pages variant for freebsd
The freebsd variant of dmu_write_pages is hidden under _KERNEL
to avoid needlessly pulling in vm_page_t declaration.
Bes
Author: avg
Date: Fri Nov 29 15:33:40 2013
New Revision: 258744
URL: http://svnweb.freebsd.org/changeset/base/258744
Log:
zfs: make zfs_map_page / zfs_unmap_page public
MFC after:15 days
Modified:
head/sys/cddl/compat/opensolaris/sys/vm.h
head/sys/cddl/contrib/opensolaris/uts/commo
Author: avg
Date: Fri Nov 29 15:32:53 2013
New Revision: 258743
URL: http://svnweb.freebsd.org/changeset/base/258743
Log:
drop ZUT_OBJ, zfs unit testing driver never materialzied in freebsd
MFC after:5 days
Modified:
head/sys/cddl/contrib/opensolaris/uts/common/Makefile.files
Modifi
Author: ian
Date: Fri Nov 29 15:06:11 2013
New Revision: 258742
URL: http://svnweb.freebsd.org/changeset/base/258742
Log:
Set the PGA_WRITEABLE flag when the protections indicate write access, not
just when the current access is a write.
Reviewed by: zbb@
Modified:
head/sys/arm/arm/pm
Author: emaste
Date: Fri Nov 29 15:05:49 2013
New Revision: 258741
URL: http://svnweb.freebsd.org/changeset/base/258741
Log:
Note that libstand is 32-bit on amd64 and powerpc64
Sponsored by: The FreeBSD Foundation
Modified:
head/lib/libstand/libstand.3
Modified: head/lib/libstand/libsta
Author: ian
Date: Fri Nov 29 14:23:22 2013
New Revision: 258740
URL: http://svnweb.freebsd.org/changeset/base/258740
Log:
Look up a nand chip by id in the static table before trying to obtain
ONFI parameters. This allows a static table entry to provide valid data
for chips known to provide
Author: avg
Date: Fri Nov 29 12:19:52 2013
New Revision: 258739
URL: http://svnweb.freebsd.org/changeset/base/258739
Log:
zfs mappedread_sf: assert that a page is never partially valid
ZFS never partially validates or invalidates a page.
The higher level VM should not do that either.
ma
Author: rodrigc
Date: Fri Nov 29 08:22:48 2013
New Revision: 258738
URL: http://svnweb.freebsd.org/changeset/base/258738
Log:
Also mention that drill(1) can be used, now that nslookup and dig are no
longer in the base system.
Suggested by: peter
Modified:
head/UPDATING
Modified: head/
Author: rodrigc
Date: Fri Nov 29 08:04:45 2013
New Revision: 258737
URL: http://svnweb.freebsd.org/changeset/base/258737
Log:
In keg_dtor(), print out the keg name in the "Freed UMA keg was not empty"
message printed to the console. This makes it easier to track down
the source of certain m
28 matches
Mail list logo