| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | freebsd32: Fix a double copyin in sendmsg() and recvmsg() | Mark Johnston | 2021-09-26 | 1 | -11/+3 |
| * | freebsd32: Provide an ANSI definition for freebsd32_recvmsg() | Mark Johnston | 2021-09-26 | 1 | -9/+2 |
| * | linux(4): Prevent integer overflow in futex_requeue. | Dmitry Chagin | 2021-06-29 | 1 | -7/+16 |
| * | LinuxKPI: add fault_flag_allow_retry_first | Greg V | 2021-06-16 | 1 | -0/+3 |
| * | LinuxKPI: add pr_err_once | Greg V | 2021-06-14 | 1 | -0/+2 |
| * | linux: silence renameat2 flags warning | Mateusz Guzik | 2021-06-10 | 1 | -0/+8 |
| * | linux_renameat2: improve flag checks | Ed Maste | 2021-06-10 | 2 | -0/+14 |
| * | linux_common: retire extra module version. | Dmitry Chagin | 2021-06-10 | 1 | -5/+3 |
| * | Move V4L feature declarations and DTrace provider definitions from | Tijl Coosemans | 2021-06-10 | 2 | -19/+18 |
| * | linux(4): Fix loadable modules after r367395 | Conrad Meyer | 2021-06-10 | 3 | -20/+20 |
| * | Direct commit: | Dmitry Chagin | 2021-06-10 | 1 | -0/+163 |
| * | linuxkpi: remove erronously committed diff save file | Konstantin Belousov | 2021-05-01 | 1 | -2615/+0 |
| * | linuxkpi: drop single-use variable | Konstantin Belousov | 2021-05-01 | 2 | -14/+21 |
| * | linuxkpi: avoid counting per-thread use for the embedded linux cdevs | Konstantin Belousov | 2021-05-01 | 2 | -14/+30 |
| * | linuxkpi: do not destroy/free embedded linux cdevs | Konstantin Belousov | 2021-05-01 | 2 | -6/+13 |
| * | linuxkpi: rename cdev to ldev | Konstantin Belousov | 2021-05-01 | 2 | -5/+6 |
| * | linuxkpi: copy ldev into local to test and free the same pointer | Konstantin Belousov | 2021-05-01 | 2 | -2/+2601 |
| * | Reduce chance of RCU deadlock in the LinuxKPI by implementing the section | Hans Petter Selasky | 2021-04-06 | 2 | -11/+33 |
| * | MFC dfb33cb0ef48: | Hans Petter Selasky | 2021-03-23 | 1 | -2/+8 |
| * | MFC d1cbe7908986: | Hans Petter Selasky | 2021-03-23 | 1 | -1/+2 |
| * | MFC ebe5cf355dca: | Hans Petter Selasky | 2021-03-23 | 4 | -9/+97 |
| * | linux: make timerfd_settime(2) set expirations count to zero | shu | 2021-03-21 | 1 | -0/+1 |
| * | Complete LOCAL_PEERCRED support. Cache pid of the remote process in the | Dmitry Chagin | 2021-03-21 | 1 | -4/+1 |
| * | linuxkpi: handle ARI | Konstantin Belousov | 2021-01-15 | 1 | -6/+15 |
| * | Use the 't' modifier to print a ptrdiff_t. | John Baldwin | 2020-12-31 | 1 | -1/+1 |
| * | MFC r368182: | Hans Petter Selasky | 2020-12-28 | 1 | -1/+1 |
| * | MFC r368406: | Hans Petter Selasky | 2020-12-28 | 2 | -2/+2 |
| * | MFC r368659 and r368664: | Hans Petter Selasky | 2020-12-28 | 1 | -5/+0 |
| * | MFC kern: _umtx_op: compat32 refactoring | Kyle Evans | 2020-12-26 | 2 | -0/+22 |
| * | MFC r368772: | Konstantin Belousov | 2020-12-25 | 1 | -2/+1 |
| * | Regen | Konstantin Belousov | 2020-12-11 | 5 | -9/+14 |
| * | MFC r368343: | Konstantin Belousov | 2020-12-11 | 3 | -1/+88 |
| * | MFC r366751: | Hans Petter Selasky | 2020-11-10 | 1 | -3/+0 |
| * | MFC r364860 and r366996: | Hans Petter Selasky | 2020-11-10 | 2 | -0/+491 |
| * | MFC r366523: | Bjoern A. Zeeb | 2020-11-05 | 1 | -0/+105 |
| * | MFC r367002, r367060 | Kyle Evans | 2020-10-27 | 1 | -0/+2 |
| * | MFC r339748, r340343, r340347, r341256, r366015-r366023, r366549: | Konstantin Belousov | 2020-10-22 | 2 | -6/+6 |
| * | MFC r366669: | Hans Petter Selasky | 2020-10-20 | 1 | -4/+37 |
| * | MFC r366432: | Hans Petter Selasky | 2020-10-20 | 2 | -4/+10 |
| * | MFC r366085, r366113: | Konstantin Belousov | 2020-09-30 | 3 | -4/+4 |
| * | MFC r364964: LinuxKPI: Implement ksize() function. | Vladimir Kondratyev | 2020-09-06 | 1 | -0/+6 |
| * | MFC r363304: | Edward Tomasz Napierala | 2020-09-01 | 1 | -0/+14 |
| * | MFC r364346: | Mark Johnston | 2020-08-25 | 1 | -1/+2 |
| * | MFC r362631, r364317: | Mark Johnston | 2020-08-24 | 1 | -1/+103 |
| * | MFC r363087: | Edward Tomasz Napierala | 2020-08-24 | 1 | -0/+6 |
| * | MFC r362440: | Edward Tomasz Napierala | 2020-08-24 | 2 | -0/+77 |
| * | MFC r347538 by dchagin: | Edward Tomasz Napierala | 2020-08-24 | 8 | -790/+7 |
| * | MFC r362101: | Edward Tomasz Napierala | 2020-08-24 | 2 | -12/+3 |
| * | MFC r356729: | Edward Tomasz Napierala | 2020-08-24 | 1 | -18/+7 |
| * | MFC r356728: | Edward Tomasz Napierala | 2020-08-24 | 1 | -21/+18 |
