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-09-11
Rewrite in6_selectroute() to no longer return an ifp.
Martin Pieuchot
2015-09-11
make srp use refcnts so it can use refcnt_finalize instead of
David Gwynne
2015-09-11
if_put() after if_get for ip_output. This became suddenly super trivial.
Claudio Jeker
2015-09-11
use refcnts for the device reference counts as an example of how
David Gwynne
2015-09-11
introduce a wrapper around reference counts called refcnt.
David Gwynne
2015-09-11
There is no need to do the route lookups twice just because of IPSec.
Claudio Jeker
2015-09-11
Hoist all the GPT header checks into gpt_chk_header(). Tweak remaining
Kenneth R Westerback
2015-09-11
Build actual boot code with -D_STANDALONE so that we do not include userland
Miod Vallat
2015-09-11
Introduce rtref(9) use it in rtable_lookup() before returning a route
Martin Pieuchot
2015-09-11
Apply the link state change hook to RTF_LOCAL routes.
Martin Pieuchot
2015-09-11
Convert _TM_ flags to TAME_ flags, collapsing the entire mapping
Theo de Raadt
2015-09-11
rtfree(9) accepts NULL now.
Martin Pieuchot
2015-09-11
When pf modifies a TCP packet, it sets the M_TCP_CSUM_OUT flag in
Alexander Bluhm
2015-09-11
Move all prototypes of gpt helper functions to top of file. Rename
Kenneth R Westerback
2015-09-11
Shuffle some variables around, add a couple, and eliminate hordes
Kenneth R Westerback
2015-09-11
Increment the reference count of CLONING routes before flushing all
Martin Pieuchot
2015-09-11
Save/restore MSR_APICBASE during suspend/resume
Stefan Fritsch
2015-09-11
Move initialization of count of spoofed GPT partitions closer
Kenneth R Westerback
2015-09-11
GPT partitions cannot start at offset 0. Eliminate the variable
Kenneth R Westerback
2015-09-11
remove some bits of srp.h i had pasted in here by accident
David Gwynne
2015-09-11
Stricter checks on sockaddr content when binding PF_INET sockets.
Vincent Gross
2015-09-11
Move the multicast option parsing out of in6_selectroute().
Martin Pieuchot
2015-09-11
Remove the unfinished che(4) driver for Chelsio 10G cards. I lost interest
Claudio Jeker
2015-09-11
Make room for media types of the future. Extend the ifmedia word to 64 bits.
Stefan Sperling
2015-09-11
KNF shuffling of local declarations in readgptlabel().
Kenneth R Westerback
2015-09-11
The must be no space after the syslog priority in the sendsyslog(2)
Alexander Bluhm
2015-09-11
First step at making ix(4) MPSAVE. This is largely based on the em(4)
Claudio Jeker
2015-09-11
readgptlabel() is called from readdoslabel() so there is no need
Kenneth R Westerback
2015-09-11
Don't copy more sense data than we have space for, so we don't crash when
Jonathan Matthew
2015-09-11
if_put after if_get.
David Gwynne
2015-09-11
Kill selectroute().
Martin Pieuchot
2015-09-11
if_put for ip6_input. OK mpi@
Claudio Jeker
2015-09-11
Spoof EFI SYSTEM GPT partitions as MSDOS partitions. As is done
Kenneth R Westerback
2015-09-11
Now that interrupt-safe uvm maps are porperly locked, the interrupt-safe
Mark Kettenis
2015-09-11
Eliminate use-once variable in readgptlabel() and just use the
Kenneth R Westerback
2015-09-11
remove some more trailing whitespace
David Gwynne
2015-09-11
fairly simple size for free()
Theo de Raadt
2015-09-11
size for free()
Theo de Raadt
2015-09-11
if_put for icmp6. Again we cheat a bit with the hop limit to simplify the code.
Claudio Jeker
2015-09-11
whitespaces
Martin Pieuchot
2015-09-11
FOREACH macro is not safe to use when removing elements on a list.
Martin Pieuchot
2015-09-11
iterate over the new half of the if idx map rather than loop on the one
David Gwynne
2015-09-11
Add ddb ps/o, displaying just the non-idle on-proc threads
Philip Guenther
2015-09-11
Only include <sys/tame.h> in the .c files that need it
Philip Guenther
2015-09-11
Kill yet another argument to functions in IPv6. This time ip6_output's
Claudio Jeker
2015-09-11
Don't spoof GPT OpenBSD partitions. Simply record and use the first one
Kenneth R Westerback
2015-09-11
in6_embedscope() needs to lose some weight. Remove the last argument.
Claudio Jeker
2015-09-11
Ignore the 'rotation lock' button on my Yoga12
Philip Guenther
2015-09-11
Change device locators type from int to long, for the sake of 64-bit ports
Miod Vallat
2015-09-10
GPT requires crc32 unconditionally, for (size-constrained) install
Theo de Raadt
[next]