Page MenuHomeFreeBSD
Feed Advanced Search

Jan 30 2023

des updated the diff for D37753: Add tarfs, a filesystem backed by tarballs..

Add SPDX tags and consistently use the same license text.

Jan 30 2023, 5:01 PM
des updated the diff for D37753: Add tarfs, a filesystem backed by tarballs..

Incorporate further review feedback.

Jan 30 2023, 4:29 PM

Jan 25 2023

des added a comment to D38195: Fix cross-build from STABLE or older CURRENT..
In D38195#867987, @imp wrote:

I think this is good. Have you tested on a stable machine?

Jan 25 2023, 5:46 PM
des added a comment to D38191: cp: Add a -S option which preserves holes in sparse files..

cp already preserves holes in files when it uses copy_file_range(). At least, the generic implementation used by UFS and ZFS does. So do we really need a new option? To give consistent behaviour, it seems like it should be sufficient to look for a hole somewhere in the file and refuse to use mmap() if one is present.

Jan 25 2023, 5:32 PM
des committed rG7a4a520064cb: Fix cross-build from STABLE or older CURRENT. (authored by des).
Fix cross-build from STABLE or older CURRENT.
Jan 25 2023, 5:04 PM
des committed rGf1021d27f73e: zoneinfo: Always produce fat zoneinfo files. (authored by des).
zoneinfo: Always produce fat zoneinfo files.
Jan 25 2023, 5:04 PM
des committed rG6fc1bbbf62bd: w: Unlike err(3), xo_err(3) won't accept a null format string. (authored by des).
w: Unlike err(3), xo_err(3) won't accept a null format string.
Jan 25 2023, 5:04 PM
des committed rGa7b1b73935f2: tzcode: Document zic's -D option. (authored by des).
tzcode: Document zic's -D option.
Jan 25 2023, 5:04 PM
des closed D38195: Fix cross-build from STABLE or older CURRENT..
Jan 25 2023, 5:04 PM
des closed D38194: zoneinfo: Always produce fat zoneinfo files..
Jan 25 2023, 5:04 PM
des closed D38192: w: Unlike err(3), xo_err(3) won't accept a null format string..
Jan 25 2023, 5:03 PM
des closed D38141: tzcode: Document zic's -D option..
Jan 25 2023, 5:03 PM
des requested review of D38195: Fix cross-build from STABLE or older CURRENT..
Jan 25 2023, 4:50 PM
des requested review of D38194: zoneinfo: Always produce fat zoneinfo files..
Jan 25 2023, 4:50 PM
des added reviewers for D38191: cp: Add a -S option which preserves holes in sparse files.: Klara, mckusick.
Jan 25 2023, 4:43 PM
des committed rG783c318fd118: zoneinfo: On amd64, include 32-bit data. (authored by des).
zoneinfo: On amd64, include 32-bit data.
Jan 25 2023, 3:56 PM
des closed D38142: zoneinfo: On amd64, include 32-bit data..
Jan 25 2023, 3:56 PM
des requested review of D38192: w: Unlike err(3), xo_err(3) won't accept a null format string..
Jan 25 2023, 3:48 PM
des requested review of D38191: cp: Add a -S option which preserves holes in sparse files..
Jan 25 2023, 3:36 PM
des updated the diff for D38141: tzcode: Document zic's -D option..

Bump year

Jan 25 2023, 1:40 PM
des updated the diff for D38142: zoneinfo: On amd64, include 32-bit data..

Explain why only amd64. Remove POSIXRULES.

Jan 25 2023, 6:35 AM
des added inline comments to D38177: libc: Update mktime(3) / timegm(3) tests..
Jan 25 2023, 6:32 AM
des committed rGd8c9f8089187: libc: Update mktime(3) / timegm(3) tests. (authored by des).
libc: Update mktime(3) / timegm(3) tests.
Jan 25 2023, 6:23 AM
des committed rGd90ff31ae5cd: w: Complete libxo transition. (authored by des).
w: Complete libxo transition.
Jan 25 2023, 6:23 AM
des closed D38177: libc: Update mktime(3) / timegm(3) tests..
Jan 25 2023, 6:23 AM
des closed D38172: w: Complete libxo transition..
Jan 25 2023, 6:23 AM
des added inline comments to D38142: zoneinfo: On amd64, include 32-bit data..
Jan 25 2023, 6:20 AM

