man-pages/Changes

111 lines
2.8 KiB
Plaintext
Raw Normal View History

2008-08-12 14:39:04 +00:00
==================== Changes in man-pages-3.08 ====================
2007-09-19 21:40:03 +00:00
2008-08-12 14:39:04 +00:00
Released: 2008-??-??, ???????????
2007-09-19 21:40:03 +00:00
2007-11-24 13:50:54 +00:00
Contributors
------------
2007-10-23 11:33:49 +00:00
2007-11-24 13:50:54 +00:00
The following people contributed notes, ideas, or patches that have
been incorporated in changes in this release:
2007-09-20 18:15:23 +00:00
2007-11-24 10:49:28 +00:00
2007-11-24 13:50:54 +00:00
Apologies if I missed anyone!
2007-11-24 10:49:28 +00:00
2008-06-11 22:42:54 +00:00
New and rewritten pages
-----------------------
2008-08-13 08:24:16 +00:00
numa.7
mtk
A new page giving overview details for the Linux NUMA interfaces.
Incorporates some material from mbind.2, and the description
of /proc/PID/numa_maps from proc.5.
2008-08-01 04:53:37 +00:00
2008-08-12 10:21:03 +00:00
Newly documented interfaces in existing pages
---------------------------------------------
2008-08-01 04:53:37 +00:00
2008-08-13 08:24:16 +00:00
New and changed links
---------------------
numa_maps.5
mtk
Link to new numa(7) page, which incorporates the
/proc/PID/numa_maps description.
As part of the numactl() package, the /proc/PID/numa_maps
documentation was in a numa_maps.5 page; this link
ensures that "man 5 numa_maps" still works.
(Eventually, we may want to remove this link.)
2008-07-08 12:34:47 +00:00
2007-11-24 13:50:54 +00:00
Global changes
--------------
2007-11-24 10:49:28 +00:00
2008-08-13 08:24:16 +00:00
get_mempolicy.2
mbind.2
move_pages.2
set_mempolicy.2
mtk
Add reference to numa(7) for information on library support.
Added a VERSIONS section.
SEE ALSO: Add numa(7).
2008-07-16 14:01:10 +00:00
2008-07-02 13:34:07 +00:00
2007-11-24 13:50:54 +00:00
Changes to individual pages
---------------------------
2008-08-13 08:24:16 +00:00
mbind.2
mtk
Remove material on library support and numactl; that material
is now in numactl.7.
move_pages.2
mtk
Added VERSIONS (from kernel 2.6.18) and CONFORMING TO sections.
getnetent.3
mtk
Rephrase description in terms of a database, rather than a file.
Note that each of the get*() functions opens a connection to
the database if necessary.
The database connection is held opend between get*() calls if
'stayopen' is non-zero (not necessarily 1).
s/zero terminated list/NULL-terminated list/
getprotoent.3
mtk
Rephrase description in terms of a database, rather than a file.
Note that each of the get*() functions opens a connection to
the database if necessary.
The database connection is held opend between get*() calls if
'stayopen' is non-zero (not necessarily 1).
s/zero terminated list/NULL-terminated list/
getservent.3
mtk
Rephrase description in terms of a database, rather than a file.
Note that each of the get*() functions opens a connection to
the database if necessary.
The database connection is held opend between get*() calls if
'stayopen' is non-zero (not necessarily 1).
s/zero terminated list/NULL-terminated list/
getrpcent.3
mtk
s/rpc/RPC/.
Rephrase description in terms of a database, rather than a file.
Note that each of the get*() functions opens a connection to
the database if necessary.
s/zero terminated list/NULL-terminated list/
proc.5
mtk
Remove /proc/PID/numa_maps material (it is now in numa(7)).
cpuset.7
mtk
SEE ALSO: Add numa(7).