Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-10-09 * fhandler_disk_file.cc (fhandler_disk_file::readdir_helper): Set d_typeCorinna Vinschen
2014-10-09 * fhandler_proc.cc (fhandler_proc::readdir): Set dirent d_type.Corinna Vinschen
2014-10-09 * libc/string/memccpy.c (memccpy): Fix warning about signed-unsignedCorinna Vinschen
2014-10-09Add accidentally missing ChangeLog for latest change.Corinna Vinschen
2014-10-092014-10-08 Steve Ellcey <sellcey@mips.com>Steve Ellcey
2014-10-09 * libc/include/string.h (ffsl): Declare as GNU function.Corinna Vinschen
2014-10-09 * common.din (ffsl): Export.Corinna Vinschen
2014-10-08 * syscall.cc (ffs): Fix crash of ffs (0x80000000) on 64 bit.Corinna Vinschen
2014-10-08 * fhandler_process.cc (format_process_statm): Fix output of dirtyCorinna Vinschen
2014-10-08Fix typoCorinna Vinschen
2014-09-28merge from gccDJ Delorie
2014-09-22 * configure.in: Remove config_libnosys=falseNick Clifton
2014-09-182014-09-17 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston
2014-09-162014-09-17 Joel Sherrill <joel.sherrill@oarcorp.com>Jeff Johnston
2014-09-152014-09-15 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston
2014-09-132014-09-12 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston
2014-09-122014-09-12 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston
2014-09-122014-09-11 Freddie Chopin <freddie_chopin@op.pl>Jeff Johnston
2014-09-082014-09-08 Freddie Chopin <freddie_chopin@op.pl>Jeff Johnston
2014-09-05 * pathnames.xml (cygdrive): Add /proc/cygdrive description.Corinna Vinschen
2014-09-05 * fhandler_proc.cc (proc_tab): Add entry for cygdrive symlink.Corinna Vinschen
2014-09-052014-09-05 Hale Wang <hale.wang@arm.com>Jeff Johnston
2014-09-05 * exception.h (class exception): Remove unnecessary #ifdef.Corinna Vinschen
2014-09-05 * uinfo.cc (pwdgrp::fetch_account_from_windows): Handle APPLICATIONCorinna Vinschen
2014-09-05 * libc/stdio/findfp.c (_cleanup_r): Call _fflush_r when configurationCorinna Vinschen
2014-09-05 * libc/stdio/fwalk.c (_fwalk_reent): Remove redundant test.Corinna Vinschen
2014-09-05Add missing libc/machine/arm/aeabi_memcpy.c fileCorinna Vinschen
2014-09-04 * libc/time/mktm_r.c (_mktm_r): Optimize speed.Corinna Vinschen
2014-09-04Add missing libc/machine/arm/aeabi_memcpy-armv7a.S fileCorinna Vinschen
2014-09-04 * libc/time/clock.c (clock): Fix warnings about signed-unsignedCorinna Vinschen
2014-09-04 * libc/machine/arm/aeabi_memcpy.c: New file.Corinna Vinschen
2014-09-03 * sec_acl.cc (aclcheck32): Check for required default entries as well.Corinna Vinschen
2014-09-03 * setfacl.c (addmissing): New function to add missing acl entries toCorinna Vinschen
2014-09-03 * utils.xml (setfacl): Align documentation to help text in setfacl.Corinna Vinschen
2014-09-03 * setfacl.c (getaclentry): Fix previous fix again. Allow lone 'm' asCorinna Vinschen
2014-09-03 * setfacl.c (getaclentry): Fix return value in case of a lone 'm' ifCorinna Vinschen
2014-09-03 * sec_acl.cc (aclsort32): Set errno to EINVAL if aclcheck32 failed.Corinna Vinschen
2014-09-01 * ntsec.xml (ntsec-common): Drop outdated comment about underdevelopedCorinna Vinschen
2014-08-31 * uinfo.cc (pwdgrp::fetch_account_from_windows): Disallow user accountsCorinna Vinschen
2014-08-31 * utils.xml (setfacl): Drop outdated note that default ACEs are notCorinna Vinschen
2014-08-31 * setfacl.c (usage): Drop outdated note that default ACEs are notCorinna Vinschen
2014-08-31 * ntsec.xml: Disable description of db_prefix and db_separator settings.Corinna Vinschen
2014-08-31 * uinfo.cc (cygheap_pwdgrp::init): Fix comment. Rearrange code forCorinna Vinschen
2014-08-31 * uinfo.cc (pwdgrp::fetch_account_from_windows): Disallow creating anCorinna Vinschen
2014-08-31 * sec_acl.cc (setacl): Add comment. Handle NULL ACE for SUID, SGID,Corinna Vinschen
2014-08-31 * utils.xml (getfacl): Document additional suid/sgid/vtx flag printing.Corinna Vinschen
2014-08-31 * getfacl.c (usage): Add flags description.Corinna Vinschen
2014-08-28 * fhandler.cc (fhandler_base::facl): Drop CLASS_OBJ entry.Corinna Vinschen
2014-08-28 * fhandler_disk_file.cc (fhandler_disk_file::fstatvfs): Try theCorinna Vinschen
2014-08-27* libc/include/math.h (frexpl): Remove parameter name.DJ Delorie