Jan 24 2023

des added inline comments to D38177: libc: Update mktime(3) / timegm(3) tests..
Jan 24 2023, 5:59 PM
des added inline comments to D38142: zoneinfo: On amd64, include 32-bit data..
Jan 24 2023, 5:51 PM
des committed rG14ebab25e123: find: Logic nit in man page. (authored by des).
find: Logic nit in man page.
Jan 24 2023, 9:02 AM
des closed D38173: find: Logic nit in man page..
Jan 24 2023, 9:02 AM
des added inline comments to D38172: w: Complete libxo transition..
Jan 24 2023, 8:49 AM
des updated the diff for D38172: w: Complete libxo transition..

Fix xo_finish() check

Jan 24 2023, 8:49 AM
des added inline comments to D37753: Add tarfs, a filesystem backed by tarballs..
Jan 24 2023, 8:41 AM
des requested review of D38177: libc: Update mktime(3) / timegm(3) tests..
Jan 24 2023, 8:34 AM

Jan 23 2023

des added a reviewer for D38173: find: Logic nit in man page.: Klara.
Jan 23 2023, 6:55 PM
des requested review of D38173: find: Logic nit in man page..
Jan 23 2023, 6:54 PM
des requested review of D38172: w: Complete libxo transition..
Jan 23 2023, 4:24 PM

Jan 21 2023

des added a comment to D38142: zoneinfo: On amd64, include 32-bit data..

BTW, I'm also tempted to drop the -p ${POSIXRULES} part, which (with POSIXRULES=America/New_York) effectively means “when in doubt, assume you're in New York”. The hardcoded default has the same effect, there is no value in enshrining it in the Makefile.

Jan 21 2023, 3:19 PM
des added a comment to D38142: zoneinfo: On amd64, include 32-bit data..

A little background: by default, old zic produces zoneinfo files containing both 32-bit and 64-bit data, while new zic produces only 64-bit data. Dynamic i386 binaries should work correctly since they will be using a 32-bit version of new libc, but static i386 binaries will not work.

Jan 21 2023, 3:14 PM
des requested review of D38142: zoneinfo: On amd64, include 32-bit data..
Jan 21 2023, 2:40 PM
des requested review of D38141: tzcode: Document zic's -D option..
Jan 21 2023, 2:40 PM

Jan 19 2023

des added inline comments to D37753: Add tarfs, a filesystem backed by tarballs..
Jan 19 2023, 7:43 PM
des updated the diff for D37753: Add tarfs, a filesystem backed by tarballs..

Incorporate further review feedback.

Jan 19 2023, 7:42 PM

Jan 17 2023

des committed rGc96859847991: df: Return non-zero status on write failure. (authored by des).
df: Return non-zero status on write failure.
Jan 17 2023, 3:26 PM
des closed D38097: df: Return non-zero status on write failure..
Jan 17 2023, 3:26 PM
des retitled D38097: df: Return non-zero status on write failure. from df: Complete libxo conversion, and return non-zero status on write failure. to df: Return non-zero status on write failure..
Jan 17 2023, 1:55 PM
des updated the diff for D38097: df: Return non-zero status on write failure..

Use EXIT_SUCCESS / EXIT_FAILURE.

Jan 17 2023, 1:55 PM
des added a reviewer for D38097: df: Return non-zero status on write failure.: Klara.
Jan 17 2023, 1:44 PM
des requested review of D38097: df: Return non-zero status on write failure..
Jan 17 2023, 1:42 PM

Jan 16 2023

des added inline comments to D37753: Add tarfs, a filesystem backed by tarballs..
Jan 16 2023, 8:42 AM

