aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygserver
AgeCommit message (Expand)AuthorFilesLines
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
2004-02-07 * bsd_mutex.cc (win_priority): Move to msleep helper function section.Corinna Vinschen2-32/+44
2004-02-06 * bsd_mutex.cc (_msleep): Handle PCATCH using signal_arrived event.Corinna Vinschen8-12/+57
2004-01-16 * process.h (cleanup_routine::~cleanup_routine): Make pure virtualCorinna Vinschen3-8/+7
2003-12-26* Makefile.in (CFLAGS, CXXFLAGS): Remove unneeded include.Christopher Faylor2-4/+12
2003-12-16 * bsd_helper.cc (tunable_params): Add entries for kern.ipc.msgmnb andCorinna Vinschen4-2/+22
2003-11-26 * cygserver.cc (main): Move call to ipcinit() up before installingCorinna Vinschen3-6/+12
2003-11-26 * Makefile.in (CYGWIN_LIB): Variable pointing to libcygwin.a inCorinna Vinschen2-1/+9
2003-11-26* Makefile.in (CXXFLAGS): Remove duplicate options handled in Makefile.common.Christopher Faylor2-1/+6
2003-11-22 * msg.cc (client_request_msg::serve): Add default case to msgop switch.Corinna Vinschen4-0/+18
2003-11-21 * Makefile.in (install): Explicitely create directories. InstallCorinna Vinschen3-2/+223
2003-11-21 * cygserver.cc (print_usage): Fix scrambled output.Corinna Vinschen2-1/+5
2003-11-20 * cygserver-config: Slightly modify printed message.Corinna Vinschen2-4/+5
2003-11-20 * Makefile.in (install): Install cygserver-config script to bindir.Corinna Vinschen3-2/+220