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
Age
Commit message (
Expand
)
Author
2019-12-01
Change Elf64 types and structs to match the System V ABI specification.
Jonathan Gray
2019-12-01
revert exec_elf.h rev 1.85
Jonathan Gray
2019-12-01
this hexdump tie-in is incorrect, disable for now
Theo de Raadt
2019-12-01
Remove unused test program.
Visa Hankala
2019-11-30
temporarily neuter the syscall-callfrom check as a few people
Theo de Raadt
2019-11-30
cardbus(4): tsleep(9) -> tsleep_nsec(9); ok jca@
cheloha
2019-11-30
pckbc(4): tsleep(9) -> tsleep_nsec(9); ok jca@
cheloha
2019-11-30
onewire(4), owtemp(4): tsleep(9) -> tsleep_nsec(9); ok jca@
cheloha
2019-11-30
utwitch(4): tsleep(9) -> tsleep_nsec(9); ok jca@
cheloha
2019-11-30
Move kernel locking inside the sleep machinery. This enables calling
Visa Hankala
2019-11-29
Fix size of reserved bytes section in xsave header.
mortimer
2019-11-29
Add uvm_objfree function to free all pages in a uvm_obj in one go.
Bob Beck
2019-11-29
Change the default security level for incoming IPsec flows from
tobhe
2019-11-29
Improve support for the RK3399's eMMC in sdhc(4). Fix the compatible
Patrick Wildt
2019-11-29
Add rkemmcphy(4), a driver for the RK3399's eMMC PHY.
Patrick Wildt
2019-11-29
Make rkgrf(4) behave like a simplebus(4) so we can attach drivers
Patrick Wildt
2019-11-29
Add support for the RK3399's eMMC clock to rkclock(4).
Patrick Wildt
2019-11-29
Move p_sleeplocks and p_limit into the "zero on create" section of struct
Philip Guenther
2019-11-29
Eliminate the sketchy use of ps_mainproc here by making unveil_add_vnode()
Philip Guenther
2019-11-29
Add an element to the marks array to store the virtual address of the
Mark Kettenis
2019-11-29
Move kcov(4)'s p_kd into the "zero on create" section to simplify fork code
Philip Guenther
2019-11-29
Split out the code that removes a page from uvm objects and clears the flags
Mark Kettenis
2019-11-29
Add missing retq to mds handler for knights landing.
mortimer
2019-11-29
add __func__ to panic() and printf() calls in sys/netinet6/*
Nayden Markatchev
2019-11-29
Pass the EFI memory map to the kernel.
Mark Kettenis
2019-11-29
add missing parens around return expression and zap empty line
anton
2019-11-29
DISK_PGCODE() #define includes a check for NULL, so no need to
Kenneth R Westerback
2019-11-29
Start protecting the pipe_busy field of struct pipe using a global
anton
2019-11-29
Add defines for changer mode page codes. Move AUDIO_PAGE define to
Kenneth R Westerback
2019-11-29
timeout(9): make CIRCQ look more like other sys/queue.h data structures
cheloha
2019-11-29
Return EBUSY for successive PT_TRACE_ME calls.
Martin Pieuchot
2019-11-29
Use RW_PROC() consistently.
Martin Pieuchot
2019-11-29
Repurpose the "syscalls must be on a writeable page" mechanism to
Theo de Raadt
2019-11-29
drm_sched_entity_flush() doesn't care about specific threads, so just
Philip Guenther
2019-11-29
Re commit what was committed in version 1.43 with a fix added to
Bob Beck
2019-11-28
uvm_pagealloc_contig() doesn't exist and shouldn't exist
Philip Guenther
2019-11-28
On short transfers with multiple TRBs in a TD we get two events.
Patrick Wildt
2019-11-28
back out the buffer cache uvm_obj change for now.
Bob Beck
2019-11-28
Abstract mode sense block descriptor parsing into a separate function.
Kenneth R Westerback
2019-11-28
Remove end of line whitespace.
Mike Larkin
2019-11-28
Align an annoying comment.
Kenneth R Westerback
2019-11-28
Always pass a pointer to 'big' to scsi_do_mode_sense().
Kenneth R Westerback
2019-11-28
Delete km_mapblocks from kmemstats and its always-zero column from the ddb
Philip Guenther
2019-11-28
Fix panic noticed by bluhm@ and florian@. bp->b_pobj is used
Bob Beck
2019-11-28
struct execsw's es_emul is no longer used, so delete it
Philip Guenther
2019-11-28
Fix the buffer cache code to not use a giant uvm obj of all pages
Bob Beck
2019-11-28
Although ifconfig(8) checks it already, enforce contiguous inet
Alexander Bluhm
2019-11-28
Implement a hexdump command in the boot loader. This helps to
Alexander Bluhm
2019-11-27
use correct forward type declaration from uvm.
Bob Beck
2019-11-27
OpenFlow 1.3 defines packet header patterns of interest using TLVs (OXMs)
akoshibe
[prev]
[next]