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-10-07
Add mimmutable(2) system call which locks the permissions (PROT_*) of
Theo de Raadt
2022-10-03
System calls should not fail due to temporary memory shortage in
Alexander Bluhm
2022-10-03
Add a second membar producer into counters_zero(). Now it is
Alexander Bluhm
2022-10-01
The syscall table generation awk script was also used by compat layers
Theo de Raadt
2022-09-28
Fix memory corruptions with sysv semaphores due to sleeps in copyin,
Moritz Buhl
2022-09-23
Don't hardcode disk major device types inside DEBUG block. Use
Kenneth R Westerback
2022-09-20
Remove unused and unimplemented unp_drain().
Vitaliy Makkoveev
2022-09-18
timecounting: tc_reset_quality: print notice if active counter changes
Scott Soule Cheloha
2022-09-17
bind() to AF_UNIX will now require unveil "w". "w" may seem a little odd
Theo de Raadt
2022-09-16
semctl1 and msgctl were introduced for binary compatibility for OpenBSD 3.5.
Moritz Buhl
2022-09-15
Remove unneeded interim DPRINTF() verbiage. Make DEBUG compile
Kenneth R Westerback
2022-09-14
AF_UNIX bind() must use UNVEIL_CREATE for namei() because it is creating
Theo de Raadt
2022-09-13
Change pru_rcvd() return type to the type of void. We have no interest
Vitaliy Makkoveev
2022-09-11
Remove the DKF_LABELVALID flag from struct disk. Instead, trust disk drivers
Miod Vallat
2022-09-11
Add #define's for GPT partition attribute bits REQUIRED, IGNORE
Kenneth R Westerback
2022-09-05
Pledge sendmmsg and recvmmsg with stdio similar to their non-loop
Moritz Buhl
2022-09-05
Use shared netlock in soreceive(). The UDP and IP divert layer
Alexander Bluhm
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
[prev]
[next]