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-10-24
Make use of hardware RX checksum validation.
Visa Hankala
2015-10-24
lookup tap devices in tapkqfilter, not tun devices.
David Gwynne
2015-10-23
Fix renaming in the root directory by correctly setting directory
Kenneth R Westerback
2015-10-23
Fix printf() types so kernel compiles with or w/o MSDOSFS_DEBUG.
Kenneth R Westerback
2015-10-23
Allow SIOCGIFINFO_IN6
Theo de Raadt
2015-10-23
Allocate a new major for tap(4) also note that pseudo-device tun is for tap
Claudio Jeker
2015-10-23
Split up tun(4) into tun(4) & tap(4). Killing the link0 magic to switch
Claudio Jeker
2015-10-23
rtfree(9) and rtalloc(9) no longer need to be called under KERNEL_LOCK.
Martin Pieuchot
2015-10-23
Update route entries reference counters atomically.
Martin Pieuchot
2015-10-23
It was possible to create a gateway route pointing to another gateway
Alexander Bluhm
2015-10-23
``rt_ifp'' cannot be NULL.
Martin Pieuchot
2015-10-23
Nuke a bunch of leading/embedded/trailing whitespace so the code can be
Kenneth R Westerback
2015-10-23
Introduce a new sysctl NET_RT_IFNAMES that returns only ifnames to ifindex
Claudio Jeker
2015-10-23
Zap pv allocation abstraction layer.
Mark Kettenis
2015-10-23
Fix uvm_object reference counting. While these reference counts aren't reaaly
Mark Kettenis
2015-10-23
enable viornd on RAMDISK_CD
Mike Larkin
2015-10-23
pass the right sizes to free.
David Gwynne
2015-10-23
inline the hfsc_active TAILQ.
David Gwynne
2015-10-23
inline the hif_eligible TAILQ.
David Gwynne
2015-10-23
counting packets in hif_packets in hfsc_if is redundant.
David Gwynne
2015-10-23
tweak the vnetid so it can be optional and therefore cleared/deleted.
David Gwynne
2015-10-23
Add 3 new pledge requests. "ps" exposes enough sysctl information for
Theo de Raadt
2015-10-23
remove the pointer from hfsc_class structs back to hfsc_if.
David Gwynne
2015-10-23
Allow hw.ncpu sysctl (a few reasons showed up in my mailbox rapidly..)
Theo de Raadt
2015-10-23
replace pointer arithmetic and casts with offsetof
Jonathan Gray
2015-10-23
replace pointer arithmetic and casts with offsetof
Jonathan Gray
2015-10-22
Build boot blocks with -msmall-data -msmall-text.
Miod Vallat
2015-10-22
Drop historical comment and an old '#if notyet'.
Martin Pieuchot
2015-10-22
Kill link_rtrequest(), introduce in 1990 to "fix" the result
Martin Pieuchot
2015-10-22
Use only one refcounting mechanism for route entries.
Martin Pieuchot
2015-10-22
Only check for rt_ifp now that it is alays the same as rt_ifa->ifa_ifp.
Martin Pieuchot
2015-10-22
Make sure that the address matching the key (destination) of a route
Martin Pieuchot
2015-10-22
Use rt_ifp instead of rt_ifa->ifa_ifp.
Martin Pieuchot
2015-10-22
Kill dead code, ifa is specified and won't change.
Martin Pieuchot
2015-10-22
Inspired by satosin(), use inline functions to convert sockaddr dl.
Alexander Bluhm
2015-10-22
Do not pass an ``ia'' just to dereference ``ia_ifp''.
Martin Pieuchot
2015-10-22
remove some horrible iwm typedefs
Jonathan Gray
2015-10-22
Further study shows "route" should allow all address families in NET_RT_DUMP
Theo de Raadt
2015-10-22
Do not dereference ``ifa_ifp'' when we already have an ``ifp'' pointer.
Martin Pieuchot
2015-10-22
After some consideration, simply allow TIOCSCTTY in the "tty" pledge.
Theo de Raadt
2015-10-22
Do not dereference ``ia_ifp'' when we already have an ``ifp'' pointer.
Martin Pieuchot
2015-10-22
Use rt_ifp as intended.
Martin Pieuchot
2015-10-22
Kill dead code missed in per-ifp counter removal.
Martin Pieuchot
2015-10-22
rename ml_join to ml_enlist and expose it to the rest of the kernel.
David Gwynne
2015-10-21
Setting fcntl(F_SETOWN) for a pipe failed with inappropriate ioctl
Alexander Bluhm
2015-10-21
Return the correct error code when a table already exists.
Martin Pieuchot
2015-10-21
u_short -> unsigned int for rtableid.
Martin Pieuchot
2015-10-21
Do not call uvm_swap_finicrypt_all() a second time in dumpsys().
Martin Pieuchot
2015-10-20
add a new getsockopt option IP_IPDEFTTL to retrieve the default ttl.
Sebastian Benoit
2015-10-20
At guenther's suggestion replace dnssocket() with a SOCK_DNS flag on
Theo de Raadt
[next]