1. 2a4b073 cal: care about setuprterm() result by Karel Zak · 9 years ago master
  2. 209fd7a libmount: mark overlay as pseudo-FS by Karel Zak · 9 years ago
  3. c8b9ece libmount: add mnt_table_get_fs_root() to header file by Karel Zak · 9 years ago
  4. 772f813 Merge branch 'master-silence-format-printf-warning' of https://github.com/rgerhards/util-linux by Karel Zak · 9 years ago
  5. 167cb03 tests: update sfdisk --dump test by Karel Zak · 9 years ago
  6. 2cb4046 logger: small change in usage() by Karel Zak · 9 years ago
  7. 7c7c77a logger man page: fix typo by Rainer Gerhards · 9 years ago
  8. 55f5bc6 logger: add --msgid option, permits to set RFC5424 MSGID field by Rainer Gerhards · 9 years ago
  9. 4826184 logger: fix multiple format bugs in rfc5424 formatter by Rainer Gerhards · 9 years ago
  10. 3eb3c8d silence compiler warning by Rainer Gerhards · 9 years ago
  11. cc06a01 libmount: cleanup fs root detection code by Karel Zak · 9 years ago
  12. cd41b38 findmnt: don't rely on st_dev for --target by Karel Zak · 9 years ago
  13. 7d3a07d logger: check for ntp_gettime() rather than for timex.h by Karel Zak · 9 years ago
  14. ae6846b logger: add --skip-empty-lines to prevent logging empty lines by Rainer Gerhards · 9 years ago
  15. a43022f logger man page: update --size doc by Rainer Gerhards · 9 years ago
  16. b9ef27f logger: bugfix: missing sanity checks with --prio-prefix option by Rainer Gerhards · 9 years ago
  17. 2b3f40c logger: refactor message generation by Rainer Gerhards · 9 years ago
  18. f68b8aa logger: permit to send messages larger than 1024 characters by Rainer Gerhards · 9 years ago
  19. c2ef308 agetty: reload issue on --autologin --login-pause too by Karel Zak · 9 years ago
  20. c9f5ec0 agetty: make sure that reload file exists by Karel Zak · 9 years ago
  21. c958032 build-sys: fix typo by Karel Zak · 9 years ago
  22. f63face Revert "build-sys: remove static builds from make-check" by Karel Zak · 9 years ago
  23. 254743e build-sys: cleanup realtime lib usage by Karel Zak · 9 years ago
  24. 26e8964 lib/timer: use separate file for timers by Karel Zak · 9 years ago
  25. f33383f Merge branch 'logger-man-syslog-routine' of https://github.com/rgerhards/util-linux by Karel Zak · 9 years ago
  26. 2346420 logger man page: bump man page date to current by Rainer Gerhards · 9 years ago
  27. a435617 logger man page: fix some "syslog(3) routine" remnants by Rainer Gerhards · 9 years ago
  28. 0d1f3a7 Merge branch 'logger-fix-tcp-framing' of https://github.com/rgerhards/util-linux by Karel Zak · 9 years ago
  29. 17d66cc logger: use username as the default tag by Karel Zak · 9 years ago
  30. 940a14a logger: bugfix: tcp syslog framing is broken, -T unusable by Rainer Gerhards · 9 years ago
  31. 4be8430 logger: refactor the way output is written by Rainer Gerhards · 9 years ago
  32. 1c93650 logger: remove "interface to syslog(3)" from man page by Karel Zak · 9 years ago
  33. 59d6ed3 Merge branch 'logger-kernel-regression' of https://github.com/rgerhards/util-linux by Karel Zak · 9 years ago
  34. 0f1c825 logger: fix whitespace and compiler warning [-Wunused-variable] by Karel Zak · 9 years ago
  35. 603358d Merge branch 'logger-fix-local-timestamp' of https://github.com/rgerhards/util-linux by Karel Zak · 9 years ago
  36. c95d320 logger: add comment by Karel Zak · 9 years ago
  37. d17bb3e Merge branch 'logger-format-fix' of https://github.com/rgerhards/util-linux by Karel Zak · 9 years ago
  38. 0487bcb libblkid: fix compiler warning [-Wunused-variable] by Karel Zak · 9 years ago
  39. 0f71ceb Merge branch 'zfs' of https://github.com/mihu/util-linux by Karel Zak · 9 years ago
  40. d4c814b logger: fix -p kern.* priority is accepted regression by Rainer Gerhards · 9 years ago
  41. d0b6c4b logger: messages are logged with kern.* priority by default by Rainer Gerhards · 9 years ago
  42. 948b875 build-sys: remove static builds from make-check by Karel Zak · 9 years ago
  43. 3070ca7 logger: fix invalid timestamp regression in local format by Rainer Gerhards · 9 years ago
  44. 7dc2080 logger: fix inconsistent format regression when logging locally by Rainer Gerhards · 9 years ago
  45. b9dedd3 lib/monotonic: fix compiler warnings by Karel Zak · 9 years ago
  46. b28842a agetty: support /usr/lib/os-release too by Karel Zak · 9 years ago
  47. ec27f47 Merge branch 'logger-fix-rfc5424-timestamp' of https://github.com/rgerhards/util-linux by Karel Zak · 9 years ago
  48. e1f7791 tailf: use size_t and fwrite() by Karel Zak · 9 years ago
  49. 46cd5b1 flock: fix timeout handler pointer usage by Karel Zak · 9 years ago
  50. bde76c0 whereis: make "-BMS <dir> -f" more obvious in usage() by Karel Zak · 9 years ago
  51. 3f51c10 logger: fix -i argument parsing regression by Sami Kerola · 9 years ago
  52. 9195eca tailf: ensure file argument really is a file by Sami Kerola · 9 years ago
  53. 16d3d9a tailf: do not allow minus signed last lines argument by Sami Kerola · 9 years ago
  54. a260b21 tailf: count last lines correctly at initial print out by Sami Kerola · 9 years ago
  55. 7e5dd0e tunelp: use parse_switch() by Sami Kerola · 9 years ago
  56. 378543e flock: improve timeout handling by Sami Kerola · 9 years ago
  57. 2f26761 logger: fix invalid timestamp in rfc5425 format by Rainer Gerhards · 9 years ago
  58. 59dc9f2 flock: add --verbose option by Sami Kerola · 9 years ago
  59. a3d29ee whereis: tell when mandatory option is missing by Sami Kerola · 9 years ago
  60. f71d110 build-sys: add --enable-usrdir-path by Karel Zak · 9 years ago
  61. b7c67e6 libfdisk: add {first,last}-lba header to sfdisk scritps by Karel Zak · 9 years ago
  62. e44a4c7 zfs: make less syscalls by Michal Humpula · 9 years ago
  63. 14160b7 docs: fstab(5) grammar / English fixes, and some other updates by Peter Cordes · 9 years ago
  64. a55f60a docs: fix some spelling errors and typos in man pages by Bill Pemberton · 9 years ago
  65. 342172b docs: update TODO by Karel Zak · 9 years ago
  66. 4310faf lib/colors: use libtinfo to check terminal capability by Karel Zak · 9 years ago
  67. f5cd0f6 Merge branch 'fixes' of https://github.com/rudimeier/util-linux by Karel Zak · 9 years ago
  68. 5dd705b blkid: make zfs detection more robust by Michal Humpula · 9 years ago
  69. 5d51dc2 colors: cleanup man pages, add hint to usage() by Karel Zak · 9 years ago
  70. da25898 sfdisk: add missing --color by Karel Zak · 9 years ago
  71. 62dc0ee lib/colors: add USAGE_COLORS_DEFAULT by Karel Zak · 9 years ago
  72. 81f55ab build-sys: add --disable-colors-default by Karel Zak · 9 years ago
  73. cd744d0 logger: link libsystemd-daemon.so by Ruediger Meier · 9 years ago
  74. 52a49e9 logger: move /dev/log to pathnames.h by Sami Kerola · 9 years ago
  75. cd2a6f1 rpmatch: use symbolic value when evaluation return codes by Sami Kerola · 9 years ago
  76. 47d2053 eject: use parse_switch() by Sami Kerola · 9 years ago
  77. 30b294c lib/strutils: extend parse_switch() to accept more options by Karel Zak · 9 years ago
  78. e5cf147 lib/strutils: move parse_switch() from setterm(1) to library by Sami Kerola · 9 years ago
  79. c45c383 tunelp: remove unnecessary preprocessor directives by Sami Kerola · 9 years ago
  80. 7e3c80a tunelp: remove get_val() in favour of strtol_or_err() by Sami Kerola · 9 years ago
  81. 288cb6f prlimit: tell in --verbose output which pid got the new limit by Sami Kerola · 9 years ago
  82. af17d34 libblkid: cleanup names, don't copy probing results by Karel Zak · 9 years ago
  83. 6c4a781 libblkid: make probing data structures more dynamic by Ondrej Oprala · 9 years ago
  84. 85589c4 docs: add terminal-colors requests to TODO by Karel Zak · 9 years ago
  85. 9465221 tools: add libfdisk docs to kernel.org release generator by Karel Zak · 9 years ago
  86. 3c0a983 build-sys: release++ (v2.26) by Karel Zak · 9 years ago v2.26
  87. 559e84b docs: update v2.26-ReleaseNotes by Karel Zak · 9 years ago
  88. 07ecd0b docs: update AUTHORS file by Karel Zak · 9 years ago
  89. 3e2ab89 po: merge changes by Karel Zak · 9 years ago
  90. 3563d16 po: update vi.po (from translationproject.org) by Trần Ngọc Quân · 9 years ago
  91. daa0498 po: update uk.po (from translationproject.org) by Yuri Chornoivan · 9 years ago
  92. 587a53b po: update pl.po (from translationproject.org) by Jakub Bogusz · 9 years ago
  93. 8f40996 po: update nl.po (from translationproject.org) by Benno Schulenberg · 9 years ago
  94. c72fdb5 po: update fr.po (from translationproject.org) by David Prévot · 9 years ago
  95. 021f47d po: update es.po (from translationproject.org) by Antonio Ceballos Roa · 9 years ago
  96. d7c1dbc po: update de.po (from translationproject.org) by Mario Blättermann · 9 years ago
  97. 171ece6 po: update da.po (from translationproject.org) by Joe Hansen · 9 years ago
  98. 8ad65cd po: update cs.po (from translationproject.org) by Petr Písař · 9 years ago
  99. 0be901e libfdisk: fix fdisk_partition_get_parent() docs by Karel Zak · 9 years ago
  100. 71b74ca tests: scsi_debug workaround by Karel Zak · 9 years ago