History log of /f-stack/tools/sysctl/sysctl.c (Results 1 – 10 of 10)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# d4a07e70 30-Sep-2021 fengbojiang <[email protected]>

ff tools upgrade to support FreeBSD 13.0.


Revision tags: v1.21.1
# 22ce4aff 31-Aug-2021 fengbojiang <[email protected]>

FreeBSD: Upgrade to FreeBSD-releng-13.0 compiled, to be tested.


Revision tags: v1.21
# 552bc48c 18-Jun-2020 root <[email protected]>

Add ff_ipc_exit() to clean temp files in /var/ while run F-Stack tools netstat/ngctl/sysctl/top/traffic/knictl.


Revision tags: v1.20, v1.13, v1.12
# df9cc249 13-Dec-2017 logwang <[email protected]>

Add tool: arp.

The arp utility displays and modifies the Internet-to-Ethernet address translation tables used by the address resolution protocol.


# fa74a859 13-Dec-2017 logwang <[email protected]>

Add tool: arp.

The arp utility displays and modifies the Internet-to-Ethernet address translation tables used by the address resolution protocol.


Revision tags: v1.11
# 85eb2ae9 06-Sep-2017 Andy <[email protected]>

:bug: tools should init dpdk before all malloc for the same 'virtual memory address'


# df6ad731 06-Jun-2017 logwang <[email protected]>

Add tool: ifconfig.

Changes:
Remove directory `ipc`, and add a new directory `compat`.
Directory `compat` includes some FreeBSD source files to be compatible
with Linux.
Port Fre

Add tool: ifconfig.

Changes:
Remove directory `ipc`, and add a new directory `compat`.
Directory `compat` includes some FreeBSD source files to be compatible
with Linux.
Port FreeBSD ifconfig to F-Stack.

show more ...


# 34a144bd 26-May-2017 logwang <[email protected]>

Tools/sysctl: some changes were omitted from the last commit.


# 2d99e60c 26-May-2017 logwang <[email protected]>

Tools/sysctl: make porting more general.

When porting tools, We should change the original codes as few as
possible.


# 7abd0fb2 23-May-2017 logwang <[email protected]>

Add tool: sysctl.

This commit contains an ipc library implemented by dpdk rte_ring and
sysctl tool ported from FreeBSD.

With this commit we can get and set FreeBSD kernel state in runtime.