Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Linuxolator whitespace cleanup | Ed Maste | 2018-02-05 | 1 | -1/+1 |
| | | | | | | | | | | | | | A version of each of the MD files by necessity exists for each CPU architecture supported by the Linuxolator. Clean these up so that new architectures do not inherit whitespace issues. Clean up shared Linuxolator files while here. Sponsored by: Turing Robotic Industries Inc. Notes: svn path=/head/; revision=328890 | ||||
* | Reduce code duplication between MD Linux code by moving SYSV IPC 64-bit | Dmitry Chagin | 2017-03-07 | 1 | -0/+158 |
related struct definitions out into the MI path. Invert the native ipc structs to the Linux ipc structs convesion logic. Since 64-bit variant of ipc structs has more precision convert native ipc structs to the 64-bit Linux ipc structs and then truncate 64-bit values into the non 64-bit if needed. Unlike Linux, return EOVERFLOW if the values do not fit. Fix SYSV IPC for 64-bit Linuxulator which never sets IPC_64 bit. MFC after: 1 month Notes: svn path=/head/; revision=314866 |