| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
| |
Remove core system call implementations and documentation to lib/libsys
and lib/libsys/<arch> from lib/libc/sys and lib/libc/<arch>/<sys>.
Update paths to allow libc to find them in their new home.
Reviewed by: kib, emaste, imp
Pull Request: https://github.com/freebsd/freebsd-src/pull/908
|
| |
|
|
| |
Remove /^\.\\"\n\.\\"\s*\$FreeBSD\$$\n/
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Under Linux to sched_[g|s]etaffinity() functions the value returned from a call
to gettid(2) (thread id) can be passed in the argument pid. Specifying pid as 0
will set the attribute for the calling thread, and passing the value returned
from a call to getpid(2) (process id) will set the attribute for the main thread
of the thread group.
Native cpuset(2) family of system calls has "which" argument to determine how
the value of id argument is interpreted, i.e., CPU_WHICH_TID is used to pass
a thread id and CPU_WHICH_PID - to pass a process id.
For now native sched_[g|s]etaffinity() implementation is wrong as uses "which"
CPU_WHICH_PID to pass both (process and thread id) to the kernel. To fix this
adding a new "which" CPU_WHICH_TIDPID intended to handle both id's.
Reviewed by: kib
Differential Revision: https://reviews.freebsd.org/D38209
MFC after: 1 week
|
| |
|
|
|
|
| |
MFC after: 1 week
Reviewed by: jeff, jrtc27, kevans, bcr (manpages)
Differential revision: https://reviews.freebsd.org/D27803
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Sort by manpage section, then sort entries alphabetically.
This makes the manpages `make manlint` clean.
MFC after: 1 week
Sponsored by: DellEMC Isilon
Notes:
svn path=/head/; revision=368546
|
| |
|
|
|
|
|
|
|
| |
Not bumping .Dd since this is purely a format change.
Approved by: markj (mentor)
Notes:
svn path=/head/; revision=352048
|
| |
|
|
|
|
|
| |
Sponsored by: Netflix, Dell/EMC Isilon
Notes:
svn path=/head/; revision=331508
|
| |
|
|
|
|
|
|
|
|
|
| |
A follow-up to r317756. Adrian will chase up the userspace cpuset(1)
additions.
Reported by: kib@
Sponsored by: Dell EMC Isilon
Notes:
svn path=/head/; revision=317757
|
| |
|
|
|
|
|
|
|
| |
A follow-up to r289667.
Sponsored by: EMC / Isilon Storage Division
Notes:
svn path=/head/; revision=289668
|
| |
|
|
|
|
|
| |
Missed in: r276829
Notes:
svn path=/head/; revision=276849
|
| |
|
|
|
|
|
|
| |
PR: 191174
Submitted by: Franco Fichtner <franco at lastsummer.de>
Notes:
svn path=/head/; revision=267774
|
| |
|
|
|
|
|
| |
MFC after: 3 days
Notes:
svn path=/head/; revision=261910
|
| |
|
|
|
|
|
|
|
|
| |
Also fix cpu_getaffinity(2) document title.
PR: 176317
Submitted by: brucec
Notes:
svn path=/head/; revision=249716
|
| |
|
|
|
|
|
|
|
|
| |
Disussed with: gavin
No objection from: doc
Approved by: joel
MFC after: 3 days
Notes:
svn path=/head/; revision=233648
|
| |
|
|
|
|
|
|
| |
Reviewed by: davidxu
MFC after: 2 weeks
Notes:
svn path=/head/; revision=201892
|
| |
|
|
|
|
|
| |
MFC after: 1 week
Notes:
svn path=/head/; revision=200589
|
| |
|
|
|
|
|
| |
MFC after: 3 days
Notes:
svn path=/head/; revision=183464
|
| |
|
|
|
|
|
| |
Approved by: rwatson (mentor)
Notes:
svn path=/head/; revision=178329
|
|
|
it up to the build.
Reviewed by: brueffer (skeleton and formatting assistance)
Notes:
svn path=/head/; revision=177705
|