Author: delphij
Date: Sun Dec 11 07:39:10 2016
New Revision: 309849
URL: https://svnweb.freebsd.org/changeset/base/309849
Log:
MFC r308420: MFV r308392: file 5.29.
Added:
stable/9/contrib/file/magic/Magdir/algol68
- copied unchanged from r308420, head/contrib/file/magic/Magdir/algol68
Author: delphij
Date: Sun Dec 11 07:37:20 2016
New Revision: 309848
URL: https://svnweb.freebsd.org/changeset/base/309848
Log:
MFC r308420: MFV r308392: file 5.29.
Added:
stable/10/contrib/file/magic/Magdir/algol68
- copied unchanged from r308420, head/contrib/file/magic/Magdir/algol68
Author: delphij
Date: Sun Dec 11 07:33:02 2016
New Revision: 309847
URL: https://svnweb.freebsd.org/changeset/base/309847
Log:
MFC r308420: MFV r308392: file 5.29.
Added:
stable/11/contrib/file/magic/Magdir/algol68
- copied unchanged from r308420, head/contrib/file/magic/Magdir/algol68
Author: delphij
Date: Sun Dec 11 06:08:01 2016
New Revision: 309846
URL: https://svnweb.freebsd.org/changeset/base/309846
Log:
MFC r303285:
Change bsdiff to use divsufsort suffix sort library instead of qsufsort,
which is more efficient.
Note that for now we do not create a separate
Author: marcel
Date: Sun Dec 11 04:02:38 2016
New Revision: 309845
URL: https://svnweb.freebsd.org/changeset/base/309845
Log:
MFC r309394, r309787
Fix use-after-free bugs in pfsync(4)
Modified:
stable/11/sys/netpfil/pf/if_pfsync.c
Directory Properties:
stable/11/ (props changed)
Mod
Author: marcel
Date: Sun Dec 11 03:59:37 2016
New Revision: 309844
URL: https://svnweb.freebsd.org/changeset/base/309844
Log:
MFC r306299:
Update local variable 'block' after calling capacity_resize(),
otherwise format_resize(), which is called right after, isn't
getting the current/act
ang cutover is a bit fragile.
+20161210:
+ Relocatable object files with the extension of .So have been renamed
+ to use an extension of .pico instead. The purpose of this change is
+ to avoid a name clash with shared libraries on case-insensitive file
+ systems. On those fil
Author: rpokala
Date: Sun Dec 11 02:01:57 2016
New Revision: 309841
URL: https://svnweb.freebsd.org/changeset/base/309841
Log:
MFC r309491: Build smbios.ko as a module for amd64 and i386
For whatever reason, smapi, smbios, vpd are all under the "bios" directory.
smapi is only for i386, so
Author: rpokala
Date: Sun Dec 11 02:01:59 2016
New Revision: 309842
URL: https://svnweb.freebsd.org/changeset/base/309842
Log:
MFC r309491: Build smbios.ko as a module for amd64 and i386
For whatever reason, smapi, smbios, vpd are all under the "bios" directory.
smapi is only for i386, so
I'm out of work and applying for jobs, so please be patient
--
Devin
>> On Dec 10, 2016, at 3:25 PM, Oliver Pinter
>> wrote:
>>
>> On 10/16/16, Devin Teske wrote:
>> Author: dteske
>> Date: Sun Oct 16 20:59:28 2016
>> New Revision: 307402
>> URL: https://svnweb.freebsd.org/changeset/base/307
On 11/4/16, Scott Long wrote:
> Author: scottl
> Date: Fri Nov 4 16:56:36 2016
> New Revision: 308296
> URL: https://svnweb.freebsd.org/changeset/base/308296
>
> Log:
> asc/ascq 44/0 is typically a non-transient, permanent error (at least
> until
> the components are reset). Therefore retrie
On 11/5/16, Mark Johnston wrote:
> Author: markj
> Date: Sat Nov 5 20:15:58 2016
> New Revision: 308350
> URL: https://svnweb.freebsd.org/changeset/base/308350
>
> Log:
> MFC r308097:
> Fix WITNESS hints for pagequeue locks.
I think this commit required for 10-STABLE too:
op@opn hardenedBSD
On 10/24/16, Shteryana Shopova wrote:
> Author: syrinx
> Date: Mon Oct 24 21:05:23 2016
> New Revision: 307882
> URL: https://svnweb.freebsd.org/changeset/base/307882
>
> Log:
> Fix a regression introduced in SVN r256678 that breaks USM header parsing
The r256678 commit was already MFCd back to
On 12/11/16, Oliver Pinter wrote:
> On 10/22/16, Edward Tomasz Napierala wrote:
>> Author: trasz
>> Date: Sat Oct 22 14:37:13 2016
>> New Revision: 307774
>> URL: https://svnweb.freebsd.org/changeset/base/307774
>>
>> Log:
>> Fix libusb20_dev_get_desc(3) to use the "vendor product" order, not
>
On 10/22/16, Edward Tomasz Napierala wrote:
> Author: trasz
> Date: Sat Oct 22 14:37:13 2016
> New Revision: 307774
> URL: https://svnweb.freebsd.org/changeset/base/307774
>
> Log:
> Fix libusb20_dev_get_desc(3) to use the "vendor product" order, not
> "product vendor". This is consistent with
Author: ngie
Date: Sat Dec 10 23:58:14 2016
New Revision: 309840
URL: https://svnweb.freebsd.org/changeset/base/309840
Log:
Cut to the chase and just call free instead of free(x) + x = NULL
NULLing out x wasn't required as the memory was immediately scribbled
over with strdup in the follo
> On Dec 10, 2016, at 15:53, Warner Losh wrote:
>
> Why not just unconditionally free them? You don't need to NULL them
> out. That would save a IMHO bogus macro.
Yeah, you’re right. I’m doing it out of habit to avoid access after free.
-Ngie
signature.asc
Description: Message signed with Ope
Why not just unconditionally free them? You don't need to NULL them
out. That would save a IMHO bogus macro.
On Sat, Dec 10, 2016 at 4:26 PM, Ngie Cooper wrote:
> Author: ngie
> Date: Sat Dec 10 23:26:34 2016
> New Revision: 309839
> URL: https://svnweb.freebsd.org/changeset/base/309839
>
> Log:
On 10/20/16, Kenneth D. Merry wrote:
> Author: ken
> Date: Thu Oct 20 19:42:26 2016
> New Revision: 307684
> URL: https://svnweb.freebsd.org/changeset/base/307684
>
> Log:
> For CCBs allocated on the stack, we need to clear the entire CCB, not
> just
> the header. Otherwise stack garbage can
On 10/26/16, Pietro Cerutti wrote:
> Author: gahr (ports committer)
> Date: Wed Oct 26 08:39:33 2016
> New Revision: 307958
> URL: https://svnweb.freebsd.org/changeset/base/307958
>
> Log:
> MFC r307638:
>
> Chase a cornercase in printenv and sync its behaviour with builtin's
>
> The cornerc
Author: ngie
Date: Sat Dec 10 23:26:34 2016
New Revision: 309839
URL: https://svnweb.freebsd.org/changeset/base/309839
Log:
free/NULL out variables prior to calling strdup to avoid leaking memory
if arguments are specified more than once with "camcontrol timestamp".
CID: 1366829,
On 10/16/16, Devin Teske wrote:
> Author: dteske
> Date: Sun Oct 16 20:59:28 2016
> New Revision: 307402
> URL: https://svnweb.freebsd.org/changeset/base/307402
>
> Log:
> Guard against bad service name argument(s) to load_rc_config()
>
> MFC after: 3 days
> X-MFC-to: stable/11 stable/10
Author: avos
Date: Sat Dec 10 22:31:49 2016
New Revision: 309838
URL: https://svnweb.freebsd.org/changeset/base/309838
Log:
rsu: various initialization fixes.
- Do not ignore initialization errors; call ieee80211_stop()
when initialization failed.
- Use usb_pause_mtx() instead of DELAY(
Author: ngie
Date: Sat Dec 10 22:08:33 2016
New Revision: 309837
URL: https://svnweb.freebsd.org/changeset/base/309837
Log:
Change the process limits for RLIMIT_MEMLOCK to RLIM_INFINITY when
executing :mincore_resid
The default process limits in FreeBSD is 64kB for unprivileged users,
w
Author: jilles
Date: Sat Dec 10 22:05:24 2016
New Revision: 309836
URL: https://svnweb.freebsd.org/changeset/base/309836
Log:
Add some tests for reaper functionality (in procctl()).
MFC after:1 week
Added:
head/tests/sys/kern/reaper.c (contents, props changed)
Modified:
head/test
Author: dim
Date: Sat Dec 10 22:03:44 2016
New Revision: 309835
URL: https://svnweb.freebsd.org/changeset/base/309835
Log:
Tentatively apply https://reviews.llvm.org/D18730 to work around gcc PR
70528 (bogus error: constructor required before non-static data member).
This should fix buildwor
Author: mav
Date: Sat Dec 10 21:19:27 2016
New Revision: 309833
URL: https://svnweb.freebsd.org/changeset/base/309833
Log:
Add missed vfs.zfs.zfetch.max_idistance sysctl.
Modified:
head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dmu_zfetch.c
Modified: head/sys/cddl/contrib/opensolaris/ut
Author: rmacklem
Date: Sat Dec 10 21:13:50 2016
New Revision: 309832
URL: https://svnweb.freebsd.org/changeset/base/309832
Log:
MFC: r309198, r309199
Document the -E flag for nfsstat.
This is a content change.
Modified:
stable/11/usr.bin/nfsstat/nfsstat.1
Directory Properties:
stable/11
On Fri, Dec 09, 2016 at 10:56:36AM -0800, Gleb Smirnoff wrote:
> Yes, this is expected. The interface isn't designed to be precise. So if
> we hit limit, the next second result will be 20345 events exceeded the rate
> instead of 20346 events.
Note that the interface may legitimately give errors in
On Wed, Dec 07, 2016 at 11:41:21AM -0800, Gleb Smirnoff wrote:
> On Fri, Nov 25, 2016 at 05:00:10PM +0100, Mateusz Guzik wrote:
> M> On Fri, Nov 25, 2016 at 01:49:33PM +, Fabien Thomas wrote:
> M> > Author: fabient
> M> > Date: Fri Nov 25 13:49:33 2016
> M> > New Revision: 309143
> M> > URL: ht
Author: rmacklem
Date: Sat Dec 10 21:03:49 2016
New Revision: 309831
URL: https://svnweb.freebsd.org/changeset/base/309831
Log:
MFC: r309197
Add a -E flag to nfsstat.c so that it prints out the NFSv4.1
procedure/operation counts.
It also avoids clipping the counts at 9 digits.
Modified:
On 12/10/2016 20:20, Justin Hibbits wrote:
> On Dec 10, 2016, at 10:20 AM, Konrad Witaszczyk wrote:
>> Author: def
>> Date: Sat Dec 10 16:20:39 2016
>> New Revision: 309818
>> URL: https://svnweb.freebsd.org/changeset/base/309818
>>
>> Log:
>> Add support for encrypted kernel crash dumps.
>>
>> C
On 10/21/16, Hiren Panchasara wrote:
> Author: hiren
> Date: Fri Oct 21 18:27:30 2016
> New Revision: 307745
> URL: https://svnweb.freebsd.org/changeset/base/307745
>
> Log:
> Rework r306337.
>
> In sendit(), if mp->msg_control is present, then in sockargs() we are
> allocating mbuf to store
Author: des
Date: Sat Dec 10 20:24:22 2016
New Revision: 309830
URL: https://svnweb.freebsd.org/changeset/base/309830
Log:
MFH (r308297): use what(1) instead of strings(1).
PR: 213665
Submitted by: Pawel Worach
Modified:
stable/10/bin/freebsd-version/freebsd-version.sh.in
Di
Author: des
Date: Sat Dec 10 20:23:16 2016
New Revision: 309829
URL: https://svnweb.freebsd.org/changeset/base/309829
Log:
MFH (r296659): the IPv6 address of the L root changed earlier this year
Modified:
stable/10/contrib/unbound/iterator/iter_hints.c
Directory Properties:
stable/10/ (pr
Sat, 10 Dec 2016 20:57:32 +0200 було написано Adrian Chadd
:
Done in r309826.
Would you mind updating the manpage to state this monitor/promisc
difference in the LIMITATIONS section, or something?
Thanks!
-a
On 10 December 2016 at 10:47, Andriy Voskoboinyk
wrote:
Author: avos
Date:
Author: des
Date: Sat Dec 10 20:20:33 2016
New Revision: 309828
URL: https://svnweb.freebsd.org/changeset/base/309828
Log:
MFH (r308297): use what(1) instead of strings(1).
PR: 213665
Submitted by: Pawel Worach
Modified:
stable/11/bin/freebsd-version/freebsd-version.sh.in
Di
Author: avos
Date: Sat Dec 10 20:19:57 2016
New Revision: 309827
URL: https://svnweb.freebsd.org/changeset/base/309827
Log:
rsu: use bitmap for all debug messages.
- Replace all remaining DPRINTF(N)'s with RSU_DPRINTF.
- Add new RSU_DEBUG_USB flag to track error codes returned by
usbd_d
On Dec 10, 2016, at 10:20 AM, Konrad Witaszczyk wrote:
Author: def
Date: Sat Dec 10 16:20:39 2016
New Revision: 309818
URL: https://svnweb.freebsd.org/changeset/base/309818
Log:
Add support for encrypted kernel crash dumps.
Changes include modifications in kernel crash dump routines,
dump
thanks!
-a
On 10 December 2016 at 11:15, Andriy Voskoboinyk wrote:
> Sat, 10 Dec 2016 20:57:32 +0200 було написано Adrian Chadd
> :
>
> Done in r309826.
>
>
>> Would you mind updating the manpage to state this monitor/promisc
>> difference in the LIMITATIONS section, or something?
>>
>> Thanks
Author: avos
Date: Sat Dec 10 19:14:51 2016
New Revision: 309826
URL: https://svnweb.freebsd.org/changeset/base/309826
Log:
rsu(4): refresh the manpage.
- Add monitor mode into the list of supported modes.
- Describe promiscuous mode limitations in CAVEATS section.
Reported by: adri
On Sat, Dec 10, 2016 at 8:20 AM, Konrad Witaszczyk wrote:
> Author: def
> Date: Sat Dec 10 16:20:39 2016
> New Revision: 309818
> URL: https://svnweb.freebsd.org/changeset/base/309818
>
> Log:
> Add support for encrypted kernel crash dumps.
Awesome! Thank you for developing and committing this
Would you mind updating the manpage to state this monitor/promisc
difference in the LIMITATIONS section, or something?
Thanks!
-a
On 10 December 2016 at 10:47, Andriy Voskoboinyk wrote:
> Author: avos
> Date: Sat Dec 10 18:47:13 2016
> New Revision: 309825
> URL: https://svnweb.freebsd.org/c
Author: avos
Date: Sat Dec 10 18:47:13 2016
New Revision: 309825
URL: https://svnweb.freebsd.org/changeset/base/309825
Log:
rsu: add promiscuous mode support.
- Add partial promiscuous mode support (no management frames;
they cannot be received by the firmware and net80211 at the same tim
Author: bapt
Date: Sat Dec 10 18:29:39 2016
New Revision: 309824
URL: https://svnweb.freebsd.org/changeset/base/309824
Log:
Now that external gcc directly natively links to libc++ we can remove
the dirty hack made to fake libstdc++
Modified:
head/Makefile.inc1
head/lib/libc++/Makefile
Mo
Author: gonzo
Date: Sat Dec 10 18:07:16 2016
New Revision: 309823
URL: https://svnweb.freebsd.org/changeset/base/309823
Log:
[evdev] Adds evdev support to sysmouse(4) driver
For horizontal (T-axis) wheel reporting which is not supported by
sysmouse protocol kern.evdev.sysmouse_t_axis sysc
Author: gonzo
Date: Sat Dec 10 17:59:34 2016
New Revision: 309822
URL: https://svnweb.freebsd.org/changeset/base/309822
Log:
[iwn] Perform BUS_DMASYNC_PREREAD when initializing RX buffer
BUS_DMASYNC_PREREAD is required when setting up RX buffer, otherwise
data provided by card can be over
Author: avos
Date: Sat Dec 10 17:06:55 2016
New Revision: 309821
URL: https://svnweb.freebsd.org/changeset/base/309821
Log:
rsu: increase Rx buffer size from 8k to 30k.
This is required for USB Rx aggregation
(and fixes 'could not allocate RX mbuf' / few other failures).
While here,
Author: def
Date: Sat Dec 10 16:20:39 2016
New Revision: 309818
URL: https://svnweb.freebsd.org/changeset/base/309818
Log:
Add support for encrypted kernel crash dumps.
Changes include modifications in kernel crash dump routines, dumpon(8) and
savecore(8). A new tool called decryptcore(8)
Author: dim
Date: Sat Dec 10 15:02:23 2016
New Revision: 309815
URL: https://svnweb.freebsd.org/changeset/base/309815
Log:
Tag compiler-rt release_39 branch r288847.
Added:
vendor/compiler-rt/compiler-rt-release_39-r288513/dist/
- copied from r309814, vendor/compiler-rt/dist/
___
Author: dim
Date: Sat Dec 10 15:02:05 2016
New Revision: 309812
URL: https://svnweb.freebsd.org/changeset/base/309812
Log:
Vendor import of llvm release_39 branch r288847:
https://llvm.org/svn/llvm-project/llvm/branches/release_39@288847
Modified:
vendor/llvm/dist/lib/Target/AArch64/AArch64
Author: dim
Date: Sat Dec 10 15:02:10 2016
New Revision: 309813
URL: https://svnweb.freebsd.org/changeset/base/309813
Log:
Tag llvm release_39 branch r288847.
Added:
vendor/llvm/llvm-release_39-r288513/dist/
- copied from r309812, vendor/llvm/dist/
___
Author: dim
Date: Sat Dec 10 15:02:17 2016
New Revision: 309814
URL: https://svnweb.freebsd.org/changeset/base/309814
Log:
Tag clang release_39 branch r288847.
Added:
vendor/clang/clang-release_39-r288513/dist/
- copied from r309813, vendor/clang/dist/
___
Author: dim
Date: Sat Dec 10 15:01:33 2016
New Revision: 309810
URL: https://svnweb.freebsd.org/changeset/base/309810
Log:
Tag lld release_39 branch r288847.
Added:
vendor/lld/lld-release_39-r288513/dist/
- copied from r309809, vendor/lld/dist/
___
Author: dim
Date: Sat Dec 10 15:01:28 2016
New Revision: 309809
URL: https://svnweb.freebsd.org/changeset/base/309809
Log:
Tag libc++ release_39 branch r288847.
Added:
vendor/libc++/libc++-release_39-r288513/dist/
- copied from r309808, vendor/libc++/dist/
___
Author: dim
Date: Sat Dec 10 15:01:40 2016
New Revision: 309811
URL: https://svnweb.freebsd.org/changeset/base/309811
Log:
Tag lldb release_39 branch r288847.
Added:
vendor/lldb/lldb-release_39-r288513/dist/
- copied from r309810, vendor/lldb/dist/
___
Author: avos
Date: Sat Dec 10 13:30:16 2016
New Revision: 309806
URL: https://svnweb.freebsd.org/changeset/base/309806
Log:
rsu: add TSF field into Rx radiotap.
Tested with Asus USB-N10.
Modified:
head/sys/dev/usb/wlan/if_rsu.c
head/sys/dev/usb/wlan/if_rsureg.h
Modified: head/sys/dev/
Author: bapt
Date: Sat Dec 10 13:30:18 2016
New Revision: 309807
URL: https://svnweb.freebsd.org/changeset/base/309807
Log:
Regen after 309805
Modified:
head/share/man/man5/src.conf.5
Modified: head/share/man/man5/src.conf.5
===
Author: bapt
Date: Sat Dec 10 13:29:51 2016
New Revision: 309805
URL: https://svnweb.freebsd.org/changeset/base/309805
Log:
Make WITHOUT_CAPSICUM implying WITHOUT_CASPER
PR: 214562
Reported by: dewa...@heuristicsystems.com.au
MFC after:2 days
Modified:
head/share/mk/sr
Author: bapt
Date: Sat Dec 10 12:48:48 2016
New Revision: 309803
URL: https://svnweb.freebsd.org/changeset/base/309803
Log:
Fix pkg groupshow
PR: 204676
Submitted by: longw...@incore.de
MFC after:2 days
Modified:
head/usr.sbin/pw/pw_group.c
Modified: head/usr.sbin/pw/
Author: bapt
Date: Sat Dec 10 12:28:43 2016
New Revision: 309802
URL: https://svnweb.freebsd.org/changeset/base/309802
Log:
Respect WITHOUT_FINGER in src.conf when running make delete-old
PR: 213719
Submitted by: philippe.mich...@sfr.fr
MFC after:2 days
Modified:
head/t
Author: bapt
Date: Sat Dec 10 12:26:49 2016
New Revision: 309801
URL: https://svnweb.freebsd.org/changeset/base/309801
Log:
Respect WITHOUT_BOOTPD in src.conf when running make delete-old
PR: 213720
Submitted by: philippe.mich...@sfr.fr
MFC after:2 days
Modified:
head/t
Author: bapt
Date: Sat Dec 10 12:24:31 2016
New Revision: 309800
URL: https://svnweb.freebsd.org/changeset/base/309800
Log:
Respect WITHOUT_BOOTPARAMD in src.conf when running make delete-old
PR: 213721
Submitted by: philippe.mich...@sfr.fr
MFC after:2 days
Modified:
he
Author: bapt
Date: Sat Dec 10 12:21:24 2016
New Revision: 309799
URL: https://svnweb.freebsd.org/changeset/base/309799
Log:
Respect WITHOUT_RBOOTD in src.conf when running make delete-old
PR: 213722
Submitted by: philippe.mich...@sfr.fr
MFC after:2 days
Modified:
head/t
Author: bapt
Date: Sat Dec 10 12:18:03 2016
New Revision: 309798
URL: https://svnweb.freebsd.org/changeset/base/309798
Log:
Also remove auditdistd files if src.conf has WITHOUT_AUDIT
PR: 213723
Submitted by: philippe.mich...@sfr.fr
MFC after:2 days
Modified:
head/tools/
Author: bapt
Date: Sat Dec 10 12:14:41 2016
New Revision: 309797
URL: https://svnweb.freebsd.org/changeset/base/309797
Log:
Add entries to remove timed files with make delete-old if WITHOUT_TIMED is set
PR: 213724
Submitted by: philippe.mich...@sfr.fr
MFC after:2 days
Mod
Author: bapt
Date: Sat Dec 10 12:02:32 2016
New Revision: 309796
URL: https://svnweb.freebsd.org/changeset/base/309796
Log:
Perl is not available in base fix scripts depending on it to use
the version from ports
PR: 215159
Reported by: Anatoly Kamchatnov
MFC after:2 da
Author: bapt
Date: Sat Dec 10 11:41:26 2016
New Revision: 309795
URL: https://svnweb.freebsd.org/changeset/base/309795
Log:
Update pci ids database to 2016.11.21
MFC after:2 days
Modified:
head/share/misc/pci_vendors
Modified: head/share/misc/pci_vendors
Author: bapt
Date: Sat Dec 10 11:38:29 2016
New Revision: 309794
URL: https://svnweb.freebsd.org/changeset/base/309794
Log:
MFC r309544:
Import tzdata 2016j
Modified:
stable/9/contrib/tzdata/CONTRIBUTING
stable/9/contrib/tzdata/Makefile
stable/9/contrib/tzdata/NEWS
stable/9/contrib
Author: bapt
Date: Sat Dec 10 11:37:05 2016
New Revision: 309793
URL: https://svnweb.freebsd.org/changeset/base/309793
Log:
MFC r309544:
Import tzdata 2016j
Modified:
stable/10/contrib/tzdata/CONTRIBUTING
stable/10/contrib/tzdata/Makefile
stable/10/contrib/tzdata/NEWS
stable/10/con
Author: bapt
Date: Sat Dec 10 11:35:28 2016
New Revision: 309792
URL: https://svnweb.freebsd.org/changeset/base/309792
Log:
MFC r309544:
Import tzdata 2016j
Modified:
stable/11/contrib/tzdata/CONTRIBUTING
stable/11/contrib/tzdata/Makefile
stable/11/contrib/tzdata/NEWS
stable/11/con
On Fri, Dec 09, 2016 at 10:50:43PM +, Ngie Cooper wrote:
> Author: ngie
> Date: Fri Dec 9 22:50:43 2016
> New Revision: 309774
> URL: https://svnweb.freebsd.org/changeset/base/309774
>
> Log:
> Only run mdconfig -d -u 3 if /dev/md3 exists on the system
>
> This will prevent "cleanup f
On Fri, Dec 09, 2016 at 12:13:09PM -0800, Conrad Meyer wrote:
> On Wed, Nov 2, 2016 at 5:43 AM, Konstantin Belousov wrote:
> > Author: kib
> > Date: Wed Nov 2 12:43:15 2016
> > New Revision: 308212
> > URL: https://svnweb.freebsd.org/changeset/base/308212
> >
> > Log:
> > Allow some dotdot look
Author: gnn
Date: Sat Dec 10 10:00:27 2016
New Revision: 309791
URL: https://svnweb.freebsd.org/changeset/base/309791
Log:
This adds a configuration for arm64 users that track CURRENT but
don't need the extra debug facilities. Copied from the amd64
configuration of the same name.
Submi
Author: phk
Date: Sat Dec 10 09:10:48 2016
New Revision: 309790
URL: https://svnweb.freebsd.org/changeset/base/309790
Log:
Add Genesys Logic USB hub.
Make two other USB hub descriptions more precise.
Modified:
head/sys/dev/usb/usbdevs
Modified: head/sys/dev/usb/usbdevs
=
':
Ubin/dd/dd.c
--- Recording mergeinfo for reverse merge of r309735 into '.':
U .
$ (cd bin/dd/; make -s obj all; sudo make -s install; cd tests/; make -s check)
===> tests (obj)
===> tests (all)
===> tests (install)
dd_test:io -> passed [0.083s]
dd_test:length -&g
76 matches
Mail list logo