forked from pool/coreutils
c09ae1bc93
** Bug fixes cp -u no longer does unnecessary copying merely because the source has finer-grained time stamps than the destination. od now prints floating-point numbers without losing information, and it no longer omits spaces between floating-point columns in some cases. sort -u with at least two threads could attempt to read through a corrupted pointer. [bug introduced in coreutils-8.6] sort with at least two threads and with blocked output would busy-loop (spinlock) all threads, often using 100% of available CPU cycles to do no work. I.e., "sort < big-file | less" could waste a lot of power. [bug introduced in coreutils-8.6] sort with at least two threads no longer segfaults due to use of pointers into the stack of an expired thread. [bug introduced in coreutils-8.6] sort --compress no longer mishandles subprocesses' exit statuses, no longer hangs indefinitely due to a bug in waiting for subprocesses, and no longer generates many more than NMERGE subprocesses. sort -m -o f f ... f no longer dumps core when file descriptors are limited. csplit no longer corrupts heap when writing more than 999 files, nor does it leak memory for every chunk of input processed [the bugs were present in the initial implementation] tail -F once again notices changes in a currently unavailable remote directory [bug introduced in coreutils-7.5] ** Changes in behavior sort will not create more than 8 threads by default due to diminishing performance gains. Also the --parallel option is no longer restricted to the number of available processors. cp --attributes-only now completely overrides --reflink. Previously a reflink was needlessly attempted. OBS-URL: https://build.opensuse.org/package/show/Base:System/coreutils?expand=0&rev=77
123 lines
4.8 KiB
Diff
123 lines
4.8 KiB
Diff
Index: doc/coreutils.texi
|
|
===================================================================
|
|
--- doc/coreutils.texi.orig 2010-12-19 07:45:18.000000000 +0100
|
|
+++ doc/coreutils.texi 2011-01-03 13:27:22.226654328 +0100
|
|
@@ -65,8 +65,6 @@
|
|
* fold: (coreutils)fold invocation. Wrap long input lines.
|
|
* groups: (coreutils)groups invocation. Print group names a user is in.
|
|
* head: (coreutils)head invocation. Output the first part of files.
|
|
-* hostid: (coreutils)hostid invocation. Print numeric host identifier.
|
|
-* hostname: (coreutils)hostname invocation. Print or set system name.
|
|
* id: (coreutils)id invocation. Print user identity.
|
|
* install: (coreutils)install invocation. Copy and change attributes.
|
|
* join: (coreutils)join invocation. Join lines on a common field.
|
|
@@ -197,7 +195,7 @@ Free Documentation License''.
|
|
* File name manipulation:: dirname basename pathchk mktemp
|
|
* Working context:: pwd stty printenv tty
|
|
* User information:: id logname whoami groups users who
|
|
-* System context:: date arch nproc uname hostname hostid uptime
|
|
+* System context:: date arch nproc uname uptime
|
|
* SELinux context:: chcon runcon
|
|
* Modified command invocation:: chroot env nice nohup stdbuf su timeout
|
|
* Process control:: kill
|
|
@@ -413,8 +411,6 @@ System context
|
|
* date invocation:: Print or set system date and time
|
|
* nproc invocation:: Print the number of processors
|
|
* uname invocation:: Print system information
|
|
-* hostname invocation:: Print or set system name
|
|
-* hostid invocation:: Print numeric host identifier
|
|
* uptime invocation:: Print system uptime and load
|
|
|
|
@command{date}: Print or set system date and time
|
|
@@ -13662,8 +13658,6 @@ information.
|
|
* arch invocation:: Print machine hardware name.
|
|
* nproc invocation:: Print the number of processors.
|
|
* uname invocation:: Print system information.
|
|
-* hostname invocation:: Print or set system name.
|
|
-* hostid invocation:: Print numeric host identifier.
|
|
* uptime invocation:: Print system uptime and load.
|
|
@end menu
|
|
|
|
@@ -14485,55 +14479,6 @@ Print the kernel version.
|
|
|
|
@exitstatus
|
|
|
|
-
|
|
-@node hostname invocation
|
|
-@section @command{hostname}: Print or set system name
|
|
-
|
|
-@pindex hostname
|
|
-@cindex setting the hostname
|
|
-@cindex printing the hostname
|
|
-@cindex system name, printing
|
|
-@cindex appropriate privileges
|
|
-
|
|
-With no arguments, @command{hostname} prints the name of the current host
|
|
-system. With one argument, it sets the current host name to the
|
|
-specified string. You must have appropriate privileges to set the host
|
|
-name. Synopsis:
|
|
-
|
|
-@example
|
|
-hostname [@var{name}]
|
|
-@end example
|
|
-
|
|
-The only options are @option{--help} and @option{--version}. @xref{Common
|
|
-options}.
|
|
-
|
|
-@exitstatus
|
|
-
|
|
-
|
|
-@node hostid invocation
|
|
-@section @command{hostid}: Print numeric host identifier
|
|
-
|
|
-@pindex hostid
|
|
-@cindex printing the host identifier
|
|
-
|
|
-@command{hostid} prints the numeric identifier of the current host
|
|
-in hexadecimal. This command accepts no arguments.
|
|
-The only options are @option{--help} and @option{--version}.
|
|
-@xref{Common options}.
|
|
-
|
|
-For example, here's what it prints on one system I use:
|
|
-
|
|
-@example
|
|
-$ hostid
|
|
-1bac013d
|
|
-@end example
|
|
-
|
|
-On that system, the 32-bit quantity happens to be closely
|
|
-related to the system's Internet address, but that isn't always
|
|
-the case.
|
|
-
|
|
-@exitstatus
|
|
-
|
|
@node uptime invocation
|
|
@section @command{uptime}: Print system uptime and load
|
|
|
|
Index: man/Makefile.am
|
|
===================================================================
|
|
--- man/Makefile.am.orig 2010-03-13 16:14:09.000000000 +0100
|
|
+++ man/Makefile.am 2011-01-03 13:26:32.151210256 +0100
|
|
@@ -197,7 +197,7 @@ check-x-vs-1:
|
|
@PATH=../src$(PATH_SEPARATOR)$$PATH; export PATH; \
|
|
t=$@-t; \
|
|
(cd $(srcdir) && ls -1 *.x) | sed 's/\.x$$//' | $(ASSORT) > $$t;\
|
|
- (echo $(dist_man1_MANS) $(NO_INSTALL_PROGS_DEFAULT) \
|
|
+ (echo $(dist_man1_MANS) $(NO_INSTALL_PROGS_DEFAULT) hostid \
|
|
| tr -s ' ' '\n' | sed 's/\.1$$//') \
|
|
| $(ASSORT) -u | diff - $$t || { rm $$t; exit 1; }; \
|
|
rm $$t
|
|
Index: man/Makefile.in
|
|
===================================================================
|
|
--- man/Makefile.in.orig 2010-12-22 17:06:32.000000000 +0100
|
|
+++ man/Makefile.in 2011-01-03 13:26:32.185211238 +0100
|
|
@@ -1634,7 +1634,7 @@ check-x-vs-1:
|
|
@PATH=../src$(PATH_SEPARATOR)$$PATH; export PATH; \
|
|
t=$@-t; \
|
|
(cd $(srcdir) && ls -1 *.x) | sed 's/\.x$$//' | $(ASSORT) > $$t;\
|
|
- (echo $(dist_man1_MANS) $(NO_INSTALL_PROGS_DEFAULT) \
|
|
+ (echo $(dist_man1_MANS) $(NO_INSTALL_PROGS_DEFAULT) hostid \
|
|
| tr -s ' ' '\n' | sed 's/\.1$$//') \
|
|
| $(ASSORT) -u | diff - $$t || { rm $$t; exit 1; }; \
|
|
rm $$t
|