Ivan Markin
|
d989b31c87
|
unix: add support for OpenBSD unveil(2)
Now as `SYS_UNVEIL` has landed in `x/sys`, it's time to have a convenient handle for it too.
Change-Id: I61db9cc23fa9f2e10bac601959002319ea9c854b
GitHub-Last-Rev: eb9487242e1fafa06c057ef49444ea5a711382df
GitHub-Pull-Request: golang/sys#19
Reviewed-on: https://go-review.googlesource.com/c/142317
Reviewed-by: Tobias Klauser <tobias.klauser@gmail.com>
Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
|
2018-10-25 06:32:00 +00:00 |
|
Ivan Markin
|
8b8824e799
|
unix: don't use local syscall number in Pledge()
Change-Id: Ifecafeedd733d4b33ef082a8f505165de9bac20a
GitHub-Last-Rev: 44c40b042479bb3a4a73838b2536adbb715cde11
GitHub-Pull-Request: golang/sys#20
Reviewed-on: https://go-review.googlesource.com/c/142318
Reviewed-by: Tobias Klauser <tobias.klauser@gmail.com>
Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
|
2018-10-22 07:43:55 +00:00 |
|
Ivan Markin
|
eda9bb28ed
|
unix: update syscall numbers to OpenBSD 6.4
For all supported platforms (386, amd64, arm).
Note that this doesn't update whole `unix` package for these platforms.
Change-Id: I0a66f8403f704c6328000ffc9f238989c22936d2
GitHub-Last-Rev: 14fd451964abcfacdb94dca3dc41742bacd0f732
GitHub-Pull-Request: golang/sys#21
Reviewed-on: https://go-review.googlesource.com/c/143542
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Reviewed-by: Tobias Klauser <tobias.klauser@gmail.com>
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
|
2018-10-21 15:56:30 +00:00 |
|
Ivan Markin
|
ecfd8b563e
|
unix: implement getrtable/setrtable syscalls on OpenBSD
Change-Id: I9f0ca3c2c1cd79f0c996ebbc7f79a42f740e0d2c
GitHub-Last-Rev: ebd0046a4fefcd70d4b21f043a350c6f4df21cfd
GitHub-Pull-Request: golang/sys#10
Reviewed-on: https://go-review.googlesource.com/107302
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
|
2018-04-16 21:11:45 +00:00 |
|