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-25
Fold "malloc" into "stdio" and -- recognizing that no program so far has
Theo de Raadt
2015-10-25
enable asmc(4) on i386
Joerg Jung
2015-10-25
refactor to use a taskq and postpone the long running initial sensor probing,
Joerg Jung
2015-10-25
pledge_sockopt_check is shared between setsockopt/getsockopt. nicm
Theo de Raadt
2015-10-25
Nuke union of d_packname with un_d_boot0 & un_d_boot1, keeping
Kenneth R Westerback
2015-10-25
I should not have committed this chunk. Spotted by krw@
Martin Pieuchot
2015-10-25
Simple sizes for free(9).
Martin Pieuchot
2015-10-25
do not expose nd6 randomid's to userland via ioctl.
Theo de Raadt
2015-10-25
Trivial rt_ifp->if_index -> rt_ifidx conversions.
Martin Pieuchot
2015-10-25
Merge rtable_mpath_conflict() into rtable_insert().
Martin Pieuchot
2015-10-25
Remove IPV6_NEXTHOP implementation. Source routing is considered to be
Florian Obser
2015-10-25
Be more consisten with rtmsgs. Always set rtm_index (even in the RTM_GET
Claudio Jeker
2015-10-25
Use the "modern" way to check if a route entry correspond to a local
Martin Pieuchot
2015-10-25
Do not overwrite if_rtrequest() if the driver specified it *before*
Martin Pieuchot
2015-10-25
arp_ifinit() is no longer needed.
Martin Pieuchot
2015-10-25
arp_ifinit() is no longer needed and almost dead.
Martin Pieuchot
2015-10-25
arp_ifinit() is no longer needed.
Martin Pieuchot
2015-10-25
ifa is no longer used.
Martin Pieuchot
2015-10-25
arp_ifinit() is no longer needed.
Martin Pieuchot
2015-10-25
arp_ifinit() is no longer needed.
Martin Pieuchot
2015-10-25
arp_ifinit() is no longer required.
Martin Pieuchot
2015-10-25
Introduce if_rtrequest() the successor of ifa_rtrequest().
Martin Pieuchot
2015-10-25
Introduce if_rtrequest() the successor of ifa_rtrequest().
Martin Pieuchot
2015-10-25
reorder some checks in pledge_namei() in order to properly work.
Sebastien Marie
2015-10-25
ps(1) needs sysctl KERN_PROC_CWD exposed as well in the pledge "ps" set.
Theo de Raadt
2015-10-25
Instead of doing the the if_get() dance for rt_missmsg(), change the
Alexander Bluhm
2015-10-25
For SYS_open let the /dev/null special case match if any TMN_RPATH,
Todd C. Miller
2015-10-25
Allow getsockopt(IP_OPTIONS) (with inet), needed by portmap (for RPC).
Nicholas Marriott
2015-10-24
Convert to rt_ifidx.
Martin Pieuchot
2015-10-24
Convert to rt_ifidx.
Martin Pieuchot
2015-10-24
Ignore Router Advertisment's current hop limit.
Martin Pieuchot
2015-10-24
Wait a short while between setting a USB device's address and reloading
Stefan Sperling
2015-10-24
Convert some if_ref() to if_get().
Martin Pieuchot
2015-10-24
Some rt_ifp to rt_ifidx conversions.
Martin Pieuchot
2015-10-24
Define ``rt_ifidx'' as rt_ifp->if_index to ease the transtion towards
Martin Pieuchot
2015-10-24
Remove superfluous assignment.
Reyk Floeter
2015-10-24
Add pair(4), a vether-based virtual Ethernet driver to interconnect
Reyk Floeter
2015-10-24
Unify all the errno names in
Alexander Bluhm
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
[next]