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
2018-02-11
Can mask MAP_STACK by name rather than number
Theo de Raadt
2018-02-11
Add MAP_STACK flag. Currently masked by mmap()
Theo de Raadt
2018-02-11
Add a ROUTE_PRIOFILTER socket option for roueing sockets that
Sebastian Benoit
2018-02-11
if an interface is added to the bridge that doesn't exist, try to create it
Henning Brauer
2018-02-11
add an ipv6 "don't fragment" flag to mbufs for ip6_output to use.
David Gwynne
2018-02-10
Enable axppmic(4).
Mark Kettenis
2018-02-10
Add AXP803 support.
Mark Kettenis
2018-02-10
More Allwinner A64 clocks.
Mark Kettenis
2018-02-10
Merge license blocks now that they are identical.
Martin Pieuchot
2018-02-10
Artur Grabowski agreed to relicense his C mutex implementation under ISC.
Martin Pieuchot
2018-02-10
Convert armv7 to MI mutex.
Martin Pieuchot
2018-02-10
Move cleanup job control bits to their own function.
Martin Pieuchot
2018-02-10
Revert previous & incorrect NULL dereference fix.
Martin Pieuchot
2018-02-10
Replace two spaces indents with tabs. Makes it easier to read and
Patrick Wildt
2018-02-10
Additional AMD CPUID bits documented in
Jonathan Gray
2018-02-10
There is a problem with assigning 127.0.0.1 here. Revert the call
Claudio Jeker
2018-02-10
Remove now unused assembly mutex code.
Martin Pieuchot
2018-02-10
If the kernel fails to clone an entry, report rtrequest(9) error.
Martin Pieuchot
2018-02-10
Kill unneeded caddr_t cast.
Claudio Jeker
2018-02-10
rework gif to be more consistent.
David Gwynne
2018-02-10
Supplying entropy from etext has created a regression on arm where we
Patrick Wildt
2018-02-10
Put the ldscript parts into a single file instead of storing it as head
Patrick Wildt
2018-02-10
mbufs and mbuf clusters are now backed by large pools. Because of this
Claudio Jeker
2018-02-10
Implement RFC 7217: "A Method for Generating Semantically Opaque
Florian Obser
2018-02-10
Similar to the IPv6 case create 127.0.0.1/8 on lo(4) interfaces which act
Claudio Jeker
2018-02-10
Syncronize filesystems to disk when suspending. Each mountpoint's vnodes
Theo de Raadt
2018-02-10
fix build with SDHC_DEBUG defined, no binary change otherwise
Jonathan Matthew
2018-02-10
Add a mapping from grandparent driver name to hibernate io function to reduce
Jonathan Matthew
2018-02-10
Use sched_pause(yield) to decide when to yield when filling randomdata.
mortimer
2018-02-09
use in_addr and in6_addr instead of uint32_ts
David Gwynne
2018-02-09
oh carp - i didnt mean to commit these
David Gwynne
2018-02-09
use struct in_addr to represent an address.
David Gwynne
2018-02-09
add support for setting the ttl on the tunnel traffic.
David Gwynne
2018-02-09
Call socreate() before falloc() in sys_socket().
Martin Pieuchot
2018-02-09
rework etherip to make it more consistent and reduce code duplication.
David Gwynne
2018-02-09
Check for the existence of /bsd before trying to back it up to /obsd.
Theo Buehler
2018-02-09
Situation occur where bootloader cannot supply kernel with early
Theo de Raadt
2018-02-09
Extend the mbuf queue API with an accessor that checks whether
Patrick Wildt
2018-02-09
Implement the bwfm(4) SDIO bus logic. This is the bus layer that
Patrick Wildt
2018-02-09
timeout_add -> timeout_add_sec
Jonathan Matthew
2018-02-09
bring back the wccp shizz.
David Gwynne
2018-02-08
implement support for tunnelttl copy.
David Gwynne
2018-02-08
Make the routing socket more MP save by using a SRPL list for the pcb list.
Claudio Jeker
2018-02-08
ttl 0 is not valid on the wire, so dont accept it.
David Gwynne
2018-02-08
implement ethernet over gre encapsulation with a thing egre(4) driver.
David Gwynne
2018-02-08
handle SIOCGLIFPHYTTL and say that the ttl is always "copied"
David Gwynne
2018-02-08
When multiple RTF_CLONING routes for the same subnet are present, use
Martin Pieuchot
2018-02-08
Add a new '-protected' option for bridge members.
Martin Pieuchot
2018-02-08
Remove CSRG copyright, there isn't any code left from Berkeley here.
Martin Pieuchot
2018-02-08
Do not hardcode key length. Pointed out by jsing@
mortimer
[next]