aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygserver
AgeCommit message (Expand)AuthorFilesLines
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
2003-11-19 Don't use safe_new but new throughout. Fix copyright datesCorinna Vinschen27-1368/+5656
2003-10-22 Accomodate moving cygserver header files from cygwin/include/cygwinCorinna Vinschen15-252/+334
2003-08-30* msg.cc: New file.Christopher Faylor4-2/+94
2003-08-30* threaded_queue.h: New file.Christopher Faylor2-0/+131
2003-08-25* Makefile.in: Build libcygserver.a.Christopher Faylor3-6/+16
2003-07-26* configure.in: Use 'install-sh -c'.Christopher Faylor3-2/+7
2003-07-25* configure.in: Always use install-sh.Christopher Faylor3-51/+60
2003-07-02* Makefile.in (OBJS): Move some more files from cygwin directory.Christopher Faylor3-7/+21
2003-07-01first checkinChristopher Faylor1-0/+5
2003-07-01First checkins.Christopher Faylor3-0/+2332
2003-06-16Throughout, remove "include <errno.h>" from files which already includeChristopher Faylor4-4/+0
2003-03-09 Switch to 32/64 datatypes:Corinna Vinschen1-2/+2
2002-09-30 * cygserver_transport_pipes.cc (transport_layer_pipes::accept):Conrad Scott1-1/+1
2002-09-30whitespaceChristopher Faylor1-2/+2
2002-09-222002-09-22 Conrad Scott <conrad.scott@dsl.pipex.com>Conrad Scott11-1860/+3457