User Details
- User Since
- Oct 8 2021, 3:31 AM (195 w, 4 d)
Yesterday
I will move everything to libc and fix issues in a separate commit.
Thu, Jul 3
For xbd is xen block device, implemented in xen(4) (sys/dev/xen/blkfront).
I could use the alias file like in the commit, or I could create a short manual page.
Maybe stub page for Xen netfront (shows up as xnN) as well?
I would like to know what to do in this situation.
Updated to address clarity and formatting.
sched_getaffinity.3: Move library section.
Makefile.sys: Add MLINKS
Wed, Jul 2
Please close PR:121440 since this change is not needed.
lib/libsys/sigaction.2: Remove list of signals and refer to siginfo(3) instead.
lib/libsys/sigaction.2: Add reference to siginfo(3) in EXAMPLES
lib/libsys/sigaction.2: Remove Tn macros for mandoc -Tlint warnings
Based on feedback from @ziaee, this revision is not needed.
Clarify the use of sched_getaffinity, sched_setaffinity,
the value of the pid parameter and how it differs
between the functions, and their return values.
Add an entry in Makefile.sys to include the manual page
in the build.
Tue, Jul 1
Looks good to me
Based on review from @ziaee, I think we should abandon this revision and close the PR.
Diff now has full context (-U 10000).
Mon, Jun 30
Sat, Jun 28
Fri, Jun 27
the summary (the log message you type after you git commit)
Thu, Jun 26
mandoc lint and style fixes.
Remove empty Em.
Remove end-of-line space.
The header lib/libsysdecode/sysdecode.h has the function declaration
const char *sysdecode_syscallname(enum sysdecode_abi _abi, unsigned int _code);
If the patch is not needed, please close the PR and I will abandon the revision.
Overtaken by events
I did not know that history when I started.
I often only have what is in the PR to work with.
I will abandon this revision.
Wed, Jun 25
What's the path forward with this? Should I submit it to upstream? Will you close the PR?
I'm not sure what you mean about a hash.
This is in response to PR171657.
I took the explanation in the BUGS section, clarified it, and moved it to a subsection.
Move printcap(5) read information from FILES to DESCRIPTION.
Tue, Jun 24
Updated copyright to remove extra characters, changed "manpage" to "manual page".
Remove EOL whitespace, break up long lines, remove brackets around author and year.
I updated the license.
After re-reading the source for callbootd, I learned I was mistaken about broadcast mode.
I updated the usage function and simplified the manpage.
Removed Permission denied sentence.
Feb 20 2025
Feb 14 2025
Updated to -current.
Feb 13 2025
I spent two hours trying to figure out how to submit a patch to upstream, and was unsuccessful.
Let this patch fall on the floor.
Feb 12 2025
Remove kern.bootfile, this needs to be documented elsewhere.
Feb 11 2025
Please review.
Updated to include recommendations. Please review.
Add SPDX header and BSD Documentation License.
Is the fix for this PR is to update the revision and remove the kern.bootfile section?
Is the fix for PR 121440 to close as not a bug?
I'm not sure what to do otherwise, based on your comment.
Feb 8 2025
- Remove shell prompts from examples in newgrp(1).
Feb 6 2025
Oct 25 2021
My overall goal is to document sysctls, and I wasn't sure where to put these.
I originally wondered if there was an i386 man page or amd64 man page, but couldn't find one.
Oct 24 2021
Oct 17 2021
After further review, the article by DES has no license.
I will create a patch to remove references to pam(8).
Remove DES from copyright, assign to Networks Associates Technology, Inc.
The underlying problem is there is no pam(8) man page (PR 630084).
Change copyright to DES.
Oct 16 2021
Removed examples.
Clarified how arswitch configures the ethernet interface.
Added cross-reference to etherswitchcfg(8) and documented which tags arswitch supports.
Move sysctl documentation to mqueuefs(5).
Qualify description for EINVAL error to note the use of O_CREAT and attr.
Oct 13 2021
Removed commented section for sysctl.
Removed BUGS section.
There is no need for this patch now that the pthread_mutexattr(3) page has been updated.