|
Revision tags: release/12.2.0, release/11.4.0, release/12.1.0, release/11.3.0 |
|
| #
578276a1 |
| 22-May-2019 |
Dmitry Chagin <[email protected]> |
MFC r347203:
Rewrite linux_ifflags() in more readable Linuxulator style.
|
| #
e66dc093 |
| 22-May-2019 |
Dmitry Chagin <[email protected]> |
MFC r347202:
Complete r347052 (https://reviews.freebsd.org/D20137) as it it was not a final revision.
Fix style issues and change bool-like variables from int to bool.
|
| #
8a94fdf9 |
| 22-May-2019 |
Dmitry Chagin <[email protected]> |
MFC r347052:
In order to reduce duplication between MD parts of the Linuxulator move bits that are MI out into the headers in compat/linux. For that remove bogus _packed attribute from struct l_sock
MFC r347052:
In order to reduce duplication between MD parts of the Linuxulator move bits that are MI out into the headers in compat/linux. For that remove bogus _packed attribute from struct l_sockaddr and use MI types for struct members.
And continue to move into the linux_common module a code that is intended for both Linuxulator modules (both instruction set - 32 & 64 bit) or for external modules like linsysfs or linprocfs.
To avoid header pollution introduce new sys/compat/linux_common.h header.
show more ...
|
|
Revision tags: release/12.0.0, release/11.2.0, release/10.4.0, release/11.1.0 |
|
| #
8081c6ce |
| 16-Feb-2017 |
Edward Tomasz Napierala <[email protected]> |
Improve debugging output.
MFC after: 2 weeks Sponsored by: DARPA, AFRL
|
|
Revision tags: release/11.0.1, release/11.0.0, release/10.3.0, release/10.2.0 |
|
| #
4ab7403b |
| 24-May-2015 |
Dmitry Chagin <[email protected]> |
Rework signal code to allow using it by other modules, like linprocfs:
1. Linux sigset always 64 bit on all platforms. In order to move Linux sigset code to the linux_common module define it as 64 b
Rework signal code to allow using it by other modules, like linprocfs:
1. Linux sigset always 64 bit on all platforms. In order to move Linux sigset code to the linux_common module define it as 64 bit int. Move Linux sigset manipulation routines to the MI path.
2. Move Linux signal number definitions to the MI path. In general, they are the same on all platforms except for a few signals.
3. Map Linux RT signals to the FreeBSD RT signals and hide signal conversion tables to avoid conversion errors.
4. Emulate Linux SIGPWR signal via FreeBSD SIGRTMIN signal which is outside of allowed on Linux signal numbers.
PR: 197216
show more ...
|