Page MenuHomeFreeBSD

Implement Linux syslog(2) syscall; just enough to make the dmesg(8) utility work.
ClosedPublic

Authored by trasz on Nov 20 2019, 7:22 PM.
Tags
None
Referenced Files
Unknown Object (File)
Feb 22 2024, 7:05 PM
Unknown Object (File)
Feb 19 2024, 10:10 AM
Unknown Object (File)
Dec 30 2023, 3:47 PM
Unknown Object (File)
Dec 20 2023, 5:45 AM
Unknown Object (File)
Nov 7 2023, 2:35 PM
Unknown Object (File)
Nov 2 2023, 3:33 AM
Unknown Object (File)
Sep 10 2023, 8:46 AM
Unknown Object (File)
Sep 6 2023, 12:52 AM
Subscribers

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 27662
Build 25865: arc lint + arc unit

Event Timeline

emaste added inline comments.
sys/compat/linux/linux_misc.c
2307

linux_mxg(td, "syslog: unsupported type... perhaps?

Add missed chunks and make the fix suggested by emaste@.

This revision was not accepted when it landed; it landed in state Needs Review.Dec 29 2019, 3:54 PM
This revision was automatically updated to reflect the committed changes.