summaryrefslogtreecommitdiffstats
path: root/bsd-user/bsd-file.h
Commit message (Expand)AuthorAgeFilesLines
* bsd-user: Remove stray 'inline' from do_bsd_closeWarner Losh2022-07-021-1/+1
* bsd-user: Implement undeleteWarner Losh2022-07-021-0/+13
* bsd-user: Implement pathconf, lpathconf and fpathconfWarner Losh2022-07-021-0/+32
* bsd-user: Implement mkfifo and mkfifoatWarner Losh2022-07-021-0/+27
* bsd-user: Implement chroot and flockWarner Losh2022-07-021-0/+19
* bsd-user: Implement chflags, lchflags and fchflagsWarner Losh2022-07-021-0/+32
* bsd-user: Implement chown, fchown, lchown and fchownatWarner Losh2022-07-021-0/+48
* bsd-user: Implement freebsd11_mknod, freebsd11_mknodat and mknodatWarner Losh2022-07-021-0/+47
* bsd-user: implement chmod, fchmod, lchmod and fchmodatWarner Losh2022-07-021-0/+46
* bsd-user: Implement symlink, symlinkat, readlink and readlinkatWarner Losh2022-07-021-0/+74
* bsd-user: Implement mount, umount and nmountWarner Losh2022-07-021-0/+52
* bsd-user: Implement acct and syncWarner Losh2022-06-141-0/+23
* bsd-user: Implement trunctate and ftruncateWarner Losh2022-06-141-0/+29
* bsd-user: Implement dup and dup2Warner Losh2022-06-141-0/+12
* bsd-user: Implement rmdir and undocumented __getcwdWarner Losh2022-06-141-0/+29
* bsd-user: Implement mkdir and mkdiratWarner Losh2022-06-141-0/+27
* bsd-user: Implement link, linkat, unlink and unlinkatWarner Losh2022-06-131-0/+54
* bsd-user: Implement rename and renameatWarner Losh2022-06-131-0/+45
* bsd-user: Implement chdir and fchdirWarner Losh2022-06-131-0/+19
* bsd-user: Implement revoke, access, eaccess and faccessatWarner Losh2022-06-131-0/+53
* bsd-user: Implement fdatasync, fsync and close_fromWarner Losh2022-06-131-0/+19
* bsd-user: Implement open, openat and closeWarner Losh2022-06-131-0/+49
* bsd-user/bsd-file.h: Meat of the write system callsWarner Losh2022-06-111-0/+84
* bsd-user/bsd-file.h: Add implementations for read, pread, readv and preadvWarner Losh2022-06-111-0/+79
* Clean up ill-advised or unusual header guardsMarkus Armbruster2022-05-111-3/+3
* bsd-user/bsd-file.h: Implementation details for the filesystem callsWarner Losh2022-02-271-0/+30