Page MenuHomeFreeBSD
Feed Advanced Search

Oct 25 2017

ed added inline comments to D12785: New gets_s(3) stdio function.
Oct 25 2017, 8:10 PM
ed added a comment to D12785: New gets_s(3) stdio function.

I'm personally not a fan of the *_s() functions. That said, we've already added some others to the base system, so there's probably no turning back.

Oct 25 2017, 7:21 AM

Oct 21 2017

ed created D12751: Update CloudABI related packages to the latest upstream versions..
Oct 21 2017, 7:15 PM

Oct 18 2017

ed committed rS324727: Import the latest CloudABI definitions, version 0.16..
Import the latest CloudABI definitions, version 0.16.
Oct 18 2017, 7:23 PM

Oct 14 2017

ed added a comment to D12667: Guard offsetof.

What about making the macros identical? That way there is no need for a guard. s/field/member/

Oct 14 2017, 9:23 AM

Oct 4 2017

ed committed rS324250: MFC r321514, r322885, r323015, r323177.
MFC r321514, r322885, r323015, r323177
Oct 4 2017, 7:35 AM

Sep 27 2017

ed committed rS324055: MFC r322965:.
MFC r322965:
Sep 27 2017, 11:31 AM

Sep 25 2017

ed retitled D3919: Introduce Binutils for CloudABI on aarch64. from to Introduce Binutils for CloudABI on aarch64..
Sep 25 2017, 3:31 AM

Sep 22 2017

ed created D12456: Update the BSD Vision article to reflect what was discussed at the DevSummit..
Sep 22 2017, 8:56 AM

Sep 21 2017

ed accepted D8754: Convert ping to use libcaspermock when Casper is disabled..
Sep 21 2017, 2:08 PM · capsicum
ed accepted D8753: Introduce libcaspermock.
Sep 21 2017, 2:05 PM · capsicum
ed committed rP450251: devel/arpc: Upgrade to version 0.6..
devel/arpc: Upgrade to version 0.6.
Sep 21 2017, 12:05 PM
ed closed D12431: devel/arpc: Upgrade to version 0.6..
Sep 21 2017, 12:05 PM
ed created D12431: devel/arpc: Upgrade to version 0.6..
Sep 21 2017, 10:11 AM

Sep 18 2017

ed closed D12401: Let cloudabi-toolchain use LLVM 5.0..
Sep 18 2017, 9:44 PM
ed committed rP450083: Let cloudabi-toolchain use LLVM 5.0..
Let cloudabi-toolchain use LLVM 5.0.
Sep 18 2017, 9:44 PM
ed added a reviewer for D12401: Let cloudabi-toolchain use LLVM 5.0.: bapt.
Sep 18 2017, 9:25 PM
ed updated the summary of D12401: Let cloudabi-toolchain use LLVM 5.0..
Sep 18 2017, 11:19 AM
ed closed D12399: net/flower: Update to 0.10.
Sep 18 2017, 7:02 AM
ed committed rP450032: net/flower: Update to 0.10.
net/flower: Update to 0.10
Sep 18 2017, 7:01 AM

Sep 17 2017

ed created D12401: Let cloudabi-toolchain use LLVM 5.0..
Sep 17 2017, 7:17 PM
ed updated the summary of D12399: net/flower: Update to 0.10.
Sep 17 2017, 3:45 PM
ed created D12399: net/flower: Update to 0.10.
Sep 17 2017, 3:44 PM

Sep 15 2017

ed added a comment to D12380: correct cap_rights_* varargs use.

Interesting. We do have a number of examples of ##__VA_ARGS__ in other headers, although it may well be that in practice they'll never be included in C++ source.

Sep 15 2017, 9:51 PM
ed added a comment to D12380: correct cap_rights_* varargs use.

Wait. So the intent of this change is that we should disallow cap_rights_init(), etc. calls with empty arguments, right? If so, that's already prohibited right now:

Sep 15 2017, 9:05 PM

Sep 13 2017

