Page MenuHomeFreeBSD

olce (Olivier Certner)
User

Projects (3)

User Details

User Since
Feb 26 2021, 3:47 PM (273 w, 2 d)

Recent Activity

Thu, May 21

olce committed rGdcd2fedb2044: BSD.tests.dist: Add the new sys/mac/do directory.
Thu, May 21, 8:34 PM
olce committed rGad3d7666e00b: BSD.tests.dist: Add the new sys/mac/do directory.
Thu, May 21, 8:33 PM
olce committed rGa05c4fb24bc9: MAC/do: Add basic tests on setting rules.
Thu, May 21, 7:31 PM
olce committed rG51b48d325403: mac_do.4: Jail parameter takes 'new', not 'enable'; uid_t/gid_t are 32-bit.
Thu, May 21, 7:31 PM
olce committed rGcba191e291c1: MAC/do: Add basic tests on setting rules.
Thu, May 21, 7:19 PM
olce committed rG21df76d01fce: mac_do.4: Jail parameter takes 'new', not 'enable'; uid_t/gid_t are 32-bit.
Thu, May 21, 7:19 PM

Wed, May 13

olce committed rG91d3fb31e858: acpi_spmc(4): If verbose, print called functions.
Wed, May 13, 12:40 PM
olce committed rG69a303ace76f: acpi_spmc(4): Auto-detect DSM revisions by default.
Wed, May 13, 12:40 PM
olce committed rG23005ed3a1c8: acpi_spmc(4): Update copyright.
Wed, May 13, 12:40 PM
olce committed rG65ecfb4a66f3: acpi_spmc(4): Only run DSM functions reported present.
Wed, May 13, 12:40 PM
olce committed rGb092ee520618: acpi_spmc(4): softc: Move supported functions into a DSM info structure.
Wed, May 13, 12:40 PM
olce committed rGb82e41d39405: acpi_spmc(4): Trivial simplification in detach function.
Wed, May 13, 12:40 PM
olce committed rGba4f05b55fb4: acpi_spmc(4): Factor out testing for present DSMs/functions.
Wed, May 13, 12:40 PM
olce committed rG37c59fdc3b4d: acpi_spmc(4): Add a sysctl knob to request verbosity.
Wed, May 13, 12:40 PM
olce committed rGf56201cee3e8: acpi_spmc(4): acpi_spmc_probe_dsm(): Remove passing superfluous handle.
Wed, May 13, 12:40 PM
olce committed rG6da01f06ef79: acpi_spmc(4): Be less verbose by default.
Wed, May 13, 12:40 PM
olce committed rGd765d209c3dc: acpi_spmc(4): acpi_spmc_run_dsm(): Rename, rename parameters, constify.
Wed, May 13, 12:40 PM
olce committed rG310cbb8924fa: acpi_spmc(4): Enable multiple instances.
Wed, May 13, 12:40 PM
olce committed rG5ba100a35cc5: acpi_spmc(4): Global message on constraints parsing failure.
Wed, May 13, 12:40 PM
olce committed rG0813dc032547: acpi_spmc(4): In-kernel strdup() cannot fail, remove dead code.
Wed, May 13, 12:40 PM
olce committed rGee13d62417f2: acpi_spmc(4): Constraint parsing: Clearer error messages.
Wed, May 13, 12:40 PM
olce committed rG921a6d6c38f5: acpi_spmc(4): Gracefully support a standalone Microsoft DSM.
Wed, May 13, 12:40 PM
olce committed rGe5615cd8094f: acpi_spmc(4): INVARIANTS: Do not panic on getting constraints failure.
Wed, May 13, 12:40 PM
olce committed rGebad66abbc1f: acpi_spmc(4): Print supported functions after DSMs.
Wed, May 13, 12:40 PM
olce committed rG6bd543f7a82a: acpi_spmc(4): Check DSMs only on attach, do not return 0 on probe.
Wed, May 13, 12:40 PM
olce committed rGcc628a66b4c4: acpi_spmc(4): Human-readably print supported DSMs and their functions.
Wed, May 13, 12:40 PM
olce committed rGa78c9a2a47f2: acpi_spmc(4): Constraints: Clearer message on handle retrieve error.
Wed, May 13, 12:40 PM
olce committed rG0cef5efbbf93: acpi_spmc(4): Stop pretending that all constraints are verified.
Wed, May 13, 12:40 PM
olce committed rG98ad729f3e98: acpi_spmc(4): Constraints: Simplify some assertions.
Wed, May 13, 12:40 PM
olce committed rG3c2d2bcc6f5d: acpi_spmc(4): Factor out printing DSM call error, delineate function.
Wed, May 13, 12:40 PM
olce committed rGee00031940d6: acpi_spmc(4): Rename functions parsing constraints.
Wed, May 13, 12:40 PM
olce committed rG868f50f64980: acpi_spmc(4): softc: Remove unused 'obj'.
Wed, May 13, 12:40 PM
olce committed rG27d99ff07908: acpi_spmc(4): Clear confusion between DSMs and their functions.
Wed, May 13, 12:40 PM
olce committed rGf77731ee95c1: acpi_spmc(4): Introduce supports_function().
Wed, May 13, 12:40 PM
olce committed rGa652d9763059: acpi_spmc(4): Fix comments on constraints storage.
Wed, May 13, 12:40 PM
olce committed rGa648c45c9dc1: acpi_spmc(4): Factor out code to test for a DSM's presence.
Wed, May 13, 12:40 PM
olce committed rG704b96509d3c: acpi_spmc(4): Constraints: Rename the Intel-format parser.
Wed, May 13, 12:40 PM
olce committed rGbeca41dfb55f: acpi_spmc(4): Remove XXX from a comment about retrieving constraints.
Wed, May 13, 12:40 PM

