| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
Remove /^\.\\"\n\.\\"\s*\$FreeBSD\$$\n/
Similar commit in main:
(cherry picked from commit fa9896e082a1)
|
|
|
|
|
|
| |
PR: 261889
(cherry picked from commit d4b0fa45dc1531fafb1f3f1a1956056597a4722c)
|
|
|
|
|
|
|
|
|
|
| |
- whitespace at end of input line
- skipping paragraph macro: Pp after Sh
MFC after: 3 days
Notes:
svn path=/head/; revision=365858
|
|
|
|
|
|
|
|
|
| |
This was a tangential change submitted as part of D18930.
Submitted by: jack@gandi.net
Notes:
svn path=/head/; revision=343366
|
|
|
|
|
|
|
|
|
|
| |
The function itself was removed years ago in r272546
Submitted by: Paulm <paulm tetrardus.net>
MFC after: 2 weeks
Notes:
svn path=/head/; revision=324043
|
|
|
|
|
|
|
|
| |
PR: 191174
Submitted by: Franco Fichtner <franco at lastsummer.de>
Notes:
svn path=/head/; revision=267936
|
|
|
|
|
|
|
| |
Reminded by: julian
Notes:
svn path=/head/; revision=194507
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
years by the priv_check(9) interface and just very few places are left.
Note that compatibility stub with older FreeBSD version
(all above the 8 limit though) are left in order to reduce diffs against
old versions. It is responsibility of the maintainers for any module, if
they think it is the case, to axe out such cases.
This patch breaks KPI so __FreeBSD_version will be bumped into a later
commit.
This patch needs to be credited 50-50 with rwatson@ as he found time to
explain me how the priv_check() works in detail and to review patches.
Tested by: Giovanni Trematerra <giovanni dot trematerra at gmail dot com>
Reviewed by: rwatson
Notes:
svn path=/head/; revision=183113
|
|
|
|
|
|
|
| |
Approved by: re (hrs)
Notes:
svn path=/head/; revision=147647
|
|
|
|
| |
Notes:
svn path=/head/; revision=101821
|
|
|
|
|
|
|
|
|
|
|
|
| |
including documenting that ucreds must not be pulled out of thin air,
when to use td_cred vs. p_ucred, how to avoid race conditions in
credential updates, and why to use p_ucred when targetting a thread
or process in an access control operation involving two processes.
Reviewed by: julian, jhb (earlier revision)
Notes:
svn path=/head/; revision=100570
|
|
|
|
|
|
|
|
|
|
| |
mi_switch(9) is still wildly innacurate. I suggest that every kernel
developer takes 20 minutes a day for the next few days and updates one or
two of his favourite chapter 9 man pages as they are now WAY out of date
in general. I will add a couple of KSE related pages soon.
Notes:
svn path=/head/; revision=99576
|
|
|
|
| |
Notes:
svn path=/head/; revision=98081
|
|
|
|
| |
Notes:
svn path=/head/; revision=91577
|
|
|
|
|
|
|
|
|
| |
the current state of the system.
Approved by: alfred
Notes:
svn path=/head/; revision=88509
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Specifically, document the crshared() function and
fix the prototype and description of the crcopy()
function.
PR: docs/32275
Submitted by: Chad David <davidc@acns.ab.ca>
Reviewed by: jhb
Notes:
svn path=/head/; revision=86917
|
|
Fold major.9, minor.9, umajor.9, and uminor.9 into a single device_ids.9.
Notes:
svn path=/head/; revision=79684
|