newlib/winsup/cygwin
Corinna Vinschen 044b62c767 * path.cc (struct symlink_info): Change size of contents member to
be able to keep SYMLINK_MAX sized strings.
	(symlink_worker): Rework for long path names.  When writing windows
	shortcuts, store pathname additionally "hidden" after the actual
	shortcut data to workaround size limitations of the description field.
	(symlink_info::check_shortcut): Drop file name parameter.  Drop max
	file size check.  Use NT functions.  Use appended full path if
	available, description otherwise.  Check symlink string length for
	not exceeding SYMLINK_MAX.  Don't close file here.
	(symlink_info::check_sysfile): Drop file name parameter.  Use NT
	functions.  Check symlink string length for not exceeding SYMLINK_MAX.
	Don't close file here.
	(symlink_info::check_reparse_point): Drop file name parameter.  Drop
	useless length checks.  Allow SYMLINK_MAX length symlink strings.
	Don't close file here.
	(symlink_info::posixify): Allow SYMLINK_MAX length symlink strings.
	(symlink_info::check): Turn around checking for symlink file attributes.
	Use NT functions.  Close symlink file here.
	* include/limits.h (PATH_MAX): Define as 32760.  Change comment.
	(SYMLINK_MAX): Define as PATH_MAX - 1.
2007-10-10 16:54:09 +00:00
..
config/i386
include * path.cc (struct symlink_info): Change size of contents member to 2007-10-10 16:54:09 +00:00
lib * lib/cygwin_attach_dll.c: Fix compiler warning. 2007-08-02 14:30:17 +00:00
libc * Makefile.in (DLL_OFILES): Add xsique.o. 2007-06-12 15:24:46 +00:00
regex
regexp
acconfig.h
aclocal.m4
analyze_sigfe
assert.cc * assert.cc (__assert_func): New function, to match newlib header 2007-06-27 12:46:35 +00:00
autoload.cc * autoload.cc (CloseDesktop): Define. 2007-08-17 19:58:57 +00:00
automode.c
binmode.c
ChangeLog * path.cc (struct symlink_info): Change size of contents member to 2007-10-10 16:54:09 +00:00
ChangeLog-1995
ChangeLog-1996
ChangeLog-1997
ChangeLog-1998
ChangeLog-1999
ChangeLog-2000
ChangeLog-2001
ChangeLog-2002
ChangeLog-2003
ChangeLog-2004
ChangeLog-2005
ChangeLog-2006
child_info.h
config.h.in
configure
configure.in
cpuid.h
crt0.c
ctype.cc
cxx.cc
cygerrno.h
cygheap.cc * cygheap.h (shared_prefix): De-const. 2007-07-18 11:15:51 +00:00
cygheap.h * cygheap.h (init_cygheap::luid): Remove. 2007-07-19 08:33:22 +00:00
cyglsa.h
cygmagic
cygmalloc.h * cygmalloc.h (__set_ENOMEM): Declare. 2007-02-08 11:35:52 +00:00
cygserver_ipc.h
cygserver_msg.h
cygserver_sem.h
cygserver_shm.h
cygserver.h
cygthread.cc
cygthread.h
cygtls.cc Throughout remove all usage of wincap.has_security. 2007-02-23 15:15:50 +00:00
cygtls.h * cygtls.h (_cygtls::inside_kernel): Move function declaration into _cygtls 2007-07-29 05:22:05 +00:00
CYGWIN_LICENSE * CYGWIN_LICENSE: Fix web pages and contact information. 2007-01-15 12:19:01 +00:00
cygwin_version.h
cygwin-shilka
cygwin.din * cygwin.din: Export wcstol, wcstoll, wcstoul, wcstoull, wcsxfrm. 2007-07-06 20:05:44 +00:00
cygwin.sc * cygwin.sc: Remove duplicated .debug_macinfo section. 2007-04-18 13:11:35 +00:00
dcrt0.cc * dcrt0.cc (codepage_type): Remove definition. 2007-08-02 14:21:53 +00:00
debug.cc * debug.cc (close_handle): Change debug output format slightly. 2007-07-10 01:21:03 +00:00
debug.h
devices.cc * devices.in (dev_storage): Use native NT device name for kmsg mailslot. 2007-08-13 15:08:25 +00:00
devices.h * Makefile.in (DLL_OFILES): Add fhandler_procnet.o. 2007-01-17 19:26:58 +00:00
devices.in * devices.in (dev_storage): Use native NT device name for kmsg mailslot. 2007-08-13 15:08:25 +00:00
dir.cc * dir.cc (readdir_worker): Convert w32name to PUNICODE_STRING. 2007-08-16 14:46:23 +00:00
dlfcn.cc * path.h (path_conv::operator char *): Delete. 2007-08-16 15:07:42 +00:00
dll_init.cc
dll_init.h
dll_init.sgml
dllfixdbg * cygwin.sc: Remove duplicated .debug_macinfo section. 2007-04-18 13:11:35 +00:00
dlmalloc.c
dlmalloc.h
dtable.cc Preliminary change to make fifos/pipes interruptible and fifos reliable. 2007-07-07 17:00:33 +00:00
dtable.h Preliminary change to make fifos/pipes interruptible and fifos reliable. 2007-07-07 17:00:33 +00:00
dtable.sgml
environ.cc * Makefile (DLL_OFILES): Remove ntea.o 2007-03-01 15:13:47 +00:00
environ.h
errno.cc
exceptions.cc * cygtls.h (_cygtls::inside_kernel): Move function declaration into _cygtls 2007-07-29 05:22:05 +00:00
exec.cc
external.cc * cygwin/external.cc (cygwin_internal): Implement CW_SET_DOS_FILE_WARNING. 2007-03-30 13:36:06 +00:00
external.sgml
fcntl.cc
fhandler_clipboard.cc
fhandler_console.cc * fhandler_console.cc (fhandler_console::need_invisible): Drop 2007-02-23 12:01:52 +00:00
fhandler_disk_file.cc * ntdll.h (struct _FILE_COMPRESSION_INFORMATION): Align with definition 2007-09-27 09:35:06 +00:00
fhandler_dsp.cc
fhandler_fifo.cc * cygtls.h (_cygtls::inside_kernel): Move function declaration into _cygtls 2007-07-29 05:22:05 +00:00
fhandler_floppy.cc * fhandler_floppy.cc (fhandler_dev_floppy::lseek): Don't invalidate 2007-05-22 07:16:19 +00:00
fhandler_mailslot.cc * devices.in (dev_storage): Use native NT device name for kmsg mailslot. 2007-08-13 15:08:25 +00:00
fhandler_mem.cc
fhandler_netdrive.cc * dir.cc (readdir_worker): Drop dir parameter from call to 2007-07-26 17:30:54 +00:00
fhandler_nodevice.cc
fhandler_proc.cc * dir.cc (readdir_worker): Drop dir parameter from call to 2007-07-26 17:30:54 +00:00
fhandler_process.cc * cygwin.din: Export fdopendir. 2007-06-29 15:13:01 +00:00
fhandler_procnet.cc * cygwin.din: Export fdopendir. 2007-06-29 15:13:01 +00:00
fhandler_random.cc
fhandler_raw.cc * fhandler_mailslot.cc (fhandler_mailslot::fstat): Set new stat member 2007-03-06 14:48:25 +00:00
fhandler_registry.cc * fhandler.cc (fhandler_base::fhaccess): Accommodate interface changes 2007-07-20 14:29:43 +00:00
fhandler_serial.cc * exceptions.cc (dummy_ctrl_c_handler): Remove. 2007-02-23 10:51:59 +00:00
fhandler_socket.cc * fhandler_socket.cc (fhandler_socket::bind): Open file for deletion, 2007-10-10 16:07:46 +00:00
fhandler_tape.cc
fhandler_termios.cc
fhandler_tty.cc Throughout remove all usage of wincap.has_security. 2007-02-23 15:15:50 +00:00
fhandler_virtual.cc * dir.cc (closedir): Revert change from 2007-06-29. 2007-07-09 17:02:37 +00:00
fhandler_windows.cc
fhandler_zero.cc
fhandler.cc * fhandler.cc (fhandler_base::open): Partly revert change from 2007-09-17 16:48:14 +00:00
fhandler.h * fhandler.h (fhandler_base::get_namehash): Use NT native path. 2007-08-16 14:10:06 +00:00
flock.cc
fork.cc * fork.cc: White space. 2007-07-07 16:43:03 +00:00
gcrt0.c
gendef * gendef (sigbe): Reset "incyg" while the stack lock is active to avoid a 2007-08-09 17:20:09 +00:00
gendevices
gentls_offsets
glob.cc Add accidentally missing checkins. 2007-03-06 16:29:40 +00:00
gmon.c
gmon.h
grp.cc * cygheap.h (cygheap_user::curr_imp_token): Rename from current_token. 2007-07-16 20:01:15 +00:00
heap.cc
heap.h
hires.h
hookapi.cc * hookapi.cc (ld_preload): Call LoadLibraryW. 2007-08-20 15:41:08 +00:00
how-autoload-works.txt
how-cygheap-works.txt
how-cygtls-works.txt
how-fhandlers-work.txt
how-signals-work.txt
how-spawn-works.txt
how-to-debug-cygwin.txt
how-vfork-works.txt
init.cc * init.cc (in_dllentry): Delete. 2007-07-14 15:58:32 +00:00
ioctl.cc
ipc.cc
localtime.cc * localtime.cc (tzsetwall): Don't set TZ. 2007-08-01 13:26:56 +00:00
lsearch.cc * Makefile.in (DLL_OFILES): Add xsique.o. 2007-06-12 15:24:46 +00:00
Makefile.in * Makefile.in (DLL_OFILES): Remove delqueue.o. 2007-08-13 17:16:05 +00:00
malloc_wrapper.cc * cygmalloc.h (__set_ENOMEM): Declare. 2007-02-08 11:35:52 +00:00
malloc.cc
mcount.c
miscfuncs.cc * dcrt0.cc (codepage_type): Remove definition. 2007-08-02 14:21:53 +00:00
mktemp.cc
mkvers.sh
mmap_helper.h
mmap.cc * mmap.cc (fh_disk_file): Delete as global static variable and... 2007-09-18 15:59:50 +00:00
msg.cc
mtinfo.h
net.cc * fork.cc: White space. 2007-07-07 16:43:03 +00:00
netdb.cc * Makefile.in (DLL_IMPORTS): Add libntdll.a. 2007-02-22 10:54:47 +00:00
newsym
ntdll.h * ntdll.h (struct _FILE_COMPRESSION_INFORMATION): Align with definition 2007-09-27 09:35:06 +00:00
ntea.cc Remove extraneous whitespace. 2007-02-20 00:16:18 +00:00
passwd.cc Throughout remove all usage of wincap.has_security. 2007-02-23 15:15:50 +00:00
path.cc * path.cc (struct symlink_info): Change size of contents member to 2007-10-10 16:54:09 +00:00
path.h * ntdll.h (NtNotifyChangeDirectoryFile): Declare. 2007-08-21 12:37:40 +00:00
path.sgml
perprocess.h
pinfo.cc * autoload.cc (SetUserObjectSecurity): Drop. 2007-07-19 08:36:32 +00:00
pinfo.h Preliminary change to make fifos/pipes interruptible and fifos reliable. 2007-07-07 17:00:33 +00:00
pipe.cc * debug.cc (close_handle): Change debug output format slightly. 2007-07-10 01:21:03 +00:00
poll.cc
posix_ipc.cc * fork.cc: White space. 2007-07-07 16:43:03 +00:00
posix.sgml * cygwin.din: Export fdopendir. 2007-06-29 15:13:01 +00:00
profil.c
profil.h
pseudo-reloc.cc
pthread.cc * cygwin.din (sem_unlink): Export. 2007-02-20 15:48:04 +00:00
pwdgrp.h
random.cc * Makefile.in (DLL_OFILES): Add newly-imported random.o. Eliminate reliance on 2007-07-08 15:04:34 +00:00
registry.cc * Makefile.in (DLL_IMPORTS): Add libntdll.a. 2007-02-22 10:54:47 +00:00
registry.h
resource.cc
rmsym
ROADMAP
scandir.cc
sched.cc * Makefile.in (DLL_IMPORTS): Add libntdll.a. 2007-02-22 10:54:47 +00:00
sec_acl.cc * dir.cc (readdir_worker): Convert w32name to PUNICODE_STRING. 2007-08-16 14:46:23 +00:00
sec_auth.cc * fhandler.cc (fhandler_base::fhaccess): Accommodate interface changes 2007-07-20 14:29:43 +00:00
sec_helper.cc * fhandler.cc (fhandler_base::fhaccess): Accommodate interface changes 2007-07-20 14:29:43 +00:00
security.cc * security.cc (set_file_sd): Open file with FILE_OPEN_FOR_BACKUP_INTENT 2007-09-18 14:36:29 +00:00
security.h * fhandler.cc (fhandler_base::fhaccess): Accommodate interface changes 2007-07-20 14:29:43 +00:00
select.cc update copyright 2007-07-07 17:29:20 +00:00
sem.cc
shared_info.h * Makefile.in (DLL_OFILES): Remove delqueue.o. 2007-08-13 17:16:05 +00:00
shared.cc * Makefile.in (DLL_OFILES): Remove delqueue.o. 2007-08-13 17:16:05 +00:00
shared.sgml
shm.cc
signal.cc * signal.cc (usleep): Use useconds_t for the type as per POSIX. 2007-06-12 20:49:48 +00:00
sigproc.cc * init.cc (in_dllentry): Delete. 2007-07-14 15:58:32 +00:00
sigproc.h
smallprint.cc * smallprint.cc (__small_vsprintf): Add format specifier 'W' for 2007-08-01 07:39:21 +00:00
sortdin
spawn.cc * spawn.cc (spawn_guts): Fix typo in comment. 2007-08-17 20:22:24 +00:00
speclib
stackdump.sgml
strace.cc
strfuncs.cc * ntdll.h: Add descriptive comments to special Rtl functions. 2007-08-12 12:48:02 +00:00
string.h
strsep.cc
strsig.cc * cygwin/strsig.cc (__signals): New macro. 2007-07-10 00:12:54 +00:00
sync.cc
sync.h * exceptions.cc (_cygtls::signal_exit): Only call myself.exit when when 2007-02-20 14:31:26 +00:00
syscalls.cc * syscalls.cc (open): Don't follow symlinks if O_EXCL is given. 2007-08-24 14:55:56 +00:00
sysconf.cc * cygwin.din (confstr): Export. 2007-06-11 17:38:27 +00:00
syslog.cc * fhandler_registry.cc (registry_listing): Drop name of HKEY_DYN_DATA. 2007-02-26 12:39:25 +00:00
termios.cc * termios.cc (setspeed): Support new baud rates introduced 2007-02-05. 2007-09-26 08:57:35 +00:00
textmode.c
textreadmode.c
thread.cc * cygheap.cc (cygheap_init): Fix formatting. Remove comment. Set 2007-03-29 16:37:36 +00:00
thread.h * dcrt0.cc (child_info_fork::alloc_stack_hard_way): Change sense of guard test. 2007-02-22 12:34:55 +00:00
timer.cc
times.cc * fhandler.h (fhandler_base::pc): Make public. 2007-08-14 14:48:52 +00:00
tlsoffsets.h
tty.cc
tty.h
tz_posixrules.h
uinfo.cc * uinfo.cc (pwdgrp::load): Use NT native functions. 2007-08-21 17:38:27 +00:00
uname.cc * exceptions.cc (dummy_ctrl_c_handler): Remove. 2007-02-23 10:51:59 +00:00
wait.cc
winbase.h
wincap.cc * autoload.cc (SetSecurityDescriptorControl): Drop. 2007-07-19 09:06:54 +00:00
wincap.h * autoload.cc (SetSecurityDescriptorControl): Drop. 2007-07-19 09:06:54 +00:00
window.cc
winf.cc
winf.h * fhandler_console.cc (fhandler_console::need_invisible): Drop 2007-02-23 12:01:52 +00:00
wininfo.h
winsup.h * fhandler.cc (rootdir): Delete. 2007-08-20 15:16:27 +00:00
winver.rc