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-11-11
Remove the superfluous typedef uvm_flag_t (unsigned int). Also, fix an
mmcc
2015-11-11
Remove an XXX that no longer makes sense, rt_ifp is now always the same
Martin Pieuchot
2015-11-11
Store the index of the lo0 interface instead of a pointer to its
Martin Pieuchot
2015-11-11
Kill useless IFQ_POLL().
Martin Pieuchot
2015-11-11
Store an interface index instead of a pointer that's never dereferenced.
Martin Pieuchot
2015-11-11
ktrace vnodes do not need to be opened with FREAD, as they are
Theo de Raadt
2015-11-11
mark ehci_intr() as IPL_MPSAFE here as well
Jonathan Gray
2015-11-11
replace the ifqueue used for the pp_cpq with an mbuf_queue.
David Gwynne
2015-11-11
use time_uptime instead of time_second.
David Gwynne
2015-11-10
In bge_reset(), after figuring out which register access routines to use
Miod Vallat
2015-11-10
The window accessible with BGE_MEMWIN_{READ,WRITE} only spans 32KB, so
Miod Vallat
2015-11-10
Define pmap_nested() here too, since we define PMAP_EXCLUDE_DECLS for the sake
Miod Vallat
2015-11-10
Allocate ART table's heap independently from the structure and use
Martin Pieuchot
2015-11-10
pmap changes required for vmm. Changes include addition of pm_type to
Mike Larkin
2015-11-10
UVM change needed for vmm.
Mike Larkin
2015-11-10
flush the send queue in start routines with IFQ_PURGE.
David Gwynne
2015-11-10
dont use IF_DROP when there was some arbitary problem sending a packet.
David Gwynne
2015-11-10
Make TCB_GET() in the kernel return a (void *) like all the others archs
Philip Guenther
2015-11-10
regen
Philip Guenther
2015-11-10
Split the intra-thread functionality from kill(2) into its own syscall
Philip Guenther
2015-11-09
use the correct rdomain when sending gre(4) keepalive packets.
Sebastian Benoit
2015-11-09
Do not leave dangling pointers in the ART tree in case of memory
Martin Pieuchot
2015-11-09
Rewrite rtalloc(9) to consider RTF_GATEWAY entries without valid next-
Martin Pieuchot
2015-11-09
use IFQ_DEQUEUE to pull of the send queue.
David Gwynne
2015-11-09
Run config_found() under splusb.
Martin Pieuchot
2015-11-09
Cache the result of cpuid leaf function $0x1 from the host's boot CPU
Mike Larkin
2015-11-09
Bring GPT validity checking into line with kern/subr_disk.c . In
Kenneth R Westerback
2015-11-09
kenjiro cho points out that requeue is hard to support on queue
David Gwynne
2015-11-09
EPT paging permission bits for amd64, will be used in subsequent pmap
Mike Larkin
2015-11-09
regen
Mike Larkin
2015-11-09
Allocate a currently unused vendor ID for our vmm's pchb.
Mike Larkin
2015-11-09
rework the start routines to avoid IF_PREPEND.
David Gwynne
2015-11-09
rework the code to avoid IF_PREPEND.
David Gwynne
2015-11-08
pull initialization up before poosible goto bad, from Mark Latimer
Ted Unangst
2015-11-08
Merge NetBSD 1.145:
Miod Vallat
2015-11-08
keep all the setperf timeout(9) handling in one place; ok tedu@
Christian Weisgerber
2015-11-08
Handle additional RSN element group ciphers.
Stefan Sperling
2015-11-08
Update section and table numbers inside comments in the RSN code to
Stefan Sperling
2015-11-08
Always claim to support sector mode for eMMC. Allows BeagleBone Black
Jonathan Gray
2015-11-08
Make "machine disk" show some info for EFI instead of info for BIOS.
YASUOKA Masahiko
2015-11-08
Make the variables be "const" and fix white space.
YASUOKA Masahiko
2015-11-07
Spell `unused' correctly.
Miod Vallat
2015-11-07
Disable red-zone since EFI is running with a different ABI.
YASUOKA Masahiko
2015-11-07
Update copyright information
Mike Belopuhov
2015-11-07
Pass AES_GMAC context as a void pointer to cut down on casts in xform.c
Mike Belopuhov
2015-11-07
Use input handlers for bridge(4).
Martin Pieuchot
2015-11-07
Don't try to be clever testing if a queue is full before calling
Martin Pieuchot
2015-11-07
get rid of IF_PREPEND by switching to IFQ_POLL/IFQ_DEQUEUE.
David Gwynne
2015-11-07
typo in nd variable used for adding ni_pledge note
Sebastien Marie
2015-11-07
Allow overriding ghash_update() with an optimized MD function. Use
Christian Weisgerber
[next]