Page MenuHomeFreeBSD
Feed All Stories

May 26 2019

swills committed rP502742: games/devilutionX: create port.
games/devilutionX: create port
May 26 2019, 6:35 PM
olgeni added a comment to D19911: lang/erlang*: upgrade to 21.3.4, with Corba integration..
In D19911#440721, @jrm wrote:

I'm not an Erlang user, so I can only be a general extra set of eyes here. I can do also do poudreire testing. Is there anything specific I can do to help test?

May 26 2019, 6:34 PM
olgeni updated the diff for D19913: net/rabbitmq: upgrade to 3.7.14.

Update to 3.7.15.

May 26 2019, 6:32 PM
swills committed rP502741: databases/sqldeveloper: Update to 19.1.0.094.2042.
databases/sqldeveloper: Update to 19.1.0.094.2042
May 26 2019, 6:25 PM
yuri committed rP502740: math/xlife++: fix build with GCC-based architectures.
math/xlife++: fix build with GCC-based architectures
May 26 2019, 6:25 PM
yuri committed rP502739: science/py-rmsd: Fix license.
science/py-rmsd: Fix license
May 26 2019, 6:17 PM
yuri committed rP502738: math/moab: Fix license.
math/moab: Fix license
May 26 2019, 6:16 PM
eugen committed rP502737: sysutils/archivemount: update to 0.8.12.
sysutils/archivemount: update to 0.8.12
May 26 2019, 6:12 PM
sunpoet committed rP502736: Remove superfluous dot.
Remove superfluous dot
May 26 2019, 6:02 PM
sunpoet committed rP502735: Update to 2.5.2.
Update to 2.5.2
May 26 2019, 6:02 PM
sunpoet committed rP502734: Update to 4.23.7.
Update to 4.23.7
May 26 2019, 6:02 PM
sunpoet committed rP502733: Update to 1.1.91.
Update to 1.1.91
May 26 2019, 6:02 PM
sunpoet committed rP502732: Fix build with FTP disabled and FILE enabled.
Fix build with FTP disabled and FILE enabled
May 26 2019, 6:02 PM
mr committed rP502731: Update to 2019.05.26.
Update to 2019.05.26
May 26 2019, 6:02 PM
jrm added a comment to D19911: lang/erlang*: upgrade to 21.3.4, with Corba integration..

Oops, I somehow sent that early. I was going to say...

May 26 2019, 5:54 PM
jrm added a comment to D19911: lang/erlang*: upgrade to 21.3.4, with Corba integration..

Hello Jimmy,

May 26 2019, 5:52 PM
olgeni updated the diff for D19912: lang/elixir: upgrade to 1.8.1 with lang/erlang 21.

Update to 1.8.2.

May 26 2019, 5:51 PM
olgeni updated the diff for D19911: lang/erlang*: upgrade to 21.3.4, with Corba integration..

Update to the latest 21.x version plus minor fixes.

May 26 2019, 5:50 PM
pkubaj created D20414: games/multimc: fix build with big-endian architectures.
May 26 2019, 5:42 PM
bdragon created D20413: Fix link_elf_ctf_get() on big endian platforms.
May 26 2019, 5:39 PM ยท PowerPC
imp added a comment to D18593: mips32: move support for temporary mappings above KSEG0 to per-CPU data.

I only proposed getting rid of a mips32 SMP kernel. There's mips32r6 instructions that could be used to implement 64-bit atomics, so I stayed my hand.
I've not looked closely enough at the rest of this patch to click 'OK' but I have no objections.

May 26 2019, 5:36 PM
tuexen closed D20374: Add PAWS check for ACK segments in the syncache code.
May 26 2019, 5:18 PM
tuexen committed rS348290: When an ACK segment as the third message of the three way handshake is.
When an ACK segment as the third message of the three way handshake is
May 26 2019, 5:18 PM
dougm removed a reviewer for D13074: Allow powers-of-two differences for free blocks in vm_phys buddy system allocator: alc.
May 26 2019, 5:04 PM
dougm removed a reviewer for D17840: Add functions to time vm_map actions: alc.
May 26 2019, 5:04 PM
dougm removed a reviewer for D18000: Track stats on effectivess of bm_bighint field: alc.
May 26 2019, 5:03 PM
dougm removed reviewers for D19826: reduce accesses to vm_map entries off the search path in updating max_free: alc, kib, markj.
May 26 2019, 5:03 PM
dougm removed reviewers for D20299: Test and set ranges of reservation population bits at once: alc, kib, markj.
May 26 2019, 5:02 PM
swills committed rP502730: games/gnurobots: fix interactive prompt.
games/gnurobots: fix interactive prompt
May 26 2019, 5:02 PM
dougm removed reviewers for D20274: Simpllfy vm_reserv_reclaim_config: markj, kib, alc.
May 26 2019, 5:01 PM
dougm updated the diff for D20412: arm32 support for inline ffs, fls.

