Systemd/src/basic/linux
Jörg Thalheim ff12a7954c treewide: more portable bash shebangs
As in 2a5fcfae02
and in 3e67e5c992
using /usr/bin/env allows bash to be looked up in PATH
rather than being hard-coded.

As with the previous changes the same arguments apply
- distributions have scripts to rewrite shebangs on installation and
  they know what locations to rely on.
- For tests/compilation we should rather rely on the user to have setup
  there PATH correctly.

In particular this makes testing from git easier on NixOS where do not provide
/bin/bash to improve compose-ability.
2020-03-05 17:27:07 +01:00
..
can linux: update headers 2019-12-16 04:37:50 +09:00
README linux: update headers from current kernel master 2019-05-16 10:24:47 +09:00
btrfs.h linux: update headers 2019-12-16 04:37:50 +09:00
btrfs_tree.h linux: update headers 2019-12-16 04:37:50 +09:00
fib_rules.h tree-wide: drop several missing_*.h and import relevant headers from kernel-5.0 2019-04-11 19:00:37 +02:00
fou.h linux: update headers from current kernel master 2019-05-16 10:24:47 +09:00
if.h linux: update headers 2019-12-16 04:37:50 +09:00
if_addr.h tree-wide: drop several missing_*.h and import relevant headers from kernel-5.0 2019-04-11 19:00:37 +02:00
if_arp.h tree-wide: drop several missing_*.h and import relevant headers from kernel-5.0 2019-04-11 19:00:37 +02:00
if_bonding.h linux: update headers from current kernel master 2019-05-16 10:24:47 +09:00
if_bridge.h linux: update headers 2019-12-16 04:37:50 +09:00
if_ether.h linux: update headers 2019-12-16 04:37:50 +09:00
if_link.h linux: update headers 2019-12-16 04:37:50 +09:00
if_macsec.h linux: import if_macsec.h from kernel-5.0 2019-04-12 10:12:30 +09:00
if_tun.h linux: update headers from current kernel master 2019-05-16 10:24:47 +09:00
if_tunnel.h tree-wide: drop several missing_*.h and import relevant headers from kernel-5.0 2019-04-11 19:00:37 +02:00
in.h linux: update headers from current kernel master 2019-05-16 10:24:47 +09:00
in6.h linux: update headers from current kernel master 2019-05-16 10:24:47 +09:00
l2tp.h linux: also import l2tp.h from kernel-5.0 2019-04-13 22:51:05 +09:00
libc-compat.h tree-wide: drop several missing_*.h and import relevant headers from kernel-5.0 2019-04-11 19:00:37 +02:00
netdevice.h linux: move netdevice.h from shared/linux to basic/linux 2019-04-13 22:43:59 +09:00
netlink.h tree-wide: drop several missing_*.h and import relevant headers from kernel-5.0 2019-04-11 19:00:37 +02:00
nexthop.h linux: update headers 2019-12-16 04:37:50 +09:00
pkt_sched.h linux: update headers 2019-12-16 04:37:50 +09:00
rtnetlink.h linux: update headers 2019-12-16 04:37:50 +09:00
update.sh treewide: more portable bash shebangs 2020-03-05 17:27:07 +01:00
wireguard.h linux: update headers 2019-12-16 04:37:50 +09:00

README

The files in this directory are copied from current kernel master
(b06ed1e7a2fa9b636f368a9e97c3c8877623f8b2) or WireGuard master
(8416093498ac2c754536dad4757c5d86c9ba8809), and the following
modifications are applied:
- btrfs.h: drop '__user' attributes
- if.h: drop '#include <linux/compiler.h>' and '__user' attributes