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-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
2014-10-31
atheros ub94 support, from Matt Markfort
Ted Unangst
2014-10-31
regen
Ted Unangst
2014-10-31
add atheros ub94. from Matt Markfort
Ted Unangst
2014-10-31
Enable timeouts, just in case(tm).
Martin Pieuchot
2014-10-31
Even in interrupt context curproc is not NULL.
Martin Pieuchot
2014-10-31
Use understandable messages when the per-xfer poison value is incorrect.
Martin Pieuchot
2014-10-31
The config logic with "rl needs-flag" got
Jonathan Gray
2014-10-31
remove a duplicate pckbdvar.h include under NGSCKBD > 0
Jonathan Gray
2014-10-31
remove unused and uneeded includes under NCY_ISA > 0 and NCY_PCI > 0
Jonathan Gray
2014-10-31
#if NSWDISPLAY > 0 -> #if NWSDISPLAY > 0
Jonathan Gray
2014-10-31
Fix a missing include in amd64 pmap.c that resulted in an erroneous memory
Mike Larkin
2014-10-30
XFER_FREE is not used, ciao.
Martin Pieuchot
2014-10-30
muliply to get correct size for free. reported by kspillner
Ted Unangst
2014-10-30
Do not use void * for pointer artithmetics, it's a GNU extension, from
Martin Pieuchot
2014-10-30
Do not enable interrupts before attaching usb(4), fix a panic when an
Martin Pieuchot
2014-10-30
Calculate the Route String when attaching a new device. This is still
Martin Pieuchot
2014-10-30
zero the correct size, then free it.
Ted Unangst
2014-10-30
add some sizes to free()
Ted Unangst
2014-10-28
Select a proper source address when the bound address is
YASUOKA Masahiko
2014-10-28
Fix pipex(4) to return multicast packets to the caller so that npppd can
YASUOKA Masahiko
2014-10-28
Initialize the lists of the hash tables and the virtual pipex
YASUOKA Masahiko
2014-10-28
Fix pipex(4) to initialize DF bit in IP header for L2TP message.
YASUOKA Masahiko
2014-10-28
the if_rxring accounting would get screwed up if the first mbuf to
David Gwynne
2014-10-27
Remove the spilling code for IBAT register and set up the first IBAT register
Mark Kettenis
2014-10-27
Remove execute permission from most pages in the kernel pmap. This is a first
Mark Kettenis
2014-10-27
Stop supporting wsmoused and X in parallel. This code is racy and
Martin Pieuchot
[next]