Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-12-17 | Merge commit '0064dcc0fc1c6519d54c5a104990c1db94f19ddf' into notsystemd/premove | Luke Shumaker | |
# Conflicts: # system-preset/90-systemd.preset | |||
2016-12-17 | Merge commit '58a6dd15582c038a25bd7059435833943e2e4617' into notsystemd/premove | Luke Shumaker | |
# Conflicts: # Makefile.am # src/boot/bootctl.c # system-preset/90-systemd.preset | |||
2016-11-29 | Makefile.am: udev.conf | Luke Shumaker | |
2016-11-29 | oops | Luke Shumaker | |
2016-11-29 | split Makefile.am a bit more | Luke Shumaker | |
2016-10-31 | tidy up | Luke Shumaker | |
2016-10-27 | Makefile.am: reclassify a few sections | Luke Shumaker | |
2016-10-26 | fixity | Luke Shumaker | |
2016-10-26 | add missing Makefiles | Luke Shumaker | |
2016-10-26 | Better Makefile splitting | Luke Shumaker | |
2016-10-26 | libmachine-core/src Makefile | Luke Shumaker | |
2016-10-26 | tools/notsd-move: oops: don't invoke the editor, for real this time | Luke Shumaker | |
2016-10-26 | have libbasic gperf headers be private | Luke Shumaker | |
2016-10-26 | add missing stub Makefiles | Luke Shumaker | |
2016-10-26 | tools/notsd-move: avoid dangling empty directories | Luke Shumaker | |
2016-10-26 | tools/notsd-move: bus-util location | Luke Shumaker | |
2016-10-26 | tools/notsd-fixup--includes: fix mucking with typedefs | Luke Shumaker | |
2016-10-26 | tools/notsd-fixup--includes: Fix a variable reuse bug. | Luke Shumaker | |
2016-10-26 | tidy | Luke Shumaker | |
2016-10-26 | tools/notsd-fixup: Split the makefile pass into a separate executable. | Luke Shumaker | |
This avoids using bash read(1) to loop over the files, as we've already gotten decent speedups from avoiding bash read(1). This means we've got at least two more fork/exec's because of xargs, but it's probably worth it. But that's kind of premature-optimization; the time improvement here is probably just random noise. But, I think this makes the code more maintainable/manageable too, so I'm committing it. | |||
2016-10-26 | tools/notsd-fixup: Merge the pre-includes pass the includes pass. | Luke Shumaker | |
This shaves off a decent chunk of time, and simplifies the code. | |||
2016-10-26 | tools/notsd-fixup--includes: Allow passing multiple arguments. | Luke Shumaker | |
This substantially speeds things up because it doesn't have to set up and tear down the Python runtime for every single C file now. | |||
2016-10-26 | tools/notsd-fixup--includes: port from bash to python for speed | Luke Shumaker | |
This shaves off a decent chunk of time because Bash read(1) is slow because it can't buffer and has to read(2) one byte at a time. | |||
2016-10-26 | tools/notsd-move: avoid invoking the editor for the merge commit | Luke Shumaker | |
2016-10-26 | tools/notsd-fixup--includes: clean up, add caching | Luke Shumaker | |
So now it should cache calls to `cpp` or filesystem checks, which are comparatively expensive. | |||
2016-10-22 | more | Luke Shumaker | |
2016-10-22 | more | Luke Shumaker | |
2016-10-22 | more | Luke Shumaker | |
2016-10-21 | more | Luke Shumaker | |
2016-10-21 | more | Luke Shumaker | |
2016-10-21 | more renames | Luke Shumaker | |
2016-10-21 | Add a script for finding renames, so I don't have to reinvent it every time | Luke Shumaker | |
2016-10-21 | pull tools/notsd-* changes from notsystemd/master | Luke Shumaker | |
2016-10-21 | Merge branch 'systemd/parabola' into notsystemd/premove | Luke Shumaker | |
2016-10-21 | Merge tag 'systemd/v231-4.parabola1' into systemd/parabola | Luke Shumaker | |
2016-10-21 | Merge tag 'systemd/v231-3.parabola1' into systemd/parabola | Luke Shumaker | |
2016-10-21 | # Rename "Linux Boot Manager" -> "Systemd Boot Manager"systemd/v231-4.parabola1 | Luke Shumaker | |
sed -i 's|Linux Boot Manager|Systemd Boot Manager|' src/boot/bootctl.c | |||
2016-10-21 | # Rename "Linux Boot Manager" -> "Systemd Boot Manager"systemd/v231-3.parabola1 | Luke Shumaker | |
sed -i 's|Linux Boot Manager|Systemd Boot Manager|' src/boot/bootctl.c | |||
2016-10-21 | FSDG: man/: Use FSDG operating systems as examples. | Luke Shumaker | |
2016-10-21 | FSDG: systemd-resolved: Default to hostname "gnu-linux" instead of "linux" | Luke Shumaker | |
2016-10-21 | FSDG: os-release: Default ID to "gnu-linux" instead of "linux". | Luke Shumaker | |
As far as I can tell, no code in this repository actually uses the ID field, so this is just a man page change. | |||
2016-10-21 | FSDG: os-release: Default to NAME "GNU/Linux" instead of "Linux". | Luke Shumaker | |
2016-10-21 | FSDG: os-release: Default to PRETTY_NAME "GNU/Linux" instead of "Linux". | Luke Shumaker | |
2016-10-21 | FSDG: man/: Refer to the operating system as GNU/Linux. | Luke Shumaker | |
This is not a blind replacement of "Linux" with "GNU/Linux". In some cases, "Linux" is (correctly) used to refer to just the kernel. In others, it is in a string for which code must also be adjusted; these instances are not included in this commit. | |||
2016-10-21 | FSDG: man/: Use FSDG operating systems as examples. | Luke Shumaker | |
2016-10-21 | FSDG: systemd-resolved: Default to hostname "gnu-linux" instead of "linux" | Luke Shumaker | |
2016-10-21 | FSDG: os-release: Default ID to "gnu-linux" instead of "linux". | Luke Shumaker | |
As far as I can tell, no code in this repository actually uses the ID field, so this is just a man page change. | |||
2016-10-21 | FSDG: os-release: Default to NAME "GNU/Linux" instead of "Linux". | Luke Shumaker | |
2016-10-21 | FSDG: os-release: Default to PRETTY_NAME "GNU/Linux" instead of "Linux". | Luke Shumaker | |
2016-10-21 | FSDG: man/: Refer to the operating system as GNU/Linux. | Luke Shumaker | |
This is not a blind replacement of "Linux" with "GNU/Linux". In some cases, "Linux" is (correctly) used to refer to just the kernel. In others, it is in a string for which code must also be adjusted; these instances are not included in this commit. |