Thu, Apr 30

olce committed rG8ab08ea5fea1: chroot.2: "filedescriptors" => "file descriptors".
Thu, Apr 30, 5:59 PM
olce committed rGace0a38a9756: style.9: Encourage style changes when doing significant modifications.
Thu, Apr 30, 5:59 PM

Mon, Apr 27

olce committed rG4c6d8aa069f2: chroot.2: "filedescriptors" => "file descriptors".
Mon, Apr 27, 10:32 AM

Apr 17 2026

olce committed rG0a764beb6215: acpi_spmc(4): Remove redundant setting of 'sc->dev' on attach.
Apr 17 2026, 9:05 PM
olce committed rGbd05b47fbd8b: acpi_spmc(4): Small probe improvements/fixes.
Apr 17 2026, 8:28 PM

Apr 12 2026

olce committed R9:0771c0223246: Status/2026Q1/cppc.adoc: Add report.
Apr 12 2026, 7:14 PM
olce committed R9:3eec3239b03e: Status/2026Q1/hibernate.adoc: Add report.
Apr 12 2026, 7:14 PM

Mar 30 2026

olce committed rGdafac65367c9: DEVICE_IDENTIFY.9: Fix function call to detect driver in example code.
Mar 30 2026, 9:37 AM
olce committed rG25d0c5d4456f: cpufreq(4): cpufreq_levels_sysctl(): Remove always false NULL test.
Mar 30 2026, 9:37 AM
olce committed rG806d26e169ee: MAC/do: Comments: Rephrase one, fix a typo in another.
Mar 30 2026, 9:37 AM
olce committed rGe220af9cee74: nvme_sim: Fix name in module version metadata.
Mar 30 2026, 9:25 AM

Mar 27 2026

olce committed rGc78937677c97: DEVICE_IDENTIFY.9: Fix function call to detect driver in example code.
Mar 27 2026, 2:56 PM
olce added a reverting change for rG12e1ab887d58: Add ASMC_DEBUG make option: rG97934f737548: Revert superfluous mis-MFC of "Add ASMC_DEBUG make option".
Mar 27 2026, 12:34 PM
olce committed rG97934f737548: Revert superfluous mis-MFC of "Add ASMC_DEBUG make option".
Mar 27 2026, 12:34 PM