ed added a comment to D12330: "Long" filename support changes.

I'm personally not a big fan of going into this direction. The problem with these constants is that they are defined in the first place. A lot of people don't realise that POSIX allows us to omit PATH_MAX and NAME_MAX entirely. By omitting them, you specify that these limits are not known at compile-time for this implementation. This is in our case arguably even more correct, as in our environment, the actual value depends on the mount point. The true limit may then be extracted using pathconf().

Sep 13 2017, 7:52 PM
ed added inline comments to D12330: "Long" filename support changes.
Sep 13 2017, 7:11 PM

Sep 10 2017

ed committed rP449589: Make yaml-cpp usable on HEAD for software that wants C++17..
Make yaml-cpp usable on HEAD for software that wants C++17.
Sep 10 2017, 7:36 PM
ed closed D12285: Make yaml-cpp usable on HEAD by software that wants C++17..
Sep 10 2017, 7:36 PM

Sep 9 2017

ed retitled D12285: Make yaml-cpp usable on HEAD by software that wants C++17. from Make yaml-cpp on HEAD by software that wants C++17. to Make yaml-cpp usable on HEAD by software that wants C++17..
Sep 9 2017, 7:08 AM
ed created D12285: Make yaml-cpp usable on HEAD by software that wants C++17..
Sep 9 2017, 6:30 AM

Sep 8 2017

ed committed rP449457: Upgrade cloudabi-utils and related packages to the latest version..
Upgrade cloudabi-utils and related packages to the latest version.
Sep 8 2017, 2:35 PM
ed closed D12265: Upgrade cloudabi-utils and related packages to the latest version..
Sep 8 2017, 2:35 PM

Sep 7 2017

ed updated the diff for D12265: Upgrade cloudabi-utils and related packages to the latest version..

Also apply cleanups to devel/cloudabi/Makefile.

Sep 7 2017, 1:57 PM
ed created D12265: Upgrade cloudabi-utils and related packages to the latest version..
Sep 7 2017, 1:55 PM
ed committed rP449395: Add net/flower..
Add net/flower.
Sep 7 2017, 12:13 PM
ed closed D12264: Add net/flower..
Sep 7 2017, 12:13 PM
ed created D12264: Add net/flower..
Sep 7 2017, 6:47 AM
ed committed rP449385: Add a package for ARPC..
Add a package for ARPC.
Sep 7 2017, 5:53 AM
ed closed D12103: Add a package for ARPC..
Sep 7 2017, 5:53 AM
ed added a comment to D12103: Add a package for ARPC..

Minor thing: If you don't expect the plist to become larger soon, I'd probably follow portlint's recommendation to use PLIST_FILES inside the Makefile rather than having pkg-plist.

Sep 7 2017, 5:51 AM

Sep 6 2017

ed committed rP449362: Add py3-* packages for toposort and pyPEG2..
Add py3-* packages for toposort and pyPEG2.
Sep 6 2017, 8:04 PM
ed closed D12068: Add py3-* packages for toposort and pyPEG2..
Sep 6 2017, 8:04 PM
ed added a comment to D12068: Add py3-* packages for toposort and pyPEG2..

Looks OK, pending confirmation that port passes QA (poudriere w/ Python 3.x)

Sep 6 2017, 1:10 PM
ed removed a reviewer for D9096: Add Recursive Functionality to setfacl(1): ed.
Sep 6 2017, 12:06 PM
ed removed a reviewer for D10035: Use of nullability attributes in string functions.: ed.
Sep 6 2017, 12:06 PM
ed removed a reviewer for D10161: Continuation of D9903.: ed.
Sep 6 2017, 12:06 PM
ed removed a reviewer for D10469: The c11 appendix K string functions: ed.
Sep 6 2017, 12:05 PM
ed committed rP449342: New port: devel/yaml2argdata..
New port: devel/yaml2argdata.
Sep 6 2017, 12:00 PM
ed closed D12164: New port: devel/yaml2argdata..
Sep 6 2017, 12:00 PM
ed updated the diff for D12164: New port: devel/yaml2argdata..

