summaryrefslogtreecommitdiff
path: root/sys/compat/common/uipc_syscalls_40.c
AgeCommit message (Expand)Author
2022-07-07ifioctl(9): Don't touch ifconf or ifreq until command is validated.riastradh
2020-07-16 Don't accept negative value.msaitoh
2020-02-22pass the address of the field, instead of relying on it being the firstmaxv
2019-12-12Rather than keeping a separate mutex, condvar, and pserialize for eachpgoyette
2019-04-23 KNF. No functional change.msaitoh
2019-04-18Zero out the ifreq struct for SIOCGIFCONF to avoid up to 127 bytes of stackchristos
2019-03-01Rename the MODULE_*_HOOK() macros to MODULE_HOOK_*() as brieflypgoyette
2019-01-27Merge the [pgoyette-compat] branchpgoyette
2018-04-12provide vectors for the ifconf compat code and ifdatareq compat code.christos
2017-11-22#idef the label next_ifa: just like the only goto using it.martin
2017-11-22Fix and make consistent of usages of psz/psref in ifconf variantsozaki-r
2017-03-14Use if_acquire and if_release instead of using psref API directlyozaki-r
2016-08-01Apply pserialize and psref to struct ifaddr and its variantsozaki-r
2016-07-07Switch the address list of intefaces to pslist(9)ozaki-r
2016-06-16Use curlwp_bind and curlwp_bindx instead of open-coding LP_BOUNDozaki-r
2016-05-12Protect ifnet list with psz and psrefozaki-r
2014-11-26Tweak ifconf variantsozaki-r
2011-01-19Remove includes <sys/mount.h> and <sys/sched.h> added for <sys/syscallargs.h>.tsutsui
2007-12-05Use IFADDR_EMPTY().dyoung
2007-12-05Use IFADDR_FOREACH().dyoung
2007-06-02Reduce difference between compat_ifconf() and ifconf():enami
2007-05-30Move the nasty ifdefs in one place. Requested by ad and dyoung.christos
2007-05-29wrap the whole function in COMPAT_40christos
2007-05-29Add a sockaddr_storage member to "struct ifreq" maintaining backwardschristos