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
2015-09-08
convert several malloc(9) to mallocarray(9).
Sebastien Marie
2015-09-07
Do not set USBD_NO_COPY for interrupt transfers, only bulk transfers
Martin Pieuchot
2015-09-07
Remap the framebuffer as write-combining when we actually attach. Speeds up
Mark Kettenis
2015-09-07
Use the RI_WRONLY flag to avoid reading back pixels from buffer memory.
Mark Kettenis
2015-09-07
Make it possible to use RI_WRONLY for the aframebuffer during early boot.
Mark Kettenis
2015-09-07
Delete ktracing of context switches: it's unused, and not particularly useful,
Philip Guenther
2015-09-07
Fix the previous. The condition of loop which read GPT partitions had been
YASUOKA Masahiko
2015-09-07
BOOTX86.EFI should be BOOTIA32.EFI.
YASUOKA Masahiko
2015-09-07
sizes for free(); ok jmatthew
Theo de Raadt
2015-09-06
We no longer need to grab the kernel lock for allocating and freeing pages
Mark Kettenis
2015-09-06
size for free()
Theo de Raadt
2015-09-06
Add support for QEMU PCI serial devices in puc(4)
Stefan Fritsch
2015-09-06
regenerate from pcidevs
Stefan Fritsch
2015-09-06
Add ids for Qemu PCI serial devices
Stefan Fritsch
2015-09-06
sizes for free(); ok semarie
Theo de Raadt
2015-09-06
clarify malloc arguments (base + length...)
Theo de Raadt
2015-09-06
seperate a variable into two, so that the size of a free() is remembered.
Theo de Raadt
2015-09-06
qlw fits
Miod Vallat
2015-09-06
pretty simple size for free()
Theo de Raadt
2015-09-06
The pppx_if_pl pool will never be used in interrupt context, so pass the
Mark Kettenis
2015-09-06
We actually need an interrupt-safe allocator here, as we call pool_put()
Mark Kettenis
2015-09-06
PR_WAITOK for the pmap_pmap_pool here as well.
Mark Kettenis
2015-09-06
Use checksum to check the gpt parition. Old check was missing
YASUOKA Masahiko
2015-09-06
sizes for free(); ok jmatthew
Theo de Raadt
2015-09-06
srom size is tracked, pass to free()
Theo de Raadt
2015-09-06
firmware size for free()
Theo de Raadt
2015-09-06
sizes for free() - most are about the firmware memory
Theo de Raadt
2015-09-05
Do not make ip22_{slow,fast}_mode() public anymore.
Miod Vallat
2015-09-05
Give up trying to map DMA descriptor in uncached memory on ECC flavours of the
Miod Vallat
2015-09-05
Support Synaptics touchpads without W mode.
bru
2015-09-05
Improve tap-and-drag detection for ALPS touchpads.
bru
2015-09-05
Support for xterm-compatible SGR escapes 39 and 49 (reset fg/bg colour to
Miod Vallat
2015-09-05
Correct bounds checking in efifb_mmap(). ok yasuoka@
Miod Vallat
2015-09-05
regen
Jonathan Gray
2015-09-05
add some braswell ids
Jonathan Gray
2015-09-04
These days pcc defines __GNUC__ and we don't support gcc2. Also needed
Daniel Dickman
2015-09-04
Let efifb depend on rasops32 such that it works on ramdisks where rasops32
Mark Kettenis
2015-09-04
The bnx_tx_pool gets used from interrupt context, so drop the explicit
Mark Kettenis
2015-09-04
The pf_osfp_pl and pf_osfp_entry_pl never get used in interrupt context.
Mark Kettenis
2015-09-04
pflow_flush() still needs sc->send_nam; free it later.
Florian Obser
2015-09-04
Fix condition used while seaching candidates for "record level"
Alexandre Ratchov
2015-09-04
Tunnels also need a cloning route.
Martin Pieuchot
2015-09-04
The futex_pool and futex_wp_pool pools never get used in interrupt context.
Mark Kettenis
2015-09-04
The nfsrv_descript_pl pool never gets used in interrupt context.
Mark Kettenis
2015-09-04
Do not use an intermediary buffer on the stack of the caller when
Martin Pieuchot
2015-09-04
Make every subsystem using a radix tree call rn_init() and pass the
Martin Pieuchot
2015-09-04
Fix an mbuf use-after-fruit in pflow_clone_create().
Martin Pieuchot
2015-09-04
add support for RTL8168H
Jonathan Gray
2015-09-03
Fix a race in pmap_page_remove_86() and pmap_page_remove_pae().
Mark Kettenis
2015-09-03
Fix a race in pmap_page_remove().
Mark Kettenis
[prev]
[next]