summaryrefslogtreecommitdiff
path: root/sys/src/9/port/sysfile.c
AgeCommit message (Expand)Author
2022-05-28kernel: add chdev command to devconsJacob Moody
2021-10-23kernel: make growfd(), findfreefd() and newfd2() staticcinap_lenrek
2021-10-23kernel: fix stat bugscinap_lenrek
2021-10-03kernel: ensure that all accesses to Mhead.mount is done with Mhead.lock acquiredcinap_lenrek
2020-12-13kernel: implement per file descriptor OCEXEC flag, reject ORCLOSE when openin...cinap_lenrek
2017-04-30kernel: fix rewinding in directories with pread() offsetcinap_lenrek
2016-05-16avoid updating offset in pread; avoid diagnostic about vlong mask (charles fo...cinap_lenrek
2015-08-09kernel: mount flag is int not ulong, reduce size of Mount struct by putting m...cinap_lenrek
2015-07-28kernel: export mntattach() from devmnt.c avoiding bogus struct passing and sp...cinap_lenrek
2015-07-23kernel: make sure fd is in range in fdclose()cinap_lenrek
2015-07-23kernel: simplify syspipe()cinap_lenrek
2015-07-22kernel: consistent use of nil for pointer in sysfile.ccinap_lenrek
2014-08-08kernel: use nil for pointers instead of 0, zero channel umc and dirrock in ne...cinap_lenrek
2014-05-26kernel: simplify fdclose()cinap_lenrek
2014-05-20add _nsec() syscall 53 for binary compatibility with labs distributioncinap_lenrek
2014-02-02kernel: do not pass user address of fd[2] array to newfd2()cinap_lenrek
2014-01-20kernel: apply uintptr for ulong when a pointer is storedcinap_lenrek
2012-04-27async clunk for cached mounts, fix closeproc explosioncinap_lenrek
2011-08-11eqlock(): use eqlock when interruption is possiblecinap_lenrek
2011-03-30Import sources from 2011-03-30 iso image - libTaru Karttunen
2011-03-30Import sources from 2011-03-30 iso imageTaru Karttunen