Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2023-03-01 | bsd-user: implement sysctlbyname(2) | Kyle Evans | 1 | -0/+67 |
2023-03-01 | bsd-user: do_freebsd_sysctl helper for sysctl(2) | Kyle Evans | 1 | -1/+55 |
2023-03-01 | bsd-user: Start translation of arch-specific sysctls | Juergen Lock | 1 | -2/+143 |
2023-03-01 | bsd-user: common routine do_freebsd_sysctl_oid for all sysctl variants | Juergen Lock | 1 | -4/+86 |
2023-03-01 | bsd-user: sysctl helper funtions: sysctl_name2oid and sysctl_oidfmt | Juergen Lock | 1 | -0/+18 |
2023-03-01 | bsd-user: Helper routines oidfmt | Stacey Son | 1 | -4/+127 |
2023-03-01 | bsd-user: various helper routines for sysctl | Warner Losh | 1 | -0/+86 |
2023-02-08 | bsd-user: Clean up includes | Markus Armbruster | 1 | -0/+1 |
2021-10-18 | bsd-user/sysarch: Move to using do_freebsd_arch_sysarch interface | Warner Losh | 1 | -0/+27 |