Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created August 26, 2020 05:44
Show Gist options
  • Save r-ryantm/bcfbf7274a7bc95f447a8a854250bee8 to your computer and use it in GitHub Desktop.
Save r-ryantm/bcfbf7274a7bc95f447a8a854250bee8 to your computer and use it in GitHub Desktop.
/nix/store/6rg1apib11fm0rwh1yva0gwpb5gzbkpw-klibc-2.0.8
├── bin
│   └── klcc
├── lib
│   ├── klibc
│   │   ├── bin
│   │   │   ├── cat
│   │   │   ├── chroot
│   │   │   ├── cpio
│   │   │   ├── dd
│   │   │   ├── dmesg
│   │   │   ├── false
│   │   │   ├── fstype
│   │   │   ├── gunzip
│   │   │   ├── gzip
│   │   │   ├── halt
│   │   │   ├── ipconfig
│   │   │   ├── kill
│   │   │   ├── kinit
│   │   │   ├── ln
│   │   │   ├── losetup
│   │   │   ├── ls
│   │   │   ├── minips
│   │   │   ├── mkdir
│   │   │   ├── mkfifo
│   │   │   ├── mknod
│   │   │   ├── mount
│   │   │   ├── mv
│   │   │   ├── nfsmount
│   │   │   ├── nuke
│   │   │   ├── pivot_root
│   │   │   ├── poweroff
│   │   │   ├── readlink
│   │   │   ├── reboot
│   │   │   ├── resume
│   │   │   ├── run-init
│   │   │   ├── sh
│   │   │   ├── sleep
│   │   │   ├── sync
│   │   │   ├── true
│   │   │   ├── umount
│   │   │   ├── uname
│   │   │   └── zcat
│   │   ├── bin.static
│   │   │   ├── cat
│   │   │   ├── chroot
│   │   │   ├── cpio
│   │   │   ├── dd
│   │   │   ├── dmesg
│   │   │   ├── false
│   │   │   ├── fstype
│   │   │   ├── halt
│   │   │   ├── ipconfig
│   │   │   ├── kill
│   │   │   ├── kinit
│   │   │   ├── ln
│   │   │   ├── losetup
│   │   │   ├── ls
│   │   │   ├── minips
│   │   │   ├── mkdir
│   │   │   ├── mkfifo
│   │   │   ├── mknod
│   │   │   ├── mount
│   │   │   ├── mv
│   │   │   ├── nfsmount
│   │   │   ├── nuke
│   │   │   ├── pivot_root
│   │   │   ├── poweroff
│   │   │   ├── readlink
│   │   │   ├── reboot
│   │   │   ├── resume
│   │   │   ├── run-init
│   │   │   ├── sh
│   │   │   ├── sleep
│   │   │   ├── sync
│   │   │   ├── true
│   │   │   ├── umount
│   │   │   └── uname
│   │   ├── include
│   │   │   ├── alloca.h
│   │   │   ├── arch
│   │   │   │   ├── alpha
│   │   │   │   │   ├── klibc
│   │   │   │   │   │   ├── archconfig.h
│   │   │   │   │   │   ├── archsetjmp.h
│   │   │   │   │   │   ├── archsignal.h
│   │   │   │   │   │   └── archstat.h
│   │   │   │   │   └── machine
│   │   │   │   │   └── asm.h
│   │   │   │   ├── arm
│   │   │   │   │   └── klibc
│   │   │   │   │   ├── archconfig.h
│   │   │   │   │   ├── archsetjmp.h
│   │   │   │   │   ├── archsignal.h
│   │   │   │   │   ├── archstat.h
│   │   │   │   │   └── asmmacros.h
│   │   │   │   ├── arm64
│   │   │   │   │   └── klibc
│   │   │   │   │   ├── archconfig.h
│   │   │   │   │   ├── archsetjmp.h
│   │   │   │   │   ├── archsignal.h
│   │   │   │   │   └── archstat.h
│   │   │   │   ├── i386
│   │   │   │   │   ├── klibc
│   │   │   │   │   │   ├── archconfig.h
│   │   │   │   │   │   ├── archinit.h
│   │   │   │   │   │   ├── archsetjmp.h
│   │   │   │   │   │   ├── archsignal.h
│   │   │   │   │   │   ├── archstat.h
│   │   │   │   │   │   └── diverr.h
│   │   │   │   │   └── sys
│   │   │   │   │   ├── io.h
│   │   │   │   │   └── vm86.h
│   │   │   │   ├── ia64
│   │   │   │   │   └── klibc
│   │   │   │   │   ├── archconfig.h
│   │   │   │   │   ├── archsetjmp.h
│   │   │   │   │   ├── archsignal.h
│   │   │   │   │   └── archstat.h
│   │   │   │   ├── m68k
│   │   │   │   │   └── klibc
│   │   │   │   │   ├── archconfig.h
│   │   │   │   │   ├── archsetjmp.h
│   │   │   │   │   ├── archsignal.h
│   │   │   │   │   └── archstat.h
│   │   │   │   ├── mips
│   │   │   │   │   ├── klibc
│   │   │   │   │   │   ├── archconfig.h
│   │   │   │   │   │   ├── archfcntl.h
│   │   │   │   │   │   ├── archsetjmp.h
│   │   │   │   │   │   ├── archsignal.h
│   │   │   │   │   │   ├── archsocket.h
│   │   │   │   │   │   └── archstat.h
│   │   │   │   │   ├── machine
│   │   │   │   │   │   └── asm.h
│   │   │   │   │   ├── sgidefs.h
│   │   │   │   │   └── spaces.h
│   │   │   │   ├── mips64
│   │   │   │   │   ├── klibc
│   │   │   │   │   │   ├── archconfig.h
│   │   │   │   │   │   ├── archsetjmp.h
│   │   │   │   │   │   ├── archsignal.h
│   │   │   │   │   │   ├── archsocket.h
│   │   │   │   │   │   └── archstat.h
│   │   │   │   │   └── machine
│   │   │   │   │   └── asm.h
│   │   │   │   ├── parisc
│   │   │   │   │   └── klibc
│   │   │   │   │   ├── archconfig.h
│   │   │   │   │   ├── archsetjmp.h
│   │   │   │   │   ├── archsignal.h
│   │   │   │   │   └── archstat.h
│   │   │   │   ├── ppc
│   │   │   │   │   └── klibc
│   │   │   │   │   ├── archconfig.h
│   │   │   │   │   ├── archsetjmp.h
│   │   │   │   │   ├── archsignal.h
│   │   │   │   │   └── archstat.h
│   │   │   │   ├── ppc64
│   │   │   │   │   └── klibc
│   │   │   │   │   ├── archconfig.h
│   │   │   │   │   ├── archsetjmp.h
│   │   │   │   │   ├── archsignal.h
│   │   │   │   │   └── archstat.h
│   │   │   │   ├── riscv64
│   │   │   │   │   ├── klibc
│   │   │   │   │   │   ├── archconfig.h
│   │   │   │   │   │   ├── archsetjmp.h
│   │   │   │   │   │   ├── archsignal.h
│   │   │   │   │   │   └── archstat.h
│   │   │   │   │   └── machine
│   │   │   │   │   └── asm.h
│   │   │   │   ├── s390
│   │   │   │   │   └── klibc
│   │   │   │   │   ├── archconfig.h
│   │   │   │   │   ├── archsetjmp.h
│   │   │   │   │   ├── archsignal.h
│   │   │   │   │   └── archstat.h
│   │   │   │   ├── sh
│   │   │   │   │   └── klibc
│   │   │   │   │   ├── archconfig.h
│   │   │   │   │   ├── archsetjmp.h
│   │   │   │   │   ├── archsignal.h
│   │   │   │   │   └── archstat.h
│   │   │   │   ├── sparc
│   │   │   │   │   ├── klibc
│   │   │   │   │   │   ├── archconfig.h
│   │   │   │   │   │   ├── archsetjmp.h
│   │   │   │   │   │   ├── archsignal.h
│   │   │   │   │   │   └── archstat.h
│   │   │   │   │   └── machine
│   │   │   │   │   ├── asm.h
│   │   │   │   │   ├── frame.h
│   │   │   │   │   └── trap.h
│   │   │   │   ├── sparc64
│   │   │   │   │   ├── klibc
│   │   │   │   │   │   ├── archconfig.h
│   │   │   │   │   │   ├── archsetjmp.h
│   │   │   │   │   │   ├── archsignal.h
│   │   │   │   │   │   └── archstat.h
│   │   │   │   │   └── machine
│   │   │   │   │   ├── asm.h
│   │   │   │   │   └── frame.h
│   │   │   │   └── x86_64
│   │   │   │   ├── klibc
│   │   │   │   │   ├── archconfig.h
│   │   │   │   │   ├── archsetjmp.h
│   │   │   │   │   ├── archsignal.h
│   │   │   │   │   └── archstat.h
│   │   │   │   └── sys
│   │   │   │   └── io.h
│   │   │   ├── arpa
│   │   │   │   └── inet.h
│   │   │   ├── asm -> /nix/store/krfk9k36qnshmkzi0m2l2wg9niix7dm3-linux-headers-5.5/include/asm
│   │   │   ├── asm-generic -> /nix/store/krfk9k36qnshmkzi0m2l2wg9niix7dm3-linux-headers-5.5/include/asm-generic
│   │   │   ├── assert.h
│   │   │   ├── bits32
│   │   │   │   ├── bitsize
│   │   │   │   │   ├── limits.h
│   │   │   │   │   ├── stdintconst.h
│   │   │   │   │   ├── stdint.h
│   │   │   │   │   └── stdintlimits.h
│   │   │   │   └── bitsize.h
│   │   │   ├── bits64
│   │   │   │   ├── bitsize
│   │   │   │   │   ├── limits.h
│   │   │   │   │   ├── stdintconst.h
│   │   │   │   │   ├── stdint.h
│   │   │   │   │   └── stdintlimits.h
│   │   │   │   └── bitsize.h
│   │   │   ├── byteswap.h
│   │   │   ├── config -> /nix/store/krfk9k36qnshmkzi0m2l2wg9niix7dm3-linux-headers-5.5/include/config
│   │   │   ├── ctype.h
│   │   │   ├── dirent.h
│   │   │   ├── drm -> /nix/store/krfk9k36qnshmkzi0m2l2wg9niix7dm3-linux-headers-5.5/include/drm
│   │   │   ├── elf.h
│   │   │   ├── endian.h
│   │   │   ├── errno.h
│   │   │   ├── fcntl.h
│   │   │   ├── fnmatch.h
│   │   │   ├── getopt.h
│   │   │   ├── grp.h
│   │   │   ├── inttypes.h
│   │   │   ├── Kbuild
│   │   │   ├── klibc
│   │   │   │   ├── compiler.h
│   │   │   │   ├── diverr.h
│   │   │   │   ├── endian.h
│   │   │   │   ├── extern.h
│   │   │   │   ├── havesyscall.h
│   │   │   │   ├── seek.h
│   │   │   │   ├── stathelp.h
│   │   │   │   └── sysconfig.h
│   │   │   ├── limits.h
│   │   │   ├── linux -> /nix/store/krfk9k36qnshmkzi0m2l2wg9niix7dm3-linux-headers-5.5/include/linux
│   │   │   ├── malloc.h
│   │   │   ├── misc -> /nix/store/krfk9k36qnshmkzi0m2l2wg9niix7dm3-linux-headers-5.5/include/misc
│   │   │   ├── mntent.h
│   │   │   ├── mtd -> /nix/store/krfk9k36qnshmkzi0m2l2wg9niix7dm3-linux-headers-5.5/include/mtd
│   │   │   ├── net
│   │   │   │   ├── if_arp.h
│   │   │   │   ├── if.h
│   │   │   │   ├── if_packet.h
│   │   │   │   └── route.h
│   │   │   ├── netinet
│   │   │   │   ├── if_ether.h
│   │   │   │   ├── in6.h
│   │   │   │   ├── in.h
│   │   │   │   ├── ip.h
│   │   │   │   ├── tcp.h
│   │   │   │   └── udp.h
│   │   │   ├── netpacket
│   │   │   │   └── packet.h
│   │   │   ├── paths.h
│   │   │   ├── poll.h
│   │   │   ├── pwd.h
│   │   │   ├── rdma -> /nix/store/krfk9k36qnshmkzi0m2l2wg9niix7dm3-linux-headers-5.5/include/rdma
│   │   │   ├── sched.h
│   │   │   ├── scsi -> /nix/store/krfk9k36qnshmkzi0m2l2wg9niix7dm3-linux-headers-5.5/include/scsi
│   │   │   ├── setjmp.h
│   │   │   ├── signal.h
│   │   │   ├── sound -> /nix/store/krfk9k36qnshmkzi0m2l2wg9niix7dm3-linux-headers-5.5/include/sound
│   │   │   ├── stdarg.h
│   │   │   ├── stddef.h
│   │   │   ├── stdint.h
│   │   │   ├── stdio.h
│   │   │   ├── stdlib.h
│   │   │   ├── string.h
│   │   │   ├── sys
│   │   │   │   ├── auxv.h
│   │   │   │   ├── capability.h
│   │   │   │   ├── dirent.h
│   │   │   │   ├── elf32.h
│   │   │   │   ├── elf64.h
│   │   │   │   ├── elfcommon.h
│   │   │   │   ├── file.h
│   │   │   │   ├── fsuid.h
│   │   │   │   ├── inotify.h
│   │   │   │   ├── ioctl.h
│   │   │   │   ├── klog.h
│   │   │   │   ├── md.h
│   │   │   │   ├── mman.h
│   │   │   │   ├── mount.h
│   │   │   │   ├── param.h
│   │   │   │   ├── poll.h
│   │   │   │   ├── prctl.h
│   │   │   │   ├── reboot.h
│   │   │   │   ├── resource.h
│   │   │   │   ├── select.h
│   │   │   │   ├── sendfile.h
│   │   │   │   ├── socket.h
│   │   │   │   ├── splice.h
│   │   │   │   ├── statfs.h
│   │   │   │   ├── stat.h
│   │   │   │   ├── syscall.h
│   │   │   │   ├── sysconf.h
│   │   │   │   ├── sysinfo.h
│   │   │   │   ├── sysmacros.h
│   │   │   │   ├── time.h
│   │   │   │   ├── times.h
│   │   │   │   ├── types.h
│   │   │   │   ├── uio.h
│   │   │   │   ├── un.h
│   │   │   │   ├── utime.h
│   │   │   │   ├── utsname.h
│   │   │   │   ├── vfs.h
│   │   │   │   └── wait.h
│   │   │   ├── sysexits.h
│   │   │   ├── syslog.h
│   │   │   ├── termios.h
│   │   │   ├── time.h
│   │   │   ├── unistd.h
│   │   │   ├── utime.h
│   │   │   ├── video -> /nix/store/krfk9k36qnshmkzi0m2l2wg9niix7dm3-linux-headers-5.5/include/video
│   │   │   ├── xen -> /nix/store/krfk9k36qnshmkzi0m2l2wg9niix7dm3-linux-headers-5.5/include/xen
│   │   │   ├── zconf.h
│   │   │   └── zlib.h
│   │   └── lib
│   │   ├── crt0.o
│   │   ├── interp.o
│   │   ├── klibc-iCc4wS7duIKy_78h6we_rdR_SJg.so
│   │   ├── libc.a
│   │   └── libc.so
│   └── klibc-iCc4wS7duIKy_78h6we_rdR_SJg.so
└── share
└── man
└── man1
└── klcc.1.gz
75 directories, 272 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment