ambrop7 f9cb7b96a2 remove LinkedList2 and use LinkedList1 instead 13 年之前
..
alias.c 27c36e7859 ncd: make a new more efficient value storage object NCDVal, and migrate things from NCDValue to NCDVal 13 年之前
arithmetic.c 42d543212b ncd: port some modules to use preallocation 13 年之前
assert.c 577e83fa9c ncd: modules: add assert 13 年之前
blocker.c f9cb7b96a2 remove LinkedList2 and use LinkedList1 instead 13 年之前
call.c 42d543212b ncd: port some modules to use preallocation 13 年之前
call2.c 42d543212b ncd: port some modules to use preallocation 13 年之前
choose.c 42d543212b ncd: port some modules to use preallocation 13 年之前
command_template.c b3c5ff1cb8 ncd: modules: command_template: remove stray log channel include, cosmetic changes 13 年之前
command_template.h b3c5ff1cb8 ncd: modules: command_template: remove stray log channel include, cosmetic changes 13 年之前
concat.c 42d543212b ncd: port some modules to use preallocation 13 年之前
concatv.c 42d543212b ncd: port some modules to use preallocation 13 年之前
daemon.c 0946e8dfdc ncd: modules: port some more modules to func_new2 13 年之前
depend.c f9cb7b96a2 remove LinkedList2 and use LinkedList1 instead 13 年之前
dynamic_depend.c 630ff9fa6a ncd: modules: port the rest of modules to func_new2 13 年之前
event_template.c 27c36e7859 ncd: make a new more efficient value storage object NCDVal, and migrate things from NCDValue to NCDVal 13 年之前
event_template.h 27c36e7859 ncd: make a new more efficient value storage object NCDVal, and migrate things from NCDValue to NCDVal 13 年之前
exit.c 27c36e7859 ncd: make a new more efficient value storage object NCDVal, and migrate things from NCDValue to NCDVal 13 年之前
explode.c ad80c756ff ncd: modules: explode: fix a malloc(0) 13 年之前
file.c 429b5eaed0 ncd: modules: port some more more modules to func_new2 13 年之前
foreach.c e80d8295a3 ncd: modules: foreach: use int's instead of size_t's for statement indices 13 年之前
from_string.c 429b5eaed0 ncd: modules: port some more more modules to func_new2 13 年之前
getargs.c 27c36e7859 ncd: make a new more efficient value storage object NCDVal, and migrate things from NCDValue to NCDVal 13 年之前
if.c 27c36e7859 ncd: make a new more efficient value storage object NCDVal, and migrate things from NCDValue to NCDVal 13 年之前
imperative.c 630ff9fa6a ncd: modules: port the rest of modules to func_new2 13 年之前
implode.c 429b5eaed0 ncd: modules: port some more more modules to func_new2 13 年之前
index.c 630ff9fa6a ncd: modules: port the rest of modules to func_new2 13 年之前
list.c 630ff9fa6a ncd: modules: port the rest of modules to func_new2 13 年之前
logical.c 42d543212b ncd: port some modules to use preallocation 13 年之前
modules.h 1996f362b4 ncd: modules: remove ip_in_network.c and make ip_in_network() an alias for net.ipv4.addr_in_network() 13 年之前
multidepend.c f9cb7b96a2 remove LinkedList2 and use LinkedList1 instead 13 年之前
net_backend_badvpn.c 641a6bd0ff ncd: modules: port some modules to func_new2 13 年之前
net_backend_rfkill.c 641a6bd0ff ncd: modules: port some modules to func_new2 13 年之前
net_backend_waitdevice.c 641a6bd0ff ncd: modules: port some modules to func_new2 13 年之前
net_backend_waitlink.c 641a6bd0ff ncd: modules: port some modules to func_new2 13 年之前
net_backend_wpa_supplicant.c 641a6bd0ff ncd: modules: port some modules to func_new2 13 年之前
net_dns.c f9cb7b96a2 remove LinkedList2 and use LinkedList1 instead 13 年之前
net_iptables.c 641a6bd0ff ncd: modules: port some modules to func_new2 13 年之前
net_ipv4_addr.c 544a2838cb ncd/modules/net_ipv4_addr.c: port to func_new2 13 年之前
net_ipv4_addr_in_network.c 1996f362b4 ncd: modules: remove ip_in_network.c and make ip_in_network() an alias for net.ipv4.addr_in_network() 13 年之前
net_ipv4_arp_probe.c 641a6bd0ff ncd: modules: port some modules to func_new2 13 年之前
net_ipv4_dhcp.c 641a6bd0ff ncd: modules: port some modules to func_new2 13 年之前
net_ipv4_route.c 2d7d05d6bb ncd/modules/net_ipv4_route.c: port to func_new2 13 年之前
net_ipv6_addr.c 619288f673 ncd: modules: add net.ipv6.addr() 13 年之前
net_ipv6_addr_in_network.c 5d2c3cb7db ncd: modules: add net_ipv4_addr_in_network and net_ipv6_addr_in_network 13 年之前
net_ipv6_route.c f65800bfd1 ncd: modules: add net.ipv6.route() 13 年之前
net_ipv6_wait_dynamic_addr.c 641a6bd0ff ncd: modules: port some modules to func_new2 13 年之前
net_up.c 641a6bd0ff ncd: modules: port some modules to func_new2 13 年之前
net_watch_interfaces.c 641a6bd0ff ncd: modules: port some modules to func_new2 13 年之前
netmask.c 641a6bd0ff ncd: modules: port some modules to func_new2 13 年之前
ondemand.c 630ff9fa6a ncd: modules: port the rest of modules to func_new2 13 年之前
parse.c 429b5eaed0 ncd: modules: port some more more modules to func_new2 13 年之前
print.c 42d543212b ncd: port some modules to use preallocation 13 年之前
process_manager.c f9cb7b96a2 remove LinkedList2 and use LinkedList1 instead 13 年之前
reboot.c 3c08174cbc ncd: modules: add reboot 13 年之前
ref.c 630ff9fa6a ncd: modules: port the rest of modules to func_new2 13 年之前
regex_match.c 43110fd7db cosmetic changes 13 年之前
run.c 42d543212b ncd: port some modules to use preallocation 13 年之前
runonce.c 98e139f2ce ncd: modules: runonce: document the do_setsid option 13 年之前
sleep.c 42d543212b ncd: port some modules to use preallocation 13 年之前
spawn.c 0e337dfb8a ncd: modules: spawn: implement _caller in called process, implement spawn::join(), port to new instance allocation 13 年之前
strcmp.c 42d543212b ncd: port some modules to use preallocation 13 年之前
sys_evdev.c 2216d83b02 ncd: don't abort if close fails 13 年之前
sys_request_client.c 630ff9fa6a ncd: modules: port the rest of modules to func_new2 13 年之前
sys_request_server.c 630ff9fa6a ncd: modules: port the rest of modules to func_new2 13 年之前
sys_watch_directory.c 630ff9fa6a ncd: modules: port the rest of modules to func_new2 13 年之前
sys_watch_input.c 630ff9fa6a ncd: modules: port the rest of modules to func_new2 13 年之前
sys_watch_usb.c 630ff9fa6a ncd: modules: port the rest of modules to func_new2 13 年之前
to_string.c 630ff9fa6a ncd: modules: port the rest of modules to func_new2 13 年之前
try.c 42d543212b ncd: port some modules to use preallocation 13 年之前
value.c 0e2f69fcf0 ncd: modules: value: add value::replace_this() and value::replace_this_undo() 13 年之前
value_maptree.h 0e12627361 ncd: modules: value: port to SAvl 13 年之前
valuemetic.c 641a6bd0ff ncd: modules: port some modules to func_new2 13 年之前
var.c 42d543212b ncd: port some modules to use preallocation 13 年之前