History log of /dragonfly/sys/sys/lwp.h (Results 1 – 5 of 5)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: v6.2.1, v6.2.0, v6.3.0, v6.0.1, v6.0.0, v6.0.0rc1, v6.1.0, v5.8.3, v5.8.2, v5.8.1, v5.8.0, v5.9.0, v5.8.0rc1, v5.6.3
# da82a65a 11-Nov-2019 zrj <rimvydas.jasinskas@gmail.com>

Add <sys/cpumask.h>.

Collect and gather all scatter cpumask bits to correct headers. This
cleans up the namespace and simplifies platform handling in asm macros.
The cpumask_t together with its m

Add <sys/cpumask.h>.

Collect and gather all scatter cpumask bits to correct headers. This
cleans up the namespace and simplifies platform handling in asm macros.
The cpumask_t together with its macros is already non MI feature that is
used in userland utilities, libraries, kernel scheduler and syscalls.
It deserves sys/ header. Adjust syscalls.master and rerun sysent.

While there, fix an issue in ports that set POSIX env, but has
implementation of setting thread names through pthread_set_name_np().

show more ...


# 2bebe3e9 14-Nov-2019 Matthew Dillon <dillon@apollo.backplane.com>

kernel - Add lwp_getname() system call

* Add a new system call to support pthread_get_name_np().


Revision tags: v5.6.2, v5.6.1, v5.6.0, v5.6.0rc1, v5.7.0, v5.4.3, v5.4.2, v5.4.1, v5.4.0, v5.5.0, v5.4.0rc1, v5.2.2, v5.2.1, v5.2.0, v5.3.0, v5.2.0rc, v5.0.2, v5.0.1, v5.0.0, v5.0.0rc2, v5.1.0, v5.0.0rc1, v4.8.1, v4.8.0, v4.6.2, v4.9.0, v4.8.0rc
# f8e25fa7 25-Jan-2017 Sepherosa Ziehau <sephe@dragonflybsd.org>

lwp: Restore lwp syscalls (except lwp_create*) declaration.


# ebf31163 18-Jan-2017 Antonio Huete Jimenez <tuxillo@quantumachine.net>

lwp: vkernel actually uses some lwp_* functions


# 0d9899e7 16-Jan-2017 Sepherosa Ziehau <sephe@dragonflybsd.org>

lwp: Move all lwp syscalls to sys/lwp.h

Discussed-with: swildner, zrj