newlib/winsup/cygwin/include/cygwin
Corinna Vinschen 7636b58590 * autoload.cc (NtSetInformationFile): Define.
* cygwin.din: Export posix_fadvise and posix_fallocate.
	* fhandler.cc (fhandler_base::fadvise): New method.
	(fhandler_base::ftruncate): Add allow_truncate parameter.
	* fhandler.h (class fhandler_base): Add fadvise method.  Accomodate
	new parameter to ftruncate.
	(class fhandler_pipe): Add fadvise and ftruncate methods.
	(class fhandler_disk_file): Add fadvise method.  Accomodate new
	parameter to ftruncate.
	* fhandler_disk_file.cc (fhandler_disk_file::fadvise): New method.
	(fhandler_disk_file::ftruncate): Accomodate new allow_truncate
	parameter.  Set EOF using NtSetInformationFile on NT.
	* ntdll.h (struct _FILE_END_OF_FILE_INFORMATION): Define.
	(NtSetInformationFile): Declare.
	* pipe.cc (fhandler_pipe::fadvise): New method.
	(fhandler_pipe::ftruncate): Ditto.
	* syscalls.cc (posix_fadvise): New function.
	(posix_fallocate): Ditto.
	(ftruncate64): Accomodate second parameter to fhandler's ftruncate
	method.
	* include/fcntl.h: Add POSIX_FADV_* flags.  Add declarations of
	posix_fadvise and posix_fallocate.
	* include/cygwin/version.h: Bump API minor number.
2006-08-07 19:29:14 +00:00
..
_types.h
acl.h
config.h
core_dump.h
cygwin_dll.h
fs.h
grp.h
hdreg.h
icmp.h
if.h
in.h 2006-07-25 Corinna Vinschen <corinna@vinschen.de> 2006-07-25 19:23:23 +00:00
in6.h * include/cygwin/in6.h: Guard in_port_t typedef more restrictive to 2006-07-25 20:01:38 +00:00
in_systm.h
ipc.h * include/cygwin/ipc.h: Make IPC_INFO visible only for ipc system 2004-06-08 10:53:40 +00:00
kd.h * fhandler.h (class dev_console): Add `metabit' indicating the 2006-07-03 15:29:10 +00:00
msg.h
mtio.h * include/cygwin/mtio.h (GMT_ASYNC): New define. 2004-04-19 19:41:13 +00:00
rdevio.h
sem.h
shm.h
signal.h * sigproc.cc (sigalloc): Don't set SA_RESTART here. 2006-03-23 15:55:59 +00:00
socket.h 2006-07-25 Corinna Vinschen <corinna@vinschen.de> 2006-07-25 19:23:23 +00:00
sockios.h
stat.h
stdlib.h 2006-07-25 Corinna Vinschen <corinna@vinschen.de> 2006-07-25 19:23:23 +00:00
sys_time.h * include/cygwin/sys_time.h: Move futimes and lutimes declaration here from 2005-11-18 16:08:33 +00:00
sysproto.h white space and minor comment cleanup. 2005-05-02 03:50:11 +00:00
time.h * libc: Add subdirectory. 2005-11-18 17:48:23 +00:00
types.h * include/cygwin/types.h: Update copyright. 2006-07-14 21:45:00 +00:00
uio.h
utmp.h * cygwin.din: Add utmpx symbols. 2004-12-15 17:29:01 +00:00
version.h * autoload.cc (NtSetInformationFile): Define. 2006-08-07 19:29:14 +00:00
wait.h * include/sys/wait.h: Move definition of wait constants from here... 2006-06-12 14:25:05 +00:00