| History log of /src/sys/modules/compat_raid_50 |
| Revision | Date | Author | Comments |
| 1.4 | 26-Sep-2019 |
christos | Kill WARNS = 3 from all the modules that now compile cleanly.
|
| 1.3 | 17-Feb-2019 |
rin | branches: 1.3.4; Bump default value of WARNS for modules from 3 to 5, and explicitly set WARNS for modules that fail with WARNS=5.
Also, turn on -Wno-missing-noreturn for clang for some files.
At the moment, among ~ 360 modules, - 2 (lua and zfs) need WARNS=0 - 1 (solaris) needs WARNS=1 - 136 need WARNS=3 (mostly due to sign-compare) - 4 need WARNS=4 - others can be compiled with WARNS=5
Discussed on tech-kern.
|
| 1.2 | 27-Jan-2019 |
pgoyette | Merge the [pgoyette-compat] branch
|
| 1.1 | 22-Sep-2018 |
pgoyette | branches: 1.1.2; file Makefile was initially added on branch pgoyette-compat.
|
| 1.1.2.3 | 24-Jan-2019 |
pgoyette | The raidframe compat code lives in sys/dev/raidframe/ so move all the module stuff there. Update the Makefiles appropriately.
|
| 1.1.2.2 | 23-Sep-2018 |
pgoyette | Split the compat_crypto_50 from the rest of the crypto module
Cleanup some stuff left over from similar changes to raid modules.
|
| 1.1.2.1 | 22-Sep-2018 |
pgoyette | Split the raidframe compatability code out into separate modules, since the driver is already a module. This avoids having to pass a bunch of function pointers as arguments to raidframe's compat_ioctl().
|
| 1.3.4.3 | 13-Apr-2020 |
martin | Mostly merge changes from HEAD upto 20200411
|
| 1.3.4.2 | 10-Jun-2019 |
christos | Sync with HEAD
|
| 1.3.4.1 | 17-Feb-2019 |
christos | file Makefile was added on branch phil-wifi on 2019-06-10 22:09:19 +0000
|