Page MenuHomeFreeBSD

des (Dag-Erling Smørgrav)
Committer

Projects (6)

User Details

User Since
May 17 2014, 3:06 AM (628 w, 3 d)

Recent Activity

Today

des committed rG5fd06985f8f0: libarchive: Force GNU iconv compatibility on FreeBSD (authored by markj).
libarchive: Force GNU iconv compatibility on FreeBSD
Tue, Jun 2, 4:44 PM
des committed rG2ca3e4673a6d: cap_mkdb: Fix memory leak (authored by des).
cap_mkdb: Fix memory leak
Tue, Jun 2, 4:44 PM
des committed rG94cba369a3ba: tests: Fix reliability issues in POSIX ACL tests (authored by des).
tests: Fix reliability issues in POSIX ACL tests
Tue, Jun 2, 4:44 PM
des committed rG689206379f4c: ctld: More consistent error messages (authored by des).
ctld: More consistent error messages
Tue, Jun 2, 4:44 PM
des committed rGb243ead1edd8: certctl: Style nits (authored by des).
certctl: Style nits
Tue, Jun 2, 4:44 PM
des committed rG885a35c07b60: tests: Fix reliability issues in POSIX ACL tests (authored by des).
tests: Fix reliability issues in POSIX ACL tests
Tue, Jun 2, 4:44 PM
des committed rG7028772caaa8: uart: Tidy the compat tables (authored by des).
uart: Tidy the compat tables
Tue, Jun 2, 4:44 PM
des committed rG39381fc3a82f: cap_mkdb: Fix memory leak (authored by des).
cap_mkdb: Fix memory leak
Tue, Jun 2, 4:44 PM
des committed rGe6470ed3d59b: libarchive: Force GNU iconv compatibility on FreeBSD (authored by markj).
libarchive: Force GNU iconv compatibility on FreeBSD
Tue, Jun 2, 4:44 PM
des committed rG1cef7e9eb082: ObsoleteFiles: Add some ancient locale symlinks (authored by des).
ObsoleteFiles: Add some ancient locale symlinks
Tue, Jun 2, 8:39 AM
des closed D57331: ObsoleteFiles: Add some ancient locale symlinks.
Tue, Jun 2, 8:38 AM
des accepted D57246: pkgconf: determine the default paths dynamically.
Tue, Jun 2, 8:34 AM

Yesterday

des added a comment to D57316: src.opts.mk: enable OPENSSL_KTLS by default on riscv64.

This "fixes" the issue, but the tests should also be intelligent enough to understand when the OPENSSL_KTLS feature isn't present and skip the tests if the feature isn't present in the kernel (see ATF_REQUIRE_FEATURE, etc).

Mon, Jun 1, 9:11 AM
des committed rGdfd2273d2762: sh: Fix pipebuf limit (authored by des).
sh: Fix pipebuf limit
Mon, Jun 1, 8:52 AM
des closed D57352: sh: Fix pipebuf limit.
Mon, Jun 1, 8:52 AM
des added inline comments to D57352: sh: Fix pipebuf limit.
Mon, Jun 1, 8:51 AM

Fri, May 29

des requested review of D57352: sh: Fix pipebuf limit.
Fri, May 29, 10:14 PM
des committed rGb5dce0ae4f78: login_class: Fix kqueues, pipebuf resource types (authored by des).
login_class: Fix kqueues, pipebuf resource types
Fri, May 29, 10:07 PM
des closed D57333: login_class: Fix kqueues, pipebuf resource types.
Fri, May 29, 10:07 PM
des requested changes to D57246: pkgconf: determine the default paths dynamically.

please mark obsolete comments as done and fix the remaining four issues