s/LOCALBASE/PREFIX/

Sep 6 2017, 10:53 AM
ed added inline comments to D12164: New port: devel/yaml2argdata..
Sep 6 2017, 10:43 AM
ed updated the diff for D12164: New port: devel/yaml2argdata..

Process mat@'s feedback.

Sep 6 2017, 10:43 AM
ed added a comment to D12164: New port: devel/yaml2argdata..

Friendly ping. :-)

Sep 6 2017, 8:15 AM

Sep 5 2017

ed committed rS323177: Merge pipes and socket pairs..
Merge pipes and socket pairs.
Sep 5 2017, 7:47 AM

Sep 1 2017

ed committed rS323083: MFC r322888:.
MFC r322888:
Sep 1 2017, 7:10 AM

Aug 30 2017

ed created D12164: New port: devel/yaml2argdata..
Aug 30 2017, 1:41 PM
ed committed rS323015: Complete the CloudABI networking refactoring..
Complete the CloudABI networking refactoring.
Aug 30 2017, 7:30 AM

Aug 28 2017

ed committed rS322965: Make _Static_assert() work with GCC in older C++ standards..
Make _Static_assert() work with GCC in older C++ standards.
Aug 28 2017, 9:35 AM

Aug 25 2017

ed committed rS322888: Make entries for the United States more consistent..
Make entries for the United States more consistent.
Aug 25 2017, 12:28 PM
ed committed rS322885: Sync CloudABI compatibility against the latest upstream version (v0.13)..
Sync CloudABI compatibility against the latest upstream version (v0.13).
Aug 25 2017, 11:02 AM

Aug 22 2017

ed added a comment to D12103: Add a package for ARPC..

Thanks for the feedback. Really appreciated!

Aug 22 2017, 7:03 PM
ed updated the diff for D12103: Add a package for ARPC..

Process feedback provided by mat@.

Aug 22 2017, 7:02 PM
ed created D12103: Add a package for ARPC..
Aug 22 2017, 3:52 PM
ed committed rP448514: Upgrade Argdata to version 0.6..
Upgrade Argdata to version 0.6.
Aug 22 2017, 7:57 AM
ed closed D12065: Upgrade Argdata to version 0.6. by committing rP448514: Upgrade Argdata to version 0.6..
Aug 22 2017, 7:57 AM
ed added a reviewer for D12065: Upgrade Argdata to version 0.6.: beat.
Aug 22 2017, 7:46 AM

Aug 17 2017

ed added a reviewer for D12068: Add py3-* packages for toposort and pyPEG2.: portmgr.
Aug 17 2017, 8:29 PM
ed created D12068: Add py3-* packages for toposort and pyPEG2..
Aug 17 2017, 7:19 PM
ed created D12065: Upgrade Argdata to version 0.6..
Aug 17 2017, 3:59 PM
ed committed rP448083: Add py-pyPEG2..
Add py-pyPEG2.
Aug 17 2017, 9:45 AM
ed closed D12048: Add py-pyPEG2. by committing rP448083: Add py-pyPEG2..
Aug 17 2017, 9:45 AM

Aug 16 2017

ed added reviewers for D12048: Add py-pyPEG2.: wg, mat.
Aug 16 2017, 5:11 PM
ed updated the test plan for D12048: Add py-pyPEG2..
Aug 16 2017, 5:11 PM
ed created D12048: Add py-pyPEG2..
Aug 16 2017, 5:10 PM
ed added a comment to D12046: Add py-topoosort and py3-toposort..

Wow! Thanks for reviewing this change so quickly!

Aug 16 2017, 3:57 PM
ed committed rP448060: Add py-toposort..
Add py-toposort.
Aug 16 2017, 3:56 PM
ed closed D12046: Add py-topoosort and py3-toposort. by committing rP448060: Add py-toposort..
Aug 16 2017, 3:56 PM
ed updated the diff for D12046: Add py-topoosort and py3-toposort..

