For devel/ocaml-opam -- the version control systems are solely used for downloading remote repositories. This change looks good to me, thanks.
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Feed Advanced Search
Advanced Search
Advanced Search
Jun 29 2021
Jun 29 2021
hannes_mehnert.org accepted D17459: Mk/bsd.options.desc.mk: Add version control systems OPTION descriptions.
Jan 25 2018
Jan 25 2018
Oct 12 2017
Oct 12 2017
hannes_mehnert.org updated the diff for D12647: fix tcp:kernel::debug-input trace: the given tcphdr (args[1]) is already partially in host order (namely seq, ack, window size, urgent pointer).
debug__drop as well uses a partially host-order converted tcphdr
hannes_mehnert.org retitled D12647: fix tcp:kernel::debug-input trace: the given tcphdr (args[1]) is already partially in host order (namely seq, ack, window size, urgent pointer) from fix tcp:kernel::debug-input trace: the given tcphdr (args[1]) is already partially in host order (namely seq, ack, window size) to fix tcp:kernel::debug-input trace: the given tcphdr (args[1]) is already partially in host order (namely seq, ack, window size, urgent pointer).
Mar 3 2016
Mar 3 2016
My motivation is to use dtrace instead of TCPDEBUG, thus I complemented every tcp_trace with a TCP_PROBE afterwards (some were missing). Moving around the m_free(m) is solely to have the consistency of #ifdef TCPDEBUG.. #endif followed by TCP_PROBE (if you prefer, the TCP_PROBE can be moved upwards, and the m_free stay at the same place as before.
Mar 2 2016
Mar 2 2016
hannes_mehnert.org retitled D5525: Fix dtrace probes for TCPDEBUG from to Fix dtrace probes for TCPDEBUG.
hannes_mehnert.org retitled D5524: fixes on DTrace tcpdebug script from to fixes on DTrace tcpdebug script.