summaryrefslogtreecommitdiff
path: root/sys/src/9/port/portfns.h
AgeCommit message (Expand)Author
2017-01-12kernel: make the mntcache robust against fileserver like fossil that do not c...cinap_lenrek
2016-11-12kernel/qio: make readblist() offset of type ulong as the restcinap_lenrek
2016-11-07kernel/qio: big cleanup of qio functionscinap_lenrek
2016-11-05kernel: avoid padblock copying for devtls/devssl/esp, cleanup debuggingcinap_lenrek
2016-09-11kernel: xoroshiro128+ generator for rand()/nrand()cinap_lenrek
2016-08-27kernel: switch to fast portable chacha based seed-once random number generatorcinap_lenrek
2016-08-27kernel: add secalloc() and secfree() functions for secret memory allocationcinap_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-10kernel: make fversion()/mntversion() types consistentcinap_lenrek
2015-12-21kernel: missing changes for ibrk() prototypecinap_lenrek
2015-11-30kernel: cleanup exit()/shutdown()/reboot() codecinap_lenrek
2015-08-09kernel: pgrpcpy(), simplify Mount structurecinap_lenrek
2015-08-06kernel: change vmemchr() length argument to ulong and simplifycinap_lenrek
2015-07-28kernel: export mntattach() from devmnt.c avoiding bogus struct passing and sp...cinap_lenrek
2015-07-26kernel: pipelined read ahead for the mount cachecinap_lenrek
2015-07-09kernel: various cleanups of imagereclaim(), pagereclaim(), freepages(), putim...cinap_lenrek
2015-06-15kernel: add pagechaindone() to wakeup processes waiting for memorycinap_lenrek
2015-06-15kernel: implement separate wait queues for page allocationcinap_lenrek
2015-04-16kernel: add segio() function for reading/writing segmentscinap_lenrek
2015-03-16kernel: get rid of auxpage() and preserve cache index bits in Page.va in moun...cinap_lenrek
2015-03-07kernel: catch address overflow in syssegfree()cinap_lenrek
2014-12-21kernel: avoid inconsistent reads in /proc/#/fd and /proc/#/nscinap_lenrek
2014-11-09kernel: remove implicit Proc* argument from procctl()cinap_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
2014-06-22kernel: new pagecache, remove Lock from page, use cmpswap for Ref instead of ...cinap_lenrek
2014-06-08kernel: remove _xinc()/_xdec()cinap_lenrek
2014-04-29kernel: always reset notepending in eqlock, handle forceclosefgrp in eqlockscinap_lenrek
2014-03-04pc64: fix segattachcinap_lenrek
2014-03-02kernel: getting rid of duppage() (thanks charles)cinap_lenrek
2014-02-24kernel: keep cached pages continuous at the end of the page list on imagerecl...cinap_lenrek
2014-01-21kernel: fix ulong abuse in xalloccinap_lenrek
2014-01-20kernel: convert putmmu() to uintptr for va and pacinap_lenrek
2014-01-20kernel: apply uintptr for ulong when a pointer is storedcinap_lenrek
2013-12-07devproc: make sure /proc/n/wait waits for the right process childrencinap_lenrek
2013-01-13remove non standard COM3 (eia2) serial port from i8250 uart.cinap_lenrek
2012-11-23ratrace: fix race conditions and range checkcinap_lenrek
2012-02-16kernel: remove duppage debug, add comments, cleanupcinap_lenrek
2011-12-20kernel: add pidalloc() and reuse pid once the counter wraps arroundcinap_lenrek
2011-08-26calculate the real number of pages used by segments and use it for killbig an...cinap_lenrek
2011-08-17change definition of Chan.create to return a chan like opencinap_lenrek
2011-08-10added eqlock(), a interruptable version of qlock. addresses issue #81cinap_lenrek
2011-07-28devshr: rename hookaiju
2011-05-21remove keyboard stuff from other ports, make openssl and python compile on armcinap_lenrek
2011-05-20audioif, mixer controlcinap_lenrek
2011-05-16remove audio.h, put stuff in port^(dat fns).hcinap_lenrek
2011-05-09kbdfscinap_lenrek
2011-03-30Import sources from 2011-03-30 iso image - libTaru Karttunen
2011-03-30Import sources from 2011-03-30 iso imageTaru Karttunen