index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2015-06-26
Add Linux completion API and use it.
Mark Kettenis
2015-06-26
remove __cpu_cas and use atomic_cas_ulong instead.
David Gwynne
2015-06-26
There is no excuse for using dma_alloc(9) when a bus_dma_tag_t is available.
Mark Kettenis
2015-06-26
rename the guard #define from _MACHINE_MPLOCK_H_ to _POWERPC_MPLOCK_H_
David Gwynne
2015-06-26
Revert previous. uvideo checks the transfered length of every frame and
Martin Pieuchot
2015-06-26
move the ppc mplock implementation from macppc to powerpc.
David Gwynne
2015-06-26
Do not compare against a null string. When ofw_find_keyboard() is run
Martin Pieuchot
2015-06-26
change test-patterns.out in order to reflect the error message change in
semarie
2015-06-26
Corrects some minors nits. Patch from Theo Buehler.
semarie
2015-06-26
Update upd(4):
Stuart Henderson
2015-06-26
Fix \-escaping bug that caused forward path parsing to skip two
Damien Miller
2015-06-26
Avoid an assertion failure in elf32_arm_size_dynamic_sections() when
Miod Vallat
2015-06-26
Adapt to the removal of the symbolic input and output port names from
Miod Vallat
2011-04-24
Here comes the easter bunnytils 2.17 (the last version released against a
Miod Vallat
2015-06-25
Cards with revision < 10 (qemu rev is 0), have no ad1848 chip and
Alexandre Ratchov
2015-06-25
Align the three variants of Remote.pm.
Alexander Bluhm
2015-06-25
Ensure the setup block is DMA reachable.
Theo de Raadt
2015-06-25
OF_getprop() returns an int, so comparing its return value against sizeof casts
Miod Vallat
2015-06-25
use machine_architecture (arch -s) when assembling PKG_PATHs using %m or %a,
Stuart Henderson
2015-06-25
Re-enable memory above 256mb now that uvm_pmr_get1page() has been fixed.
Jonathan Matthew
2015-06-25
pfsync and ipsec do not currently work; from lukasz czarniecki
Jason McIntyre
2015-06-25
Properly deliver broadcast-like packets to the network stack.
Martin Pieuchot
2015-06-25
PACKET_TAG_BRIDGE is gone.
Martin Pieuchot
2015-06-25
No more NBRIDGE in the Ethernet layer. Fewer layer violation, say yeah!
Martin Pieuchot
2015-06-25
Move brige(4)'s output hook outside of ether_output().
Martin Pieuchot
2015-06-25
Check for correct rdomain in if_output() rather than in ether_output().
Martin Pieuchot
2015-06-25
Use a single event counter for IPIs like other archs do.
Martin Pieuchot
2015-06-25
Reimplement the audio driver in a simpler way, removing unused/unusable
Alexandre Ratchov
2015-06-25
Fixed a use-after-free. When handing the L2TP Proxy-LCP, a timer was used
YASUOKA Masahiko
2015-06-25
Reset the LCP option state for dialin-proxy only if re-negotiation is
YASUOKA Masahiko
2015-06-25
Put fts_close() where missing.
Masao Uebayashi
2015-06-25
you need to include ddb/db_output.h so you know how to call db_printf
David Gwynne
2015-06-25
fix format string in MP_LOCKDEBUG code
David Gwynne
2015-06-24
correct test to sshkey_sign(); spotted by Albert S.
Damien Miller
2015-06-24
Make ARM_KERNEL_BASE explicitely unsigned
Miod Vallat
2015-06-24
Remove unused KERNEL_PD_SIZE macro which performs unsafe signed shift of
Miod Vallat
2015-06-24
Uninitialized variables; pedro@
Miod Vallat
2015-06-24
Allow uvideo_mmap_queue() to fail gracefully when the mmap queue is full;
Miod Vallat
2015-06-24
#undef HZ before defining it such that compiling a kernel with -DHZ=xxx works.
Mark Kettenis
2015-06-24
fauls -> faults
Miod Vallat
2015-06-24
Linux jiffies and OpenBSD ticks are the same thing.
Mark Kettenis
2015-06-24
Attempt to explain how this device works. Based upon a private mail I wrote
Miod Vallat
2015-06-24
Do not quiesce the firmware on Quad G5 to let it manage the fans.
Martin Pieuchot
2015-06-24
IPL_MPSAFE bits for macppc with openpic(4).
Martin Pieuchot
2015-06-24
Quirk needed for SuperTop IDE bridge from frantisek holop.
Martin Pieuchot
2015-06-24
regen
Martin Pieuchot
2015-06-24
SuperTop IDE bridge from frantisek holop.
Martin Pieuchot
2015-06-24
tweak previous;
Jason McIntyre
2015-06-24
Put BUF_memdup() and BUF_reverse() under #ifndef LIBRESSL_INTERNAL.
Joel Sing
2015-06-24
Stop garbgage collecting mbufs from the ARP, IPv4 and IPv6 queues when
Martin Pieuchot
[next]