aboutsummaryrefslogtreecommitdiffstats
path: root/docs/netbsd.md
Commit message (Collapse)AuthorAgeFilesLines
* docs: move netbsd.md into own dirDmitry Vyukov2019-02-011-165/+0
| | | | | The latest trend is to create a dir per OS as we now have too many of them. Create a dir netbsd and move the existing doc into it.
* docs/netbsd.md: updated documentation for NetBSDSiddharth M2019-01-141-117/+144
| | | Refactored the document and updated the changes.
* netbsd.md: Changes made in file about missing clarity (#535)Sumukha Pk2018-03-131-13/+49
| | | | | | | | | | * Changes made in the netbsd.md file, syzkaller made easier to install * Name added to list of contributors * Added name to CONTRIBUTORS file * Changes in file regarding format issues
* Lots of changes to sys/netbsd (#397)Utkarsh Anand2017-10-251-1/+4
| | | | | | | | | | | | | | | | * Lots of changes to sys/netbsd: - Removed a few syscalls that did not have proper constants defined. - Autogenerated *.const files. - Removed a few types like uid and gid, that were not available. - Ran make generate * Few changes for NetBSD support: - Added sys/netbsd/init.go - Added netbsd to sys/sys.go * Fix order in sys/sys.go * Update documentation for NetBSD
* Added documentation for NetBSD.Utkarsh Anand2017-10-231-0/+99
- Added a new file that documents the image preparation and running instructions for NetBSD.