summaryrefslogtreecommitdiff
path: root/src/systemd-nspawn
AgeCommit message (Collapse)Author
2016-09-11run notsd-fixup on the gperf filesLuke Shumaker
2016-09-11Run the new fixup script.Luke Shumaker
The biggest change is that it keeps looking for new #include blocks. This means that it (more) correctly handles #ifdef'd #includes. I'm not 100% in love with it, but it's pretty good for automated. What I really don't like is it did some silly things with newlines in typedef blocks. I've avoided committing those. I think it may be possible to get it to do the right thing. But really, the typedef blocks are a hack for poorly structured headers. Now that it keeps looking for new #include blocks, I could strip out the typedef support, and it would mostly work; but it wouldn't be able to move some headers back to the top. IDK what to do.
2016-09-06move man pages to appropriate directoriesLuke Shumaker
2016-08-17moreLuke Shumaker
2016-08-08fixLuke Shumaker
2016-08-07stuffLuke Shumaker
2016-08-02ensure that include order of headers does not matterLuke Shumaker
2016-08-02./fixup.shLuke Shumaker
2016-08-01find src \( -name '*.h' -o -name '*.c' \) -type f -exec ./fixup_includes {} \;Luke Shumaker
2016-07-30stuffLuke Shumaker
2016-07-28headerssssLuke Shumaker
2016-07-28fixLuke Shumaker
2016-07-27fixLuke Shumaker
2016-07-27fix (mostly adjust #includes to have sd- prefix)Luke Shumaker
2016-06-12fixLuke Shumaker
2016-06-12Merge branch 'lukeshu/postmove' into lukeshu/masterLuke Shumaker
2016-06-12./move.shLuke Shumaker
2016-06-12tidyLuke Shumaker
2016-06-12fixityLuke Shumaker
2016-06-12Merge branch 'lukeshu/postmove' into 'lukeshu/master'Luke Shumaker
2016-06-09./move.shLuke Shumaker
2016-06-09stuffLuke Shumaker
2016-06-07fLuke Shumaker
2016-06-07Merge branch 'lukeshu/postmove' into lukeshu/masterLuke Shumaker
# Conflicts: # build-aux/Makefile.each.tail/20-systemd.mk # build-aux/Makefile.once.head/20-systemd.mk # build-aux/Makefile.once.tail/20-systemd.mk # config.mk.in # src/busctl/Makefile # src/grp-boot/bootctl/Makefile # src/grp-boot/systemd-boot/Makefile # src/grp-coredump/coredumpctl/Makefile # src/grp-coredump/systemd-coredump/Makefile # src/grp-machine/libmachine-core/Makefile # src/grp-machine/nss-mymachines/Makefile # src/libbasic/Makefile # src/libfirewall/Makefile # src/libshared/Makefile # src/libsystemd/Makefile # src/libsystemd/libsystemd-internal/Makefile # src/libsystemd/libsystemd-journal-internal/Makefile # src/libudev/src/Makefile # src/systemd-nspawn/Makefile
2016-06-07./move.shLuke Shumaker
2016-06-07Makefile tidyLuke Shumaker
2016-06-07stuffLuke Shumaker
2016-06-07Merge branch 'lukeshu/postmove' into lukeshu/masterLuke Shumaker
# Conflicts: # src/systemd-nspawn/Makefile
2016-06-07./move.shLuke Shumaker
2016-06-06tidyLuke Shumaker
2016-06-06libudev, systemd-nspawnLuke Shumaker
2016-06-04stuffLuke Shumaker
2016-06-01more stuffLuke Shumaker
2016-06-01revert some changesLuke Shumaker
2016-06-01Merge branch 'lukeshu/postmove' into lukeshu/masterLuke Shumaker
# Conflicts: # build-aux/Makefile.once.head/20-systemd.mk # build-aux/Makefile.once.tail/20-systemd.mk # config.mk.in # src/libbasic/Makefile # src/libshared/Makefile # src/libsystemd/libsystemd-internal/Makefile
2016-06-01./move.shLuke Shumaker
2016-06-01Makefile: systemd-nspawn use symlinks instead of copyingLuke Shumaker
2016-06-01Merge branch 'lukeshu/postmove' into lukeshu/masterLuke Shumaker
# Conflicts: # am-pretty.mk # config.mk.in # src/journal/Makefile # src/kernel-install/Makefile # src/libbasic/Makefile # src/libfirewall/Makefile # src/libshared/Makefile # src/libsystemd/Makefile # src/libsystemd/libsystemd-internal/Makefile # src/libsystemd/libsystemd-journal-internal/Makefile # src/libsystemd/src/Makefile # src/systemd-nspawn/Makefile # src/systemd-nspawn/nspawn-network.c # src/udev/udev.h
2016-06-01./move.shLuke Shumaker
2016-06-01new autothingLuke Shumaker
2016-05-27stuffLuke Shumaker
2016-05-26re-add network-util.h includesLuke Shumaker
2016-05-26oopsLuke Shumaker
2016-05-25stuffLuke Shumaker