aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/ntea.cc
AgeCommit message (Expand)AuthorFilesLines
2023-06-16Cygwin: use new XATTR_{NAME,SIZE}_MAX instead of MAX_EA_{NAME,VALUE}_LENPhilippe Cerfon1-9/+11
2022-06-06Cygwin: remove most occurrences of __stdcall and __cdeclKen Brown1-2/+2
2022-05-29Cygwin: remove regparm.hKen Brown1-2/+2
2020-03-11Cygwin: fix formatting: drop trailing whitespaceCorinna Vinschen1-1/+1
2020-03-11Cygwin: fix formatting: collapse whitespace-only linesCorinna Vinschen1-2/+2
2019-01-07Cygwin: open: support Linux-specific O_PATH flagCorinna Vinschen1-0/+20
2016-06-23Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen1-3/+0
2014-08-27 * ntea.cc (read_ea): Change left-over return to __leave. FixCorinna Vinschen1-5/+5
2014-08-26 * path.h (path_conv::init_reopen_attr): Change from void to returningCorinna Vinschen1-2/+2
2014-08-22 * Throughout, use __try/__except/__endtry blocks, rather than myfaultCorinna Vinschen1-230/+235
2014-04-04 * ntea.cc (EA_BUFSIZ): Fix comment.Corinna Vinschen1-12/+14
2014-04-04 * ntea (EA_BUFSIZ): Reduce to 64K. Add comment to explain why.Corinna Vinschen1-4/+14
2013-05-01Throughout, (mainly in fhandler*) fix remaining gcc 4.7 mismatchYaakov Selkowitz1-2/+2
2013-01-21Throughout, update copyrights to reflect dates which correspond to main-branchChristopher Faylor1-1/+2
2011-12-03Throughout, remove extra space after function name from debugging output.Christopher Faylor1-2/+2
2011-08-09 * ntdll.h (STATUS_NOT_FOUND): Define.Corinna Vinschen1-25/+52
2011-06-06whitespace eliminationChristopher Faylor1-1/+1
2010-01-12 * dtable.cc (build_fh_name_worker): Remove. Move all functionalityCorinna Vinschen1-3/+3
2009-11-18 * ntea.cc (read_ea): Always add length of "user." prefix, not onlyCorinna Vinschen1-7/+6
2009-11-18 * ntea.cc (read_ea): Try to open file first to have more sensibleCorinna Vinschen1-35/+54
2009-09-16* ntea.c (write_ea): Don't abort if not-samba.Christopher Faylor1-2/+7
2008-09-11* localtime.cc (increment_overflow): Mark as non-inline to prevent compilerChristopher Faylor1-8/+9
2008-04-07Remove unneeded header files from source files throughout.Christopher Faylor1-3/+0
2008-02-15Perform whitespace cleanup throughout.Christopher Faylor1-11/+11
2008-02-10 * Makefile.in (DLL_OFILES): Add ntea.o.Corinna Vinschen1-120/+441
2007-02-20Remove extraneous whitespace.Christopher Faylor1-6/+6
2006-07-03 * autoload.cc (NtQueryEaFile): Define.Corinna Vinschen1-275/+122
2005-05-18 * mmap.cc (mmap64): Avoid compiler warning.Corinna Vinschen1-1/+1
2003-12-07Change use of BOOL, TRUE, FALSE to bool, true, false, as appropriate,Christopher Faylor1-3/+3
2003-07-02* Makefile.in: Remove cygserver stuff.Christopher Faylor1-1/+1
2003-03-09Do some minor reformatting of 'extern "C"' use throughout.Christopher Faylor1-2/+1
2002-09-19Cleanup calls to CreateFile throughout.Christopher Faylor1-6/+5
2001-09-11Update copyrights.Christopher Faylor1-1/+1
2001-09-06Remove initialization of static or global values to zero, throughout. ThisChristopher Faylor1-1/+1
2001-06-05* security.h (NTWriteEA): Change prototype.Egor Duda1-9/+1
2001-05-31* path.cc (chdir): Always send unsigned chars to isspace since newlib's isspaceChristopher Faylor1-2/+2
2000-09-08Break out more header info into separate files. Use appropriate header filesChristopher Faylor1-1/+2
2000-07-29* include/cygwin/version.h: Bump DLL minor version number to 5 due to all ofChristopher Faylor1-1/+0
2000-02-17import winsup-2000-02-17 snapshotChristopher Faylor1-0/+335