Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D134065
[libc] Add implementation of POSIX "uname" function. ClosedPublic Authored by sivachandra on Sep 16 2022, 12:35 PM.
Details
Diff Detail
Event TimelineHerald added projects: Restricted Project, Restricted Project. · View Herald TranscriptSep 16 2022, 12:35 PM This revision is now accepted and ready to land.Sep 16 2022, 12:56 PM Closed by commit rG7fb96fb5d33e: [libc] Add implementation of POSIX "uname" function. (authored by sivachandra). · Explain WhySep 16 2022, 2:21 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 460898 libc/config/linux/aarch64/entrypoints.txt
libc/config/linux/api.td
libc/config/linux/x86_64/entrypoints.txt
libc/include/CMakeLists.txt
libc/include/llvm-libc-types/CMakeLists.txt
libc/include/llvm-libc-types/struct_utsname.h
libc/include/sys/utsname.h.def
libc/spec/posix.td
libc/src/sys/CMakeLists.txt
libc/src/sys/utsname/CMakeLists.txt
libc/src/sys/utsname/linux/CMakeLists.txt
libc/src/sys/utsname/linux/uname.cpp
libc/src/sys/utsname/uname.h
libc/test/src/sys/CMakeLists.txt
libc/test/src/sys/utsname/CMakeLists.txt
libc/test/src/sys/utsname/uname_test.cpp
|