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-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
2014-11-10
remove pointless timeout_del/add dance in the interrupt handler
Mike Belopuhov
2014-11-10
Inadvertent ampersand has made the check to always yield truth
Mike Belopuhov
2014-11-10
Gather full statistics only when IX_DEBUG is defined
Mike Belopuhov
2014-11-10
don't try to update the link status every second
Mike Belopuhov
2014-11-10
remove ixgbe_sfp_probe since it's not called anyways
Mike Belopuhov
2014-11-10
Support USB 1.x devices below external hubs.
Martin Pieuchot
2014-11-10
Add some fields needed for TT support.
Martin Pieuchot
2014-11-10
Apparently xhci(4) also needs a hook to set the address of a device.
Martin Pieuchot
2014-11-10
Remove USB locators. They are currently unused and this wont change due
Martin Pieuchot
2014-11-10
Do not pass an ifa pointer when we already have a DAD descriptor.
Martin Pieuchot
2014-11-10
Plug a rtentry leak and change the name of the pool to something
Martin Pieuchot
2014-11-09
To implement transparent relays for connectionless protocols, the
Alexander Bluhm
2014-11-09
typo
Miod Vallat
2014-11-09
When a pipe is closed, clear the memory of the corresponding enpoint
Martin Pieuchot
2014-11-09
remove commented entries for tedu'd bluetooth drivers
Jonathan Gray
2014-11-08
Delete commented out 'romtty' device configuration.
Kenji Aoyama
2014-11-08
some systems install sensors where numbering introduces a gap which
Jasper Lievisse Adriaanse
2014-11-08
No need to keep the temporary mappings for the MMU pages for the resume
Mike Larkin
2014-11-08
If resuming from sleep (zzz/ZZZ) and the lid is still closed, go back to
Mike Larkin
2014-11-08
Kill #if 0'ed code for boot args that we don't care about on amd64.
Philip Guenther
2014-11-07
Wrong comment - NX is handled later (for now), not in locore. No functional
Mike Larkin
2014-11-07
Enable xhci(4). Most of the features are here, USB 1.x devices only work
Martin Pieuchot
2014-11-07
Document how the Slot States transitions described in section 4.5.3 of
Martin Pieuchot
2014-11-07
Prevent a race when submitting a command by using the appropriate spl
Martin Pieuchot
2014-11-07
Give Super-Speed hubs a chance to route USB 3.0 transfers.
Martin Pieuchot
2014-11-07
Map .rodata and the KVA range corresponding to the ISA hole as NX on amd64
Mike Larkin
2014-11-06
printf debugging worked! figured out the bug (in free()) just after
Ted Unangst
[next]