这是indexloc提供的服务,不要输入任何密码
Skip to content

dohnuts/openbsd_hammer2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenBSD HAMMER2

Requirements

  • OpenBSD 7.3

  • src tree under /usr/src

OpenBSD build

  1. Apply patch/openbsd73.patch against /usr/src.

  2. Run make prep to create symlinks under /usr/src/sys which point to this repository. Run make unprep to undo.

     $ cd openbsd_hammer2
     $ make prep
    
  3. Build and install /usr/src/sys.

  4. Build and install /usr/src/sbin/sysctl.

Build

    $ cd openbsd_hammer2
    $ make

Install

    $ cd openbsd_hammer2
    $ make install

Uninstall

    $ cd openbsd_hammer2
    $ make uninstall

Bugs

  • VOP_READDIR implementation is known to not work with some user space libraries on 32 bit platforms.

Notes

  • This repository will be abandoned once Linux or FreeBSD is stabilized with write support. OpenBSD is not the main area of interest.

About

HAMMER2 file system for OpenBSD

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 96.5%
  • Roff 3.0%
  • Other 0.5%