changelog

来自「Solaris操作系统下的过滤驱动程序, C源码程序.」· 代码 · 共 45 行

TXT
45
字号
2000-10-28  Erez Zadok  <ezk@shekel.mcl.cs.columbia.edu>	* vnode.c (wrapfs_inactive): don't use vnode after freeing it.	Bug reported by Can Leonard <ocl3@columbia.edu>.2000-05-24  Erez Zadok  <ezk@shekel.mcl.cs.columbia.edu>	* mmap.c (PAGE_UNLOCK): don't assert the page lock before	unlocking.  In 5.7, this is tested diffently in page_unlock().	* vnode.c (wrapfs_readdir): Solaris 5.6's internal directory entry	structures now use 64 bit values (struct dirent64).	* doit.sh (PATH): don't wait for user input.	* fist.h: added EZKDBG macros2000-05-21  Erez Zadok  <ezk@shekel.mcl.cs.columbia.edu>	* vnode.c (wrapfs_ioctl): default error is 0.2000-05-20  Erez Zadok  <ezk@shekel.mcl.cs.columbia.edu>	* vnode.c (wrapfs_ioctl): copyin the debug ioctl value, not the	pointer address.	(wrapfs_ioctl): call lower ioctl only in "default:" case.2000-05-11  Erez Zadok  <ezk@shekel.mcl.cs.columbia.edu>	* wrapfs.h: ugly mapping of memcpy to bcopy2000-03-31  Erez Zadok  <ezk@shekel.mcl.cs.columbia.edu>	* vnode.c: more updates due to minor prototype changes	* mmap.c (wrapfs_getapage): two args take size_t now	map_addr takes a 5th arg, flags (BUT I'M NOT SURE MY FIX IS OK!)	* print.c (fist_print_uap): copyinstr takes size_t as 4th arg.2000-03-26  Ion Badulescu  <ib42@earth.cs.columbia.edu>	* added some support for non-gcc compilers

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?