Home | History | Annotate | Download | only in common
History log of /src/sys/compat/common/kern_time_60.c
RevisionDateAuthorComments
 1.3  29-Jan-2020  ad - Track LWPs in a per-process radixtree. It uses no extra memory in the
single threaded case. Replace scans of p->p_lwps with lookups in the
tree. Find free LIDs for new LWPs in the tree. Replace the hashed sleep
queues for park/unpark with lookups in the tree under cover of a RW lock.

- lwp_wait(): if waiting on a specific LWP, find the LWP via tree lookup and
return EINVAL if it's detached, not ESRCH.

- Group the locks in struct proc at the end of the struct in their own cache
line.

- Add some comments.
 1.2  27-Jan-2019  pgoyette branches: 1.2.6;
Merge the [pgoyette-compat] branch
 1.1  29-Mar-2013  christos branches: 1.1.4; 1.1.12; 1.1.38; 1.1.40;
compat glue for new lwp_park()
 1.1.40.2  08-Apr-2020  martin Merge changes from current as of 20200406
 1.1.40.1  10-Jun-2019  christos Sync with HEAD
 1.1.38.2  22-Sep-2018  pgoyette #include "opt_compat_netbsd.h" for all sources that provide compat code.
 1.1.38.1  18-Mar-2018  pgoyette Move closer to a complete compat_60 module. All that remains is some
tty stuff and some ccd ioctl()s.
 1.1.12.2  22-May-2014  yamt sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")
 1.1.12.1  29-Mar-2013  yamt file kern_time_60.c was added on branch yamt-pagecache on 2014-05-22 11:40:15 +0000
 1.1.4.2  23-Jun-2013  tls resync from head
 1.1.4.1  29-Mar-2013  tls file kern_time_60.c was added on branch tls-maxphys on 2013-06-23 06:20:15 +0000
 1.2.6.1  29-Feb-2020  ad Sync with head.

RSS XML Feed