plan9fox/sys/src
cinap_lenrek e4ce6aadac kernel: handle tos and per process pcycle counters in port/
we might as well handle the per process cycle
counter in the portable part instead of duplicating the code
in every arch and have inconsistent implementations.

we now have a portable kenter() and kexit() function,
that is ment to be used in trap/syscall from user,
which updates the counters.

some kernels missed initializing Mach.cyclefreq.
2020-12-20 22:34:41 +01:00
..
9 kernel: handle tos and per process pcycle counters in port/ 2020-12-20 22:34:41 +01:00
ape libauth: add procsetuser() function to change user id of the calling process 2020-12-19 17:46:55 +01:00
boot efi: prefer plan9.ini from ESP we loaded from 2020-11-21 14:18:52 -08:00
cmd [12kq]l: remove unix compat code for cputime() 2020-12-19 19:15:02 +01:00
games games/mix: fix decoding of shift instructions 2020-11-28 23:03:44 +10:30
lib9p lib9p: open internal file-descriptor with OCEXEC flag in getremotesys() 2020-12-07 14:54:27 +01:00
libaml libaml: add (nop) "signal" op 2020-10-21 12:06:25 +02:00
libauth libauth: add procsetuser() function to change user id of the calling process 2020-12-19 17:46:55 +01:00
libauthsrv libauthsrv: open internal file-descriptors with OCEXEC flag 2020-12-07 16:47:06 +01:00
libavl
libbin
libbio
libc libc: implement getppid() reading /proc/$pid/ppid instead of /dev/ppid 2020-12-19 15:15:38 +01:00
libcomplete libcomplete: open internal file-descriptor with OCEXEC flag 2020-12-07 17:18:33 +01:00
libcontrol
libdisk
libdraw backout OCEXEC changes when potentially opening /srv files 2020-12-09 01:04:03 +01:00
libdtracy
libfis
libflate
libframe
libgeometry qball: remove unused #include <stdio.h> 2020-08-04 16:27:27 +02:00
libhtml
libhttpd
libip
libjson
liblex
libmach
libmemdraw
libmemlayer
libmp
libndb libndb: open internal file-descriptors with OCEXEC flag 2020-12-07 15:15:02 +01:00
libplumb
libregexp
libsat
libscribble
libsec libsec: open internal file-descriptors with OCEXEC flag 2020-12-07 17:14:34 +01:00
libstdio
libString
libsunrpc Import sources from 2011-03-30 iso image - lib 2011-03-30 19:35:09 +03:00
libthread libthread: remove unused _times() function 2020-12-19 18:47:17 +01:00
libttf libttf: fix cmap subtable offset type and rank UCS-4 higher (more codepoints). fixes runes > 0xffff 2020-08-05 14:25:21 +02:00
libventi
mkfile
mkfile.proto