登录
注册
开源
企业版
高校版
搜索
帮助中心
使用条款
关于我们
开源
企业版
高校版
私有云
Gitee AI
NEW
我知道了
查看详情
登录
注册
代码拉取完成,页面将自动刷新
捐赠
捐赠前请先登录
取消
前往登录
扫描微信二维码支付
取消
支付完成
支付提示
将跳转至支付宝完成支付
确定
取消
Watch
不关注
关注所有动态
仅关注版本发行动态
关注但不提醒动态
1
Star
0
Fork
0
renhongxun
/
man-pages_upstream
代码
Issues
0
Pull Requests
0
Wiki
统计
流水线
服务
Gitee Pages
JavaDoc
PHPDoc
质量分析
Jenkins for Gitee
腾讯云托管
腾讯云 Serverless
悬镜安全
阿里云 SAE
Codeblitz
我知道了,不再自动展开
标签
标签名
描述
提交信息
操作
man-pages-6.05.01
man-pages-6.05.01 - manual pages for GNU/Linux Bugfix release. Changes since man-pages-6.05: man-pages-6.05.01: - Build system: - Ignore dot-dirs within $MANDIR
cd09c7a
2023-08-03 06:15
下载
man-pages-6.05
man-pages-6.05 - manual pages for GNU/Linux This is the release of man-pages-6.05. The release tarball will soon be avaliable at <kernel.org>. A PDF version of the pages will also be uploaded in the same page. A change from man-pages-6.04 merits a mention in this release, as it wasn't properly documented in the previous release notes: - Add make(1) 'check' target. This has been split from 'lint'. 'lint' will check the source code, and 'check' will check the rendered pages (as a user will read them). There are currently several pages that fail this `make check`, and distributors that depend on this can workaround it by touching a few files: $ make check -k -j >/dev/null 2>/dev/null; $ make check -k 2>/dev/null; GREP .tmp/man/man1/memusage.1.check-catman.touch TROFF .tmp/man/man2/fanotify_init.2.cat.set TROFF .tmp/man/man2/gettimeofday.2.cat.set TROFF .tmp/man/man2/s390_sthyi.2.cat.set GREP .tmp/man/man3/mallopt.3.check-catman.touch TROFF .tmp/man/man3/unlocked_stdio.3.cat.set TROFF .tmp/man/man4/console_codes.4.cat.set TROFF .tmp/man/man4/lirc.4.cat.set GREP .tmp/man/man4/smartpqi.4.check-catman.touch GREP .tmp/man/man4/veth.4.check-catman.touch TROFF .tmp/man/man5/proc.5.cat.set GREP .tmp/man/man5/slabinfo.5.check-catman.touch TROFF .tmp/man/man5/tzfile.5.cat.set TROFF .tmp/man/man7/address_families.7.cat.set TROFF .tmp/man/man7/ascii.7.cat.set TROFF .tmp/man/man7/bpf-helpers.7.cat.set GREP .tmp/man/man7/keyrings.7.check-catman.touch GREP .tmp/man/man7/uri.7.check-catman.touch TROFF .tmp/man/man8/tzselect.8.cat.set TROFF .tmp/man/man8/zdump.8.cat.set TROFF .tmp/man/man8/zic.8.cat.set After touching the previous files, `make check` will succeed: $ make check -k 2>/dev/null | awk '{print $2}' | xargs touch; $ make check -j >/dev/null; $ echo $? 0 The most notable changes in this release (man-pages-6.05) are: New and rewritten pages ----------------------- man2/ ioctl_pipe.2 man3/ regex.3 man5/ erofs.5 Newly documented interfaces in existing pages --------------------------------------------- bpf.2 EAGAIN ioctl_userfaultfd.2 UFFD_FEATURE_EXACT_ADDRESS prctl.2 PR_GET_AUXV recv.2 MSG_CMSG_CLOEXEC statx.2 STAT_ATTR_MOUNT_ROOT syscall.2 ENOSYS resolv.conf.5 no-aaaa RES_NOAAAA tmpfs.5 CONFIG_TRANSPARENT_HUGEPAGE ip.7 IP_LOCAL_PORT_RANGE rtnetlink.7 IFLA_PERM_ADDRESS New and changed links --------------------- man3type/ regex_t.3type (regex(3)) regmatch_t.3type (regex(3)) regoff_t.3type (regex(3)) Global changes -------------- - Types: - Document functions using off64_t as if they used off_t (except for lseek64()). - Build system: - Keep file modes in the release tarball. - Fix symlink installation (`make install LINK_PAGES=symlink`). - Add support for using bzip2(1), lzip(1), and xz(1) when installing pages and creating release tarballs. - Create reproducible release tarballs. - Move makefiles from lib/ to share/mk/. - Support mdoc(7) pages. - Relicense Makefiles as GPL-3.0-or-later. - Build PostScript and PDF manual pages. - Add support for running our build system on arbitrary source trees; this makes it possible to easily run our linters on another project's manual pages as easily as `make lint MANDIR=~/src/groff` - Licenses: - Relicense ddp.7 from VERBATIM_ONE_PARA to Linux-man-pages-copyleft. - Relicense dir_colors.5 from LDPv1 to GPL-2.0-or-later. - Use new SPDX license identifiers: - Linux-man-pages-1-para (was VERBATIM_ONE_PARA) - Linux-man-pages-copyleft-2-para (was VERBATIM_TWO_PARA) - Linux-man-pages-copyleft-var (was VERBATIM_PROF) - ffix: - use `\%` - un-bracket tbl(1) tables
475a8e8
2023-08-01 20:35
下载
man-pages-6.05-a1
man-pages-6.05-a1 - manual pages for GNU/Linux This is an alpha release, which I only released for testing some changes that affect packaging. For distributors, you can ignore this tag, except that it may be useful to test a few things: - Support for installing pages compressed with bzip2. This was only for testing, and the results of the tests were quite interesting: man-db's man(1) is 20x slower for .bz2 pages than for .gz ones. So, please do yourself a favor and don't use this compression for man pages. - Provide .tar.bz2 tarballs. Funnily enough, I'm not going to provide release tarballs this time, because that's one of the things I'm testing. - Reproducible tarballs. By running `make dist -B` from a release tag, you should be able to produce a tag as good as the one I'll sign in my computer. I'll send the signature via email, so if you want to test this, please ask me to send you the signature, and then you can verify the tarball you produced against it. In my local tests it worked; let's see if that holds. - Symlink link pages. They were already supported, but there was a bug and some link pages were broken. It should be fixed now.
254fe38
2023-04-12 04:33
下载
man-pages-6.04.01
man-pages-6.04.01 - manual pages for GNU/Linux Bugfix release. Changes since man-pages-6.04: man-pages-6.04.01: - Add LANDLOCK_ACCESS_FS_TRUNCATE to the Changes file. - Keep file modes in the release tarball.
db38ce1
2023-04-03 09:19
下载
man-pages-6.04
man-pages-6.04 - manual pages for GNU/Linux This is the release of man-pages-6.04. The release tarball will soon be available as <kernel.org>. A PDF version of the pages will also be uploaded in the same page. The most notable changes in the release are: - New APIs have been documented in proc(5) (KPF_PGTABLE), landlock(7) (LANDLOCK_ACCESS_FS_REFER), and udp(7) (UDP_GRO, UDP_SEGMENT). - C89 information has been restored. Information about old standards and systems has been moved to a new HISTORY section. VERSIONS has been repurposed, and STANDARDS has been simplified. Some functions have been marked as deprecated, according to their standards. - The build system has been improved to allow several operations that distributions usually perform, such as installing compressed pages, installing link pages as symlinks, or moving mandirs.
22c817c
2023-04-03 08:20
下载
man-pages-6.03
man-pages-6.03 - manual pages for GNU/Linux This is the release of man-pages-6.03. The release tarball will soon be available at <kernel.org>. A PDF version of the pages will also be uploaded in the same page. The most notable changes in this release are: - We now have a hyperlinked PDF book of the Linux man-pages. - C89 is now considered obsolescent by the man-pages, which means that the STANDARDS section will only document C99 and later for ISO C versions, with a few exceptions where relevant. - Document glibc's <printf.h> in printf.h(3head). - Document arc4random(3) - New APIs have been added todocumented in perf_event_open(2) and prctl(2).
ba82819
2023-02-13 04:32
下载
man-pages-6.02
man-pages-6.02 - manual pages for GNU/Linux I've released man-pages-6.02. The release tarball will soon be available on <kernel.org>. The most notable changes in this release are the following: - Rewritten pages for string copying functions. These now use consistent language. Also added a new string_copying(7) page that serves as an overview of all such functions, and details which is appropriate for which uses. - Use _Nullable for documenting which functions accept NULL as a meaningful value in the function prototypes in the SYNOPSIS. - Use VLA syntax for documenting function parameters that are treated as arrays. This uses syntax not accepted by compilers. - Rewritten repository documentation (README, CONTRIBUTING, INSTALL, ...). - Documentation for new APIs, such as MADV_COLLAPSE in madvise(2). Thank you all for contributing.
99f8a08
2022-12-23 02:58
下载
man-pages-6.01
man-pages-6.01 - manual pages for GNU/Linux This is man-pages-6.01. The release tarball will soon be available on <kernel.org>. This release results from patches, bug reports, reviews, and comments from around 16 contributors. The release includes around 14 commits, and changed all of the pages. The most notable changes in man-pages-6.01 are the following: - Build system fixes. These were quite bad for distributors, which is the reason we released 6.01 so soon after 6.00. - Document EOF, FAN_MARK_IGNORE, STATX_DIOALIGN, and a few feature test macros. Thank you all for contributing.
c11cb1c
2022-10-19 02:20
下载
man-pages-6.00
man-pages-6.00 - manual pages for GNU/Linux I've released man-pages-6.00. The release tarball will soon be available on <kernel.org>. This release resulted from patches, bug reports, reviews, and comments from around 145 contributors. The release includes around 1245 commits, and changed all of the pages. The most notable of the changes in man-pages-6.00 are the following: - A new set of man dirs: man2type/, man3const/, man3head/, and man3type. These hold new pages and pages splitted from system_data_types(7), which had become too big in the recent releases. - An improved build system, which allows running linter programs that check the correctness of both the man(7) source and the C programs in EXAMPLES. - A new LIBRARY section (mostly in sections 2 and 3). There have also been other important changes to the title and other sections, such as the removal of the COLOPHON. - We have added several new pages documenting new kernel features, such as landlock(7) and memfd_secret(2). Especial mention to наб, with 58 commits to this release. Thank you all for contributing. Especially to those in the groff@ mailing list who helped me a lot in this release, and to Michael (mtk).
324e1d8
2022-10-10 00:02
下载
man-pages-6.0-rc1
Pre-release 6.0-rc1 I can't yet make an official release because I need to make sure I have a clear and complete list of steps to release, and I need to write a few more scripts for that to work. I also don't expect releasing before groff-1.23.0 is released, since the current makefile makes use of a few features that will be released with that version of groff. They're not fundamental, but it will be better if all of the features of the Makefile are usable. I'm going to uncouple the version numbers of this project from the Linux kernel versions, since this project documents much more than just the kernel. Especially, libc (GNU libc) documentation is as important as the kernel one for this project. Since next release will be the biggest release in the Linux man-pages project so far, due to not having released in a very long time, and also since it's the first release that I'll do as the main maintainer, it makes sense to start the 6 release series. Next official release will be "man-pages-6.0". Some work has improved on the Makefile for releasing, so I expect that to be closer now.
2294974
2022-08-22 06:49
下载
man-pages-5.19-rc1
Pre-release 5.19-rc1 Since the <kernel.org> site is currently unmaintained, and my own <http://www.alejandro-colomar.es/> server is insecure, people can't possibly get trusted and up-to-date manual pages. Let's release a signed tag, so that people can make sure that my repo is really owned by me, at least up to the tag. I'm not releasing a tarball, nor a changelog. Just a git tag. But it should be trivial to produce a tarball using the Makefile. I need to learn how to produce a changelog, before doing an actual release.
8a7c2ab
2022-06-03 22:45
下载
man-pages-5.13
This is man-pages-5.13
091fbf1
2021-08-27 08:50
下载
man-pages-5.12
This is man-pages-5.12
6ef1e4e
2021-06-20 12:56
下载
man-pages-5.11
This is man-pages-5.11
a291472
2021-03-22 14:38
下载
man-pages-5.10
This is man-pages-5.10
79cd79b
2020-12-21 23:20
下载
man-pages-5.09
This is man-pages-5.09
5582acd
2020-11-02 04:08
下载
man-pages-5.08
This is man-pages-5.08
6762f6f
2020-08-13 16:03
下载
man-pages-5.07
This is man-pages-5.07
ec4acd9
2020-06-09 20:45
下载
man-pages-5.06
This is man-pages-5.06
47bffa1
2020-04-12 04:08
下载
man-pages-5.05
This is man-pages-5.05
512669d
2020-02-09 19:24
下载
下载
请输入验证码,防止盗链导致资源被占用
取消
下载
1
https://gitee.com/renxichen/man-pages_upstream.git
git@gitee.com:renxichen/man-pages_upstream.git
renxichen
man-pages_upstream
man-pages_upstream
点此查找更多帮助
搜索帮助
Git 命令在线学习
如何在 Gitee 导入 GitHub 仓库
Git 仓库基础操作
企业版和社区版功能对比
SSH 公钥设置
如何处理代码冲突
仓库体积过大,如何减小?
如何找回被删除的仓库数据
Gitee 产品配额说明
GitHub仓库快速导入Gitee及同步更新
什么是 Release(发行版)
将 PHP 项目自动发布到 packagist.org
评论
仓库举报
回到顶部
登录提示
该操作需登录 Gitee 帐号,请先登录后再操作。
立即登录
没有帐号,去注册