In D26456#1087673, @jfree wrote:In D26456#1087672, @arrowd wrote:Any progress on this?
Yes, I’ve been working on it. I will try to get them in this weekend. Sorry for the wait
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Feed Advanced Search
Advanced Search
Advanced Search
Sat, Nov 30
Sat, Nov 30
Wed, Nov 27
Wed, Nov 27
syslogd: Split up basic test case
syslogd: Add host forwarding test
syslogd: Open forwarding socket descriptors
syslogd: Enter capability mode
syslogd: Watch for dead pipe processes
jfree committed rG24f4019b6a89: syslogd: Block timezone updating in capability mode (authored by jfree).
syslogd: Block timezone updating in capability mode
syslogd: Log messages using libcasper
syslogd: Refresh configuration using libcasper
syslogd: Create syslogd libcasper service
syslogd: Use anonymous union in struct filed
Mon, Nov 25
Mon, Nov 25
Sun, Nov 24
Sun, Nov 24
Add missing error checking on memory allocation
- Fix sysctl(8) usage
- Do not use atf_skip(3) in test head - it causes failure
- Fix argument parsing in syslogd_start()
- Assign address to interface for host_action test
jfree retitled D47650: syslogd: Split up basic test case from syslogd: Detect INET/INET6 support using kern.features to syslogd: Split up basic test case.
Use sendmsg(2) to send iovec list.
Thu, Nov 21
Thu, Nov 21
In D26456#1087672, @arrowd wrote:Any progress on this?
Wed, Nov 20
Wed, Nov 20
Mon, Nov 18
Mon, Nov 18
Separate the "basic" test into three separate tests:
- unix
- inet
- inet6
- Use sysctl's -n flag to print value without variable name. Silly mistake on my part.
- Skip test if INET and INET6 are unsupported by kernel.
- Minor style changes
- Only call getsockopt() and getpeername() when Debug is non-zero
Sun, Nov 17
Sun, Nov 17
- Use calloc(3) instead of malloc(3) for array allocations.
- Add missing error checking for a memory allocation
Oct 19 2024
Oct 19 2024
Address Mark's comments: use calloc() instead of malloc() for
memory allocations. This is done to avoid potential integer overflow
in total allocation size.
Oct 14 2024
Oct 14 2024
Oct 6 2024
Oct 6 2024
Address Mark's less complicated comments
Oct 4 2024
Oct 4 2024
Bumping this
Bumping this
Bumping this
Bumping this
Sep 8 2024
Sep 8 2024
Jul 30 2024
Jul 30 2024
Jul 29 2024
Jul 29 2024
The ioctl subsystem section was not modified from NetBSD's manual page, so it may be inaccurate for FreeBSD. Any help adding FreeBSD-specific subsystem character codes would be great.
Address compatibility concerns pointed out by Warner
jfree retitled D44289: pci_user: Report NUMA domain from PCIOCGETCONF: Report NUMA domain to pci_user: Report NUMA domain.
Jul 26 2024
Jul 26 2024
jfree added a comment to D45755: LinuxKPI/lindebugfs: stop panicing in lindebugfs, fix simple_read_from_buffer.
In D45755#1050226, @bz wrote:Anyone? Anyone who can test the Intel debug on drm code?
Jul 3 2024
Jul 3 2024
Do not update pci_conf_old and pci_conf_old32 structures. These
should stay static for compatibility with binaries that were
compiled to use the PCIOCGETCONF_OLD and PCIOCGETCONF_OLD32 ioctls.
May 12 2024
May 12 2024
jfree committed rGdee055d1b1e6: uipc_shm: Fix a free() of an uninitialized variable (authored by markj).
uipc_shm: Fix a free() of an uninitialized variable
bitset: Add ORNOT macros
jfree committed rGba501a551776: ktrace: Remove CAPFAIL from default trace points (authored by jfree).
ktrace: Remove CAPFAIL from default trace points
jfree committed rG5757a523dc34: ktrace: Describe CAPFAIL trace point in man page (authored by jfree).
ktrace: Describe CAPFAIL trace point in man page
tests: Add ktrace regression test for shm_open
uipc_shm: Copyin userpath for ktrace(2)
capsicum.h: Include ktrace.h only in kernel
jfree committed rG44952722a00b: tests: Add ktrace capability violation test cases (authored by jfree).
tests: Add ktrace capability violation test cases
jfree committed rGc3ee50b705b8: ktrace: Record socket violations with KTR_CAPFAIL (authored by jfree).
ktrace: Record socket violations with KTR_CAPFAIL
jfree committed rG6d2a673f7ec5: ktrace: Record namei violations with KTR_CAPFAIL (authored by jfree).
ktrace: Record namei violations with KTR_CAPFAIL
jfree committed rG109b7712c3cb: ktrace: Record signal violations with KTR_CAPFAIL (authored by jfree).
ktrace: Record signal violations with KTR_CAPFAIL
jfree committed rGfa92eaede40b: ktrace: Record syscall violations with KTR_CAPFAIL (authored by jfree).
ktrace: Record syscall violations with KTR_CAPFAIL
jfree committed rG85a4df5f2a6b: ktrace: Record cpuset violations with KTR_CAPFAIL (authored by jfree).
ktrace: Record cpuset violations with KTR_CAPFAIL
ktrace: Record detailed ECAPMODE violations
Apr 28 2024
Apr 28 2024
bitset: Add ORNOT macros
In D44976#1025628, @markj wrote:What do you plan to use this for?
Apr 26 2024
Apr 26 2024
Apr 24 2024
Apr 24 2024
jfree committed rGf239db4800ee: ktrace: Remove CAPFAIL from default trace points (authored by jfree).
ktrace: Remove CAPFAIL from default trace points
jfree committed rG4f2ada0d8821: ktrace: Describe CAPFAIL trace point in man page (authored by jfree).
ktrace: Describe CAPFAIL trace point in man page
Apr 22 2024
Apr 22 2024
Address Mark's comments
Apr 20 2024
Apr 20 2024
Apr 10 2024
Apr 10 2024
tests: Add ktrace regression test for shm_open
uipc_shm: Copyin userpath for ktrace(2)
Apr 9 2024
Apr 9 2024
Apr 8 2024
Apr 8 2024
capsicum.h: Include ktrace.h only in kernel
Apr 7 2024
Apr 7 2024
jfree committed rG2f39a986641e: tests: Add ktrace capability violation test cases (authored by jfree).
tests: Add ktrace capability violation test cases
RELNOTES: Add entry for updates to ktrace(2)
jfree committed rGaa32d7cbc92c: ktrace: Record socket violations with KTR_CAPFAIL (authored by jfree).
ktrace: Record socket violations with KTR_CAPFAIL
jfree committed rG0cd9cde767c3: ktrace: Record namei violations with KTR_CAPFAIL (authored by jfree).
ktrace: Record namei violations with KTR_CAPFAIL
jfree committed rG6a4616a529c1: ktrace: Record signal violations with KTR_CAPFAIL (authored by jfree).
ktrace: Record signal violations with KTR_CAPFAIL