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
2013-04-23 * Merge in cygwin-64bit-branch.Corinna Vinschen
2012-11-28* Makefile.in: Remove old from CFLAGS and move C*FLAGS so that they can beChristopher Faylor
2012-11-26ChangeLog:Christopher Faylor
2012-11-26 * transport_pipes.cc (pipe_instance_lock_once): Remove.Corinna Vinschen
2012-11-23 * cygserver.cc (main): Call listen right after creating theCorinna Vinschen
2012-11-23cygwin/ChangeLog:Christopher Faylor
2012-11-23 * sysv_sem.cc (semundo_clear): Move condition to break fromCorinna Vinschen
2012-11-23ChangeLog:Christopher Faylor
2012-10-25 * bsd_helper.cc (adjust_identity_info): Fix typo in log message.Corinna Vinschen
2012-07-19 * woutsup.h: Just include winlean.h.Corinna Vinschen
2012-03-20* client.cc: Revert sigproc.h inclusion since it was fixed elsewhere.Christopher Faylor
2012-03-19 * client.cc: Include sigproc.h if __INSIDE_CYGWIN__ is defined.Corinna Vinschen
2012-03-19* client.cc: Remove unneeded #include "sigproc.h".Christopher Faylor
2012-02-14 * transport_pipes.cc (transport_layer_pipes::transport_layer_pipes):Corinna Vinschen
2011-10-10 * cygserver.cc (print_usage): Align output to utilities in utilsCorinna Vinschen
2011-08-19* sysv_shm.cc (ACCESSPERMS): Remove to fix redefined warning, asYaakov Selkowitz
2011-02-07 * configure.in: Remove AC_ALLOCA test and test for __builtin_memset.Corinna Vinschen
2010-04-20* transport_pipes.cc: Include ntdef.h to accommodate cygerrno.h.Christopher Faylor
2009-11-16 * Makefile.in (cygserver.exe): Link with -static to avoid linkingCorinna Vinschen
2009-11-06 * transport_pipes.cc (transport_layer_pipes::transport_layer_pipes):Corinna Vinschen
2009-10-31 * transport_pipes.h (PIPE_NAME_PREFIX): New define.Corinna Vinschen
2009-08-18 * Makefile.in (CXXFLAGS): Allow override.Corinna Vinschen
2009-03-27 * README: Remove "How to use" section, as CYGWIN="server" isCorinna Vinschen
2009-03-20 * cygserver-config: Remove misleading text describing theCorinna Vinschen
2009-02-24Add DESTDIR functionality to Makefile.in's.Christopher Faylor
2009-01-21ChangeLog:Corinna Vinschen
2009-01-03* Makefile.in (CFLAGS): Look in cygwin's build directory for header files.Christopher Faylor
2008-12-15 * setpwd.cc (client_request_setpwd::serve): Don't treat removingCorinna Vinschen
2008-12-15 * setpwd.cc (client_request_setpwd::serve): Explicitely erase passwordCorinna Vinschen
2008-11-26 * Makefile.in (OBJS): Add setpwd.o.Corinna Vinschen
2008-10-30* Makefile.in: Use -static-libgcc when creating cygserver.exe.Christopher Faylor
2008-04-30 * sysv_msg.cc: Add fix from upstream version 1.65.Corinna Vinschen
2008-02-07 * bsd_helper.cc: Replace %E __small_printf format specifier with %luCorinna Vinschen
2008-02-07 Remove dependency from Cygwin internal code.Corinna Vinschen
2008-02-04 * Makefile.in: Don't link strfuncs.o from the Cygwin build dir.Corinna Vinschen
2007-11-05 * bsd_helper.cc (tunable_params): Add kern.ipc.shm_allow_removed asCorinna Vinschen
2007-08-02 * smallprint.c: Remove.Corinna Vinschen
2007-08-02* Makefile.in: Add -lntdll to link line.Christopher Faylor
2007-08-02 * smallprint.c: New file.Corinna Vinschen
2007-07-21 * bsd_helper.cc: Drop unnecessary security.h include.Corinna Vinschen
2007-02-23 Throughout remove using wincap.Corinna Vinschen
2007-02-22 * Makefile.in (OBJS): Drop transport_sockets.o.Corinna Vinschen
2006-05-24update to newer autoconfChristopher Faylor
2006-01-12 * wincap.cc: New file.Corinna Vinschen
2006-01-09 Check FreeBSD upstream changes and apply important patches.Corinna Vinschen
2005-11-10 * bsd_helper.cc (securityinit): New function. Move initializationCorinna Vinschen
2005-11-10 * bsd_log.cc (_vpanic): LOG_EMERG is overkill, use LOG_CRIT.Corinna Vinschen
2005-08-08* cygserver.cc (main): Call wincap.init() earlier to avoid a NULL dereference.Christopher Faylor
2005-06-14 * sysv_sem.cc (semu_list): Define static to avoid gcc 4.x compilerCorinna Vinschen
2005-06-10whitespace changes to hopefully force snapshot run.Christopher Faylor