I did the port for pfSense and the whole stack works from HEAD into
10-STABLE.
Just minor modifications were required.
If you want i can try to send the diff.
On Wed, Aug 5, 2015 at 11:55 PM, Oliver Pinter <
oliver.pin...@hardenedbsd.org> wrote:
> Yup. :) If you need testers with the backport, t
Author: trasz
Date: Thu Aug 6 07:47:13 2015
New Revision: 286360
URL: https://svnweb.freebsd.org/changeset/base/286360
Log:
Tweak mdconfig(8) manual page, in particular revise the EXAMPLES
section. This removes stuff that doesn't really belong there,
and simplifies examples for the basic o
Author: trasz
Date: Thu Aug 6 07:49:34 2015
New Revision: 286361
URL: https://svnweb.freebsd.org/changeset/base/286361
Log:
Whoops, wrong flag.
MFC after:1 month
Sponsored by: The FreeBSD Foundation
Modified:
head/sbin/mdconfig/mdconfig.8
Modified: head/sbin/mdconfig/mdconfig.8
=
Hi Pedro,
2015-08-05 18:49 GMT+02:00 Pedro Giffuni :
> This just reminded me:
>
> Clang has support for type-safety attributes[1] for fcntl and ioctls.
>
> I gave them a try[2] but they broke compatibility.
> For a clean ABI you should consider them.
That's interesting. That could also be useful
> On 5 авг. 2015 г., at 20:38, Edward Tomasz Napierala
> wrote:
>
> Author: trasz
> Date: Wed Aug 5 17:38:02 2015
> New Revision: 286329
> URL: https://svnweb.freebsd.org/changeset/base/286329
>
> Log:
> Make rctl_enable rc variable actually work. To avoid breaking existing
> setups that w
Cool! Please send me the patch. :)
Thank you!
(My last sync was from 2014 August or November in my branch:
https://github.com/opntr/pkg/commit/f6c84ecd8a30a77eeefd8106496e6692d6348190
)
On 8/6/15, Ermal Luçi wrote:
> I did the port for pfSense and the whole stack works from HEAD into
> 10-STABL
Ermal - yes please. :) Or, just do the MFC yourself. :)
-a
On 6 August 2015 at 00:21, Ermal Luçi wrote:
> I did the port for pfSense and the whole stack works from HEAD into
> 10-STABLE.
>
> Just minor modifications were required.
> If you want i can try to send the diff.
>
> On Wed, Aug 5, 20
Author: glebius
Date: Thu Aug 6 14:05:17 2015
New Revision: 286363
URL: https://svnweb.freebsd.org/changeset/base/286363
Log:
Make it compilable. No idea if it works.
Modified:
head/sys/dev/wtap/if_wtap.c
head/sys/dev/wtap/if_wtapvar.h
Modified: head/sys/dev/wtap/if_wtap.c
===
Author: gjb
Date: Thu Aug 6 14:13:01 2015
New Revision: 286364
URL: https://svnweb.freebsd.org/changeset/base/286364
Log:
Fix a typo.
Submitted by: pkelsey
Sponsored by: The FreeBSD Foundation
Modified:
head/release/doc/en_US.ISO8859-1/relnotes/article.xml
Changes in other areas also
Author: andrew
Date: Thu Aug 6 14:49:23 2015
New Revision: 286366
URL: https://svnweb.freebsd.org/changeset/base/286366
Log:
Fill in dump_avail based on the physical memory from EFI.
Obtained from:ABT Systems Ltd
Sponsored by: The FreeBSD Foundation
Modified:
head/sys/arm64/ar
Author: ngie
Date: Thu Aug 6 15:30:14 2015
New Revision: 286367
URL: https://svnweb.freebsd.org/changeset/base/286367
Log:
Make some debug printf's into DPRINTF's to reduce noise on attach/detach
Differential Revision: https://reviews.freebsd.org/D3306
MFC after: 1 week
Reviewed by: lo
(r286368)
@@ -31,6 +31,11 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 11
disable the most expensive debugging functionality run
"ln -s 'abort:false,junk:false' /etc/malloc.conf".)
+20150806:
+ The menu.rc and loader.rc files will now be replaced duri
Author: jhb
Date: Thu Aug 6 16:12:12 2015
New Revision: 286369
URL: https://svnweb.freebsd.org/changeset/base/286369
Log:
Convert the map_at_zero test case to ATF. In particular, this will
facilitate adding more mmap() tests.
MFC after:2 weeks
Differential Revision:https:/
Author: jhb
Date: Thu Aug 6 16:14:29 2015
New Revision: 286370
URL: https://svnweb.freebsd.org/changeset/base/286370
Log:
Add various tests to ensure that invalid arguments passed to mmap()
trigger failures.
Reviewed by: kib
Differential Revision:https://reviews.freebsd.org/D3
Author: jhb
Date: Thu Aug 6 16:50:37 2015
New Revision: 286371
URL: https://svnweb.freebsd.org/changeset/base/286371
Log:
The changes that introduced fo_mmap() treated all character device
mappings as if MAP_SHARED was always present since in general MAP_PRIVATE
is not permitted for charact
Author: jhb
Date: Thu Aug 6 17:07:21 2015
New Revision: 286372
URL: https://svnweb.freebsd.org/changeset/base/286372
Log:
Remove some more vestiges of the Xen PV domu support. Specifically,
use vtophys() directly instead of vtomach() and retire the no-longer-used
headers and .
Report
Author: pjd
Date: Thu Aug 6 17:13:34 2015
New Revision: 286373
URL: https://svnweb.freebsd.org/changeset/base/286373
Log:
After crypto_dispatch() bio might be already delivered and destroyed,
so we cannot access it anymore. Setting an error later lead to memory
corruption.
Assert that
Author: kib
Date: Thu Aug 6 18:02:54 2015
New Revision: 286374
URL: https://svnweb.freebsd.org/changeset/base/286374
Log:
Formally pair store_rel(&smp_started) with load_acq(&smp_started).
The expected semantic is to have misc. data, e.g. CPU bitmaps, visible
in the BSP after smp_started is
Author: delphij
Date: Thu Aug 6 18:15:56 2015
New Revision: 286375
URL: https://svnweb.freebsd.org/changeset/base/286375
Log:
Now that stable/8 is EOL, stop building INDEX-8.
MFC after:1 week
Modified:
head/etc/portsnap.conf
Modified: head/etc/portsnap.conf
Author: jhb
Date: Thu Aug 6 18:28:15 2015
New Revision: 286378
URL: https://svnweb.freebsd.org/changeset/base/286378
Log:
Don't mark the fcntl flag argument as an output parameter so that it is
always decoded. Previously the argument was not decoded if fcntl() failed.
Modified:
head/usr.b
Author: jhb
Date: Thu Aug 6 18:32:32 2015
New Revision: 286380
URL: https://svnweb.freebsd.org/changeset/base/286380
Log:
Decode the arguments to mkfifo() and fix an off-by-one error in the arguments
to mknod().
Modified:
head/usr.bin/truss/syscalls.c
Modified: head/usr.bin/truss/syscalls
Author: jhb
Date: Thu Aug 6 19:08:33 2015
New Revision: 286381
URL: https://svnweb.freebsd.org/changeset/base/286381
Log:
Decode the arguments passed to the *at() family of system calls. This is
especially useful now that libc's open() always calls openat(). While here,
fix a few other th
Author: ian
Date: Thu Aug 6 19:29:26 2015
New Revision: 286382
URL: https://svnweb.freebsd.org/changeset/base/286382
Log:
Add support to the uftdi driver for reading and writing the serial eeprom
that can be attached to the chips, via ioctl() calls.
Modified:
head/sys/dev/usb/serial/uftdi.
Author: jhb
Date: Thu Aug 6 19:36:47 2015
New Revision: 286383
URL: https://svnweb.freebsd.org/changeset/base/286383
Log:
Whitespace fixes to consistently use spaces before }'s and
wrap long lines.
Modified:
head/usr.bin/truss/syscalls.c
Modified: head/usr.bin/truss/syscalls.c
===
Author: ian
Date: Thu Aug 6 19:47:04 2015
New Revision: 286385
URL: https://svnweb.freebsd.org/changeset/base/286385
Log:
Return the current ftdi bitbang mode with the UFTDIIOC_GET_BITMODE ioctl.
The ftdi chip itself has a "get bitmode" command that doesn't actually
return the current bi
Author: jhb
Date: Thu Aug 6 20:05:40 2015
New Revision: 286388
URL: https://svnweb.freebsd.org/changeset/base/286388
Log:
Consistently use both leading and trailing spaces inside of the {}'s
when pretty-printing structures. Most structures used both spaces,
but some only used a trailing sp
Author: ian
Date: Thu Aug 6 20:59:03 2015
New Revision: 286389
URL: https://svnweb.freebsd.org/changeset/base/286389
Log:
Document the recently added get-bitmode and eeprom read/write functionality.
Modified:
head/share/man/man4/uftdi.4
Modified: head/share/man/man4/uftdi.4
Author: alc
Date: Thu Aug 6 21:27:50 2015
New Revision: 286390
URL: https://svnweb.freebsd.org/changeset/base/286390
Log:
Introduce a sysctl for reporting the number of fully populated reservations.
Modified:
head/sys/vm/vm_reserv.c
Modified: head/sys/vm/vm_reserv.c
Author: delphij
Date: Thu Aug 6 23:44:46 2015
New Revision: 286392
URL: https://svnweb.freebsd.org/changeset/base/286392
Log:
Now that the portsnap buildbox is generating the raw bits for INDEX-11,
add it to the set of INDEX files built by portsnap.
MFC after:2 weeks
Modified:
hea
Author: kevlo
Date: Fri Aug 7 02:05:16 2015
New Revision: 286393
URL: https://svnweb.freebsd.org/changeset/base/286393
Log:
Add support for ASUS WL-100g.
Modified:
head/share/man/man4/bwi.4
Modified: head/share/man/man4/bwi.4
=
Author: araujo (ports committer)
Date: Fri Aug 7 02:37:47 2015
New Revision: 286394
URL: https://svnweb.freebsd.org/changeset/base/286394
Log:
Get closest as possible with style(9). No functional change.
Differential Revision:D3295
Reviewed by: bapt
Modified:
head/usr
Author: marcel
Date: Fri Aug 7 04:27:51 2015
New Revision: 286395
URL: https://svnweb.freebsd.org/changeset/base/286395
Log:
Fix the dynamic VHD format to work with qemu. The size of the disk
is taken to match the geometry and only when the geometry is max'd
out, is the actual recorded size
On Fri, Aug 07, 2015 at 04:27:52AM +, Marcel Moolenaar wrote:
> Author: marcel
> Date: Fri Aug 7 04:27:51 2015
> New Revision: 286395
> URL: https://svnweb.freebsd.org/changeset/base/286395
>
> Log:
> Fix the dynamic VHD format to work with qemu. The size of the disk
> is taken to match t
> On Aug 6, 2015, at 9:31 PM, Glen Barber wrote:
>
> On Fri, Aug 07, 2015 at 04:27:52AM +, Marcel Moolenaar wrote:
>> Author: marcel
>> Date: Fri Aug 7 04:27:51 2015
>> New Revision: 286395
>> URL: https://svnweb.freebsd.org/changeset/base/286395
>>
>> Log:
>> Fix the dynamic VHD format t
On Thu, Aug 06, 2015 at 09:45:45PM -0700, Marcel Moolenaar wrote:
>
> > On Aug 6, 2015, at 9:31 PM, Glen Barber wrote:
> >
> > On Fri, Aug 07, 2015 at 04:27:52AM +, Marcel Moolenaar wrote:
> >> Author: marcel
> >> Date: Fri Aug 7 04:27:51 2015
> >> New Revision: 286395
> >> URL: https://svn
Author: gshapiro
Date: Fri Aug 7 04:58:35 2015
New Revision: 286400
URL: https://svnweb.freebsd.org/changeset/base/286400
Log:
Reminder to check tools/build/mk/OptionalObsoleteFiles.inc on new
version imports.
Obtained from:garga@
Modified:
head/contrib/sendmail/FREEBSD-upgrad
Author: kib
Date: Fri Aug 7 05:59:58 2015
New Revision: 286401
URL: https://svnweb.freebsd.org/changeset/base/286401
Log:
Remove unused i386 header privatespace.h. For the native kernel, its
use was removed in r173592 (Nov 2007), yet Xen PV bits continued
referencing the privatespace struc
Author: araujo (ports committer)
Date: Fri Aug 7 06:15:01 2015
New Revision: 286402
URL: https://svnweb.freebsd.org/changeset/base/286402
Log:
Fix variable 'old' is used uninitialized whenever '&&' condition is false.
Spotted by clang.
Differential Revision:D2721
Reviewed by:
38 matches
Mail list logo