summaryrefslogtreecommitdiffstats
path: root/winsup/cygserver
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create branchmultiprocess-20081120-branchpointcvs2svn2008-11-1931-15832/+0
* * Makefile.in: Use -static-libgcc when creating cygserver.exe.Christopher Faylor2008-10-302-7/+12
* * sysv_msg.cc: Add fix from upstream version 1.65.Corinna Vinschen2008-04-302-3/+15
* * bsd_helper.cc: Replace %E __small_printf format specifier with %luCorinna Vinschen2008-02-064-11/+21
* Remove dependency from Cygwin internal code.Corinna Vinschen2008-02-064-12/+24
* * Makefile.in: Don't link strfuncs.o from the Cygwin build dir.Corinna Vinschen2008-02-042-2/+10
* * bsd_helper.cc (tunable_params): Add kern.ipc.shm_allow_removed asCorinna Vinschen2007-11-054-2/+20
* * smallprint.c: Remove.Corinna Vinschen2007-08-022-250/+4
* * Makefile.in: Add -lntdll to link line.Christopher Faylor2007-08-022-3/+8
* * smallprint.c: New file.Corinna Vinschen2007-08-023-2/+258
* * bsd_helper.cc: Drop unnecessary security.h include.Corinna Vinschen2007-07-212-1/+4
* Throughout remove using wincap.Corinna Vinschen2007-02-239-135/+59
* * Makefile.in (OBJS): Drop transport_sockets.o.Corinna Vinschen2007-02-226-450/+14
* update to newer autoconfChristopher Faylor2006-05-244-1316/+5227
* * wincap.cc: New file.Corinna Vinschen2006-01-124-4/+62
* Check FreeBSD upstream changes and apply important patches.Corinna Vinschen2006-01-094-2/+12
* * bsd_helper.cc (securityinit): New function. Move initializationCorinna Vinschen2005-11-108-61/+210
* * bsd_log.cc (_vpanic): LOG_EMERG is overkill, use LOG_CRIT.Corinna Vinschen2005-11-102-1/+5
* * cygserver.cc (main): Call wincap.init() earlier to avoid a NULL dereference.Christopher Faylor2005-08-082-1/+7
* * sysv_sem.cc (semu_list): Define static to avoid gcc 4.x compilerCorinna Vinschen2005-06-142-1/+6
* whitespace changes to hopefully force snapshot run.Christopher Faylor2005-06-101-1/+1
* * bsd_mutex.cc (msleep_cnt): Remove.Corinna Vinschen2005-04-082-71/+137
* * bsd_helper.cc (ipcexit_hookthread): Fix whitespace and handle leak.Corinna Vinschen2005-04-068-206/+233
* * bsd_mutex.cc (_msleep): Whitespace fix.Corinna Vinschen2005-04-013-4/+14
* * bsd_mutex.cc: Include limits.h.Corinna Vinschen2004-12-302-22/+125
* * sysv_sem.cc: Redefine offsetof to circumvent build problems withCorinna Vinschen2004-10-182-0/+14
* * bsd_mutex.cc (_msleep): Simplify event creation. Revert change fromCorinna Vinschen2004-10-047-17/+43
* * sysv_sem.cc: Update to FreeBSD version 1.69.Corinna Vinschen2004-10-012-14/+36
* * sysv_shm.cc (kern_shmat): Avoid compiler warning.Corinna Vinschen2004-09-232-0/+8
* * sysv_shm.cc (vm_object_reference): remove Cygwin specific define.Corinna Vinschen2004-09-212-8/+16
* Fix copyright throughout.Corinna Vinschen2004-09-1517-48/+74
* * bsd_mutex.cc (_msleep): Disable resetting event object for now.Corinna Vinschen2004-09-062-0/+11
* * sysv_shm.cc (kern_shmat): Add debug_printf's.Corinna Vinschen2004-08-312-0/+6
* * bsd_mutex.cc (_msleep): Release process object while waiting.Corinna Vinschen2004-08-242-0/+6
* * transport.cc (transport_layer_base::~transport_layer_base): Resurrect.Corinna Vinschen2004-08-033-0/+9
* * bsd_mutex.cc (_msleep): Reset event object and close it beforeCorinna Vinschen2004-07-302-2/+9
* * cygserver.conf: Describe relation between shmmaxpgs and SHMMAX.Corinna Vinschen2004-07-262-0/+6
* * bsd_helper.cc: Whitespace fixes.Corinna Vinschen2004-07-203-15/+20
* * transport.cc (transport_layer_base::~transport_layer_base): Remove.Corinna Vinschen2004-07-193-4/+5
* * bsd_mutex.cc (win_priority): Actually calculate p from priority.Corinna Vinschen2004-07-192-1/+5
* * shm.cc (shmget): Explicitely set td_retval[0] to -1 on error.Corinna Vinschen2004-06-032-0/+6
* * sysv_shm.cc (shmget): Allow to retrieve shared memory segmentsCorinna Vinschen2004-03-302-0/+11
* * sysv_sem.cc (semundo_adjust): Check for process id instead ofCorinna Vinschen2004-03-022-0/+26
* * bsd_mutex.cc (win_priority): Move to msleep helper function section.Corinna Vinschen2004-02-072-32/+44
* * bsd_mutex.cc (_msleep): Handle PCATCH using signal_arrived event.Corinna Vinschen2004-02-068-12/+57
* * process.h (cleanup_routine::~cleanup_routine): Make pure virtualCorinna Vinschen2004-01-163-8/+7
* * Makefile.in (CFLAGS, CXXFLAGS): Remove unneeded include.Christopher Faylor2003-12-262-4/+12
* * bsd_helper.cc (tunable_params): Add entries for kern.ipc.msgmnb andCorinna Vinschen2003-12-164-2/+22
* * cygserver.cc (main): Move call to ipcinit() up before installingCorinna Vinschen2003-11-263-6/+12
* * Makefile.in (CYGWIN_LIB): Variable pointing to libcygwin.a inCorinna Vinschen2003-11-262-1/+9