Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion src/arch/aarch64.rs
Original file line number Diff line number Diff line change
Expand Up @@ -694,6 +694,8 @@ syscall_enum! {
file_getattr = 468,
/// See [file_setattr(2)](https://man7.org/linux/man-pages/man2/file_setattr.2.html) for more info on this syscall.
file_setattr = 469,
/// See [listns(2)](https://man7.org/linux/man-pages/man2/listns.2.html) for more info on this syscall.
listns = 470,
}
LAST: file_setattr;
LAST: listns;
}
4 changes: 3 additions & 1 deletion src/arch/arm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -848,6 +848,8 @@ syscall_enum! {
file_getattr = 468,
/// See [file_setattr(2)](https://man7.org/linux/man-pages/man2/file_setattr.2.html) for more info on this syscall.
file_setattr = 469,
/// See [listns(2)](https://man7.org/linux/man-pages/man2/listns.2.html) for more info on this syscall.
listns = 470,
}
LAST: file_setattr;
LAST: listns;
}
4 changes: 3 additions & 1 deletion src/arch/loongarch64.rs
Original file line number Diff line number Diff line change
Expand Up @@ -694,6 +694,8 @@ syscall_enum! {
file_getattr = 468,
/// See [file_setattr(2)](https://man7.org/linux/man-pages/man2/file_setattr.2.html) for more info on this syscall.
file_setattr = 469,
/// See [listns(2)](https://man7.org/linux/man-pages/man2/listns.2.html) for more info on this syscall.
listns = 470,
}
LAST: file_setattr;
LAST: listns;
}
4 changes: 3 additions & 1 deletion src/arch/mips.rs
Original file line number Diff line number Diff line change
Expand Up @@ -890,6 +890,8 @@ syscall_enum! {
file_getattr = 4468,
/// See [file_setattr(2)](https://man7.org/linux/man-pages/man2/file_setattr.2.html) for more info on this syscall.
file_setattr = 4469,
/// See [listns(2)](https://man7.org/linux/man-pages/man2/listns.2.html) for more info on this syscall.
listns = 4470,
}
LAST: file_setattr;
LAST: listns;
}
4 changes: 3 additions & 1 deletion src/arch/mips64.rs
Original file line number Diff line number Diff line change
Expand Up @@ -748,6 +748,8 @@ syscall_enum! {
file_getattr = 5468,
/// See [file_setattr(2)](https://man7.org/linux/man-pages/man2/file_setattr.2.html) for more info on this syscall.
file_setattr = 5469,
/// See [listns(2)](https://man7.org/linux/man-pages/man2/listns.2.html) for more info on this syscall.
listns = 5470,
}
LAST: file_setattr;
LAST: listns;
}
4 changes: 3 additions & 1 deletion src/arch/powerpc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -904,6 +904,8 @@ syscall_enum! {
file_getattr = 468,
/// See [file_setattr(2)](https://man7.org/linux/man-pages/man2/file_setattr.2.html) for more info on this syscall.
file_setattr = 469,
/// See [listns(2)](https://man7.org/linux/man-pages/man2/listns.2.html) for more info on this syscall.
listns = 470,
}
LAST: file_setattr;
LAST: listns;
}
4 changes: 3 additions & 1 deletion src/arch/powerpc64.rs
Original file line number Diff line number Diff line change
Expand Up @@ -848,6 +848,8 @@ syscall_enum! {
file_getattr = 468,
/// See [file_setattr(2)](https://man7.org/linux/man-pages/man2/file_setattr.2.html) for more info on this syscall.
file_setattr = 469,
/// See [listns(2)](https://man7.org/linux/man-pages/man2/listns.2.html) for more info on this syscall.
listns = 470,
}
LAST: file_setattr;
LAST: listns;
}
4 changes: 3 additions & 1 deletion src/arch/riscv32.rs
Original file line number Diff line number Diff line change
Expand Up @@ -640,6 +640,8 @@ syscall_enum! {
file_getattr = 468,
/// See [file_setattr(2)](https://man7.org/linux/man-pages/man2/file_setattr.2.html) for more info on this syscall.
file_setattr = 469,
/// See [listns(2)](https://man7.org/linux/man-pages/man2/listns.2.html) for more info on this syscall.
listns = 470,
}
LAST: file_setattr;
LAST: listns;
}
4 changes: 3 additions & 1 deletion src/arch/riscv64.rs
Original file line number Diff line number Diff line change
Expand Up @@ -656,6 +656,8 @@ syscall_enum! {
file_getattr = 468,
/// See [file_setattr(2)](https://man7.org/linux/man-pages/man2/file_setattr.2.html) for more info on this syscall.
file_setattr = 469,
/// See [listns(2)](https://man7.org/linux/man-pages/man2/listns.2.html) for more info on this syscall.
listns = 470,
}
LAST: file_setattr;
LAST: listns;
}
4 changes: 3 additions & 1 deletion src/arch/s390x.rs
Original file line number Diff line number Diff line change
Expand Up @@ -780,6 +780,8 @@ syscall_enum! {
file_getattr = 468,
/// See [file_setattr(2)](https://man7.org/linux/man-pages/man2/file_setattr.2.html) for more info on this syscall.
file_setattr = 469,
/// See [listns(2)](https://man7.org/linux/man-pages/man2/listns.2.html) for more info on this syscall.
listns = 470,
}
LAST: file_setattr;
LAST: listns;
}
4 changes: 3 additions & 1 deletion src/arch/sparc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -880,6 +880,8 @@ syscall_enum! {
file_getattr = 468,
/// See [file_setattr(2)](https://man7.org/linux/man-pages/man2/file_setattr.2.html) for more info on this syscall.
file_setattr = 469,
/// See [listns(2)](https://man7.org/linux/man-pages/man2/listns.2.html) for more info on this syscall.
listns = 470,
}
LAST: file_setattr;
LAST: listns;
}
4 changes: 3 additions & 1 deletion src/arch/sparc64.rs
Original file line number Diff line number Diff line change
Expand Up @@ -806,6 +806,8 @@ syscall_enum! {
file_getattr = 468,
/// See [file_setattr(2)](https://man7.org/linux/man-pages/man2/file_setattr.2.html) for more info on this syscall.
file_setattr = 469,
/// See [listns(2)](https://man7.org/linux/man-pages/man2/listns.2.html) for more info on this syscall.
listns = 470,
}
LAST: file_setattr;
LAST: listns;
}
4 changes: 3 additions & 1 deletion src/arch/x86.rs
Original file line number Diff line number Diff line change
Expand Up @@ -922,6 +922,8 @@ syscall_enum! {
file_getattr = 468,
/// See [file_setattr(2)](https://man7.org/linux/man-pages/man2/file_setattr.2.html) for more info on this syscall.
file_setattr = 469,
/// See [listns(2)](https://man7.org/linux/man-pages/man2/listns.2.html) for more info on this syscall.
listns = 470,
}
LAST: file_setattr;
LAST: listns;
}
4 changes: 3 additions & 1 deletion src/arch/x86_64.rs
Original file line number Diff line number Diff line change
Expand Up @@ -770,6 +770,8 @@ syscall_enum! {
file_getattr = 468,
/// See [file_setattr(2)](https://man7.org/linux/man-pages/man2/file_setattr.2.html) for more info on this syscall.
file_setattr = 469,
/// See [listns(2)](https://man7.org/linux/man-pages/man2/listns.2.html) for more info on this syscall.
listns = 470,
}
LAST: file_setattr;
LAST: listns;
}
2 changes: 1 addition & 1 deletion syscalls-gen/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ mod tables;
static LINUX_REPO: &str = "https://raw.githubusercontent.com/torvalds/linux";

/// Linux version to pull the syscall tables from.
static LINUX_VERSION: &str = "v6.18";
static LINUX_VERSION: &str = "v6.19";

lazy_static! {
/// List of syscall tables for each architecture.
Expand Down
Loading