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
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
2005-04-09 * bsd_mutex.cc (msleep_cnt): Remove.Corinna Vinschen
2005-04-06 * bsd_helper.cc (ipcexit_hookthread): Fix whitespace and handle leak.Corinna Vinschen
2005-04-01 * bsd_mutex.cc (_msleep): Whitespace fix.Corinna Vinschen
2004-12-30 * bsd_mutex.cc: Include limits.h.Corinna Vinschen
2004-10-18 * sysv_sem.cc: Redefine offsetof to circumvent build problems withCorinna Vinschen
2004-10-04 * bsd_mutex.cc (_msleep): Simplify event creation. Revert change fromCorinna Vinschen
2004-10-01 * sysv_sem.cc: Update to FreeBSD version 1.69.Corinna Vinschen
2004-09-23 * sysv_shm.cc (kern_shmat): Avoid compiler warning.Corinna Vinschen
2004-09-21 * sysv_shm.cc (vm_object_reference): remove Cygwin specific define.Corinna Vinschen
2004-09-15 Fix copyright throughout.Corinna Vinschen
2004-09-07 * bsd_mutex.cc (_msleep): Disable resetting event object for now.Corinna Vinschen
2004-08-31 * sysv_shm.cc (kern_shmat): Add debug_printf's.Corinna Vinschen
2004-08-25 * bsd_mutex.cc (_msleep): Release process object while waiting.Corinna Vinschen
2004-08-03 * transport.cc (transport_layer_base::~transport_layer_base): Resurrect.Corinna Vinschen
2004-07-30 * bsd_mutex.cc (_msleep): Reset event object and close it beforeCorinna Vinschen
2004-07-26 * cygserver.conf: Describe relation between shmmaxpgs and SHMMAX.Corinna Vinschen
2004-07-20 * bsd_helper.cc: Whitespace fixes.Corinna Vinschen
2004-07-19 * transport.cc (transport_layer_base::~transport_layer_base): Remove.Corinna Vinschen
2004-07-19 * bsd_mutex.cc (win_priority): Actually calculate p from priority.Corinna Vinschen
2004-06-03 * shm.cc (shmget): Explicitely set td_retval[0] to -1 on error.Corinna Vinschen
2004-03-30 * sysv_shm.cc (shmget): Allow to retrieve shared memory segmentsCorinna Vinschen
2004-03-02 * sysv_sem.cc (semundo_adjust): Check for process id instead ofCorinna Vinschen
2004-02-07 * bsd_mutex.cc (win_priority): Move to msleep helper function section.Corinna Vinschen
2004-02-06 * bsd_mutex.cc (_msleep): Handle PCATCH using signal_arrived event.Corinna Vinschen
2004-01-16 * process.h (cleanup_routine::~cleanup_routine): Make pure virtualCorinna Vinschen
2003-12-26* Makefile.in (CFLAGS, CXXFLAGS): Remove unneeded include.Christopher Faylor
2003-12-16 * bsd_helper.cc (tunable_params): Add entries for kern.ipc.msgmnb andCorinna Vinschen
2003-11-27 * cygserver.cc (main): Move call to ipcinit() up before installingCorinna Vinschen
2003-11-26 * Makefile.in (CYGWIN_LIB): Variable pointing to libcygwin.a inCorinna Vinschen
2003-11-26* Makefile.in (CXXFLAGS): Remove duplicate options handled in Makefile.common.Christopher Faylor
2003-11-23 * msg.cc (client_request_msg::serve): Add default case to msgop switch.Corinna Vinschen