aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygserver
AgeCommit message (Expand)AuthorFilesLines
2009-03-27 * README: Remove "How to use" section, as CYGWIN="server" isCorinna Vinschen2-32/+5
2009-03-20 * cygserver-config: Remove misleading text describing theCorinna Vinschen2-7/+5
2009-02-24Add DESTDIR functionality to Makefile.in's.Christopher Faylor2-8/+12
2009-01-21ChangeLog:Corinna Vinschen2-10/+7
2009-01-03* Makefile.in (CFLAGS): Look in cygwin's build directory for header files.Christopher Faylor2-2/+7
2008-12-15 * setpwd.cc (client_request_setpwd::serve): Don't treat removingCorinna Vinschen2-1/+8
2008-12-15 * setpwd.cc (client_request_setpwd::serve): Explicitely erase passwordCorinna Vinschen2-0/+7
2008-11-26 * Makefile.in (OBJS): Add setpwd.o.Corinna Vinschen7-2/+125
2008-10-30* Makefile.in: Use -static-libgcc when creating cygserver.exe.Christopher Faylor2-7/+12
2008-04-30 * sysv_msg.cc: Add fix from upstream version 1.65.Corinna Vinschen2-3/+15
2008-02-06 * bsd_helper.cc: Replace %E __small_printf format specifier with %luCorinna Vinschen4-11/+21
2008-02-06 Remove dependency from Cygwin internal code.Corinna Vinschen4-12/+24
2008-02-04 * Makefile.in: Don't link strfuncs.o from the Cygwin build dir.Corinna Vinschen2-2/+10
2007-11-05 * bsd_helper.cc (tunable_params): Add kern.ipc.shm_allow_removed asCorinna Vinschen4-2/+20
2007-08-02 * smallprint.c: Remove.Corinna Vinschen2-250/+4
2007-08-02* Makefile.in: Add -lntdll to link line.Christopher Faylor2-3/+8
2007-08-02 * smallprint.c: New file.Corinna Vinschen3-2/+258
2007-07-21 * bsd_helper.cc: Drop unnecessary security.h include.Corinna Vinschen2-1/+4
2007-02-23 Throughout remove using wincap.Corinna Vinschen9-135/+59
2007-02-22 * Makefile.in (OBJS): Drop transport_sockets.o.Corinna Vinschen6-450/+14
2006-05-24update to newer autoconfChristopher Faylor4-1316/+5227
2006-01-12 * wincap.cc: New file.Corinna Vinschen4-4/+62
2006-01-09 Check FreeBSD upstream changes and apply important patches.Corinna Vinschen4-2/+12
2005-11-10 * bsd_helper.cc (securityinit): New function. Move initializationCorinna Vinschen8-61/+210
2005-11-10 * bsd_log.cc (_vpanic): LOG_EMERG is overkill, use LOG_CRIT.Corinna Vinschen2-1/+5
2005-08-08* cygserver.cc (main): Call wincap.init() earlier to avoid a NULL dereference.Christopher Faylor2-1/+7
2005-06-14 * sysv_sem.cc (semu_list): Define static to avoid gcc 4.x compilerCorinna Vinschen2-1/+6
2005-06-10whitespace changes to hopefully force snapshot run.Christopher Faylor1-1/+1
2005-04-08 * bsd_mutex.cc (msleep_cnt): Remove.Corinna Vinschen2-71/+137
2005-04-06 * bsd_helper.cc (ipcexit_hookthread): Fix whitespace and handle leak.Corinna Vinschen8-206/+233
2005-04-01 * bsd_mutex.cc (_msleep): Whitespace fix.Corinna Vinschen3-4/+14
2004-12-30 * bsd_mutex.cc: Include limits.h.Corinna Vinschen2-22/+125
2004-10-18 * sysv_sem.cc: Redefine offsetof to circumvent build problems withCorinna Vinschen2-0/+14
2004-10-04 * bsd_mutex.cc (_msleep): Simplify event creation. Revert change fromCorinna Vinschen7-17/+43
2004-10-01 * sysv_sem.cc: Update to FreeBSD version 1.69.Corinna Vinschen2-14/+36
2004-09-23 * sysv_shm.cc (kern_shmat): Avoid compiler warning.Corinna Vinschen2-0/+8
2004-09-21 * sysv_shm.cc (vm_object_reference): remove Cygwin specific define.Corinna Vinschen2-8/+16
2004-09-15 Fix copyright throughout.Corinna Vinschen17-48/+74
2004-09-06 * bsd_mutex.cc (_msleep): Disable resetting event object for now.Corinna Vinschen2-0/+11
2004-08-31 * sysv_shm.cc (kern_shmat): Add debug_printf's.Corinna Vinschen2-0/+6
2004-08-24 * bsd_mutex.cc (_msleep): Release process object while waiting.Corinna Vinschen2-0/+6
2004-08-03 * transport.cc (transport_layer_base::~transport_layer_base): Resurrect.Corinna Vinschen3-0/+9
2004-07-30 * bsd_mutex.cc (_msleep): Reset event object and close it beforeCorinna Vinschen2-2/+9
2004-07-26 * cygserver.conf: Describe relation between shmmaxpgs and SHMMAX.Corinna Vinschen2-0/+6
2004-07-20 * bsd_helper.cc: Whitespace fixes.Corinna Vinschen3-15/+20
2004-07-19 * transport.cc (transport_layer_base::~transport_layer_base): Remove.Corinna Vinschen3-4/+5
2004-07-19 * bsd_mutex.cc (win_priority): Actually calculate p from priority.Corinna Vinschen2-1/+5
2004-06-03 * shm.cc (shmget): Explicitely set td_retval[0] to -1 on error.Corinna Vinschen2-0/+6
2004-03-30 * sysv_shm.cc (shmget): Allow to retrieve shared memory segmentsCorinna Vinschen2-0/+11
2004-03-02 * sysv_sem.cc (semundo_adjust): Check for process id instead ofCorinna Vinschen2-0/+26