Commit 8aec869
authored
Add m68k architecture support (#174)
* Make ioctl generation use correct version of Linux headers
Ioctls now use the same kernel version that's used in `gen/src/main.rs` for
generating other bindings. They are no longer based on any system-wide headers
which happen to exist in the system include directories.
This removes the `REISERFS_IOC_UNPACK` ioctl because reiserfs was removed from
the kernel and its userspace headers in Linux 6.13.
* Add m68k architecture support
* Generate ioctls and bindings1 parent 9c80662 commit 8aec869
File tree
46 files changed
+25355
-51
lines changed- gen
- include
- ioctl
- include
- modules
- src
- src
- aarch64
- arm
- m68k
- mips32r6
- mips64r6
- mips64
- mips
- powerpc64
- powerpc
- riscv64
- s390x
- x32
- x86_64
- x86
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
46 files changed
+25355
-51
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
13 | 28 | | |
14 | 29 | | |
| 30 | + | |
15 | 31 | | |
16 | 32 | | |
17 | 33 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
15 | 40 | | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
16 | 46 | | |
17 | 47 | | |
18 | 48 | | |
19 | 49 | | |
20 | | - | |
| 50 | + | |
| 51 | + | |
21 | 52 | | |
22 | 53 | | |
23 | | - | |
| 54 | + | |
| 55 | + | |
24 | 56 | | |
25 | 57 | | |
26 | | - | |
| 58 | + | |
| 59 | + | |
27 | 60 | | |
28 | 61 | | |
29 | | - | |
| 62 | + | |
| 63 | + | |
30 | 64 | | |
31 | 65 | | |
32 | | - | |
| 66 | + | |
| 67 | + | |
33 | 68 | | |
34 | 69 | | |
35 | | - | |
| 70 | + | |
| 71 | + | |
36 | 72 | | |
37 | 73 | | |
38 | | - | |
| 74 | + | |
| 75 | + | |
39 | 76 | | |
40 | 77 | | |
41 | | - | |
| 78 | + | |
| 79 | + | |
42 | 80 | | |
43 | 81 | | |
44 | 82 | | |
| |||
51 | 89 | | |
52 | 90 | | |
53 | 91 | | |
54 | | - | |
| 92 | + | |
| 93 | + | |
55 | 94 | | |
56 | 95 | | |
57 | | - | |
| 96 | + | |
| 97 | + | |
58 | 98 | | |
59 | 99 | | |
60 | 100 | | |
| |||
65 | 105 | | |
66 | 106 | | |
67 | 107 | | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
68 | 113 | | |
69 | 114 | | |
70 | | - | |
71 | | - | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
817 | 817 | | |
818 | 818 | | |
819 | 819 | | |
820 | | - | |
821 | 820 | | |
822 | 821 | | |
823 | 822 | | |
| |||
Whitespace-only changes.
Whitespace-only changes.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
7 | 5 | | |
8 | | - | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
9 | 10 | | |
| 11 | + | |
10 | 12 | | |
11 | 13 | | |
12 | 14 | | |
13 | 15 | | |
| 16 | + | |
| 17 | + | |
14 | 18 | | |
15 | 19 | | |
16 | 20 | | |
| |||
96 | 100 | | |
97 | 101 | | |
98 | 102 | | |
99 | | - | |
| 103 | + | |
100 | 104 | | |
101 | 105 | | |
102 | 106 | | |
| |||
128 | 132 | | |
129 | 133 | | |
130 | 134 | | |
131 | | - | |
132 | 135 | | |
133 | 136 | | |
134 | 137 | | |
| |||
1134 | 1137 | | |
1135 | 1138 | | |
1136 | 1139 | | |
1137 | | - | |
1138 | 1140 | | |
1139 | 1141 | | |
1140 | 1142 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| 52 | + | |
| 53 | + | |
52 | 54 | | |
53 | 55 | | |
54 | 56 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
229 | 229 | | |
230 | 230 | | |
231 | 231 | | |
232 | | - | |
| 232 | + | |
233 | 233 | | |
234 | 234 | | |
235 | 235 | | |
| |||
0 commit comments