nuttx-apps/system
liqinhui 91a697a3f4 renew6: Optimize the process of obtaining an IPv6 address.
If Managed Address Congfiguration flag in the Router Advertisement
Messsage is set, we would obtain the IPv6 address though the stateful
DHCPv6 procedure.

Signed-off-by: liqinhui <liqinhui@xiaomi.com>
2023-12-07 06:26:50 -08:00
..
adb system/adb: Download the latest package 2023-09-13 21:08:23 +08:00
argtable3 cmake:replace custom_patch_target with PATCH_COMMAND 2023-08-24 17:49:12 +02:00
cdcacm remove system/xxx/README.md. Migrated to Documentation/applications/system 2023-10-30 10:00:01 +08:00
cfgdata remove system/xxx/README.md. Migrated to Documentation/applications/system 2023-10-30 10:00:01 +08:00
cle system: use fileno to get stream file descriptor 2023-10-10 01:03:42 +08:00
composite remove system/xxx/README.md. Migrated to Documentation/applications/system 2023-10-30 10:00:01 +08:00
coredump coredump/priority: Increase the default priority of coredump to 254 2023-08-09 15:00:45 +08:00
critmon add initial cmake build system 2023-07-08 13:52:02 +08:00
cu system/cu: Remove the dependence on stdio FILE * function 2023-09-06 14:29:34 +02:00
dd system: dd: add standalone dd command 2023-08-09 20:59:40 +08:00
dhcp6c renew6: Optimize the process of obtaining an IPv6 address. 2023-12-07 06:26:50 -08:00
dhcpc add initial cmake build system 2023-07-08 13:52:02 +08:00
dumpstack Wrong start and end values would make dead cycle. Exchange the values when start value is bigger than end value. 2023-08-16 20:20:03 +03:00
fastboot system/fastboot: Fix command comparation 2023-09-12 16:26:09 +08:00
fdt libfdt: modify makefile 2023-08-26 17:06:55 +08:00
flash_eraseall remove system/xxx/README.md. Migrated to Documentation/applications/system 2023-10-30 10:00:01 +08:00
gcov system/gcov: add show usage 2022-09-27 19:39:31 +08:00
gdbstub gdbstub:Support a general gdbstub, support serial port and network link 2023-07-13 19:31:57 +08:00
hex2bin c++ compatibility: rename usages of reserved c++ keywords 'this' and 'public' 2023-09-16 19:45:52 +08:00
hexed add initial cmake build system 2023-07-08 13:52:02 +08:00
hostname add initial cmake build system 2023-07-08 13:52:02 +08:00
i2c remove system/xxx/README.md. Migrated to Documentation/applications/system 2023-10-30 10:00:01 +08:00
input apps: Use MIN/MAX definitions from "sys/param.h" 2023-02-02 00:35:14 +02:00
iptables Change all sizeof(arr)/sizeof(arr[0]) to nitems 2023-08-17 22:51:51 +03:00
libuv remove system/xxx/README.md. Migrated to Documentation/applications/system 2023-10-30 10:00:01 +08:00
lm75 add initial cmake build system 2023-07-08 13:52:02 +08:00
lzf add initial cmake build system 2023-07-08 13:52:02 +08:00
mdio add initial cmake build system 2023-07-08 13:52:02 +08:00
netdb add initial cmake build system 2023-07-08 13:52:02 +08:00
nsh remove system/xxx/README.md. Migrated to Documentation/applications/system 2023-10-30 10:00:01 +08:00
ntpc system/ntpc/Kconfig: cosmetcis 2023-10-23 22:26:13 +08:00
nxcamera system/readline: correct the readline(3) prototype 2023-10-16 22:04:18 +08:00
nxdiag system/nxdiag: Fix race condition during build 2023-07-18 23:43:29 +08:00
nxlooper system/readline: correct the readline(3) prototype 2023-10-16 22:04:18 +08:00
nxplayer remove system/xxx/README.md. Migrated to Documentation/applications/system 2023-10-30 10:00:01 +08:00
nxrecorder system/nxrecorder: add amr offload record support 2023-10-27 21:00:59 +08:00
ofloader ofloader: startup ofloader directly 2023-08-14 13:39:42 +08:00
ping net/ip: print ip addresses using ip4_addrN macro 2023-08-22 01:36:42 +08:00
ping6 add initial cmake build system 2023-07-08 13:52:02 +08:00
popen system/popen: popen should depends on pipe() 2023-11-15 08:27:28 -08:00
psmq remove system/xxx/README.md. Migrated to Documentation/applications/system 2023-10-30 10:00:01 +08:00
ptpd ptpd: Code quality improvements 2023-12-04 00:30:26 -08:00
readline system/readline: correct the readline(3) prototype 2023-10-16 22:04:18 +08:00
sched_note add initial cmake build system 2023-07-08 13:52:02 +08:00
setlogmask setlogmask: fix uncloseed handle 2023-08-28 17:09:18 +03:00
spi remove system/xxx/README.md. Migrated to Documentation/applications/system 2023-10-30 10:00:01 +08:00
stackmonitor Revert "fix progname do not match issue" 2023-10-10 01:02:50 +08:00
system add initial cmake build system 2023-07-08 13:52:02 +08:00
taskset add initial cmake build system 2023-07-08 13:52:02 +08:00
tcpdump Change all sizeof(arr)/sizeof(arr[0]) to nitems 2023-08-17 22:51:51 +03:00
tee add initial cmake build system 2023-07-08 13:52:02 +08:00
telnet add initial cmake build system 2023-07-08 13:52:02 +08:00
telnetd telnetd/Kconfig: cosmetic change 2023-05-13 10:15:02 -03:00
termcurses remove system/xxx/README.md. Migrated to Documentation/applications/system 2023-10-30 10:00:01 +08:00
trace remove system/xxx/README.md. Migrated to Documentation/applications/system 2023-10-30 10:00:01 +08:00
ubloxmodem Change all sizeof(arr)/sizeof(arr[0]) to nitems 2023-08-17 22:51:51 +03:00
uniqueid Replace all sprintf with snprintf 2023-05-08 21:35:16 +03:00
uorb cmake: support for system/uorb 2023-11-17 03:32:54 -08:00
usbmsc remove system/xxx/README.md. Migrated to Documentation/applications/system 2023-10-30 10:00:01 +08:00
vi add initial cmake build system 2023-07-08 13:52:02 +08:00
ymodem remove system/xxx/README.md. Migrated to Documentation/applications/system 2023-10-30 10:00:01 +08:00
zlib Fix Kconfig style 2023-11-16 20:31:08 -08:00
zmodem remove system/xxx/README.md. Migrated to Documentation/applications/system 2023-10-30 10:00:01 +08:00
.gitignore Remove extra whitespace from files (#43) 2020-01-31 08:29:24 -06:00
CMakeLists.txt add initial cmake build system 2023-07-08 13:52:02 +08:00
Make.defs Makefiles: Gregory Nutt: update licenses to Apache 2021-06-07 21:35:33 -05:00
Makefile Makefiles: Gregory Nutt: update licenses to Apache 2021-06-07 21:35:33 -05:00