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-12-06
g/c pf_change_a6(). it's exactly the same thing as pf_change_ap() with p =
Henning Brauer
2015-12-06
unbreak kernel link if vmm isnt being built as part of the kernel.
David Gwynne
2015-12-06
typo in log entry
mmcc
2015-12-06
restore VMM mode after resume from suspend/hibernate
Mike Larkin
2015-12-05
Multiple cleanups.
Martin Pieuchot
2015-12-05
g/c unneeded af (address family) params to pf_change_ap and _icmp
Henning Brauer
2015-12-05
Make sure we use the same cpu numbering for the kern.cptime2 sysctl as we
Mark Kettenis
2015-12-05
vioblk: Don't send flush ops if flush feature not present
Stefan Fritsch
2015-12-05
make vioblk_scsi_cmd more normal
Stefan Fritsch
2015-12-05
Make virtio_enqueue_commit return void
Stefan Fritsch
2015-12-05
Study of kernel code complete. Permit ioctl SIOCGIFMEDIA for pledge
Theo de Raadt
2015-12-05
avoid an ugly wrap in a comment
Theo de Raadt
2015-12-05
Keep kernel definitions under _KERNEL to unbreak security/wpa_supplicant
Martin Pieuchot
2015-12-05
Keep kernel definitions under _KERNEL to unbreak ports that include
Martin Pieuchot
2015-12-05
Make the bnx interrupt handler mpsafe, and perform rx and tx completion
Jonathan Matthew
2015-12-05
Make pppx pass packets with npppd through the device. This makes pppx work
YASUOKA Masahiko
2015-12-05
pass a pointer to pf_test()'s reason to pf_test_rule instead of using a
Henning Brauer
2015-12-05
Remove useless "if() else", multicast and unicast v6 route lookups are
Vincent Gross
2015-12-05
Avoid using ifq_deq_rollback().
Mark Kettenis
2015-12-05
ifq_deq_rollback without a preceding ifq_deq_begin is fail.
David Gwynne
2015-12-05
upgrade tcp/ip to use the latest in C89 technology: memcpy.
Ted Unangst
2015-12-05
AMD Family 12h and later processors keep their APIC clock running in deeper
Mark Kettenis
2015-12-05
remove stale lint annotations
Ted Unangst
2015-12-05
remove old lint annotations
Ted Unangst
2015-12-04
allow utrace(2) by default.
Theo de Raadt
2015-12-04
Activate functions should in general return 0 for events they don't handle.
Mark Kettenis
2015-12-04
Add intr_barrier() just in case...
Mark Kettenis
2015-12-04
Reduce the stride length of the tables by two and use a single page
Martin Pieuchot
2015-12-04
Move the KERNEL_LOCK from rt_match() to rtable_match().
Martin Pieuchot
2015-12-04
remove PLEDGE_INET granting when using "getpw" in YP environnment
Sebastien Marie
2015-12-04
Reject input when either the version is wrong or the pad is non-zero;
Reyk Floeter
2015-12-04
prefix function names like randomid and pmod to keep them out of global
Ted Unangst
2015-12-04
Grab the KERNEL_LOCK() around bridge_output().
Martin Pieuchot
2015-12-04
There is no need to grab the KERNEL_LOCK here anymore. After discussion with
Claudio Jeker
2015-12-04
bridge(4) never outputs packets so set its if_output and if_start to NULL.
Martin Pieuchot
2015-12-04
Add pledge "dpath", which provides access to mknod(2) and mkfifo(2).
Theo de Raadt
2015-12-04
add a missing mtx_leave before a panic to give ddb/reboot a better
Jonathan Gray
2015-12-04
Do not think atomicity is required here. In any case, prepare for
Theo de Raadt
2015-12-03
mpi@ forgot to commit this. That should unbreak the tree.
Claudio Jeker
2015-12-03
Get rid of rt_mask() and stop allocating a "struct sockaddr" for every
Martin Pieuchot
2015-12-03
deleting ip_insertoptions() prototype, which is no longer needed
Alexandr Nedvedicky
2015-12-03
ip_send()/ip6_send() allow PF to send response packet in ipsoftnet task.
Alexandr Nedvedicky
2015-12-03
remove code that's been #ifdef'ed out for 20 years
Bret Lambert
2015-12-03
When enqueuing a mbuf chain, take the top instead of the last
Alexander Bluhm
2015-12-03
Remove the /usr/share/nls/ exception from pledge(2). The libc
Alexander Bluhm
2015-12-03
Use SRPL_HEAD() and SRPL_ENTRY() to be consistent with and allow to
Martin Pieuchot
2015-12-03
add ifdef IPSEC for protoypes; requested by mpi@
Markus Friedl
2015-12-03
pledge(pf) needs to allow DIOCKILLSRCNODES, used in relayd.
Sebastian Benoit
2015-12-03
Let the IP27 kernel build with DEBUG.
Visa Hankala
2015-12-03
factor out ip_input_ipsec_{fwd,ours}_check(); ok mpi@
Markus Friedl
[next]