Mar 24 2026

olce committed rG954aaf3958e2: MAC/do: Comments: Rephrase one, fix a typo in another.
Mar 24 2026, 6:13 PM

Mar 15 2026

olce committed rG5f659f2b8533: zfs: Fix build after merge of openzfs/zfs@f8e5af53e.
Mar 15 2026, 11:19 PM

Mar 6 2026

olce committed rG815fdbd497ff: iwx: Re-activate the 32-bit boundary cross check on 64-bit architectures.
Mar 6 2026, 5:21 PM
olce committed rGc1567d49a832: iwx: Re-activate the 32-bit boundary cross check on 64-bit architectures.
Mar 6 2026, 5:16 PM
olce committed rGaf2c7d9f6452: style.9: Encourage style changes when doing significant modifications.
Mar 6 2026, 5:16 PM

Mar 5 2026

olce committed rGe16f1bf3baa1: asmc(4): pull 32-bit support for the driver (authored by ngie).
Mar 5 2026, 2:44 PM
olce committed rGf4f418bbf8fb: vm_page.h: Materialize a spare bit.
Mar 5 2026, 2:44 PM
olce committed rG71a1b16a3a82: sys: ELF: Rename SHN_FBSD_CACHED => SHN_FREEBSD_CACHED.
Mar 5 2026, 2:44 PM
olce committed rG1e0de6ef6334: sys/compat/freebsd32: Fix i386 compilation.
Mar 5 2026, 2:44 PM
olce committed rG16de2cf81f75: kernel dump: dumpsys_gen_pa_next(): Fix "no more chunks" condition detection.
Mar 5 2026, 2:44 PM
olce committed rG2efc7bfbc251: i386 minidump: Remove unused macros.
Mar 5 2026, 2:44 PM
olce committed rG069553bf5c0f: sys/sysctl.h: Add missing <sys/kassert.h> include.
Mar 5 2026, 2:44 PM
olce committed rGa6e1727fb8ac: sys/sysctl.h: Make it self-contained when included from the kernel.
Mar 5 2026, 2:44 PM
olce committed rG2ea9c6997ec9: endian.h: Visibility comment: Fix grammar, a typo and punctuation.
Mar 5 2026, 2:44 PM
olce committed rG1739bb967444: sys: vt_efifb: EFI not supported on i386; move it back to amd64/NOTES.
Mar 5 2026, 2:44 PM
olce committed rG38863c7e55f7: i386: Fix kernel compilation after introduction of ASMC_DEBUG option.
Mar 5 2026, 2:44 PM

Feb 20 2026

olce committed rGf1b93fc50f01: hwpstate_amd(4): Fix punctuation in 'desired_performance' knob's description.
Feb 20 2026, 10:13 AM
olce committed rG953b9164c3d9: cpufreq(4): cpufreq_levels_sysctl(): Remove always false NULL test.
Feb 20 2026, 10:13 AM
olce committed rGb69a396de211: hwpstate_amd(4): CPPC: Allow attaching even if CAPABILITY_1 cannot be read.
Feb 20 2026, 10:13 AM
olce committed rG80d32a6b1d73: hwpstate_amd(4): CPPC: Switch the default to maximum performance.
Feb 20 2026, 10:13 AM
olce committed rG7f36d7a9505a: hwpstate_amd(4): Consistency of cached CPPC_REQUEST value.
Feb 20 2026, 10:13 AM

Feb 19 2026

