summaryrefslogtreecommitdiff
path: root/sys/src/9/port/portdat.h
AgeCommit message (Expand)Author
2023-04-08kernel: Clear secrets on rebootcinap_lenrek
2022-12-25devsrv: Various fixes.cinap_lenrek
2022-09-259/port: revert timer wheel change, breaks pi4 boot, needs more time investiga...cinap_lenrek
2022-09-249/port: reimplement timers to use timer wheelOri Bernstein
2022-09-03kernel: half NERR, refcount Note's to avoid excessive allocations for postnot...cinap_lenrek
2022-08-17kernel: allocate notes in heapcinap_lenrek
2025-05-14kernel: get rid of Proc.kstackglenda
2022-08-109/port: allow kiloprocs -- allocate procs lazilyOri Bernstein
2022-08-09kernel: use 64 bits for mountidsglenda
2022-05-28kernel: add chdev command to devconsJacob Moody
2022-01-23devenv: allow environment total size of up to 1MBcinap_lenrek
2022-01-16kernel: make Page.txtflush into an arraycinap_lenrek
2021-04-25kernel: clean up Mach structurecinap_lenrek
2021-04-02kernel: get rid of physical page bank array and use conf.mem[] insteadcinap_lenrek
2020-12-20kernel: handle tos and per process pcycle counters in port/cinap_lenrek
2020-12-19devsons: remove #c/pgrpidcinap_lenrek
2020-12-13kernel: implement per file descriptor OCEXEC flag, reject ORCLOSE when openin...cinap_lenrek
2020-02-23kernel: fix multiple devproc bugs and pid reuse issuescinap_lenrek
2020-01-26kernel: implement portable userinit() and simplify process creationcinap_lenrek
2020-01-11kernel: remove relics of CPU 'load balancing' policy in scheduler (thanks Rob...cinap_lenrek
2019-08-26kernel: expose no execute bit to portable mmu code as SG_NOEXEC / PTENOEXEC, ...cinap_lenrek
2018-05-27sdram: experimental ramdisk drivercinap_lenrek
2017-11-26devvga: re-render text from kmesg after resizecinap_lenrek
2017-11-04kernel: introduce per process FPU struct (PFPU) for more flexible machine spe...cinap_lenrek
2017-08-11kernel: double READSTR buffer size to 8000 bytes for devusbcinap_lenrek
2017-06-20kernel: add support for sticky segments (cached, preallocated, never paged)cinap_lenrek
2017-06-12kernel: add support for hardware watchpointsaiju
2017-03-29kernel: fix twakeup()/timerdel() race conditioncinap_lenrek
2016-03-31kernel: remove unused NSMAX, NSLOG, NSCACHE constants from portdat.hcinap_lenrek
2016-03-30devsegment: cleanupscinap_lenrek
2016-03-27zynq: introduce SG_FAULT to prevent access to AXI segment while PL is not readycinap_lenrek
2016-03-17abandon streaming experimentcinap_lenrek
2015-08-09kernel: move "setargs" field in Proc structure after "nargs" and "args"cinap_lenrek
2015-08-09kernel: mount flag is int not ulong, reduce size of Mount struct by putting m...cinap_lenrek
2015-08-09kernel: pgrpcpy(), simplify Mount structurecinap_lenrek
2015-08-09kernel: fix Mheadachecinap_lenrek
2015-08-06kernel: remove unused MAXCRYPT constant from portdat.hcinap_lenrek
2015-08-02devenv: avoid indirection, keep Evalue's allocated in an arraycinap_lenrek
2015-07-26kernel: pipelined read ahead for the mount cachecinap_lenrek
2015-07-19devstream: fast sequential file access with 9p pipelining experimentcinap_lenrek
2015-06-15kernel: implement separate wait queues for page allocationcinap_lenrek
2015-04-16kernel: pass segio error string by pointercinap_lenrek
2015-04-16kernel: add segio() function for reading/writing segmentscinap_lenrek
2015-04-12kernel: fixed segment support (for fpga experiments)cinap_lenrek
2015-03-03kernel: fix physical segment handlingcinap_lenrek
2015-02-07kernel: reduce Page structure size by changing Page.cachectl[]cinap_lenrek
2015-01-30kernel: increase size of palloc.mem[] user page bank arraycinap_lenrek
2014-12-21kernel: avoid inconsistent reads in /proc/#/fd and /proc/#/nscinap_lenrek
2014-08-17kernel: make noswap flag exclude processes from killbig() if not eve, reset n...cinap_lenrek
2014-07-14devproc: fix proccrlmemio bugscinap_lenrek