summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2015-10-23Introduce a new sysctl NET_RT_IFNAMES that returns only ifnames to ifindexClaudio Jeker
2015-10-23Zap pv allocation abstraction layer.Mark Kettenis
2015-10-23Fix uvm_object reference counting. While these reference counts aren't reaalyMark Kettenis
2015-10-23enable viornd on RAMDISK_CDMike Larkin
2015-10-23pass the right sizes to free.David Gwynne
2015-10-23inline the hfsc_active TAILQ.David Gwynne
2015-10-23inline the hif_eligible TAILQ.David Gwynne
2015-10-23counting packets in hif_packets in hfsc_if is redundant.David Gwynne
2015-10-23tweak the vnetid so it can be optional and therefore cleared/deleted.David Gwynne
2015-10-23Add 3 new pledge requests. "ps" exposes enough sysctl information forTheo de Raadt
2015-10-23remove the pointer from hfsc_class structs back to hfsc_if.David Gwynne
2015-10-23Allow hw.ncpu sysctl (a few reasons showed up in my mailbox rapidly..)Theo de Raadt
2015-10-23replace pointer arithmetic and casts with offsetofJonathan Gray
2015-10-23replace pointer arithmetic and casts with offsetofJonathan Gray
2015-10-22Build boot blocks with -msmall-data -msmall-text.Miod Vallat
2015-10-22Drop historical comment and an old '#if notyet'.Martin Pieuchot
2015-10-22Kill link_rtrequest(), introduce in 1990 to "fix" the resultMartin Pieuchot
2015-10-22Use only one refcounting mechanism for route entries.Martin Pieuchot
2015-10-22Only check for rt_ifp now that it is alays the same as rt_ifa->ifa_ifp.Martin Pieuchot
2015-10-22Make sure that the address matching the key (destination) of a routeMartin Pieuchot
2015-10-22Use rt_ifp instead of rt_ifa->ifa_ifp.Martin Pieuchot
2015-10-22Kill dead code, ifa is specified and won't change.Martin Pieuchot
2015-10-22Inspired by satosin(), use inline functions to convert sockaddr dl.Alexander Bluhm
2015-10-22Do not pass an ``ia'' just to dereference ``ia_ifp''.Martin Pieuchot
2015-10-22remove some horrible iwm typedefsJonathan Gray
2015-10-22Further study shows "route" should allow all address families in NET_RT_DUMPTheo de Raadt
2015-10-22Do not dereference ``ifa_ifp'' when we already have an ``ifp'' pointer.Martin Pieuchot
2015-10-22After some consideration, simply allow TIOCSCTTY in the "tty" pledge.Theo de Raadt
2015-10-22Do not dereference ``ia_ifp'' when we already have an ``ifp'' pointer.Martin Pieuchot
2015-10-22Use rt_ifp as intended.Martin Pieuchot
2015-10-22Kill dead code missed in per-ifp counter removal.Martin Pieuchot
2015-10-22rename ml_join to ml_enlist and expose it to the rest of the kernel.David Gwynne
2015-10-21Setting fcntl(F_SETOWN) for a pipe failed with inappropriate ioctlAlexander Bluhm
2015-10-21Return the correct error code when a table already exists.Martin Pieuchot
2015-10-21u_short -> unsigned int for rtableid.Martin Pieuchot
2015-10-21Do not call uvm_swap_finicrypt_all() a second time in dumpsys().Martin Pieuchot
2015-10-20add a new getsockopt option IP_IPDEFTTL to retrieve the default ttl.Sebastian Benoit
2015-10-20At guenther's suggestion replace dnssocket() with a SOCK_DNS flag onTheo de Raadt
2015-10-20Add SIOCGIFGMEMB to "route" (returns a list of all interfaces who areReyk Floeter
2015-10-20Fix 802.1p VLAN priority code points for VLAN_HWTAGGING.Christopher Zimmermann
2015-10-20clear whitelisted-paths view in pledge.Sebastien Marie
2015-10-20allow SO_ERROR all the timeTheo de Raadt
2015-10-20Always allow the setsockopt & getsockopt system calls... however, in theTheo de Raadt
2015-10-19Enable some code that does power management magic.Mark Kettenis
2015-10-19Properly restore the prefetchable memory window upon resume.Mark Kettenis
2015-10-19Allow setpriority in "proc" as well, since a few shells have "nice"Theo de Raadt
2015-10-19Revert transfer submission to r1.85. Seems to make okan@'s scannerMartin Pieuchot
2015-10-19Print vnode type for sendfd/recvfd not file type, ok semarieNicholas Marriott
2015-10-19Stop checking for RTF_UP directly, call rtisvalid(9) instead.Martin Pieuchot
2015-10-19Stop checking for RTF_UP directly, call rtisvalid(9) instead.Martin Pieuchot