Fri, May 29, 10:00 PM
des committed rGdce6aff90b13: fts: Improve the description of FTS_NOSTAT (authored by des).
fts: Improve the description of FTS_NOSTAT
Fri, May 29, 5:46 PM
des committed rGb2b95249ae0e: fts: Check link count before using it (authored by des).
fts: Check link count before using it
Fri, May 29, 5:45 PM
des committed rG7ec549870f2a: fts: Add some depth to the options test (authored by des).
fts: Add some depth to the options test
Fri, May 29, 5:45 PM
des closed D57325: fts: Improve the description of FTS_NOSTAT.
Fri, May 29, 5:45 PM
des closed D57324: fts: Check link count before using it.
Fri, May 29, 5:45 PM
des closed D57323: fts: Add some depth to the options test.
Fri, May 29, 5:45 PM
des added a comment to D57333: login_class: Fix kqueues, pipebuf resource types.

@kib is RLIMIT_PIPEBUF meant to be a count or a size?

Fri, May 29, 5:43 PM
des added inline comments to D57246: pkgconf: determine the default paths dynamically.
Fri, May 29, 4:16 PM
des added a comment to D57333: login_class: Fix kqueues, pipebuf resource types.

Looking at the kernel code, it looks like RLIMIT_PIPEBUF really is a count, not a size. The getrlimit(2) manual page lists it as a size. So I should correct the documentation instead. RLIMIT_KQUEUES is definitely not a size though.

Fri, May 29, 4:05 PM
des requested review of D57333: login_class: Fix kqueues, pipebuf resource types.
Fri, May 29, 4:01 PM
des requested review of D57331: ObsoleteFiles: Add some ancient locale symlinks.
Fri, May 29, 3:51 PM
des requested review of D57330: etcupdate: Make diff -l actually work.
Fri, May 29, 3:34 PM
des added a comment to D57326: fts: Correct description of fts_set.
In D57326#1313547, @des wrote:

Why?

options was never correct, it has always been instr. I assume whoever first wrote the page copy-pasted fts_children() and forgot to adjust options to instr.

Crucially, functions that take an options argument accept multiple value bitwise-or'ed together, while fts_set() accepts only one value at a time.

The prototype at the top of the man page documents the argument as being named "options". And the header file does not contradict that. So "options" is definitely the name of the argument, and change e030e4e73fe7 was correct. Whether it _should_ be named that is a different question. I would not describe this change of yours as a reversion.

Fri, May 29, 2:52 PM
des added a comment to D57326: fts: Correct description of fts_set.

Why?

Fri, May 29, 2:41 PM
des updated the diff for D57324: fts: Check link count before using it.

type

Fri, May 29, 2:36 PM
des added inline comments to D57246: pkgconf: determine the default paths dynamically.
Fri, May 29, 2:11 PM
des requested review of D57326: fts: Correct description of fts_set.
Fri, May 29, 2:07 PM
des requested review of D57325: fts: Improve the description of FTS_NOSTAT.
Fri, May 29, 1:24 PM
des requested review of D57324: fts: Check link count before using it.
Fri, May 29, 1:24 PM
des requested review of D57323: fts: Add some depth to the options test.
Fri, May 29, 10:52 AM

Thu, May 28

des added inline comments to D57246: pkgconf: determine the default paths dynamically.
Thu, May 28, 9:49 PM
des requested changes to D57213: tests: Cause a write error using /dev/full instead of broken pipe.

Please don't, I need these tests to remain portable.

Thu, May 28, 9:40 PM
des requested review of D57307: libarchive: Clean up the build configuration.
Thu, May 28, 5:24 PM
des requested review of D57306: etcupdate: Make nobuild the default.
Thu, May 28, 5:24 PM
des committed rG95fc64cc29fb: ctld: More consistent error messages (authored by des).
ctld: More consistent error messages
Thu, May 28, 5:23 PM
des closed D57270: ctld: More consistent error messages.
Thu, May 28, 5:23 PM
des updated the diff for D57270: ctld: More consistent error messages.

nit

Thu, May 28, 4:39 PM
des updated the diff for D57270: ctld: More consistent error messages.

differentiate iscsi / nvmeof