Fix a keyword error in the conf file.

May 26 2019, 4:44 PM
tuexen committed rS348289: MFC r347975:.
MFC r347975:
May 26 2019, 4:43 PM
olgeni committed rP502729: Update lang/racket to version 7.3..
Update lang/racket to version 7.3.
May 26 2019, 4:41 PM
olgeni committed rP502728: Update lang/racket-minimal to version 7.3..
Update lang/racket-minimal to version 7.3.
May 26 2019, 4:41 PM
alc added a comment to D20380: Fixes for some corner cases of amd64 demotions..
In D20380#440650, @kib wrote:
In D20380#440642, @alc wrote:
In D20380#440609, @kib wrote:

I am not sure why do check that KERNend != round_2mpage() before rounding, IMO it simply less lines to not do that.

Are you asking about this snippet?

if (*firstaddr < round_2mpage(KERNend))
        *firstaddr = round_2mpage(KERNend);

Yes.

May 26 2019, 4:36 PM
dougm updated the diff for D20412: arm32 support for inline ffs, fls.

Change patch so that it affects arm6 and arm7, but not arm4 or arm5.

May 26 2019, 4:28 PM
pho added a comment to D20411: Add devfs(5) support for VOP_MKDIR(9) and VOP_RMDIR(9).

I ran all of the devfs tests I have.
I added a new parallel mkdir() and rmdir() test with VM pressure.
No problems seen.

May 26 2019, 4:28 PM
bz added a comment to D17512: Fix dpcpu and vnet panics with complex types at the end of the section.
In D17512#439294, @jhb wrote:

I still don't understand why i386 is special in this regard. Surely i386 isn't the only architecture to ever use this type of relocation?

May 26 2019, 4:18 PM
swills committed rP502727: net/relayd: fix build on 12/CURRENT.
net/relayd: fix build on 12/CURRENT
May 26 2019, 4:11 PM
kib added a comment to D20412: arm32 support for inline ffs, fls.

No testing on an actual arm machine has been performed.

May 26 2019, 4:01 PM
blackend committed rD53069: - Fix some typos.
- Fix some typos
May 26 2019, 3:55 PM
dim committed rS348288: Pull in r361696 from upstream llvm trunk (by Sanjay Patel):.
Pull in r361696 from upstream llvm trunk (by Sanjay Patel):
May 26 2019, 3:45 PM
dougm added a comment to D20412: arm32 support for inline ffs, fls.

No testing on an actual arm machine has been performed.

May 26 2019, 3:43 PM
markj added inline comments to D19247: Merge hold_count into wire_count..
May 26 2019, 3:43 PM
blackend committed rD53068: MFen: r45698 --> r53056.
MFen: r45698 --> r53056
May 26 2019, 3:42 PM
blackend committed rD53067: Updates to match bsdinstall/chapter.xml update..
Updates to match bsdinstall/chapter.xml update.
May 26 2019, 3:41 PM
blackend committed rD53066: MFen: r44242 --> r44423.
MFen: r44242 --> r44423
May 26 2019, 3:40 PM
blackend committed rD53065: MFen: r38449 --> r38826+r44296.
MFen: r38449 --> r38826+r44296
May 26 2019, 3:39 PM
blackend committed rD53064: Disable or change some links to allow future updates..
Disable or change some links to allow future updates.
May 26 2019, 3:38 PM
kib added a comment to D20412: arm32 support for inline ffs, fls.

__clzdi2() and other functions are indeed libgcc symbols implementing the builtins, so at least gcc cannot properly inline the operation.

May 26 2019, 3:32 PM
jmallett added a comment to D18593: mips32: move support for temporary mappings above KSEG0 to per-CPU data.
In D18593#440643, @jah wrote:

To answer my own question: no, we can't repurpose entry 0. We wire it down in switch.S to guarantee we won't take TLB faults on access to the kernel stack. Makes sense, esp. if we don't have something like a boot stack or exception stack to fall back on.

