HomeFreeBSD

Recent Activity
ActivePublic

Recent Activity

Today

michaelo committed rG92c69c791c43: glabel(8): Fix debug message for already existing labels (authored by michaelo).
glabel(8): Fix debug message for already existing labels
Wed, Apr 15, 6:19 PM
michaelo closed D56400: glabel(8): Fix debug message for already existing labels.
Wed, Apr 15, 6:19 PM
jrm committed R11:4bbf412fbf22: editors/emacs: Backport support for tree-sitter 0.26+ (authored by Denis Shaposhnikov <dsh@bamus.cz>).
editors/emacs: Backport support for tree-sitter 0.26+
Wed, Apr 15, 6:11 PM
ziaee updated the diff for D56381: sysutils/firstboot-pkg-upgrade: New port.

ok, i figured out how to test this, and fixed the errors. it's working
on my machine by touching /firstboot. this may be ready for review now.

Wed, Apr 15, 6:07 PM
markj committed rGb6b0afefec47: vm_swapout: Remove a special case from vm_swapout_map_deactivate_pages() (authored by markj).
vm_swapout: Remove a special case from vm_swapout_map_deactivate_pages()
Wed, Apr 15, 6:06 PM
markj closed D56140: vm_swapout: Remove a special case from vm_swapout_map_deactivate_pages().
Wed, Apr 15, 6:06 PM
markj requested review of D56416: pkru.3: Note that the kernel may not respect PKRU protections.
Wed, Apr 15, 5:50 PM
markj requested review of D56415: pkru.3: Remove a qualifier.
Wed, Apr 15, 5:49 PM
markj added a comment to D56365: Add O_SYMLINK emulation and freadlink(3).
In D56365#1291416, @kib wrote:
In D56365#1289902, @kib wrote:

An alternative for this O_SYMLINK is to define it just to O_PATH | O_NOFOLLOW, if it is not important to be able to open(<regular file>, O_SYMLINK | O_RDONLY) and be able to read from the resulting fd.
I would prefer that implementation instead of the reopening with EMPTYPATH for non-symlinks, but I do not know real-world usage patterns for O_SYMLINK.

I cannot find much documentation for O_SYMLINK, it is not clear to me if open(<regular file>, O_SYMLINK) is permitted at all, and I have no good way to test. I would prefer O_PATH | O_NOFOLLOW too.

I read it in the following paragraph from MacOSX open(2) man page:

If O_SYMLINK is used in the mask and the target file passed to open() is a symbolic link then the open()
will be for the symbolic link itself, not what it links to.

For now I left the libc hack in the branch, but lets wait for des@ opinion.

Wed, Apr 15, 5:47 PM
rlibby added a comment to D56401: sys/time: rework saturation ifdef to avoid direct arch ref.

I don't feel strongly about it, beyond wanting the gcc build to work. If @kib and @imp you guys don't agree on the direction here, my inclination is just to leave it as it is after 00dccc3164c6dff38350a1baeeea7238acf2efc3 and move on.

Wed, Apr 15, 5:32 PM
imp added a comment to D56382: Bourne shell -> POSIX shell.

So I approve of this belatedly.

Wed, Apr 15, 5:26 PM
christos added a comment to D49002: snd_hda(4): Add quirks for Lenovo ThinkBooks and ASUS TUFs.

Bump.

Wed, Apr 15, 5:22 PM
imp requested changes to D56401: sys/time: rework saturation ifdef to avoid direct arch ref.
Wed, Apr 15, 5:15 PM
glebius added a comment to D56390: pf: only allow a subset of netlink calls when securelevel is set.

The previous version (modulo the mistake) looked better. What's the point in the additional bool? All existing declarations rely on sparse initialization, so would have .cmd_securelevel = 0 always. If you add cmd_securelevel_set, it would be .cmd_securelevel_set = false. Thus, checking .cmd_securelevel_set for being true has no difference to checking .cmd_securelevel to be positive. I'd suggest to just do the securelevel_gt() check unconditionally.

Wed, Apr 15, 5:11 PM
imp added a comment to D56401: sys/time: rework saturation ifdef to avoid direct arch ref.

So what's wrong with the #ifdef i386 that we're going to tear down in the near future?
This seems to be way over-engineering a solution to a bogus gcc warning.
I'd really rather have #ifdef _KERNEL around the two sat functions instead of this over-engineering.

Wed, Apr 15, 5:08 PM

Panel Used By

This panel is not used on any dashboard or inside any other panel container.

Event Timeline

eadler renamed this panel from to Recent Activity.Apr 27 2015, 7:09 PM
eadler edited an edge.
eadler changed the visibility from "All Users" to "Public (No Login Required)".May 2 2015, 2:58 AM