Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

实现了对用户空间传入指针抽象的UserBufferReader/Writer,来检验用户空间指针地址并提供一定的功能抽象 #326

Merged
merged 15 commits into from
Aug 21, 2023

Commits on Aug 9, 2023

  1. Configuration menu
    Copy the full SHA
    b1c82bb View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2023

  1. Configuration menu
    Copy the full SHA
    ccea25e View commit details
    Browse the repository at this point in the history
  2. 删除了多余的注释

    Chiichen committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    2994e79 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    39addb7 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2023

  1. Configuration menu
    Copy the full SHA
    3c84499 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

  1. Configuration menu
    Copy the full SHA
    b64efce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7839046 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2328c8a View commit details
    Browse the repository at this point in the history
  4. Merge branch 'userbuffer-dev' of https://github.com/Chiichen/DragonOS

    …into userbuffer-dev
    Chiichen committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    9946df2 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. 移除了 userbuffer.rs

    Chiichen committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    030fd05 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2023

  1. Configuration menu
    Copy the full SHA
    3fd5627 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9e01cef View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2023

  1. 简化了代码

    Chiichen committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    d7f9a54 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

  1. 修复内存越界的bug

    fslongjin committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    9203b3b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6397dd0 View commit details
    Browse the repository at this point in the history