Browse Source

README and TODO updated

Alexander Shiryaev 8 years ago
parent
commit
086bf92862
2 changed files with 6 additions and 6 deletions
  1. 5 3
      README
  2. 1 3
      TODO

+ 5 - 3
README

@@ -162,16 +162,18 @@ Files:
 			Log.odc: Log.Hook console implementation
 		{_OpenBSD_,_FreeBSD_}/Lin/Mod/Libc.odc: OpenBSD and FreeBSD specific libc interface
 		{_OpenBSD_,_FreeBSD_}/Lin/Mod/Dl.odc: OpenBSD and FreeBSD specific interface to dl
-		{_Linux_,_OpenBSD_,_FreeBSD_}/Lin/Mod/Iconv.odc: interface to iconv
-		{_Linux_,_OpenBSD_}/Lin/Mod/Ioctl.odc: interface to ioctl
+		{_FreeBSD_,_Linux_,_OpenBSD_}/Lin/Mod/Iconv.odc: interface to iconv
+		{_FreeBSD_,_Linux_,_OpenBSD_}/Lin/Mod/Ioctl.odc: interface to ioctl
 		{_Linux_,_OpenBSD_}/Lin/Mod/Termios.odc: interface to termios
-		{_Linux_,_OpenBSD_}/Lin/Mod/Net.odc: interface to network functionality
+		{_FreeBSD_,_Linux_,_OpenBSD_}/Lin/Mod/Net.odc: interface to network functionality
 		_FreeBSDLinuxOpenBSD_/Host/Mod/Lang.odc: Dialog.LanguageHook implementation and LANG environment variable support
 		_LinuxOpenBSD_/Comm/Mod/V24.odc: CommV24 implementation for Linux and OpenBSD
 		_OpenBSD_/Comm/Mod/TCP.odc: CommTCP implementation for OpenBSD
 		_Linux_/Comm/Mod/TCP.odc: CommTCP implementation for Linux
+		_FreeBSD_/Comm/Mod/TCP.odc: CommTCP implementation for FreeBSD
 		_Linux_/Lin/Mod/Rt.odc: interface to librt
 
+		{_FreeBSD_,_OpenBSD_,_Linux_}/BlackBox1.run: compiled and linked BlackBox executable
 		{_FreeBSD_,_OpenBSD_,_Linux_}/libBB.so: compiled and linked shared library to run BlackBox
 		{_FreeBSD_,_OpenBSD_,_Linux_}/libBB0.so: compiled, linked and packed shared library to run console interpreter
 		_Windows_/dev0.exe: compiled and linked simple development interpreter

+ 1 - 3
TODO

@@ -25,9 +25,7 @@ By priority:
 		FreeBSD: ???
 
 	FreeBSD Kernel: fix Time*
-	FreeBSD: add LinIoctl, LinTermios, LinNet interfaces; CommV24, CommTCP
-
-	CommTCP: use sockaddr_storage for accept?
+	FreeBSD: add LinTermios interface; CommV24
 
 	GUI:
 		...