Thu, May 28, 4:37 PM
des requested review of D57302: Mk/bsd.port.mk: Use SETENV for EXTRACT_ENV.
Thu, May 28, 4:17 PM
des added inline comments to D57295: Mk/bsd.port.mk: Add EXTRACT_ENV.
Thu, May 28, 4:07 PM
des committed R11:e3ac6cd83ce9: Mk/bsd.port.mk: Add EXTRACT_ENV (authored by des).
Mk/bsd.port.mk: Add EXTRACT_ENV
Thu, May 28, 2:34 PM
des closed D57295: Mk/bsd.port.mk: Add EXTRACT_ENV.
Thu, May 28, 2:34 PM
des committed R11:98103f194302: Mk/bsd.port.mk: Add EXTRACT_ENV (authored by des).
Mk/bsd.port.mk: Add EXTRACT_ENV
Thu, May 28, 2:33 PM
des committed rG39f23af2ba4b: certctl: Style nits (authored by des).
certctl: Style nits
Thu, May 28, 12:29 PM
des closed D57298: certctl: Style nits.
Thu, May 28, 12:28 PM
des committed rG05039fda7ee1: tests: Fix reliability issues in POSIX ACL tests (authored by des).
tests: Fix reliability issues in POSIX ACL tests
Thu, May 28, 12:28 PM
des closed D57297: tests: Fix reliability issues in POSIX ACL tests.
Thu, May 28, 12:28 PM
des updated the diff for D57297: tests: Fix reliability issues in POSIX ACL tests.

one more

Thu, May 28, 12:23 PM
des added inline comments to D57297: tests: Fix reliability issues in POSIX ACL tests.
Thu, May 28, 12:16 PM
des requested review of D57298: certctl: Style nits.
Thu, May 28, 12:14 PM
des requested review of D57297: tests: Fix reliability issues in POSIX ACL tests.
Thu, May 28, 11:46 AM
des closed D57281: bylaws: New bylaws and next election.
Thu, May 28, 10:47 AM
des committed R9:7aabb3eea340: bylaws: New bylaws and next election (authored by des).
bylaws: New bylaws and next election
Thu, May 28, 10:47 AM
des requested review of D57295: Mk/bsd.port.mk: Add EXTRACT_ENV.
Thu, May 28, 10:43 AM
des committed rG94da67bb05fb: lpd: Style and whitespace cleanup (authored by des).
lpd: Style and whitespace cleanup
Thu, May 28, 8:28 AM
des committed rG980ead5949be: lpd: Fix issues reported by clang-analyzer (authored by des).
lpd: Fix issues reported by clang-analyzer
Thu, May 28, 8:28 AM
des committed rG7c11b5f0ecdb: lpd: Avoid buffer overflow when sending a job (authored by des).
lpd: Avoid buffer overflow when sending a job
Thu, May 28, 8:28 AM
des committed rG5f10e369a13a: lpd: Drop deprecated -p option (authored by des).
lpd: Drop deprecated -p option
Thu, May 28, 8:28 AM
des committed rG6e2940af1c49: lpd: Reorder option list in manual page (authored by des).
lpd: Reorder option list in manual page
Thu, May 28, 8:28 AM
des committed rG85852fe5e4a9: lpd: Restore ability to specify a port number (authored by des).
lpd: Restore ability to specify a port number
Thu, May 28, 8:28 AM
des committed rGb734006cafa1: lpr: Add deprecation notice (authored by des).
lpr: Add deprecation notice
Thu, May 28, 8:28 AM
des committed rGc4a0289976bf: lpd: Style and whitespace cleanup (authored by des).
lpd: Style and whitespace cleanup
Thu, May 28, 8:26 AM
des committed rGb3a76ab96216: lpd: Fix issues reported by clang-analyzer (authored by des).
lpd: Fix issues reported by clang-analyzer
Thu, May 28, 8:26 AM
des committed rG02f9207a8140: lpd: Avoid buffer overflow when sending a job (authored by des).
lpd: Avoid buffer overflow when sending a job
Thu, May 28, 8:25 AM
des committed rGa89539402359: lpd: Drop deprecated -p option (authored by des).
lpd: Drop deprecated -p option
Thu, May 28, 8:25 AM
des committed rG966ed8230b88: lpd: Reorder option list in manual page (authored by des).
lpd: Reorder option list in manual page
Thu, May 28, 8:25 AM
des committed rGeb5bab240e00: lpd: Restore ability to specify a port number (authored by des).
lpd: Restore ability to specify a port number
Thu, May 28, 8:25 AM
des committed rGcf5cb2c231fc: ttymsg: Overhaul (authored by des).
ttymsg: Overhaul
Thu, May 28, 8:03 AM
des committed rG3d6c7334c73e: ttymsg: Overhaul (authored by des).
ttymsg: Overhaul
Thu, May 28, 8:03 AM

