# # ChangeLog for / in mainline # # Generated by Trac 1.5.4 # 2024-05-14T22:41:51Z Sun, 03 Aug 2014 15:54:44 GMT Jakub Jermar [f2f4c00] * boot/Makefile.common (modified) * uspace/Makefile (modified) * uspace/app/nic/nic.c (modified) * uspace/drv/nic/rtl8169/Makefile (added) * uspace/drv/nic/rtl8169/defs.h (added) * uspace/drv/nic/rtl8169/driver.c (added) * uspace/drv/nic/rtl8169/driver.h (added) * uspace/drv/nic/rtl8169/rtl8169.ma (added) * uspace/lib/drv/generic/remote_nic.c (modified) * uspace/lib/drv/include/pci_dev_iface.h (modified) * uspace/lib/nic/src/nic_driver.c (modified) * uspace/lib/nic/src/nic_impl.c (modified) * uspace/srv/net/ethip/ethip_nic.c (modified) Merge the rtl8169 driver and improvements to the nic utility from ... Sun, 03 Aug 2014 15:43:29 GMT Jiri Svoboda [251d4dd] * uspace/lib/c/generic/adt/hash_table.c (modified) * uspace/srv/fs/cdfs/cdfs_ops.c (modified) Fix crash when cdfs is cleaning its node cache.