]> sourceware.org Git - newlib-cygwin.git/blob - winsup/cygserver/ChangeLog
* setpwd.cc (client_request_setpwd::serve): Don't treat removing
[newlib-cygwin.git] / winsup / cygserver / ChangeLog
1 2008-12-15 Corinna Vinschen <corinna@vinschen.de>
2
3 * setpwd.cc (client_request_setpwd::serve): Don't treat removing
4 non-existant private data as error.
5
6 2008-12-15 Corinna Vinschen <corinna@vinschen.de>
7
8 * setpwd.cc (client_request_setpwd::serve): Explicitely erase password
9 buffer content after usage.
10
11 2008-11-26 Corinna Vinschen <corinna@vinschen.de>
12
13 * Makefile.in (OBJS): Add setpwd.o.
14 * README: Explain new service to store passwords in the LSA registry
15 area.
16 * bsd_helper.cc (get_token_info): Make externally available.
17 * bsd_helper.h (get_token_info): Declare.
18 * client.cc (client_request::handle_request): Add case for
19 CYGSERVER_REQUEST_SETPWD request.
20 * setpwd.cc: New file implementing the CYGSERVER_REQUEST_SETPWD
21 request.
22
23 2008-10-30 Christopher Faylor <me+cygwin@cgf.cx>
24
25 * Makefile.in: Use -static-libgcc when creating cygserver.exe.
26
27 2008-04-30 Corinna Vinschen <corinna@vinschen.de>
28
29 * sysv_msg.cc: Add fix from upstream version 1.65.
30 (msgsnd): Call msleep with timeout value. Handle EWOULDBLOCK. Make
31 sure it's clear from where msleep has been called in debug output.
32 (msgrcv): Make sure it's clear from where msleep has been called in
33 debug output.
34
35 2008-02-06 Corinna Vinschen <corinna@vinschen.de>
36
37 * bsd_helper.cc: Replace %E __small_printf format specifier with %lu
38 and call to GetLastError throughout.
39 * bsd_mutex.cc: Ditto.
40 * sysv_sem.cc (semget): Replace %X __small_printf format specifier
41 with %llx.
42
43 2008-02-06 Corinna Vinschen <corinna@vinschen.de>
44
45 Remove dependency from Cygwin internal code.
46 * Makefile.in (CYGWIN_OBJS): Remove smallprint.o.
47 (cygserver.exe): Remove strfuncs.o
48 (strfuncs.o): Drop rule.
49 * bsd_log.cc (_vlog): Use snprintf/vsnprintf instead of
50 __small_sprintf/__small_vsprintf.
51 * sysv_sem.cc (seminit): Use sys_malloc instead of malloc. Use
52 snprintf instead of __small_sprintf.
53 (semunload): Free the above allocated sema_mtx names here.
54
55 2008-02-03 Brian Dessent <brian@dessent.net>
56
57 * Makefile.in: Don't link strfuncs.o from the Cygwin build dir.
58 Build it again with __OUTSIDE_CYGWIN__ defined.
59
60 2007-11-05 Corinna Vinschen <corinna@vinschen.de>
61
62 * bsd_helper.cc (tunable_params): Add kern.ipc.shm_allow_removed as
63 bool parameter.
64 * cygserver.conf: Add a description for the kern.ipc.shm_allow_removed
65 parameter.
66 * sysv_shm.cc (shminit): Set shm_allow_removed variable according to
67 kern.ipc.shm_allow_removed setting.
68
69 2007-08-02 Corinna Vinschen <corinna@vinschen.de>
70
71 * smallprint.c: Remove.
72
73 2007-08-02 Christopher Faylor <me+cygwin@cgf.cx>
74
75 * Makefile.in: Add -lntdll to link line.
76 (CYGWIN_OBJS): Include strfuncs.o.
77
78 2007-08-02 Corinna Vinschen <corinna@vinschen.de>
79
80 * smallprint.c: New file.
81 * Makefile.in (OBJS): Add smallprint.o.
82 (CYGWIN_OBJS): Remove smallprint.o from Cygwin dir.
83
84 2007-07-21 Corinna Vinschen <corinna@vinschen.de>
85
86 * bsd_helper.cc: Drop unnecessary security.h include.
87
88 2007-02-23 Corinna Vinschen <corinna@vinschen.de>
89
90 Throughout remove using wincap.
91 * Makefile.in (OBJS): Remove wincap.o.
92 * README: Don't mention 9x.
93 * bsd_mutex.cc (_mtx_unlock): Drop checking for 9x error codes.
94 * cygserver.cc (server_submission_loop::request_loop): Add FIXME
95 comment.
96 * wincap.cc: Remove.
97 * wincap.h: Remove.
98 * woutsup.h: Don't include wincap.h.
99
100 2007-02-22 Corinna Vinschen <corinna@vinschen.de>
101
102 * Makefile.in (OBJS): Drop transport_sockets.o.
103 * sysv_shm.cc (shmget_allocate_segment): Remove spurious cast.
104 * transport.cc: Don't include transport_sockets.h.
105 (create_server_transport): Always create transport_layer_pipes.
106 * transport_sockets.cc: Remove.
107 * transport_sockets.h: Remove.
108
109 2006-05-24 Christopher Faylor <cgf@timesys.com>
110
111 * configure.in: Update to newer autoconf.
112 (thanks to Steve Ellcey)
113 * configure: Regenerate.
114 * aclocal.m4: New file.
115
116 2006-01-12 Corinna Vinschen <corinna@vinschen.de>
117
118 * wincap.cc: New file.
119 * wincap.h: New file.
120 * Makefile.in: Accomodate having our own wincap implementation now.
121
122 2006-01-09 Corinna Vinschen <corinna@vinschen.de>
123
124 Check FreeBSD upstream changes and apply important patches.
125 * sysv_sem.cc (__semctl): Check copyin return value (from 1.76).
126 * sysv_shm.cc (shminit): Actually use the iterating variable in the
127 for loop when trying to avoid overflow (from 1.102).
128
129 2005-11-10 Corinna Vinschen <corinna@vinschen.de>
130
131 * bsd_helper.cc (securityinit): New function. Move initialization
132 of security related variables from ipcinit here.
133 * bsd_helper.h (securityinit): Add prototype.
134 * cygserver.cc (main): Call securityinit right after wincap.init.
135
136 2005-11-10 Corinna Vinschen <corinna@vinschen.de>
137
138 * bsd_log.cc (_vpanic): LOG_EMERG is overkill, use LOG_CRIT.
139
140 2005-11-09 Corinna Vinschen <corinna@vinschen.de>
141
142 * process.cc (process_cache::process): Fix maximum process condition.
143
144 2005-10-24 Corinna Vinschen <corinna@vinschen.de>
145
146 * README: Add description for new -p/--process-cache option.
147 * bsd_helper.cc (default_tun_check): Add kern.srv.process_cache_size
148 entry to tunable_params. Set max value of kern.srv.request_threads
149 to 310.
150 * cygserver.cc (SERVER_VERSION): Set to 1.20.
151 (print_usage): Print usage of new parameter -p.
152 (main): Add process cache parameter handling. Accomodate new max
153 value of request threads.
154 * cygserver.conf: Add kern.srv.process_cache_size tunable parameter.
155 Accomodate new max value of kern.srv.request_threads.
156 * process.cc: Fix a comment.
157 (process_cache::process_cache): Add max process cache size parameter.
158 Change _cache_add_trigger to manual reset event.
159 (struct pcache_wait_t): New struct used as parameter to
160 pcache_wait_thread.
161 (pcache_wait_thread): New thread function used for threaded process
162 cache.
163 (process_cache::wait_for_processes): Use threaded waiting if number
164 of processes to wait for is bigger than 62. Always check all processes
165 to avoid race under heavy load.
166 (process_cache::sync_wait_array): Remove useless assert. Reset
167 _cache_add_trigger right at the start since it's manual reset now.
168 Accomodate threaded waiting.
169 * process.h (process_cache::process_cache): Add max_procs parameter.
170 (process_cache::_max_process_count): New member.
171 (process_cache::_wait_array: Raise to allow up to 5 wait threads.
172 (process_cache::_process_array): Ditto.
173
174 2005-08-08 Christopher Faylor <cgf@timesys.com>
175
176 * cygserver.cc (main): Call wincap.init() earlier to avoid a NULL
177 dereference.
178
179 2005-06-14 Corinna Vinschen <corinna@vinschen.de>
180
181 * sysv_sem.cc (semu_list): Define static to avoid gcc 4.x compiler
182 warning.
183
184 2005-04-08 Corinna Vinschen <corinna@vinschen.de>
185
186 * bsd_mutex.cc (msleep_cnt): Remove.
187 (msleep_max_cnt): Remove.
188 (msleep_arr): Remove.
189 (class msleep_sync_array): New class to encapsulate msleep/wakeup
190 thread synchronization.
191 (msleep_sync): New object pointer.
192 (msleep_init): Initialize new msleep_sync object.
193 (_mutex): Just call msleep_sync->enter() and msleep_sync->leave() for
194 thread synchronization. Improve debug output a bit more.
195 (wakeup): Just call msleep_sync->wakeup().
196 (wakeup_all): Whitespace fix.
197
198 2005-04-06 Corinna Vinschen <corinna@vinschen.de>
199
200 * bsd_helper.cc (ipcexit_hookthread): Fix whitespace and handle leak.
201 * bsd_mutex.cc: Include stdlib.h, sys/msg.h and sys/sem.h.
202 (mtx_init): Initialize lock counter to 0.
203 (_mtx_lock): Increment and log mutex lock counter.
204 (mtx_owned): Add winpid argument. Return true only if mutex is
205 actually owned by process winpid.
206 (_mtx_assert): Add winpid argument accordingly.
207 (_mtx_unlock): Log owner and lock count.
208 (MSLEEP_MUTEX): Remove.
209 (MSLEEP_SEM): Ditto.
210 (MSLEEP_EVENT): Ditto.
211 (msleep_event_name): Ditto.
212 (msleep_cs): New global critical section.
213 (msleep_cnt): New global variable indicating msleep record usage.
214 (msleep_max_cnt): New global variable indicating msleep record size.
215 (msleep_arr): New global pointer to msleep records.
216 (msleep_init): Initialize msleep_cs. Allocate msleep_arr array.
217 (_msleep): Rewrite using new msleep_cs/msleep_arr based thread
218 synchronization. Don't be shy with debug output.
219 (wakeup): Rewrite using new msleep_cs/msleep_arr based thread
220 synchronization.
221 * bsd_mutex.h (struct mtx): Add lock counter for better debugging.
222 (mtx_owned): Declare with winpid argument.
223 (_mtx_assert): Ditto.
224 (mtx_assert): Define with winpid argument.
225 * cygserver.cc (version): Remove.
226 (SERVER_VERSION): New define, decoupling server version information
227 from source code control system.
228 (print_version): Simplify printing server version.
229 * process.cc (process::process): Fix wrong bracketing (and handle leak).
230 (process::~process): Only try to close _signal_arrived if valid.
231 * sysv_sem.cc: Include sys/smallprint.h.
232 (semundo_clear): Define with additional struct thread pointer argument.
233 Accomodate throughout.
234 (SEMUNDO_LOCKASSERT): Define with winpid argument. Accomodate
235 throughout.
236 (struct sem_undo): Define un_proc as pid_t on Cygwin. Accomodate
237 throughout.
238 (seminit): Improve debugging by adding the semid to the mutex name.
239 (semget): Correctly print key value as 64 bit hex value in debug
240 output.
241 (semexit_myhook): Remove Cygwin specific unlocking of mutexes owned
242 by exiting process. Keep semaphore global lock throughout whole
243 function to avoid races.
244 * sysv_shm.cc (GIANT_REQUIRED): Define empty on Cygwin. We know that
245 Giant is locked.
246
247 2005-04-01 Corinna Vinschen <corinna@vinschen.de>
248
249 * bsd_mutex.cc (_msleep): Whitespace fix.
250 * process.cc (process::process): Handle invalid signal_arrived values
251 more gracefully.
252
253 2004-12-30 Corinna Vinschen <corinna@vinschen.de>
254
255 * bsd_mutex.cc: Include limits.h.
256 (MSLEEP_MUTEX): New define for third parameter to msleep_event_name.
257 (MSLEEP_SEM): Ditto.
258 (MSLEEP_EVENT): Ditto.
259 (msleep_event_name): Add third parameter to allow multiple
260 synchronization objects per ident.
261 (_msleep): Implement new synchronization technique to make sure
262 that all threads have been woken up by a corresponding wakeup call.
263 (wakeup): Ditto.
264
265 2004-10-18 Corinna Vinschen <corinna@vinschen.de>
266
267 * sysv_sem.cc: Redefine offsetof to circumvent build problems with
268 gcc 3.4.
269
270 2004-10-04 Corinna Vinschen <corinna@vinschen.de>
271
272 * bsd_mutex.cc (_msleep): Simplify event creation. Revert change from
273 2004-08-24. It should be unnecessary now.
274 * msg.cc (client_request_msg::serve): Release process critical
275 section as early as possible.
276 * sem.cc (client_request_sem::serve): Ditto.
277 * shm.cc (client_request_shm::serve): Ditto.
278 * process.cc: Use hold and release method calls instead of
279 EnterCriticalSection/LeaveCriticalSection calls throughout.
280 * process.h (_hold): Rename from hold. Take filename and linenumber
281 parameter for logging. Define matching hold macro.
282 (release): Ditto.
283
284 2004-10-01 Corinna Vinschen <corinna@vinschen.de>
285
286 * sysv_sem.cc: Update to FreeBSD version 1.69.
287 1.68: Reduce the overhead of semop() by using the kernel stack
288 instead of malloc'd memory to store the operations array if it
289 is small enough to fit.
290 1.69: Adjust the number of processes waiting on a semaphore properly
291 if we're woken up in the middle of sleeping.
292
293 2004-09-23 Corinna Vinschen <corinna@vinschen.de>
294
295 * sysv_shm.cc (kern_shmat): Avoid compiler warning.
296
297 2004-09-21 Corinna Vinschen <corinna@vinschen.de>
298
299 * sysv_shm.cc (vm_object_reference): remove Cygwin specific define.
300 (vm_map_find): Ditto.
301 (vm_map_inherit): Ditto.
302 (kern_shmat): On Cygwin, take shmaddr just as is. Don't call vm
303 system calls on Cygwin. Add comment.
304
305 2004-09-15 Corinna Vinschen <corinna@vinschen.de>
306
307 Fix copyright throughout.
308 Eliminate use of _impure_ptr outside Cygwin.
309 * bsd_helper.cc: Include errno.h instead of cygerrno.h.
310 * bsd_mutex.cc : Ditto.
311 * client.cc: Ditto.
312 * cygserver.cc: Ditto.
313 * process.cc: Don't build functions inside Cygwin. Don't include
314 cygerrno.h. Don't set errno.
315 * transport_pipes.cc (SET_ERRNO): New define. Use througout.
316 * transport_sockets.cc (SET_ERRNO): Ditto.
317 (GET_ERRNO): Ditto.
318
319 2004-09-06 Corinna Vinschen <corinna@vinschen.de>
320
321 * bsd_mutex.cc (_msleep): Disable resetting event object for now.
322
323 2004-08-31 Corinna Vinschen <corinna@vinschen.de>
324
325 * sysv_shm.cc (kern_shmat): Add debug_printf's.
326
327 2004-08-24 Corinna Vinschen <corinna@vinschen.de>
328
329 * bsd_mutex.cc (_msleep): Release process object while waiting.
330
331 2004-08-03 Corinna Vinschen <corinna@vinschen.de>
332
333 * transport.cc (transport_layer_base::~transport_layer_base): Resurrect.
334 * transport.h (transport_layer_base::~transport_layer_base): Ditto.
335
336 2004-07-30 Corinna Vinschen <corinna@vinschen.de>
337
338 * bsd_mutex.cc (_msleep): Reset event object and close it before
339 entering mutex. Turn order of conditional for better readability.
340
341 2004-07-26 Corinna Vinschen <corinna@vinschen.de>
342
343 * cygserver.conf: Describe relation between shmmaxpgs and SHMMAX.
344
345 2004-07-20 Corinna Vinschen <corinna@vinschen.de>
346
347 * bsd_helper.cc: Whitespace fixes.
348 * bsd_mutex.cc: Ditto.
349
350 2004-07-19 Corinna Vinschen <corinna@vinschen.de>
351
352 * transport.cc (transport_layer_base::~transport_layer_base): Remove.
353 * transport.h (transport_layer_base::~transport_layer_base): Ditto.
354
355 2004-07-19 Corinna Vinschen <corinna@vinschen.de>
356
357 * bsd_mutex.cc (win_priority): Actually calculate p from priority.
358
359 2004-06-03 Corinna Vinschen <corinna@vinschen.de>
360
361 * shm.cc (shmget): Explicitely set td_retval[0] to -1 on error.
362
363 2004-03-30 Corinna Vinschen <corinna@vinschen.de>
364
365 * sysv_shm.cc (shmget): Allow to retrieve shared memory segments
366 by shmid when IPC_KEY_IS_SHMID is set.
367
368 2004-03-02 Corinna Vinschen <corinna@vinschen.de>
369
370 * sysv_sem.cc (semundo_adjust): Check for process id instead of
371 process struct pointer, which isn't fixed under Cygwin.
372 (semexit_myhook): Ditto. Adjust debug print statements to print
373 Cygwin and Windows PIDs instead of process pointer under Cygwin.
374
375 2004-02-07 Corinna Vinschen <corinna@vinschen.de>
376
377 * bsd_mutex.cc (win_priority): Move to msleep helper function section.
378 (set_priority): Ditto. Fix formatting.
379 (_msleep): Cleanup obj formatting. Rearrange obj order.
380
381 2004-02-06 Corinna Vinschen <corinna@vinschen.de>
382
383 * bsd_mutex.cc (_msleep): Handle PCATCH using signal_arrived event.
384 * client.cc: Include sigproc.h.
385 * msg.cc (client_request_msg::serve): Accomodate third parameter to
386 process::process.
387 * sem.cc (client_request_sem::serve): Ditto.
388 * shm.cc (client_request_shm::serve): Ditto.
389 * process.cc (process::process): Duplicate signal_arrived into
390 Cygserver process space.
391 (process::~process): Close _signal_arrived handle.
392 (process_cache::process): Add signal_arrived handling.
393 * process.h (process::process): Add signal_arrived parameter.
394 (process:signal_arrived): New read accessor.
395 (process:_signal_arrived): New member.
396 (process_cache::process): Add signal_arrived parameter.
397
398 2004-01-16 Corinna Vinschen <corinna@vinschen.de>
399
400 * process.h (cleanup_routine::~cleanup_routine): Make pure virtual
401 function to avoid miscompilation with certain versions of gcc.
402 * process.cc (cleanup_routine::~cleanup_routine): Remove.
403
404 2003-12-26 Christopher Faylor <cgf@redhat.com>
405
406 * Makefile.in (CFLAGS, CXXFLAGS): Remove unneeded include.
407 (CYGWIN_LIB): Delete.
408 (cygserver.exe target): Add -L$(cygwin_build) to the link line to force
409 linker to use build tree version of the library. Remove specific
410 inclusion of libcygwin.a from the link line.
411
412 2003-12-16 Corinna Vinschen <corinna@vinschen.de>
413
414 * bsd_helper.cc (tunable_params): Add entries for kern.ipc.msgmnb and
415 kern.ipc.msgtql. Raise max value for kern.ipc.msgseg to 65535.
416 * cygserver.conf: Add kern.ipc.msgmnb and kern.ipc.msgtql.
417 * sysv_msg.cc (msginit): Add TUNABLE_INT_FETCH call for
418 kern.ipc.msgmnb and kern.ipc.msgtql.
419
420 2003-11-26 Corinna Vinschen <corinna@vinschen.de>
421
422 * cygserver.cc (main): Move call to ipcinit() up before installing
423 any threads.
424 * sysv_sem.cc: Update to FreeBSD version 1.67.
425 (seminit): Initialize semaphore sequence numbers to 0.
426
427 2003-11-26 Corinna Vinschen <corinna@vinschen.de>
428
429 * Makefile.in (CYGWIN_LIB): Variable pointing to libcygwin.a in
430 the parallel cygwin dir.
431 (cygserver.exe): Depend on and link against $CYGWIN_LIB.
432
433 2003-11-25 Christopher Faylor <cgf@redhat.com>
434
435 * Makefile.in (CXXFLAGS): Remove duplicate options handled in
436 Makefile.common.
437
438 2003-11-22 Corinna Vinschen <corinna@vinschen.de>
439
440 * msg.cc (client_request_msg::serve): Add default case to msgop switch.
441 * sem.cc (client_request_sem::serve): Add default case to semop switch.
442 * shm.cc (client_request_shm::serve): Add default case to shmop switch.
443
444 2003-11-21 Corinna Vinschen <corinna@vinschen.de>
445
446 * Makefile.in (install): Explicitely create directories. Install
447 README to $(prefix)/share/doc/Cygwin.
448 * README: New file.
449
450 2003-11-21 Corinna Vinschen <corinna@vinschen.de>
451
452 * cygserver.cc (print_usage): Fix scrambled output.
453
454 2003-11-20 Corinna Vinschen <corinna@vinschen.de>
455
456 * cygserver-config: Slightly modify printed message.
457
458 2003-11-20 Corinna Vinschen <corinna@vinschen.de>
459
460 * Makefile.in (install): Install cygserver-config script to bindir.
461 * cygserver-config: New script.
462
463 2003-11-19 Corinna Vinschen <corinna@vinschen.de>
464
465 Don't use safe_new but new throughout. Fix copyright dates
466 throughout.
467 * Makefile.in: Accomodate all new files and name changes.
468 Add a *.d dependency.
469 (sbindir): Add.
470 (etcdir): Drop in favor of more appropriate sysconfdir definition.
471 (sysconfdir): Add.
472 (CXXFLAGS): Add -MMD flag. Add SYSCONFDIR definition.
473 (.SUFFIXES): Add.
474 (install): Add action items.
475 (libclean): New target.
476 (fullclean): Ditto.
477 * bsd_helper.cc: New file.
478 * bsd_helper.h: Ditto.
479 * bsd_log.cc: Ditto.
480 * bsd_log.h: Ditto.
481 * bsd_mutex.cc: Ditto.
482 * bsd_mutex.h: Ditto.
483 * client.cc: Rearrange to build as less as possible if
484 __INSIDE_CYGWIN__.
485 (client_request::handle_request): Add Message Queue and Semaphore
486 handling.
487 * cygserver.cc: Rearrange to build as less as possible if
488 __INSIDE_CYGWIN__. Use new debug/log/panic logging functions.
489 (DEF_CONFIG_FILE): New definition for configuration file. Use
490 throughout.
491 (getfunc): Remove.
492 (__cygserver__printf): Remove.
493 (client_request_attach_tty::serve): Return error if impersonation
494 fails.
495 (print_usage): Pump up help message.
496 (print_version): Add output of default configuration file.
497 (main): Accommodate new options. Allow overwrite of threading options
498 from config file. Call several new initialization functions. Drop
499 printing dots. Don't define SIGHANDLE inline.
500 * cygserver.conf: New file.
501 * cygserver_process.h: Rename to process.h.
502 * cygserver_transport.h: Rename to transport.h.
503 * cygserver_transport_pipes.h: Rename to transport_pipes.h.
504 * cygserver_transport_sockets.h: Rename to transport_sockets.h.
505 * msg.cc: Rewrite.
506 * sem.cc: Rewrite.
507 * shm.cc: Rewrite.
508 * sysv_msg.cc: New file, derived from FreeBSD version 1.52.
509 * sysv_sem.cc: New file, derived from FreeBSD version 1.66.
510 * sysv_shm.cc: New file, derived from FreeBSD version 1.89.
511 * threaded_queue.cc: Rearrange to build as less as possible if
512 __INSIDE_CYGWIN__.
513 * transport.cc (transport_layer_base::impersonate_client): Define bool.
514 (transport_layer_base::revert_to_self): Ditto.
515 * transport.h (transport_layer_base::impersonate_client): Declare bool.
516 (transport_layer_base::revert_to_self): Ditto.
517 * transport_pipes.cc (transport_layer_pipes::transport_layer_pipes):
518 Don't call init_security.
519 (init_security): Remove.
520 (transport_layer_pipes::accept): Use global sec_all_nih.
521 (transport_layer_pipes::connect): Ditto.
522 (transport_layer_pipes::impersonate_client): Define bool.
523 (transport_layer_pipes::revert_to_self): Ditt.
524 * transport_pipes.h (transport_layer_pipes::impersonate_client): Declare
525 bool.
526 (transport_layer_pipes::revert_to_self): Ditto.
527 * woutsup.h: Include bsd compatibility headers.
528 (SIGHANDLE): Add definition.
529 (__cygserver__printf): Remove definition.
530 (__noop_printf): Ditto.
531 (debug_printf): Define using debug.
532 (syscall_printf): Define using log.
533 (system_printf): Ditto.
534 Drop all other _printf definitions.
535
536 2003-10-22 Corinna Vinschen <corinna@vinschen.de>
537
538 Accomodate moving cygserver header files from cygwin/include/cygwin
539 to here and cygwin dir.
540 * Makefile.in (EXEEXT): Drop as unused.
541 (EXEEXT_FOR_BUILD): Ditto.
542 (all): Don't build libcygserver.a.
543 * cygserver_process.h: Moved from cygwin/include/cygwin to here.
544 * cygserver_transport.h: Ditto.
545 * cygserver_transport_pipes.h: Ditto.
546 * cygserver_transport_sockets.h: Ditto.
547 * ipc.h: Moved to ../cygwin and renamed to cygserver_ipc.h.
548 * shm.h: Moved to ../cygwin and renamed to cygserver_shm.h.
549
550 2003-08-30 Christopher Faylor <cgf@redhat.com>
551
552 * msg.cc: New file.
553 * sem.cc: Ditto.
554
555 2003-08-30 Christopher Faylor <cgf@redhat.com>
556
557 * threaded_queue.h: New file.
558
559 2003-08-25 Christopher Faylor <cgf@redhat.com>
560
561 * Makefile.in: Build libcygserver.a.
562 * client.cc: Rename allow_daemon to allow_server.
563
564 2003-07-25 Christopher Faylor <cgf@redhat.com>
565
566 * configure.in: Use 'install-sh -c'.
567 * configure: Regenerate.
568
569 2003-07-25 Christopher Faylor <cgf@redhat.com>
570
571 * configure.in: Always use install-sh.
572 * configure: Regenerate.
573
574 2003-07-01 Christopher Faylor <cgf@redhat.com>
575
576 * Makefile.in (OBJS): Move some more files from cygwin directory.
577 * woutsup.h: Define _MT_SAFE.
578
579 2003-07-01 Christopher Faylor <cgf@redhat.com>
580
581 * configure.in: First pass.
582 * Makefile.in: Ditto.
583 * configure: Generate.
This page took 0.060817 seconds and 5 git commands to generate.