亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關于我們
? 蟲蟲下載站

?? changelog-2001

?? cygwin, 著名的在win32下模擬unix操作系統的東東
??
?? 第 1 頁 / 共 5 頁
字號:
	* errno.cc (_sys_nerr): Work around compiler strangeness.	* pinfo.cc (winpids::add): Add extra element at end of allocated array	for setting to NULL.	(winpids::enumNT): Ditto.	(winpids::init): Don't modify pidlist if it hasn't been allocated	(possibly due to malloc problem).2001-10-12  Christopher Faylor  <cgf@redhat.com>	* autoload.cc (wsock_init): Reorganize slightly to accommodate a new	compiler.2001-10-11  Egor Duda  <deo@logos-m.ru>	* net.cc (cygwin_sendto): Use correct socket address when sending	data to AF_UNIX socket.Wed Oct 10 16:10:41 2001  Alexander Gottwald <ago@informatik.tu-chemnitz.de>	* net.cc (get_95_ifconf): Using other registry values pointing to	correct networkdevice identification for Windows95.Tue Oct  9 22:22:45 2001  Christopher Faylor <cgf@cygnus.com>	Throughout, rename PROC_FORK1 to PROC_FORK.	* child_info.h: Rename PROC_* to _PROC_*.  Define PROC_* with	additional testing magic.  Eliminate old PROC_FORK and rename	PROC_FORK1 to PROC_FORK.	* dcrt0.cc (_cygwin_testing_magic): New variable.  Added to magic	number in proc_info.	(alloc_stack): Eliminate old PROC_FORK test.	(dll_crt0_1): Ditto.  Use _PROC_* enums for test.  Subtract	_cygwin_testing_magic from child_proc_info->type so that normal cygwin	programs invoked by test suite programs do not consider themselves to	be in a cygwin environment.	(_dll_crt0): Ditto.  Move environment checks to initial_env function to	conserve on stack space.	(initial_env): New function.  Checks for testing and debugging	environment variables.	* init.cc (cygwin_hmodule): Move declaration.	* winsup.h: Declare variables used for cygwin testing.Tue Oct  9 19:17:53 2001  Christopher Faylor <cgf@cygnus.com>	* uinfo.cc (internal_getlogin): Reorganize slightly to minimize work in	default condition.Tue Oct  9 18:53:00 2001  Corinna Vinschen <corinna@vinschen.de>	* fhandler.cc (fhandler_disk_file::open): Add missing case clash check.Mon Oct  8 01:47:27 2001  Christopher Faylor <cgf@cygnus.com>	* dtable.cc (dtable::build_fhandler): Allocate correct amount for given	fhandler class.	* fhandler.h (fhandler_union): Properly define rather than relying on	fhandler_console being "big enough".Mon Oct  8 00:25:18 2001  Christopher Faylor <cgf@cygnus.com>	* external.cc (fillout_pinfo): Reset counter whenever we initialize the	pid list.Sun Oct  7 17:16:05 2001  Christopher Faylor <cgf@cygnus.com>	* path.cc (normalize_posix_path): Don't eat a '.' after a '\\' since it	has special meaning on NT.	* syscalls.cc (access): Use stat_worker.Fri Oct  5 21:01:14 2001  Christopher Faylor <cgf@cygnus.com>	* fhandler.cc (fhandler_base::fork_fixup): Protect dup'ed handle and	record it as non-inheritable for debugging purposes in case there is a	subsequent fork or exec.	* fhandler_tty.cc (fhandler_tty_common::fixup_after_fork): Allow	fork_fixup to call ProtectHandle.Fri Oct  5 14:22:47 2001  Christopher Faylor <cgf@cygnus.com>	* path.cc (get_raw_device_number): Correct length arguments for	wdeveqn.Fri Oct  5 11:05:32 2001  Christopher Faylor <cgf@cygnus.com>	* path.cc (getcwd): Allow NULL first argument.Fri Oct  5 00:31:35 2001  Christopher Faylor <cgf@cygnus.com>	* heap.h (inheap): Check for NULL.Thu Oct  4 23:17:49 2001  Christopher Faylor <cgf@cygnus.com>	Add second path_conv * argument to fstat()s throughout.	* fhandler.h: Change read and fstat to regparm/stdcall throughout.	(fhandler_base::fstat): Just declare.  Don't define.	(fhandler_disk_file::fstat_helper): Declare.	* fhandler.cc (fhandler_base::fstat): Move here from fhandler.h, adapt	from former stat_dev().	(fhandler_disk_file::fstat): Move most of the disk-file-specific logic	from stat_worker to here.  Use fstat_helper to derive final fstat	output.	(fhandler_disk_file::fstat_helper): New method, renamed from former	fstat method.	(num_entries): Moved here from syscalls.cc.	* fhandler_mem.cc (fhandler_dev_mem::fstat): Use base class to	initialize most stuff.  Invert has_physical_mem_access test for	establishing permissions.	* fhandler_raw.cc (fhandler_dev_raw::fstat): Eliminate unneed test and	memory clearing.  Use base class to initialize most stuff.	* syscalls.cc (stat_dev): Eliminate.	(stat_worker): Simply call fstat method to generate fstat output.  Move	all device specific code to appropriate fstats.	* dir.cc (opendir): Pass correct arg to stat_worker to allow following	symlinks.Thu Oct  4 21:37:57 2001  Christopher Faylor <cgf@cygnus.com>	* spawn.cc (perhaps_suffix): Return NULL on non-existence of file as	well as "directoryness".  Previous code modified on 2001/09/30 actually	had an arguable bug which was unmasked by the change on that day.Thu Oct  4 20:52:42 2001  Christopher Faylor <cgf@cygnus.com>	* path.cc (path_conv::check): Return ENOTDIR when leading device and	trailing component.Thu Oct  4 18:49:23 2001  Christopher Faylor <cgf@cygnus.com>	* syscalls.cc (stat_worker): Make global.  Accept path_conv parameter	for passing information back to caller.	* winsup.h: Declare stat_worker.	* dir.cc (opendir): Use stat_worker rather than stat and pass path_conv	parameter to stat_worker for later inspection.2001-10-04 Karellen (karellen@boreworms.com)	* syslog.cc (syslog): Teach syslog about syslog priorities other than	LOG_ERR, LOG_WARNING and LOG_INFOThu Oct  4 15:50:03 2001  Christopher Faylor <cgf@cygnus.com>	* path.cc (path_conv::check): Don't perform file system or rootdir	checks on devices.Wed Oct  3 19:40:36 2001  Christopher Faylor <cgf@cygnus.com>	* dcrt0.cc (dll_crt0_1): Don't close hexec_proc if it is NULL.	* fork.cc (vfork): Add debugging statements.	* path.cc (get_device_number): Make static.  Rewrite to inspect both unix	and windows paths.	(get_raw_device_number): Just check for parts of raw device that we	care about.	(get_devn): New function, pulled from get_device_number.	(win32_device_name): Accommodate arg changes to get_device_number.	(mount_info::get_device_number): Call get_device_number on translated	Windows path.	* spawn.cc (spawn_guts): Don't treat P_VFORK differently from P_NOWAIT.	Add handle to child's shared region to child so that it will be	preserved if the parent goes away.	* fhandler.h: Throughout, simplify to one open method for all fhandler	classes, requiring a path_conv first element.	* fhandler.cc (fhandler_base::open): Remove obsolete method.	Generalize to require path_conv * as first argument.	(fhandler_disk_file::open): Remove obsolete method.	(fhandler_disk_file::open): Use path_conv pointer rather than	reference.	* fhandler_clipboard.cc (fhandler_dev_clipboard::dup): Use new open	method.	(fhandler_dev_clipboard::open): Accommodate new argument for open	methods.	* fhandler_console.cc (fhandler_console::open): Ditto.	(fhandler_console::dup): Use new open method.	(fhandler_console::fixup_after_fork): Ditto.	(fhandler_console::fixup_after_exec): Ditto.	* fhandler_dsp.cc (fhandler_dev_dsp::open): Accommodate new argument for	open methods.	* fhandler_floppy.cc (fhandler_dev_floppy::open): Ditto.	* fhandler_mem.cc (fhandler_dev_mem::open): Ditto.	* fhandler_random (fhandler_dev_random::open): Ditto.	* fhandler_raw.cc (fhandler_dev_raw::open): Ditto.	* fhandler_serial.cc (fhandler_serial::open): Ditto.	* fhandler_tape.cc (fhandler_dev_tape::open): Ditto.	* fhandler_tty.cc (fhandler_tty_slave::open): Ditto.	(fhandler_pty_master::open): Ditto.	* fhandler_windows.cc (fhandler_windows::open): Ditto.	* fhandler_zero.cc (fhandler_dev_zero::open): Ditto.	* fhandler_socket.cc (fhandler_socket::set_connect_secret): Accommodate	new argument for open methods.	* syscalls.cc (_open): Ditto.	(stat_worker): Ditto.Tue Oct  2 23:49:18 2001  Christopher Faylor <cgf@cygnus.com>	* cygheap.cc (cfree): Remove malloc debugging probe.	* dlmalloc.c (errprint): Remove abort() call which causes interesting	error message printing to abort prematurely.	* environ.cc: Sprinkle MALLOC_CHECKs liberally throughout.	(_addenv): Allocate two empty elements at end of environ to	(apparently) work around problems with some buggy applications.	(winenv): Avoid calling alloca if no forced environment variable is	present.	* exceptions.cc (open_stackdumpfile): Don't print "Dumping stack trace	to..." when running in a cygwin environment (i.e., the parent is a	cygwin process).	* dtable.cc (dtable::init_std_file_from_handle): Move device type	detection code from build_fhandler here since it is only used by this	function.	(dtable::build_fhandler_from_name): New method.  Renamed from	dtable::build_fhandler.	(dtable::build_fhandler): Use build_fhandler_from_name.	(cygwin_attach_handle_to_fd): Ditto.	* syscalls.cc (_open): Ditto.	(stat_worker): Ditto.	* dtable.h (dtable::build_fhandler_from_name): Rename declaration from	dtable::build_fhandler.Mon Oct  1 16:52:23 2001  Christopher Faylor <cgf@cygnus.com>	* dtable.h (dtable::build_fhandler): Make path_conv parameter	non-optional.	(dtable::init_std_file_from_handle): Eliminate name parameter.	* dtable.cc (stdio_init): Don't pass bogus name to	init_std_file_from_handle.  The function will figure out the name	itself.	(dtable::init_std_file_from_handle): Eliminate name parameter.  Assume	that we're always called with an appropriate fd.  Pass name as NULL if	we can't simply figure it out from context.	(cygwin_attach_handle_to_fd): Pass path_conv argument to	build_fhandler.	(dtable::build_fhandler): Make path_conv argument mandatory.  Eliminate	specific call to get_device_number.  With unknown device names, set	name from handle context for parsing by path_conv.	(dtable::build_fhandler): Pass path_conv argument to build_fhandler.	* path.h (path_conv::set_isdisk): Set disk device type.	(path_conv::is_device): Don't consider FH_DISK a "device".	* syscalls.cc (_open): Pass path_conv argument by reference.	(stat_worker): Ditto.	(_rename): Use path_conv operators.  Add bounds to DeleteFile/MoveFile	for loop.Mon Oct 1 14:25:00 2001  Charles Wilson  <cwilson@ece.gatech.edu>	* cygwin.din: export strtoll and strtoullSun Sep 30 22:51:41 2001  Christopher Faylor <cgf@cygnus.com>	Add "path.h" include throughout, where needed.  Use new path_conv	methods and operators to simplify testing for directory and attributes,	throughout.	* path.h (path_conv::exists): New method.	(path_conv::has_attribute): Ditto.	(path_conv::isdir): Ditto.	(path_conv::DWORD &): New operator.	(path_conv::int &): Ditto.	* dir.cc (rmdir): Eliminate a goto.	* dtable.cc (dtable::build_fhandler): Accept opt and suffix info for	path_conv.check.  Return fh == NULL on path_conv error.  Pass unit to	set_name as appropriate.	(dtable::reset_unix_path_name): New method.	* dtable.h (dtable): Declare new method.  Reflect arg changes to	build_fhandler.	* fhandler.cc (fhandler_disk_dummy_name): Eliminate.	(fhandler_base::set_name): Expect paths to be NULL.  Build	unix_path_name from win32_path_name when it is a device.	(fhandler_base::reset_unix_path_name): New method.	(fhandler_base::raw_read): Report EISDIR when ERROR_INVALID_FUNCTION	or ERROR_INVALID_PARAMETER and reading a directory.	(fhandler_disk_file::fstat): Don't call stat_dev since we should now	never be calling fhandler_disk_file methods with devices.	(fhandler_base::fhandler_base): Clear {unix,win32}_path_name.	(fhandler_base::~fhandler_base): Always free {unix,win32}_path_name.	(fhandler_disk_file::fhandler_disk_file): Remove set_no_free_names	kludge.	(fhandler_disk_file::open): Ditto.	* fhandler.h (fhandler_base::no_free_names): Eliminate.	(fhandler_base::set_no_free_names): Ditto.	* fhandler_tty.cc (fhandler_tty_slave::fhandler_tty_slave): Don't set	unix_path_name here.	* path.cc (fchdir): Lock fd table throughout.  Use new	dtable::reset_unix_path_name method to reset path.	* syscalls.cc (stat_worker): Reorganize to always call fstat method.	Pass path_conv method to fhandler_*::open.	(chroot): Elminate a goto.Sun Sep 30 17:37:43 2001  Christopher Faylor <cgf@cygnus.com>	* environ.cc (winenv): Allocate exact amount of space needed for forced	windows environment variable rather than just using MAX_PATH.Sun Sep 30 17:10:18 2001  Christopher Faylor <cgf@cygnus.com>	* Makefile.in: Depend on stamp to ensure rebuilding.  Remove stamp file	when we've just built the DLL.Mon Oct  1 00:34:00 2001  Robert Collins <rbtcollins@hotmail.com>	* thread.cc (pthread_cond_dowait): Hopefully eliminate a race on multiple thread	wakeups.Sat Sep 29 18:26:00 2001  Robert Collins <rbtcollins@hotmail.com>	* pthread.cc (pthread_cond_timedwait): Deleted - exported from thread.cc.	(pthread_cond_wait): Deleted - exported from thread.cc.	* thread.cc (pthread_cond::BroadCast): Update to use the new syntax for	verifyable_object_isvalid ().	(pthread_cond::Signal): Ditto. Also attempt to fix the lost signal race	with pthread_cond::TimedWait().	(check_valid_pointer): Change definiton to void const *.	(verifyable_object_isvalid): Add new parameter to allow identification of	static initializers, and return a enum rather than magic numbers.	(__pthread_create): Ditto.	(__pthread_cleanup): Ditto.	(__pthread_attr_init): Ditto.	(__pthread_attr_getinheritsched): Ditto.	(__pthread_attr_getschedparam): Ditto.	(__pthread_attr_getschedpolicy): Ditto.	(__pthread_attr_getscope): Ditto.	(__pthread_attr_setdetachstate): Ditto.	(__pthread_attr_getdetachstate): Ditto.	(__pthread_attr_setinheritsched): Ditto.	(__pthread_attr_setschedparam): Ditto.	(__pthread_attr_setschedpolicy): Ditto.	(__pthread_attr_setscope): Ditto.	(__pthread_attr_setstacksize): Ditto.	(__pthread_attr_getstacksize): Ditto.	(__pthread_attr_destroy): Ditto.	(__pthread_join): Ditto.	(__pthread_detach): Ditto.	(__pthread_suspend): Ditto.	(__pthread_continue): Ditto.	(__pthread_getschedparam): Ditto.	(__pthread_getsequence_np): Ditto.	(__pthread_key_create): Ditto.	(__pthread_key_delete): Ditto.	(__pthread_setschedparam): Ditto.	(__pthread_setspecific): Ditto.	(__pthread_getspecific): Ditto.	(__pthread_cond_destroy): Ditto.

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
国产精品久久免费看| 一区二区三区蜜桃网| av中文字幕不卡| 日韩美女视频一区| 亚洲午夜国产一区99re久久| 国产精品白丝jk黑袜喷水| 午夜伦理一区二区| 日韩专区欧美专区| 奇米影视一区二区三区| 蜜桃视频在线观看一区| 麻豆精品国产91久久久久久| 一本大道久久a久久综合| 99精品国产91久久久久久| 99视频一区二区三区| 久久综合中文字幕| 中文字幕av一区二区三区高| 17c精品麻豆一区二区免费| 亚洲最大成人网4388xx| 丁香婷婷综合五月| 一本久久a久久精品亚洲 | 日本91福利区| 欧美自拍丝袜亚洲| 538prom精品视频线放| 日韩欧美高清在线| 亚洲国产精华液网站w| 精品一区二区国语对白| 成人免费视频一区| 欧美日韩一区二区电影| 精品国产1区二区| 亚洲男人天堂av网| 久99久精品视频免费观看| 在线播放欧美女士性生活| 亚洲一区二区三区视频在线| 亚洲成人在线网站| 国产一区二区三区四| 91猫先生在线| 精品国产一区二区精华| 蜜桃av一区二区三区| 日韩欧美亚洲另类制服综合在线| 日韩国产精品91| 波多野结衣中文一区| 欧美成人vps| 亚洲黄色av一区| 国产福利电影一区二区三区| 欧美日本在线观看| 亚洲欧洲av在线| 色婷婷av一区| 日韩激情av在线| 欧美mv日韩mv亚洲| 国产+成+人+亚洲欧洲自线| 中文字幕 久热精品 视频在线| 波多野结衣亚洲| 亚洲一区二区三区视频在线播放| 欧美日韩国产大片| 狠狠久久亚洲欧美| 日韩一区二区三| 亚洲第一成年网| 欧美va亚洲va香蕉在线| 东方aⅴ免费观看久久av| 亚洲精品视频在线| 欧美一级二级三级蜜桃| 国产精品一区在线| 国产精品免费视频观看| 国产成人综合在线播放| 成人免费视频在线观看| 337p亚洲精品色噜噜| 国产精品资源网站| 亚洲综合清纯丝袜自拍| 精品国精品自拍自在线| av电影天堂一区二区在线观看| 一区二区三区高清不卡| 精品美女被调教视频大全网站| 成人国产精品免费观看视频| 亚洲成人免费视| 久久久久久久网| 国产高清精品久久久久| 亚洲国产乱码最新视频| 国产日韩欧美高清在线| 粉嫩高潮美女一区二区三区| 亚洲一区二区av在线| 国产日韩欧美a| 7777女厕盗摄久久久| 99久久国产综合精品麻豆| 久久精品999| 国产清纯在线一区二区www| 欧美日韩一级二级三级| 国产69精品久久久久777| 日本不卡中文字幕| 亚洲综合视频在线| 日韩码欧中文字| 久久综合五月天婷婷伊人| 欧美日韩五月天| 欧美在线你懂的| a美女胸又www黄视频久久| 精品影院一区二区久久久| 亚洲综合一区在线| 亚洲精品日日夜夜| 久久国产精品区| 亚洲国产欧美在线人成| 成人欧美一区二区三区小说| 久久精品人人做| 成人影视亚洲图片在线| 麻豆国产欧美日韩综合精品二区| 亚洲综合一二区| 亚洲婷婷国产精品电影人久久| 久久男人中文字幕资源站| 91精品综合久久久久久| 欧美日韩成人综合在线一区二区| 97精品电影院| 一本色道久久综合狠狠躁的推荐 | 亚洲一二三级电影| 亚洲精品一二三四区| 1024成人网| 亚洲色欲色欲www| 亚洲同性同志一二三专区| 国产精品欧美一区喷水| 国产精品欧美一级免费| 国产精品国产a级| 亚洲视频你懂的| 亚洲激情欧美激情| 亚洲午夜电影网| 无码av中文一区二区三区桃花岛| 天天亚洲美女在线视频| 日韩在线卡一卡二| 另类小说图片综合网| 国产剧情一区二区三区| 大陆成人av片| 色综合久久久久综合| 91久久久免费一区二区| 国产成人av一区二区三区在线观看| 国产综合色精品一区二区三区| 国产精品一二三区在线| hitomi一区二区三区精品| 91免费看`日韩一区二区| 欧美偷拍一区二区| 波波电影院一区二区三区| 99视频精品全部免费在线| 91亚洲精华国产精华精华液| 欧美日韩综合在线| 日韩精品一区二区三区蜜臀| 久久亚洲综合色一区二区三区| 国产欧美一区二区精品性色超碰| 中文字幕制服丝袜一区二区三区 | 日韩一区二区电影在线| 欧美精品一区二区久久久| 国产精品视频看| 亚洲一区二区三区中文字幕| 麻豆91在线观看| 成人av午夜影院| 欧美军同video69gay| 久久久久久久久久电影| 亚洲精品亚洲人成人网| 麻豆精品精品国产自在97香蕉| 国产成人亚洲综合a∨婷婷图片| 色中色一区二区| 欧美一区二区免费观在线| 欧美日韩你懂的| 久久久久久久性| 午夜欧美视频在线观看 | 日本怡春院一区二区| 国产69精品久久久久777| 欧美酷刑日本凌虐凌虐| 欧美国产日韩a欧美在线观看| 天天操天天色综合| 欧美精品日韩一本| 国产精品久久久久久一区二区三区| 午夜精品视频一区| 不卡的av中国片| 久久久亚洲精品石原莉奈| 亚洲一区二区三区国产| 国产白丝精品91爽爽久久| 欧美一区二区不卡视频| 亚洲精品老司机| 成人免费电影视频| 26uuu精品一区二区在线观看| 午夜影院在线观看欧美| 91视视频在线观看入口直接观看www | 亚洲动漫第一页| 成人av在线资源网| 精品国内片67194| 日韩一区欧美二区| 在线观看91视频| 18成人在线视频| 成人网在线播放| 欧美激情中文字幕| 国产在线精品一区在线观看麻豆| 欧美精品一级二级三级| 亚洲综合小说图片| 色综合久久88色综合天天 | 国产精品国模大尺度视频| 九九精品视频在线看| 欧美一区二区在线看| 午夜电影网一区| 欧美日韩免费观看一区三区| 一区二区三区在线视频免费 | 在线观看欧美黄色| 中文字幕视频一区| av网站一区二区三区| 亚洲欧洲精品天堂一级 | 国产一区二区三区综合|