index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
kern
Age
Commit message (
Expand
)
Author
2022-08-27
Move PRU_SEND request to (*pru_send)().
Vitaliy Makkoveev
2022-08-26
Move PRU_RCVD request to (*pru_rcvd)().
Vitaliy Makkoveev
2022-08-22
Move PRU_SHUTDOWN request to (*pru_shutdown)().
Vitaliy Makkoveev
2022-08-22
Move PRU_DISCONNECT request to (*pru_disconnect).
Vitaliy Makkoveev
2022-08-22
Move PRU_ACCEPT request to (*pru_accept)().
Vitaliy Makkoveev
2022-08-21
Move PRU_CONNECT request to (*pru_connect)() handler.
Vitaliy Makkoveev
2022-08-21
Move PRU_LISTEN request to (*pru_listen)() handler.
Vitaliy Makkoveev
2022-08-21
Change soabort() return value to void. We never interesting on it.
Vitaliy Makkoveev
2022-08-20
Move PRU_BIND request to (*pru_bind)() handler.
Vitaliy Makkoveev
2022-08-20
Restore the exemption from start/size checks that OpenBSD (A6)
Kenneth R Westerback
2022-08-16
Remove kqueue-related ktrace points from poll(2) and select(2)
Visa Hankala
2022-08-16
Remove obsolete kern.nselcoll sysctl.
Visa Hankala
2022-08-15
Revert previous. It was not ok'ed by dlg@.
Vitaliy Makkoveev
2022-08-15
Introduce 'pr_usrreqs' structure and move existing user-protocol
Vitaliy Makkoveev
2022-08-15
Stop doing lockless `t_flags' check within task_add(9) and task_del(9).
Vitaliy Makkoveev
2022-08-14
remove unneeded includes in sys/kern
Jonathan Gray
2022-08-13
Introduce the pru_*() wrappers for corresponding (*pr_usrreq)() calls.
Vitaliy Makkoveev
2022-08-13
blist: fix a possible blist corruption with blist_alloc() due to unsigned
Sebastien Marie
2022-08-12
Revert to pre-r1.249 more laissez-faire checks for valid MBR
Kenneth R Westerback
2022-08-12
Put more struct vnode fields under splbio().
Visa Hankala
2022-08-12
amd64: simplify TSC synchronization testing
Scott Soule Cheloha
2022-08-12
Coverity says multiplying two uint32_t's and assigning them to
Kenneth R Westerback
2022-08-11
Don't trust gpt header data read from disk until after its
Kenneth R Westerback
2022-08-11
Add TCP_INFO support to getsockopt for tcp sessions.
Claudio Jeker
2022-08-08
Before ypconnect(2) addition, "getpw" was a horrible "hole" that triggered
Theo de Raadt
2022-08-06
Refactor readdoslabel() into a more readable form using various
Kenneth R Westerback
2022-08-06
blist: use swblk_t type (defined in sys/blist.h)
Sebastien Marie
2022-08-02
some ports bootstraps, and go internals, need a bit more time to adapt
Theo de Raadt
2022-08-01
sync
Theo de Raadt
2022-08-01
some ports bootstraps, and go internals, need a bit more time to adapt
Theo de Raadt
2022-07-29
Replace the swap extent(9) usage by a blist data structure.
Sebastien Marie
2022-07-26
Only allow changing the domainname (from empty) before securelevel increase.
Theo de Raadt
2022-07-25
Replace selwakeup() with KNOTE() in socket event activation
Visa Hankala
2022-07-23
timecounting: use full 96-bit product when computing elapsed time
Scott Soule Cheloha
2022-07-23
kernel: remove global "randompid" toggle
Scott Soule Cheloha
2022-07-20
the _pad_ system calls from 2021/12/23 can go away
Theo de Raadt
2022-07-20
sync
Theo de Raadt
2022-07-20
the _pad_ system calls from 2021/12/23 can go away
Theo de Raadt
2022-07-18
Restrict pledge("vminfo") callers to read-only swapctl(2) operations.
Jeremie Courreges-Anglas
2022-07-18
Delete the YPACTIVE toggling code when "getpw" code access/open are done to
Theo de Raadt
2022-07-18
the domainname is under root control, but because we are producing a path
Theo de Raadt
2022-07-18
For opening up the bindings file in ypconnect(2), bail out early
Theo de Raadt
2022-07-17
backout last step: the path checks are too strong until everyone has a
Theo de Raadt
2022-07-17
the PLEDGE_YPACTIVE "hack" bit related to "getpw" pledge goes away. libc
Theo de Raadt
2022-07-15
Allow ypconnect() in "getpw"
Theo de Raadt
2022-07-15
sync
Theo de Raadt
2022-07-15
pledge "getpw" would notice access to /var/run/ypbind.lock, and grant "inet"
Theo de Raadt
2022-07-10
Remove trailing whitespace. No code change.
Mike Larkin
2022-07-09
Unwrap klist from struct selinfo as this code no longer uses selwakeup().
Visa Hankala
2022-07-05
Remove old poll/select wakeup mechanism.
Visa Hankala
[next]