History log of /freebsd-13.1/sys/compat/linux/linux_errno.h (Results 1 – 5 of 5)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: release/12.4.0, release/13.1.0, release/12.3.0
# f89bad7c 29-Oct-2021 Edward Tomasz Napierala <[email protected]>

linux: Fix ptrace panic with ERESTART

Translate ERESTART into Linux "internal" errno ERESTARTSYS.
This fixes the erestartsys.gen.test from strace(1).

Reviewed By: kib
Sponsored By: EPSRC
Differenti

linux: Fix ptrace panic with ERESTART

Translate ERESTART into Linux "internal" errno ERESTARTSYS.
This fixes the erestartsys.gen.test from strace(1).

Reviewed By: kib
Sponsored By: EPSRC
Differential Revision: https://reviews.freebsd.org/D32623

(cherry picked from commit 6547153e4618c3b57e5f76062de006a04ecbd64b)

show more ...


Revision tags: release/13.0.0
# cdf6e4e9 04-Nov-2020 Edward Tomasz Napierala <[email protected]>

Unbreak buildworld after r367339.

MFC after: 2 weeks
Sponsored by: The FreeBSD Foundation


# 2f927d87 04-Nov-2020 Edward Tomasz Napierala <[email protected]>

Add linux_to_bsd_errtbl[], mapping Linux errnos to their BSD counterparts.
This will be used by fuse(4).

Reviewed by: asomers
MFC after: 2 weeks
Sponsored by: The FreeBSD Foundation
Differential Rev

Add linux_to_bsd_errtbl[], mapping Linux errnos to their BSD counterparts.
This will be used by fuse(4).

Reviewed by: asomers
MFC after: 2 weeks
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D26974

show more ...


# b60b81e6 29-Oct-2020 Edward Tomasz Napierala <[email protected]>

Fix typo.

MFC after: 2 weeks
Sponsored by: The FreeBSD Foundation


# 1a8577fa 29-Oct-2020 Edward Tomasz Napierala <[email protected]>

Add defines for Linux errno values and use them to make linux_errtbl[]
more readable. While here, add linux_check_errtbl() function to make
sure we don't leave holes.

No objections: emaste (earlier

Add defines for Linux errno values and use them to make linux_errtbl[]
more readable. While here, add linux_check_errtbl() function to make
sure we don't leave holes.

No objections: emaste (earlier version)
MFC after: 2 weeks
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D26972

show more ...