summaryrefslogtreecommitdiff
path: root/sys/compat/common
AgeCommit message (Expand)Author
2022-08-03Apply patch, requested by riastradh in ticket #1487:martin
2022-08-03Pull up following revision(s), all via patchmartin
2021-08-15Pull up following revision(s) (requested by christos in ticket #1337):martin
2020-10-10Pull up following revision(s) (requested by nia in ticket #1106):martin
2020-07-17Pull up following revision(s) (requested by msaitoh in ticket #1018):martin
2020-02-27Pull up following revision(s) (requested by pgoyette in ticket #741):martin
2020-01-02Pull up following revision(s) (requested by maxv in ticket #597):martin
2019-12-29Pull up following revision(s) (requested by pgoyette in ticket #588):martin
2019-12-18Pull up following revision(s) (requested by tsutsui in ticket #570):martin
2019-11-11Pull up following revision(s) (requested by pgoyette in ticket #413):martin
2019-10-21Pull up following revision(s) (requested by pgoyette in ticket #339):martin
2019-06-18Drop unused retval pointer from do_sys_mknod{,at}()kamil
2019-06-17Add QUOTA ifdef (Paul Goyette)christos
2019-06-17Use tabs, not spaces, for indentation. NFCIpgoyette
2019-06-17If we don't compile a kernel with QUOTA, we don't support the compat quotachristos
2019-05-17 The max subtype of the ifmedia word is 31. It's too small for Ethernet now.msaitoh
2019-04-29Introduce rt_addrmsg_src which adds RTA_AUTHOR to the message.roy
2019-04-29rtsock: Route address message simplificationroy
2019-04-29Move the set-up of the net.oroute... sysctl tree to compat_50 sincepgoyette
2019-04-29For the rtsock compat code, make sure we create the "oroute" sysctlpgoyette
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-04-17 KNF. No functional change.msaitoh
2019-04-16Rename ifreqo2n() and ifreqo2n() to IFREQO2N_43() and IFREQN2O_43():msaitoh
2019-04-15Clean up this mess and simplify, so that all the socket options getpgoyette
2019-04-15Split the COMPAT_50 socket-timeout stuff out of kern/uipc_socket.cpgoyette
2019-04-14Only need to #include sys/vnode.h oncepgoyette
2019-03-01Rename the MODULE_*_HOOK() macros to MODULE_HOOK_*() as brieflypgoyette
2019-01-29Normalize all the compat hooks' names to the formpgoyette
2019-01-29Rename the if43_20_hook to if43_cvtcmd_20_hookpgoyette
2019-01-29The if43_20_hook function returns an errno; use it to determine whetherpgoyette
2019-01-28- Don't expose random data conversion functions, but expose the high levelchristos
2019-01-28- provide a hook for the 43 tty ioctlschristos
2019-01-27Include new header from correct directorypgoyette
2019-01-27- autoload the compat_80 for modstatchristos
2019-01-27make this compile again (enable #if 0 code)christos
2019-01-27Merge the [pgoyette-compat] branchpgoyette
2018-10-30Paranoia: zero COMPAT_30 ntptimeval and 32-bit ntptimeval too.riastradh
2018-10-30Zero ntptimeval50 too to prevent 4-byte kernel stack disclosure.riastradh
2018-09-12 Fix a bug that SIOC[GZ]IFDATA returned old ifreq structure.msaitoh
2018-09-06Remove the network ATM code.maxv
2018-09-03Rename min/max -> uimin/uimax for better honesty.riastradh
2018-06-05use the standard rules, instead of rolling our own.christos
2018-05-27- Introduce :q modifier for make variables and make it double escape $'s sochristos
2018-05-10Added missing ifi_link_state at compat_50_rt_oifmsg() and compat_50_iflist().nonaka
2018-05-04Clean up a stray #ifdef _MODULE - it prevented definition ofpgoyette
2018-05-03Fix COMPAT_NETBSD32 cmsg handling:christos
2018-04-26Test for valid interface for ioctls that demand it.roy
2018-04-12If we are modular, allow us to use modules for compat; don't load all thechristos
2018-04-12provide vectors for the ifconf compat code and ifdatareq compat code.christos