Wed, May 27

des committed rG40c846dc0794: uart: Tidy the compat tables (authored by des).
uart: Tidy the compat tables
Wed, May 27, 8:15 PM
des closed D57269: uart: Tidy the compat tables.
Wed, May 27, 8:15 PM
des requested review of D57281: bylaws: New bylaws and next election.
Wed, May 27, 7:21 PM
des closed D57251: cap_mkdb: Fix memory leak.
Wed, May 27, 5:03 PM
des committed rG6880405bf97d: cap_mkdb: Fix memory leak (authored by des).
cap_mkdb: Fix memory leak
Wed, May 27, 5:03 PM
des closed D57265: limits: Improve consistency.
Wed, May 27, 5:03 PM
des committed rGf2a89e7e1d87: limits: Improve consistency (authored by des).
limits: Improve consistency
Wed, May 27, 5:03 PM
des committed rGbd15d6ef126e: libarchive: Force GNU iconv compatibility on FreeBSD (authored by markj).
libarchive: Force GNU iconv compatibility on FreeBSD
Wed, May 27, 1:18 PM
des closed D57258: login.conf(5): Add missing resource limits.
Wed, May 27, 1:11 PM
des committed rGe9346d1d1383: login.conf(5): Add missing resource limits (authored by des).
login.conf(5): Add missing resource limits
Wed, May 27, 1:11 PM
des requested review of D57270: ctld: More consistent error messages.
Wed, May 27, 11:25 AM
des requested review of D57269: uart: Tidy the compat tables.
Wed, May 27, 11:24 AM
des committed rG210bee005865: tftpd: Simplify packet drop macro (authored by des).
tftpd: Simplify packet drop macro
Wed, May 27, 9:04 AM
des committed rG2d9d04064354: tftpd: Add missing bounds checks (authored by des).
tftpd: Add missing bounds checks
Wed, May 27, 9:04 AM
des committed rG6764267a99db: tftp: Add test case with over-long URL (authored by des).
tftp: Add test case with over-long URL
Wed, May 27, 9:04 AM
des committed rG13f6bf4f841c: tftp: Replace fgets with getline (authored by des).
tftp: Replace fgets with getline
Wed, May 27, 9:04 AM
des committed rGe1703e169d9e: tftp: Style cleanup (authored by des).
tftp: Style cleanup
Wed, May 27, 9:04 AM
des committed rG12e8c16e3424: tftp: Fix handling of port name or number (authored by des).
tftp: Fix handling of port name or number
Wed, May 27, 9:04 AM
des committed rGddd16aef6b03: tftp: Close files when we're done with them (authored by des).
tftp: Close files when we're done with them
Wed, May 27, 9:04 AM
des committed rG2d0b4eef72ef: tftp: Simplify URI handling (authored by des).
tftp: Simplify URI handling
Wed, May 27, 9:04 AM
des committed rG5999b12bf908: nlist: Handle multiple symbol tables (authored by des).
nlist: Handle multiple symbol tables
Wed, May 27, 9:04 AM