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-09-04
Use pru_send function to check socket splicing compatibility. Only
Alexander Bluhm
2022-09-03
Move PRU_PEERADDR request to (*pru_peeraddr)().
Vitaliy Makkoveev
2022-09-03
regen
Moritz Buhl
2022-09-03
Make recvmmsg and sendmmsg look more alike. change the flag type
Moritz Buhl
2022-09-03
Move PRU_SOCKADDR request to (*pru_sockaddr)()
Vitaliy Makkoveev
2022-09-03
whitespace
Mike Larkin
2022-09-03
Make sure we don't suspend if we have no way to wake up the machine.
Mark Kettenis
2022-09-03
Allow suspend with root on sdmmc(4).
Mark Kettenis
2022-09-03
Fix socket splicing between inet and inet6 sockets broken by PRU_CONTROL
Vitaliy Makkoveev
2022-09-03
regen
Moritz Buhl
2022-09-03
add the sendmmsg syscall that allows sending multiple msghdrs at
Moritz Buhl
2022-09-02
Constify nam2blk[], chrtoblktbl[] and octeon devmap[].
Miod Vallat
2022-09-02
Don't ignore an OpenBSD GPT partition just because the GPT says
Kenneth R Westerback
2022-09-02
regen
Moritz Buhl
2022-09-02
add the recvmmsg syscall that allows receiving multiple msghdrs at
Moritz Buhl
2022-09-02
Move PRU_CONTROL request to (*pru_control)().
Vitaliy Makkoveev
2022-09-02
Nuke variable partlba that is set but not used.
Kenneth R Westerback
2022-09-02
Relax GTP header validity check by allowing 1 sector size usable
Kenneth R Westerback
2022-09-02
Get the retguard region's phys address from pmap, instead of using linker
Mike Larkin
2022-09-02
openpty() family of functions use /dev/ptm PTMGET to open a master+slave fd
Theo de Raadt
2022-09-01
whitespace
Mike Larkin
2022-09-01
Move PRU_CONNECT2 request to (*pru_connect2)().
Vitaliy Makkoveev
2022-09-01
Stop setting d_bbsize and d_sbsize. Nobody has paid
Kenneth R Westerback
2022-08-31
Move PRU_SENDOOB request to (*pru_sendoob)().
Vitaliy Makkoveev
2022-08-30
Fix uninitialized variable after the switch to (*pru_send); found the hard
Miod Vallat
2022-08-29
If ld.so loading fails inside execve, uprintf a message to report this
Theo de Raadt
2022-08-29
Move PRU_RCVOOB request to (*pru_rcvoob)().
Vitaliy Makkoveev
2022-08-28
Move PRU_SENSE request to (*pru_sense)().
Vitaliy Makkoveev
2022-08-28
Move PRU_ABORT request to (*pru_abort)().
Vitaliy Makkoveev
2022-08-28
Don't check `so_pcb' with PR_WANTRCVD flag. tcp(4) sockets are the only
Vitaliy Makkoveev
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
[next]