History log of /freebsd-11.0-release/lib/libc/sys/kse.2
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 303975 11-Aug-2016 gjb

Copy stable/11@r303970 to releng/11.0 as part of the 11.0-RELEASE
cycle.

Prune svn:mergeinfo from the new branch, and rename it to RC1.

Update __FreeBSD_version.

Use the quarterly branch for the default FreeBSD.conf pkg(8) repo and
the dvd1.iso packages population.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 302408 08-Jul-2016 gjb

Copy head@r302406 to stable/11 as part of the 11.0-RELEASE cycle.
Prune svn:mergeinfo from the new branch, as nothing has been merged
here.

Additional commits post-branch will follow.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


# 267774 23-Jun-2014 bapt

use .Mt to mark up email addresses consistently (part4)

PR: 191174
Submitted by: Franco Fichtner <franco at lastsummer.de>


# 233669 29-Mar-2012 joel

mdoc: Ud takes no argument.


# 166700 14-Feb-2007 brueffer

New sentence -> new line. While here, fix apostrophe abuse.


# 166693 13-Feb-2007 julian

Change the date.


# 166692 13-Feb-2007 julian

Make the kse man page reflect the removal of the KSEGRP kernel abstraction.


# 165117 12-Dec-2006 julian

Remove reference to confusing behaviour just removed from
the kse_exit() syscall. Describe the correct behaviour.


# 160964 04-Aug-2006 yar

Commit the results of the typo hunt by Darren Pilgrim.
This change affects documentation and comments only,
no real code involved.

PR: misc/101245
Submitted by: Darren Pilgrim <darren pilgrim bitfreak org>
Tested by: md5(1)
MFC after: 1 week


# 152751 24-Nov-2005 ru

Fix prototypes.

Attn davidxu@: most likely, the description should also be tweaked
after your undocumented changes that changed these prototypes.


# 148580 31-Jul-2005 keramida

Fix all the spelling mistakes I could find in the man pages for words
that have at least 3 characters.

MFC after: 1 week
Thanks to: Music band ``Chingon''
for keeping me company while searching for these.


# 140081 11-Jan-2005 ru

Scheduled mdoc(7) sweep.


# 136280 08-Oct-2004 julian

Make less wrong for desciptions of signal handling

MFC in: 1 week


# 123367 10-Dec-2003 marcel

Add a short description of the kse_switchin(2) syscall to the kse
manpage and add a kse_switchin link. While here, list kse_thr_interrupt
before kse_wakeup in the MLINKS variable and the synopsis.


# 116476 17-Jun-2003 sobomax

Xref policy: exit(2) -> _exit(2).


# 111476 25-Feb-2003 julian

Catch up with change to kse_release syscall.
The background info in this man page needs rewriting
in some parts since the last major changes
to the code, however it still accuratly reflects how to use the
API.


# 111447 24-Feb-2003 ru

mdoc(7) police: Scheduled sweep.


# 109564 20-Jan-2003 maxim

Remove EOL whitespaces.


# 109562 20-Jan-2003 maxim

o Fix a typo.
o Prepend a function name by .Fn macro.

Reviewed by: archie


# 108309 27-Dec-2002 julian

Slight tuning if teh KSE man page to indicate some functionality is
not yet inplemented and to clear up some wording.


# 108087 19-Dec-2002 ru

mdoc(7) police: "The .Fa argument.".


# 108028 18-Dec-2002 ru

mdoc(7) police: Tidy up the syscall language.

Stop calling system calls "function calls".

Use "The .Fn system call" a-la "The .Nm utility".

When referring to a non-BSD implementation in
the HISTORY section, call syscall a function,
to be safe.


# 107387 29-Nov-2002 ru

mdoc(7) police: formatting nits.

Approved by: re


# 107179 22-Nov-2002 archie

Describe newly added fields in the KSE and thread mailboxes.

Approved by: re


# 104690 08-Oct-2002 archie

Add note that there is a kernel-imposed limit on the number of threads
in a KSE group that may be simultaneously blocked in the kernel.


# 104382 02-Oct-2002 archie

Add a man page for the KSE system calls.

Reviewed by: julian, ru