olce committed rG27b76413615a: sysctl(9): Booleans: Fix old value length discovery.
Feb 19 2026, 12:30 PM
olce committed rG0db846a9697e: asmc(4): Stop building it on i386, as it supports only 64-bit chipsets.
Feb 19 2026, 12:30 PM
olce committed rG6bc5a7cd9c4e: amd64: parse_memmap(): Move comment about size at proper place.
Feb 19 2026, 12:30 PM
olce committed rG97490a7b32e3: ahc(4): Fix a warning on i386 compilation.
Feb 19 2026, 12:30 PM
olce committed rG4ba8eaf2336c: ps(1): Sort headers.
Feb 19 2026, 12:30 PM
olce committed rGbdf595fcea8e: exterrvar.h: style(9): Fix two small nits.
Feb 19 2026, 12:30 PM
olce committed rGd18aaeff8fd3: vm_page.h: Materialize a spare bit.
Feb 19 2026, 10:30 AM

Feb 16 2026

olce committed rG4ccca2100887: sys/abi_types.h: time32_t is 64-bit on non-x86 architectures.
Feb 16 2026, 10:30 AM

Feb 13 2026

olce committed rG07c4eb506be4: sys/compat/freebsd32: Fix i386 compilation.
Feb 13 2026, 10:22 PM
olce committed rG2ce028e8a265: sys: ELF: Rename SHN_FBSD_CACHED => SHN_FREEBSD_CACHED.
Feb 13 2026, 10:22 PM

Feb 11 2026

olce committed rGc6a0eb7ada62: hwpstate_amd(4): Rename '*set_autonomous_hwp*()' => 'enable_cppc*()'.
Feb 11 2026, 8:44 PM
olce committed rG2b728d3bbfbc: hwpstate_amd(4): Move 'struct get_cppc_regs_data' & co. closer to use.
Feb 11 2026, 8:44 PM
olce committed rGebcd80f76ed1: hwpstate_amd(4): Rename PSTATE_CPPC internal flag.
Feb 11 2026, 8:44 PM
olce committed rG4285340c604a: hwpstate_amd(4): Style: Align 'machdep.hwpstate_amd_cppc_enable'.
Feb 11 2026, 8:44 PM
olce committed rGcec0ab05866e: hwpstate_amd(4): Style: Sort headers.
Feb 11 2026, 8:44 PM
olce committed rGa78e7c22c5d7: hwpstate_amd(4): Update copyright.
Feb 11 2026, 8:44 PM
olce committed rG7689e68506a9: hwpstate_amd(4): Add knobs to get/set all fields of CPPC_REQUEST.
Feb 11 2026, 8:44 PM
olce committed rG951788e3733e: hwpstate_amd(4): 'epp' sysctl leaf to operate on real EPP hardware values.
Feb 11 2026, 8:44 PM
olce committed rG6db204dc2de0: hwpstate_amd(4): Factor out setting the CPPC_REQUEST register.
Feb 11 2026, 8:44 PM
olce committed rGbd58239d3653: hwpstate_amd(4): attach(): More diagnostic on CPPC enable.
Feb 11 2026, 8:44 PM
olce committed rGdf7b4dcdb8ff: hwpstate_amd(4): Sane defaults for min/max perf on insane capabilities.
Feb 11 2026, 8:44 PM
olce committed rG8aac1e9b028e: hwpstate_amd(4): Register dump: Fine-grained error reporting.
Feb 11 2026, 8:44 PM

Feb 10 2026

olce committed rG7e5f4bb3a1c9: kernel dump: dumpsys_gen_pa_next(): Fix "no more chunks" condition detection.
Feb 10 2026, 4:55 PM

Feb 6 2026

olce committed rGbfd50a32ff26: sys/sysctl.h: Add missing <sys/kassert.h> include.
Feb 6 2026, 8:52 PM
olce committed rG7bc7692b940b: hwpstate_amd(4): Revamp the softc.
Feb 6 2026, 4:29 PM
olce committed rG0f747142c16b: hwpstate_amd(4): attach(): Fix style.
Feb 6 2026, 4:29 PM
olce committed rG73c9d843ffb9: hwpstate_amd(4): Factor out printing CPPC registers, fix CPPC_REQUEST's.
Feb 6 2026, 4:29 PM