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-17
rearrange fields for better packing. reduces size to 256 on amd64.
Ted Unangst
2014-11-17
Add quirks for the "Realtek ALC885" found on MacMini3.1, unmutes the
Landry Breuil
2014-11-17
Sync our kernel AES code to the one shipped in OpenSSL/LibreSSL.
Mike Belopuhov
2014-11-17
More cases of kernel map entries being created as EXEC by default; not
Theo de Raadt
2014-11-17
There is no reason for uvm_km_alloc1() to allocate kernel memory
Theo de Raadt
2014-11-17
instead of PROT_MASK, use PROT_READ | PROT_WRITE | PROT_EXEC to
Theo de Raadt
2014-11-17
apply siphash to the key selection for the ufs inode hash.
David Gwynne
2014-11-17
convert a copystr to strlcpy.
Ted Unangst
2014-11-16
Delete a comment that was obsoleted by the switch to UVM
Philip Guenther
2014-11-16
Two fixes to make Qemu and VMware xHCI implementations work:
Martin Pieuchot
2014-11-16
remove now unnecessary casts from hash update calls.
Ted Unangst
2014-11-16
Defining the interface in terms of char * means most callers are
Ted Unangst
2014-11-16
convert to use sha512 for pf iss. ok deraadt dlg
Ted Unangst
2014-11-16
Replace a plethora of historical protection options with just
Theo de Raadt
2014-11-16
mix the rdomain (rtable?) into the hash for tcp iss generation.
David Gwynne
2014-11-16
Allow the driver to be able to retrieve the MAC address from the ROM
Brad Smith
2014-11-16
Rework the __thrsigdivert (aka sigwait()) handling: instead of interfering
Philip Guenther
2014-11-16
Add cas(4).
Brad Smith
2014-11-15
Pull in sys/types.h for the necessary typedefs
Philip Guenther
2014-11-15
repair operator precedence in UVM_MAPFLAG() macro; ok tedu
Theo de Raadt
2014-11-15
use siphash in the in_pcb hashing. this mitigates it against flooding
David Gwynne
2014-11-15
regen
Brad Smith
2014-11-15
Add Intel QS77 LPC.
Brad Smith
2014-11-15
wire siphash into the build so in_pcb hashes can use it.
David Gwynne
2014-11-15
hoist the slowdown handling up to the pool_do_get callers. this lets
David Gwynne
2014-11-15
Fix a mistake in a comment.
Doug Hogan
2014-11-15
add sizes for free(ptr, sizeof(*ptr)). use sizeof(*ptr) for malloc sizes.
Ted Unangst
2014-11-14
prefer sizeof(*ptr) to sizeof(struct) for malloc and free
Ted Unangst
2014-11-14
simplest free(size)
Ted Unangst
2014-11-14
bzero -> memset
Ted Unangst
2014-11-14
enable trunk.
Henning Brauer
2014-11-14
regen
Martin Pieuchot
2014-11-14
Some BayTrail IDs, including xhci(4), found in inframare's dmesg on bugs@.
Martin Pieuchot
2014-11-14
implement the atomic_foo things on arm.
David Gwynne
2014-11-14
add some more sdtemp devices
Jonathan Gray
2014-11-14
move the slowdown back up. it needs to take place after the allocated page
Ted Unangst
2014-11-13
sizes for simple frees. new diff without the bug spotted by deraadt
Ted Unangst
2014-11-13
bzero -> memset
Ted Unangst
2014-11-12
take a few more ticks to actually throttle down. hopefully helps in
Ted Unangst
2014-11-12
Improve performance of an internal loop by saving up on branching
Mike Belopuhov
2014-11-12
Remove SIOCSIFMTU handling and misuse of if_mtu values for MRU
Mike Belopuhov
2014-11-11
Do not held the kernel lock when calling hardclock() and statclock().
Martin Pieuchot
2014-11-11
When a bus is explored, do not probe the ports which status hasn't
Martin Pieuchot
2014-11-11
Local APIC page doesn't need X permissions.
Mike Larkin
2014-11-11
Stop athn(4) from attaching to AR9300 devices for now. There are unresolved
Stefan Sperling
2014-11-11
Do not reset the base address of the control endpoint's ring when
Martin Pieuchot
2014-11-11
Ask networking stack to recalculate the ICMPv6 checksum in pf_route6
Mike Belopuhov
2014-11-10
Grab the pool mutex in sysctl_dopool(), but only for pools for which
Mark Kettenis
2014-11-10
Split the logic for the ICMP and ICMP6 case in pf_get_sport(). The
Alexander Bluhm
2014-11-10
add an additional error check into the ixgbe_handle_msf
Mike Belopuhov
[next]