summaryrefslogtreecommitdiff
path: root/src/uname.c
Commit message (Expand)AuthorAgeFilesLines
* maint: update all copyright year number rangesPádraig Brady2023-01-011-1/+1
* maint: update all copyright year number rangesPádraig Brady2022-01-021-1/+1
* uname: port to recent macOSPaul Eggert2021-12-071-36/+39
* maint: update all copyright year number rangesPádraig Brady2021-01-011-1/+1
* build: avoid including sysctl.h on glibcPádraig Brady2020-02-031-1/+1
* maint: update all copyright year number rangesPádraig Brady2020-01-011-1/+1
* maint: update all copyright year number rangesAssaf Gordon2019-01-011-1/+1
* maint: update all copyright year number rangesPádraig Brady2018-01-011-1/+1
* all: prefer HTTPS in URLsPaul Eggert2017-09-191-1/+1
* maint: update all copyright year number rangesPádraig Brady2017-01-011-1/+1
* all: use die() rather than error(EXIT_FAILURE)Pádraig Brady2016-10-161-1/+2
* maint: update all copyright year number rangesPádraig Brady2016-01-011-1/+1
* doc: discourage use of uname -i and -p optionsPádraig Brady2015-07-221-2/+2
* maint: update all copyright year number rangesPádraig Brady2015-01-011-1/+1
* doc: output correct --help references with --program-prefixPádraig Brady2014-09-191-1/+1
* maint: prefer 'return status;' to 'exit (status);' in 'main'Paul Eggert2014-09-081-1/+1
* build: uname: avoid shadowing warningJim Meyering2014-05-261-2/+2
* maint: update all copyright year number rangesBernhard Voelker2014-01-021-1/+1
* maint: update all copyright year number rangesJim Meyering2013-01-011-1/+1
* maint: use single copyright year rangeJim Meyering2012-01-271-2/+1
* maint: src/*.c: change remaining quotes (without embedded spaces)Jim Meyering2012-01-091-2/+2
* maint: use new emit_try_help in place of equivalent fprintfJim Meyering2012-01-071-2/+1
* maint: update all copyright year number rangesJim Meyering2012-01-011-1/+1
* maint: prohibit direct use of strncmp: prefer STREQ_LEN, STRNCMP_LITJim Meyering2011-04-031-1/+1
* maint: update all copyright year number rangesJim Meyering2011-01-011-1/+1
* maint: update all FSF copyright year lists to include 2010Jim Meyering2010-01-011-2/+2
* doc: mention the texinfo documentation in --helpPádraig Brady2009-09-211-1/+1
* global: convert indentation-TABs to spacesJim Meyering2009-08-251-96/+96
* maint: update all Copyright year lists to include 2009Jim Meyering2009-06-231-2/+2
* remove redundant const directivesJim Meyering2008-06-161-2/+2
* add "const" attribute, where possibleJim Meyering2008-06-141-2/+2
* use gnulib's progname moduleJim Meyering2008-06-031-4/+1
* declare program_name consistentlyJim Meyering2008-06-021-1/+1
* adjust copyright datesJim Meyering2008-05-261-1/+1
* convert single-author programs to use proper_nameJim Meyering2008-05-261-1/+1
* Update all copyright notices to use the newer form.Jim Meyering2007-07-231-5/+4
* New program: archKarel Zak2007-07-101-51/+107
* Change "version 2" to "version 3" in all copyright notices.Jim Meyering2007-07-101-1/+1
* Help translators include translation team's web or email address.Jim Meyering2007-03-281-1/+1
* Add/fix copyright notices and adjust to latest GNU FDL.Paul Eggert2006-08-171-1/+1
* (usage, main): uname -a no longer generates the -p and -i outputs ifPaul Eggert2005-09-151-6/+9
* Update FSF postal mail address.Jim Meyering2005-05-141-1/+1
* Update FSF postal mail address.Jim Meyering2005-05-141-1/+1
* Indent cpp directives.Jim Meyering2005-03-291-3/+3
* [__APPLE__]: Include <mach/machine.h> and <mach-o/arch.h>.Jim Meyering2004-11-091-2/+22
* Remove unused "case 0".Paul Eggert2004-09-211-3/+0
* Do not depend on HAVE_SYSCTL when decidingPaul Eggert2004-08-041-2/+9
* (print_element): Use bool for booleans.Paul Eggert2004-08-031-3/+4
* (main): Standardize on the diagnostics given when someone givesJim Meyering2004-06-211-1/+2
* (main): Fix typo introduced on 2003-05-10 thatJim Meyering2004-06-081-1/+1