May 26 2019, 3:20 PM
gerald committed rP502726: Update to Wine 4.9. This includes the following changes:.
Update to Wine 4.9. This includes the following changes:
May 26 2019, 3:17 PM
tobik committed rP502725: Remove bogus PORTREVISION from net-im/Makefile.
Remove bogus PORTREVISION from net-im/Makefile
May 26 2019, 3:11 PM
tobik committed rP502724: Remove bogus PORTREVISION from security/Makefile.
Remove bogus PORTREVISION from security/Makefile
May 26 2019, 3:08 PM
brnrd committed rP502723: security/acme-client: Remove port.
security/acme-client: Remove port
May 26 2019, 2:54 PM
cs committed rP502722: Clarify CVE-2019-10691.
Clarify CVE-2019-10691
May 26 2019, 2:52 PM
0mp committed rS348287: ipheth.4: Explain how to manually configure USB tethering on Apple devices.
ipheth.4: Explain how to manually configure USB tethering on Apple devices
May 26 2019, 2:16 PM
0mp closed D20353: ipheth.4: Exaplain how to manually configure USB tethering on an Apple device.
May 26 2019, 2:16 PM
jkois committed rD53063: r52975 -> r53033.
r52975 -> r53033
May 26 2019, 2:00 PM
cs committed rP502721: Serendipity -- XSS.
Serendipity -- XSS
May 26 2019, 1:56 PM
adridg committed rP502720: Update misc/tellico to latest upstream release 3.2.
Update misc/tellico to latest upstream release 3.2
May 26 2019, 1:54 PM
cs committed rP502719: Add missing quote link.
Add missing quote link
May 26 2019, 1:45 PM
cs committed rP502718: SQLite use after free.
SQLite use after free
May 26 2019, 1:43 PM
rene committed rP502717: Remove expired port:.
Remove expired port:
May 26 2019, 1:39 PM
cs committed rP502716: Add proper cvename reference to recent OCaml entry.
Add proper cvename reference to recent OCaml entry
May 26 2019, 1:22 PM
cs committed rP502715: suricata vulnerability.
suricata vulnerability
May 26 2019, 1:17 PM
kai committed rP502714: finance/bitcoinnodestats: Fix wrong use of USES=shebangfix.
finance/bitcoinnodestats: Fix wrong use of USES=shebangfix
May 26 2019, 1:10 PM
adridg committed rP502713: Tell Portscout to ignore the KDE4 version of graphics/kooka.
Tell Portscout to ignore the KDE4 version of graphics/kooka
May 26 2019, 12:53 PM
danfe closed D20396: Missing "else" in cascaded condition (if).
May 26 2019, 12:42 PM
danfe committed rS348286: Fix two errors reported by PVS Studio: V646 Consider inspecting the.
Fix two errors reported by PVS Studio: V646 Consider inspecting the
May 26 2019, 12:42 PM
jkois committed rD53062: r53033 -> r53051.
r53033 -> r53051
May 26 2019, 12:35 PM
ehaupt committed rP502712: Update to 3.3.
Update to 3.3
May 26 2019, 12:33 PM
tobik committed rP502711: devel/rubygem-rake-compiler-dock: Drop nop SHEBANK_LANG.
devel/rubygem-rake-compiler-dock: Drop nop SHEBANK_LANG
May 26 2019, 12:20 PM
dougm added a comment to D20412: arm32 support for inline ffs, fls.
In D20412#440654, @kib wrote:

So why not do this for all architectures ? Is the problem that old gcc on ppc/sparc64/mips does not support __builtins required ?

May 26 2019, 12:06 PM
swills committed rP502710: devel/ncurses: update to new snapshotcd.
devel/ncurses: update to new snapshotcd
May 26 2019, 12:04 PM
trasz added a comment to D20411: Add devfs(5) support for VOP_MKDIR(9) and VOP_RMDIR(9).
In D20411#440660, @kib wrote:
In D20411#440658, @tijl wrote:
In D20411#440580, @mjg wrote:

I think arbitrary mkdir/rmdir is a can of worms, perfectly avoidable for the stated purpose.

Arbitrary symlinks are already supported. Why would mkdir be any different?

May 26 2019, 10:56 AM
tcberner committed rP502709: net/kio-gdrive: update to 1.2.6.
net/kio-gdrive: update to 1.2.6
May 26 2019, 10:41 AM
kib added a comment to D20411: Add devfs(5) support for VOP_MKDIR(9) and VOP_RMDIR(9).
In D20411#440658, @tijl wrote:
In D20411#440580, @mjg wrote:

