summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/ntea.cc
Commit message (Expand)AuthorAgeFilesLines
* Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen2016-06-231-3/+0
* * ntea.cc (read_ea): Change left-over return to __leave. FixCorinna Vinschen2014-08-271-5/+5
* * path.h (path_conv::init_reopen_attr): Change from void to returningCorinna Vinschen2014-08-261-2/+2
* * Throughout, use __try/__except/__endtry blocks, rather than myfaultCorinna Vinschen2014-08-221-230/+235
* * ntea.cc (EA_BUFSIZ): Fix comment.Corinna Vinschen2014-04-041-12/+14
* * ntea (EA_BUFSIZ): Reduce to 64K. Add comment to explain why.Corinna Vinschen2014-04-041-4/+14
* Throughout, (mainly in fhandler*) fix remaining gcc 4.7 mismatchYaakov Selkowitz2013-05-011-2/+2
* Throughout, update copyrights to reflect dates which correspond to main-branchChristopher Faylor2013-01-211-1/+2
* Throughout, remove extra space after function name from debugging output.Christopher Faylor2011-12-031-2/+2
* * ntdll.h (STATUS_NOT_FOUND): Define.Corinna Vinschen2011-08-091-25/+52
* whitespace eliminationChristopher Faylor2011-06-061-1/+1
* * dtable.cc (build_fh_name_worker): Remove. Move all functionalityCorinna Vinschen2010-01-121-3/+3
* * ntea.cc (read_ea): Always add length of "user." prefix, not onlyCorinna Vinschen2009-11-181-7/+6
* * ntea.cc (read_ea): Try to open file first to have more sensibleCorinna Vinschen2009-11-181-35/+54
* * ntea.c (write_ea): Don't abort if not-samba.Christopher Faylor2009-09-161-2/+7
* * localtime.cc (increment_overflow): Mark as non-inline to prevent compilerChristopher Faylor2008-09-111-8/+9
* Remove unneeded header files from source files throughout.Christopher Faylor2008-04-071-3/+0
* Perform whitespace cleanup throughout.Christopher Faylor2008-02-151-11/+11
* * Makefile.in (DLL_OFILES): Add ntea.o.Corinna Vinschen2008-02-101-120/+441
* Remove extraneous whitespace.Christopher Faylor2007-02-201-6/+6
* * autoload.cc (NtQueryEaFile): Define.Corinna Vinschen2006-07-031-275/+122
* * mmap.cc (mmap64): Avoid compiler warning.Corinna Vinschen2005-05-181-1/+1
* Change use of BOOL, TRUE, FALSE to bool, true, false, as appropriate,Christopher Faylor2003-12-071-3/+3
* * Makefile.in: Remove cygserver stuff.Christopher Faylor2003-07-021-1/+1
* Do some minor reformatting of 'extern "C"' use throughout.Christopher Faylor2003-03-091-2/+1
* Cleanup calls to CreateFile throughout.Christopher Faylor2002-09-191-6/+5
* Update copyrights.Christopher Faylor2001-09-111-1/+1
* Remove initialization of static or global values to zero, throughout. ThisChristopher Faylor2001-09-061-1/+1
* * security.h (NTWriteEA): Change prototype.Egor Duda2001-06-051-9/+1
* * path.cc (chdir): Always send unsigned chars to isspace since newlib's isspaceChristopher Faylor2001-05-311-2/+2
* Break out more header info into separate files. Use appropriate header filesChristopher Faylor2000-09-081-1/+2
* * include/cygwin/version.h: Bump DLL minor version number to 5 due to all ofChristopher Faylor2000-07-291-1/+0
* import winsup-2000-02-17 snapshotChristopher Faylor2000-02-171-0/+335