Add a proper pkg-descr.

Aug 16 2017, 3:39 PM
ed updated the diff for D12046: Add py-topoosort and py3-toposort..

Revert premature change to devel/Makefile.

Aug 16 2017, 3:38 PM
ed created D12046: Add py-topoosort and py3-toposort..
Aug 16 2017, 3:36 PM

Aug 11 2017

ed committed rS322394: MFC r321924:.
MFC r321924:
Aug 11 2017, 7:30 AM

Aug 9 2017

ed added a comment to D11918: Fix vt(4)'s response to Device Status Report escape sequences.

The problem with this change is that I'm not 100% sure this won't cause an infinite amount of recursion in the TTY layer. Basically, this is what's happening:

Aug 9 2017, 3:22 PM

Aug 2 2017

ed committed rS321924: Keep top page on CloudABI to work around AMD Ryzen stability issues..
Keep top page on CloudABI to work around AMD Ryzen stability issues.
Aug 2 2017, 1:08 PM
ed closed D11808: Keep top page on CloudABI to work around AMD Ryzen stability issues. by committing rS321924: Keep top page on CloudABI to work around AMD Ryzen stability issues..
Aug 2 2017, 1:08 PM

Aug 1 2017

ed created D11808: Keep top page on CloudABI to work around AMD Ryzen stability issues..
Aug 1 2017, 6:28 PM

Jul 31 2017

ed committed rP446997: Remove CloudABI Binutils tools..
Remove CloudABI Binutils tools.
Jul 31 2017, 8:26 PM
ed closed D11733: Remove CloudABI Binutils tools. by committing rP446997: Remove CloudABI Binutils tools..
Jul 31 2017, 8:26 PM
ed committed rP446996: Upgrade cloudabi and cloudabi-utils to the latest upstream versions..
Upgrade cloudabi and cloudabi-utils to the latest upstream versions.
Jul 31 2017, 7:58 PM
ed closed D11734: Upgrade cloudabi and cloudabi-utils to the latest upstream versions. by committing rP446996: Upgrade cloudabi and cloudabi-utils to the latest upstream versions..
Jul 31 2017, 7:58 PM
ed added a comment to D11780: Lower shared page for amd64 on Ryzen to work around bug with code near top of user space.

Changing this is an ABI change that could affect some existing binaries

Jul 31 2017, 5:00 AM
ed added a comment to D11780: Lower shared page for amd64 on Ryzen to work around bug with code near top of user space.

Also to clarify what CloudABI does:

Jul 31 2017, 4:51 AM
ed added a comment to D11780: Lower shared page for amd64 on Ryzen to work around bug with code near top of user space.

Don, thanks for pointing me to this discussion!

Jul 31 2017, 4:44 AM

Jul 29 2017

ed committed rS321678: Be a bit more liberal about sysctl naming..
Be a bit more liberal about sysctl naming.
Jul 29 2017, 8:35 AM

Jul 28 2017

ed added a reviewer for D11733: Remove CloudABI Binutils tools.: sunpoet.
Jul 28 2017, 7:12 AM
ed added a reviewer for D11734: Upgrade cloudabi and cloudabi-utils to the latest upstream versions.: sunpoet.
Jul 28 2017, 7:12 AM
ed abandoned D3039: Make shutdown() return ENOTCONN as required by POSIX, part deux..
Jul 28 2017, 7:07 AM

Jul 26 2017

ed committed rS321514: Upgrade to the latest sources generated from the CloudABI specification..
Upgrade to the latest sources generated from the CloudABI specification.
Jul 26 2017, 6:57 AM

Jul 25 2017

ed added a comment to D11733: Remove CloudABI Binutils tools..
In D11733#243241, @mat wrote:

You should probably add this before the RUN_DEPENDS line:

IGNORE_FreeBSD_10= only for 11+
Jul 25 2017, 9:45 PM
ed created D11734: Upgrade cloudabi and cloudabi-utils to the latest upstream versions..
Jul 25 2017, 9:31 PM