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
2014-11-06
mix the rtable into the hash for tcp sequence number generation.
David Gwynne
2014-11-06
Cleanup whitespace and add 5 series comments.
Doug Hogan
2014-11-06
Add the required includes for the conditional parts of
Jonathan Gray
2014-11-06
Remove unneeded netinet6/ip6_divert.h include.
Lawrence Teo
2014-11-06
let ramdisks compile
Theo de Raadt
2014-11-05
need to move lock up to prevent more than one malloc. ok guenther
Ted Unangst
2014-11-05
don't use loop variable (i) for not loop things. use a new var.
Ted Unangst
2014-11-05
use memname to print string of type. stolen from deraadt
Ted Unangst
2014-11-05
also print type when free size is wrong
Ted Unangst
2014-11-05
Implement yet another workaround for the k1 em(4)'s. This time for
Claudio Jeker
2014-11-05
Did you ever wonder why loopback's ifas have a destination address?
Martin Pieuchot
2014-11-05
Kill in_iawithaddr() and use ifa_ifwithaddr() directly.
Martin Pieuchot
2014-11-05
remove uneeded bpf includes
Jonathan Gray
2014-11-05
No reason to have things like the hibernate allocation area and chunk
Mike Larkin
2014-11-05
Map .rodata RO after boot on amd64. Makefile.amd64 changes from deraadt.
Mike Larkin
2014-11-05
Functions that say they return void should not try to return something.
Daniel Dickman
2014-11-05
change the mbuf pool wait channel name from mbpl to mbufpl. "mb"
David Gwynne
2014-11-04
panic when a sensordev gets installed twice, instead of blowing up amazingly
Jasper Lievisse Adriaanse
2014-11-04
Remove "pl" suffix on pool names.
Martin Pieuchot
2014-11-04
Uncomment code that does voltage capabilities initialisation. Without
Jonathan Gray
2014-11-04
shuffle when the cid is set on submission queue entries so its after
David Gwynne
2014-11-04
when reading the completion queue, it helps to write where we've read up
David Gwynne
2014-11-04
Add rgephy(4) for the RTL8211E phy in the LeMaker Banana Pi and Banana Pro.
Jonathan Gray
2014-11-04
Add atphy(4) for the Atheros AR8031 phys in the AM335x starter kit.
Jonathan Gray
2014-11-04
Commit a missing chunk of the diff I had sent out to recognize some
Brad Smith
2014-11-04
introduce SipHash, designed by Jean-Phillippe Aumasson and Daniel
David Gwynne
2014-11-03
include sys/unistd.h where needed instead of indirect reliance. ok jsg
Ted Unangst
2014-11-03
correct test logic. ok guenther
Ted Unangst
2014-11-03
Put the socket splicing fields into a seperate struct sosplice that
Alexander Bluhm
2014-11-03
deobfuscate by pulling le conversions up. use mallocarray.
Ted Unangst
2014-11-03
Fix kernel stack overflow by preventing carp_send_ad_all() from re-entrant
Gerhard Roth
2014-11-03
Do no change the gateway of local routes for p2p interfaces.
Martin Pieuchot
2014-11-03
pass size argument to free()
Theo de Raadt
2014-11-02
Unmap the hibernate hiballoc page after we are done with it.
Mike Larkin
2014-11-02
tweak free panic messages too
Ted Unangst
2014-11-02
tweak panic messages for consistency
Ted Unangst
2014-11-02
tmpfs free sizes
Ted Unangst
2014-11-02
unnecessary malloc.h include
Ted Unangst
2014-11-02
Only mark segment 0 as executable on 64-bit systems. There it is harmless as
Mark Kettenis
2014-11-01
add a few sizes to free
Ted Unangst
2014-11-01
remove color support. discussed with dlg and mikeb
Ted Unangst
2014-11-01
Rename rtalloc1() into rtalloc(9) and convert its flags to only enable
Martin Pieuchot
2014-11-01
Use the correct default MaxPacketSize for Full Speed devices and make them
Martin Pieuchot
2014-11-01
fix the build when SDMMC_DEBUG is defined
Jonathan Gray
2014-11-01
Remove the port status argument from usbd_reset_port(). We don't do
Martin Pieuchot
2014-11-01
Super-Speed port feature definitions.
Martin Pieuchot
2014-11-01
Use usbd_set_port_feature() instead of rerolling it.
Martin Pieuchot
2014-11-01
Now the armv7 ramdisks are compiled with SMALL_KERNEL
Jonathan Gray
2014-11-01
Make it clear that dma buffers are link to xfers, no functional change.
Martin Pieuchot
2014-10-31
If an event is dequeued just/right after a device is detached, its pipes
Martin Pieuchot
[next]