Home / net / netns
Name Modified Size InfoDownloads / Week
Parent folder
xfrm.h 2023-03-31 2.2 kB
unix.h 2023-03-31 414 Bytes
xdp.h 2023-03-31 250 Bytes
sctp.h 2023-03-31 5.0 kB
smc.h 2023-03-31 672 Bytes
nexthop.h 2023-03-31 476 Bytes
nftables.h 2023-03-31 182 Bytes
packet.h 2023-03-31 311 Bytes
mpls.h 2023-03-31 420 Bytes
netfilter.h 2023-03-31 955 Bytes
ipv6.h 2023-03-31 3.4 kB
mctp.h 2023-03-31 871 Bytes
mib.h 2023-03-31 1.3 kB
ipv4.h 2023-03-31 6.4 kB
ieee802154_6lowpan.h 2023-03-31 417 Bytes
generic.h 2023-03-31 1.3 kB
hash.h 2023-03-31 223 Bytes
conntrack.h 2023-03-31 2.4 kB
core.h 2023-03-31 508 Bytes
flow_table.h 2023-03-31 301 Bytes
bpf.h 2023-03-31 659 Bytes
can.h 2023-03-31 1.1 kB
Totals: 22 Items   29.7 kB 0

Foreword: The FreeLSD design may not be robust and it certainly isn't elegant.

FreeLSD is an effort to bring Void Linux (musl) x86_64 as close to FreeBSD as possible, using https://github.com/dcantrell/bsdutils as a replacement for coreutils and https://github.com/chimera-linux/bsdutils-extra to cover GNU tools not covered by bdsutils.

The header files here are needed to compile, on Void Linux, programs and libraries that use functions and data structures provided by software packages (such as bsdutils).

Warning: the /usr/include folder is therefore a very important resource for software development in the Linux environment, as it allows access to many functions and libraries useful for creating programs and applications. Use these headers only on test environments.

All the files here were taken directly from the https://github.com/torvalds/linux repository No file has really been modified, the files useful for our builds have simply been taken and placed in a single folder (the content of which will be copied/overwritten in /usr/include/).

Source: README.md, updated 2023-03-31