Jan 14 2023

des committed rG4a158fc030b5: depend-cleanup.sh: handle zic moving one level up. (authored by des).
depend-cleanup.sh: handle zic moving one level up.
Jan 14 2023, 5:21 PM
des committed rG2aad7570f4e1: tzcode: Silence warnings. (authored by des).
tzcode: Silence warnings.
Jan 14 2023, 5:21 PM
des closed D38044: depend-cleanup.sh: handle zic moving one level up..
Jan 14 2023, 5:21 PM
des committed rG55572cff58c4: tzcode: Fully initialize structs before use. (authored by des).
tzcode: Fully initialize structs before use.
Jan 14 2023, 5:21 PM
des closed D38038: tzcode: Silence warnings..
Jan 14 2023, 5:20 PM
des closed D38037: tzcode: Fully initialize structs before use..
Jan 14 2023, 5:20 PM
des committed rG96e68c393f65: tzcode: Avoid memory leak if pthread_setspecific() fails. (authored by des).
tzcode: Avoid memory leak if pthread_setspecific() fails.
Jan 14 2023, 5:20 PM
des committed rG3e2e5eebfaa0: tzcode: Remove access() again, cf. 02ba1d993fa9. (authored by des).
tzcode: Remove access() again, cf. 02ba1d993fa9.
Jan 14 2023, 5:20 PM
des closed D38036: tzcode: Avoid memory leak if pthread_setspecific() fails..
Jan 14 2023, 5:20 PM
des closed D38035: tzcode: Remove access() again, cf. 02ba1d993fa9..
Jan 14 2023, 5:20 PM
des updated the summary of D38038: tzcode: Silence warnings..
Jan 14 2023, 4:42 PM
des updated the summary of D38038: tzcode: Silence warnings..
Jan 14 2023, 4:41 PM
des retitled D38036: tzcode: Avoid memory leak if pthread_setspecific() fails. from tzcode: Avoid memory leak if pthread_getspecific() fails. to tzcode: Avoid memory leak if pthread_setspecific() fails..
Jan 14 2023, 4:41 PM
des retitled D38036: tzcode: Avoid memory leak if pthread_setspecific() fails. from tzcode: Check outcome of pthread_getspecific(). to tzcode: Avoid memory leak if pthread_getspecific() fails..
Jan 14 2023, 4:40 PM

Jan 13 2023

des requested review of D38044: depend-cleanup.sh: handle zic moving one level up..
Jan 13 2023, 6:11 PM
des updated the diff for D37753: Add tarfs, a filesystem backed by tarballs..

Fix further locking issues and add a test.

Jan 13 2023, 5:59 PM
des added a comment to D38036: tzcode: Avoid memory leak if pthread_setspecific() fails..
In D38036#864270, @imp wrote:

This looks fine, but I'd suggest a better commit message explaining the Coverity issues would be helpful

Jan 13 2023, 5:02 PM
des added a comment to D38038: tzcode: Silence warnings..
In D38038#864275, @imp wrote:

A better commit message would be useful here. Why do you need to ignore the return value from remove?

Jan 13 2023, 4:53 PM
des requested review of D38038: tzcode: Silence warnings..
Jan 13 2023, 3:24 PM
des requested review of D38037: tzcode: Fully initialize structs before use..
Jan 13 2023, 3:24 PM
des requested review of D38036: tzcode: Avoid memory leak if pthread_setspecific() fails..
Jan 13 2023, 3:24 PM
des requested review of D38035: tzcode: Remove access() again, cf. 02ba1d993fa9..
Jan 13 2023, 3:24 PM
des updated the diff for D37753: Add tarfs, a filesystem backed by tarballs..

Catch up with VFS changes.

Jan 13 2023, 12:53 PM
des updated the diff for D37753: Add tarfs, a filesystem backed by tarballs..

More locking issues.

Jan 13 2023, 11:58 AM

Jan 11 2023

des committed rG394cf6719a3c: tzcode: Move configuration into separate header. (authored by des).
tzcode: Move configuration into separate header.
Jan 11 2023, 10:41 AM

Jan 10 2023

des committed rGd5c85ac6526d: tzcode: Address some compiler warnings. (authored by des).
tzcode: Address some compiler warnings.
Jan 10 2023, 7:21 PM
des committed rGbc42155199b5: Bring our tzcode up to date. (authored by des).
Bring our tzcode up to date.
Jan 10 2023, 3:16 PM

Jan 6 2023

des committed R11:3d4de6dad59e: security/opie: New port: One-time Passwords In Everything (authored by des).
security/opie: New port: One-time Passwords In Everything
Jan 6 2023, 12:50 PM
des closed D37963: security/opie: New port: One-time Passwords In Everything.
Jan 6 2023, 12:50 PM
des updated the diff for D37963: security/opie: New port: One-time Passwords In Everything.

Use IGNORE_FreeBSD_X.

Jan 6 2023, 12:34 PM
des updated the diff for D37963: security/opie: New port: One-time Passwords In Everything.

Use uidfix after fixing release.

Jan 6 2023, 12:30 PM
des updated the diff for D37963: security/opie: New port: One-time Passwords In Everything.

Remove empty MAKE_ARGS.

Jan 6 2023, 12:20 PM
des requested review of D37963: security/opie: New port: One-time Passwords In Everything.
Jan 6 2023, 12:09 PM
des committed rGd4ac5aa33457: Missed skey(4), a copy of opie(4). (authored by des).
Missed skey(4), a copy of opie(4).
Jan 6 2023, 10:13 AM

Jan 3 2023

des added inline comments to D37753: Add tarfs, a filesystem backed by tarballs..
Jan 3 2023, 9:58 AM
des updated the diff for D37753: Add tarfs, a filesystem backed by tarballs..

Address locking issues.

Jan 3 2023, 9:52 AM
des added inline comments to D37753: Add tarfs, a filesystem backed by tarballs..
Jan 3 2023, 9:19 AM
des updated the diff for D37753: Add tarfs, a filesystem backed by tarballs..

First round of review.

Jan 3 2023, 9:19 AM

Jan 2 2023

des added inline comments to D37753: Add tarfs, a filesystem backed by tarballs..
Jan 2 2023, 3:25 PM
des added a comment to D37753: Add tarfs, a filesystem backed by tarballs..

Shouldn't this be in section 4, since it's a driver and not related to file formats?

Jan 2 2023, 3:03 PM
des added a comment to D37753: Add tarfs, a filesystem backed by tarballs..

Is it possible to add some basic regression tests under tests/sys/fs/tarfs?

Jan 2 2023, 3:02 PM

Dec 20 2022

des updated the diff for D37753: Add tarfs, a filesystem backed by tarballs..

Spell Klara, Inc. consistently.

Dec 20 2022, 2:43 PM
des updated the diff for D37753: Add tarfs, a filesystem backed by tarballs..

Remove Buenos Aires Convention verbiage.

Dec 20 2022, 12:27 PM
des committed rG9a5acf365db3: nvme: Clear the notify flag if the consumer rejects the controller. (authored by des).
nvme: Clear the notify flag if the consumer rejects the controller.
Dec 20 2022, 1:54 AM
des requested review of D37753: Add tarfs, a filesystem backed by tarballs..
Dec 20 2022, 1:47 AM

Dec 14 2022

des committed rG85639444f44f: Import tzcode 2022g (authored by des).
Import tzcode 2022g
Dec 14 2022, 12:46 AM
des committed rGcc16bfc34e07: Import tzcode 2022f (authored by des).
Import tzcode 2022f
Dec 14 2022, 12:46 AM
des committed rG564422052721: Import tzcode 2022e (authored by des).
Import tzcode 2022e
Dec 14 2022, 12:46 AM
des committed rG8936fb5aced3: Import tzcode 2022d (authored by des).
Import tzcode 2022d
Dec 14 2022, 12:46 AM