Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2 days | getconf: Add LONG_BIT variableHEADcurrent | A. Wilcox | 4 | -5/+24 | |
This is needed for GNU compatibility, specifically for the elfutils package from sourceware. | |||||
2022-05-24 | CHANGELOG: Version 0.7v0.7 | A. Wilcox | 1 | -0/+10 | |
2022-05-24 | README: Add hostname(1) section | A. Wilcox | 1 | -0/+14 | |
2022-05-18 | Merge branch 'add-hostname' into 'current' | Zach van Rijn | 4 | -1/+330 | |
Add hostname(1) implementation See merge request adelie/shimmy!1 | |||||
2022-04-23 | hostname: Fix logic | A. Wilcox | 1 | -1/+1 | |
Thanks to floatcomplex. | |||||
2022-04-23 | hostname: Fix file reading for setting node name | A. Wilcox | 1 | -5/+13 | |
This isn't exactly compatible with net-tools, but it is close. net-tools will buffer a line longer than 1024 characters (up to the next 63 characters). This implementation will break at the 1024th character and start a new block of 63 char names there. I sincerely hope nobody is actually using this weird, undefined behaviour for anything serious. | |||||
2022-04-23 | hostname: Add ability to set node name | A. Wilcox | 1 | -3/+59 | |
2022-04-22 | Add initial hostname(1) implementation | A. Wilcox | 4 | -1/+266 | |
2022-02-23 | Update documentation | A. Wilcox | 4 | -7/+53 | |
2022-02-23 | Add mailmap to fix older commits | A. Wilcox | 1 | -0/+1 | |
2019-03-15 | getconf: Use statvfs(2) and statfs(2) on Linuxv0.6 | A. Wilcox | 1 | -0/+43 | |
This allows us to have a correct, variable NAME_MAX (and others). | |||||
2019-03-15 | getconf: POSIX2 options are not _-prefixed | A. Wilcox | 1 | -15/+15 | |
2019-02-10 | README: update copyright year | A. Wilcox | 1 | -1/+1 | |
2019-01-09 | getconf(1): Add _NPROCESSORS_ONLN variable on supported systems | A. Wilcox | 1 | -0/+5 | |
2018-09-11 | README: Update copyright year | A. Wilcox | 1 | -3/+2 | |
2018-08-21 | LICENSE: Happy 2018v0.5 | A. Wilcox | 1 | -1/+1 | |
2018-08-21 | getconf: Support path variables | A. Wilcox | 2 | -20/+61 | |
2018-03-26 | getconf: Add POSIX2_LINE_MAX and INT_MAX variablesv0.4 | A. Wilcox | 1 | -8/+24 | |
2016-11-27 | README: consistency | A. Wilcox | 2 | -4/+4 | |
2016-06-22 | getconf: Work around GNU autogen braindamage | Andrew Wilcox | 1 | -0/+2 | |
2016-04-17 | Add new localedef(1) stub | Andrew Wilcox | 4 | -1/+62 | |
2016-04-09 | Presenting the world's third-worst build system | Andrew Wilcox | 2 | -0/+28 | |
2016-04-09 | Don't strlen(NULL) if environment is unset | Andrew Wilcox | 1 | -1/+1 | |
2016-04-09 | Add our first utility, getconf(1) | Andrew Wilcox | 2 | -0/+650 | |
2016-04-09 | Initial commit with documentation | Andrew Wilcox | 3 | -0/+269 | |