• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

Documentation/H03-May-2022-11,36610,751

bash-completion/H24-Oct-2014-3,9273,821

config/H24-Oct-2014-16,10412,537

disk-utils/H24-Oct-2014-20,03316,122

include/H24-Oct-2014-4,2302,913

lib/H24-Oct-2014-9,1276,423

libblkid/H24-Oct-2014-22,13715,039

libfdisk/H24-Oct-2014-12,5689,077

libmount/H24-Oct-2014-23,25715,350

libsmartcols/H24-Oct-2014-5,3613,265

libuuid/H24-Oct-2014-2,4621,421

login-utils/H24-Oct-2014-12,0919,063

m4/H24-Oct-2014-11,61810,591

misc-utils/H03-May-2022-13,83211,031

po/H03-May-2022-543,635432,458

schedutils/H24-Oct-2014-1,3031,046

sys-utils/H24-Oct-2014-30,60524,303

term-utils/H24-Oct-2014-6,9515,339

tests/H24-Oct-2014-27,84121,807

text-utils/H24-Oct-2014-9,8657,949

tools/H24-Oct-2014-18276

.tarball-versionH A D24-Oct-20147 21

.versionH A D24-Oct-20147 21

ABOUT-NLSH A D24-Oct-201491.6 KiB1,2831,244

AUTHORSH A D24-Oct-201420.6 KiB493480

COPYINGH A D27-Feb-201317.7 KiB340281

ChangeLogH A D24-Oct-2014102 42

Makefile.amH A D24-Oct-20145.6 KiB211145

Makefile.inH A D24-Oct-2014850.8 KiB10,90510,005

NEWSH A D24-Oct-201468.1 KiB1,7401,438

READMEH A D24-Apr-20141.1 KiB4826

README.licensingH A D24-Apr-2014555 2111

aclocal.m4H A D24-Oct-201455.5 KiB1,5571,409

autogen.shH A D24-Oct-20142.9 KiB12695

config.h.inH A D24-Oct-201417.2 KiB663454

configureH A D24-Oct-2014796.6 KiB29,75224,429

configure.acH A D24-Oct-201452.6 KiB1,8511,515

README

1
2                                  util-linux
3
4              util-linux is a random collection of Linux utilities
5
6     Note that in years 2006-2010 this project used the name "util-linux-ng".
7
8MAILING LIST:
9
10      E-MAIL: util-linux@vger.kernel.org
11      URL:    http://vger.kernel.org/vger-lists.html#util-linux
12
13
14DOWNLOAD:
15
16      ftp://ftp.kernel.org/pub/linux/utils/util-linux/
17
18
19SOURCE CODE:
20
21      Web interface:
22          http://git.kernel.org/cgit/utils/util-linux/util-linux.git
23          https://github.com/karelzak/util-linux
24      Checkout:
25          git clone git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git util-linux
26
27
28NLS (PO TRANSLATIONS):
29
30      PO files are maintained by:
31          http://translationproject.org/domain/util-linux.html
32
33
34VERSION SCHEMA:
35
36      Standard releases:
37
38          <major>.<minor>[.<maint>[.<bugfix>]]
39
40             major = fatal and deep changes
41             minor = typical release with new features
42             maint = maintenance releases; bug fixes only
43             bugfix = unplanned releases for critical/security bugs
44
45      Development releases:
46
47         <major>.<minor>-rc<N>
48

README.licensing

1
2The project util-linux doesn't use the same license for all of the code.
3There is code under:
4
5   * GPLv2+ (GNU General Public License version 2, or any later version)
6
7   * GPLv2 (GNU General Public License version 2)
8
9   * LGPLv2+ (GNU Lesser General Public License v2 (or 2.1) or any later version)
10
11   * BSD with advertising
12
13   * Public Domain
14
15Please, check the source code for more details. A license is usually at the start
16of each source file.
17
18The ./COPYING file (GPLv2+) is the default license for code without an explicitly
19defined license.
20
21