I think arbitrary mkdir/rmdir is a can of worms, perfectly avoidable for the stated purpose.

Arbitrary symlinks are already supported. Why would mkdir be any different?

May 26 2019, 10:40 AM
tcberner committed rP502708: multimedia/libmatroska, textproc/libebml: revert upstreams visibility changes.
multimedia/libmatroska, textproc/libebml: revert upstreams visibility changes
May 26 2019, 10:33 AM
tijl added a comment to D20411: Add devfs(5) support for VOP_MKDIR(9) and VOP_RMDIR(9).
In D20411#440580, @mjg wrote:

I think arbitrary mkdir/rmdir is a can of worms, perfectly avoidable for the stated purpose.

Arbitrary symlinks are already supported. Why would mkdir be any different?

May 26 2019, 10:31 AM
andrew accepted D20349: arm64: efi: Map memory IO region as device.
May 26 2019, 10:29 AM
gnn committed rP502707: Add missing include file to the list of things to install..
Add missing include file to the list of things to install.
May 26 2019, 10:04 AM
joneum committed rP502706: Update 3rd Party Modul NJS.
Update 3rd Party Modul NJS
May 26 2019, 9:44 AM
sunpoet committed rP502705: MFH: r502638.
MFH: r502638
May 26 2019, 9:36 AM
kib added inline comments to D19247: Merge hold_count into wire_count..
May 26 2019, 9:20 AM
kib added a comment to D20412: arm32 support for inline ffs, fls.

So why not do this for all architectures ? Is the problem that old gcc on ppc/sparc64/mips does not support __builtins required ?

May 26 2019, 9:16 AM
kib added a comment to D20266: Simplify flow of pmap_demote_pde_locked() and add more comprehensive debugging checks..
In D20266#440649, @pho wrote:

I ran tests on D20266.57868.diff for 24 hours without seeing any problems.

May 26 2019, 9:09 AM
kib added a comment to D20380: Fixes for some corner cases of amd64 demotions..
In D20380#440642, @alc wrote:
In D20380#440609, @kib wrote:

I am not sure why do check that KERNend != round_2mpage() before rounding, IMO it simply less lines to not do that.

Are you asking about this snippet?

if (*firstaddr < round_2mpage(KERNend))
        *firstaddr = round_2mpage(KERNend);
May 26 2019, 9:08 AM
tobik committed rP502704: net/opentracker: Upcase OPTIONS_SINGLE as we normally do.
net/opentracker: Upcase OPTIONS_SINGLE as we normally do
May 26 2019, 9:07 AM
tobik committed rP502703: audio/libmp3splt: Upcase OPTIONS_MULTI as we normally do.
audio/libmp3splt: Upcase OPTIONS_MULTI as we normally do
May 26 2019, 9:05 AM
tobik committed rP502702: databases/vfront: Upcase OPTIONS_MULTI as we normally do.
databases/vfront: Upcase OPTIONS_MULTI as we normally do
May 26 2019, 9:03 AM
AMDmi3 committed rP502701: - Update WWW.
- Update WWW
May 26 2019, 9:01 AM
tobik committed rP502700: ftp/py-pycurl: Fix license framework usage.
ftp/py-pycurl: Fix license framework usage
May 26 2019, 8:49 AM
thj edited P261 Masterwork From Distant Lands.
May 26 2019, 8:47 AM
madpilot committed rP502699: Update corsix-th to 0.63.
Update corsix-th to 0.63
May 26 2019, 8:43 AM
nivit committed rP502698: - Update to 1.0.3 [1].
- Update to 1.0.3 [1]
May 26 2019, 8:34 AM
tobik committed rP502697: audio/arss: Remove nop CMAKE_C_ARGS.
audio/arss: Remove nop CMAKE_C_ARGS
May 26 2019, 8:29 AM
tcberner committed rP502696: multimedia/libmatroska: update to 1.5.1.
multimedia/libmatroska: update to 1.5.1
May 26 2019, 8:17 AM
tobik committed rP502695: devel/creduce: Drop nop CONFIGURE_FLAGS.
devel/creduce: Drop nop CONFIGURE_FLAGS
May 26 2019, 8:07 AM
tobik committed rP502694: deskutils/preferences: Drop nop and misspelled DEAFULT_LIBVERSION.
deskutils/preferences: Drop nop and misspelled DEAFULT_LIBVERSION
May 26 2019, 8:00 AM