Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • R redoxfs
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 6
    • Issues 6
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 5
    • Merge requests 5
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • redox-osredox-os
  • redoxfs
  • Merge requests
  • !40

Adopt linux' O_APPEND behavior

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged jD91mZM2 requested to merge jD91mZM2/redoxfs:master into master Oct 07, 2018
  • Overview 1
  • Commits 1
  • Pipelines 1
  • Changes 2

According to man open:

The file is opened in append mode. Before each write(2), the file offset is positioned at the end of the file, as if with lseek(2). The modi‐ fication of the file offset and the write operation are performed as a single atomic step.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: master