]> sourceware.org Git - newlib-cygwin.git/blame - winsup/cygserver/ChangeLog
* bsd_helper.cc (tunable_params): Add kern.ipc.shm_allow_removed as
[newlib-cygwin.git] / winsup / cygserver / ChangeLog
CommitLineData
8f14a113
CV
12007-11-05 Corinna Vinschen <corinna@vinschen.de>
2
3 * bsd_helper.cc (tunable_params): Add kern.ipc.shm_allow_removed as
4 bool parameter.
5 * cygserver.conf: Add a description for the kern.ipc.shm_allow_removed
6 parameter.
7 * sysv_shm.cc (shminit): Set shm_allow_removed variable according to
8 kern.ipc.shm_allow_removed setting.
9
64a62f4c
CV
102007-08-02 Corinna Vinschen <corinna@vinschen.de>
11
12 * smallprint.c: Remove.
13
de165669
CF
142007-08-02 Christopher Faylor <me+cygwin@cgf.cx>
15
16 * Makefile.in: Add -lntdll to link line.
17 (CYGWIN_OBJS): Include strfuncs.o.
18
dcd1ef45
CV
192007-08-02 Corinna Vinschen <corinna@vinschen.de>
20
21 * smallprint.c: New file.
22 * Makefile.in (OBJS): Add smallprint.o.
23 (CYGWIN_OBJS): Remove smallprint.o from Cygwin dir.
24
238291e1
CV
252007-07-21 Corinna Vinschen <corinna@vinschen.de>
26
27 * bsd_helper.cc: Drop unnecessary security.h include.
28
7131554a
CV
292007-02-23 Corinna Vinschen <corinna@vinschen.de>
30
31 Throughout remove using wincap.
32 * Makefile.in (OBJS): Remove wincap.o.
33 * README: Don't mention 9x.
34 * bsd_mutex.cc (_mtx_unlock): Drop checking for 9x error codes.
35 * cygserver.cc (server_submission_loop::request_loop): Add FIXME
36 comment.
37 * wincap.cc: Remove.
38 * wincap.h: Remove.
39 * woutsup.h: Don't include wincap.h.
40
3fbf471f
CV
412007-02-22 Corinna Vinschen <corinna@vinschen.de>
42
43 * Makefile.in (OBJS): Drop transport_sockets.o.
44 * sysv_shm.cc (shmget_allocate_segment): Remove spurious cast.
45 * transport.cc: Don't include transport_sockets.h.
46 (create_server_transport): Always create transport_layer_pipes.
47 * transport_sockets.cc: Remove.
48 * transport_sockets.h: Remove.
49
99fc5e10
CF
502006-05-24 Christopher Faylor <cgf@timesys.com>
51
52 * configure.in: Update to newer autoconf.
53 (thanks to Steve Ellcey)
54 * configure: Regenerate.
55 * aclocal.m4: New file.
56
f6867133
CV
572006-01-12 Corinna Vinschen <corinna@vinschen.de>
58
59 * wincap.cc: New file.
60 * wincap.h: New file.
61 * Makefile.in: Accomodate having our own wincap implementation now.
62
e3786825
CV
632006-01-09 Corinna Vinschen <corinna@vinschen.de>
64
65 Check FreeBSD upstream changes and apply important patches.
66 * sysv_sem.cc (__semctl): Check copyin return value (from 1.76).
67 * sysv_shm.cc (shminit): Actually use the iterating variable in the
68 for loop when trying to avoid overflow (from 1.102).
69
2d015bd6
CV
702005-11-10 Corinna Vinschen <corinna@vinschen.de>
71
72 * bsd_helper.cc (securityinit): New function. Move initialization
73 of security related variables from ipcinit here.
74 * bsd_helper.h (securityinit): Add prototype.
75 * cygserver.cc (main): Call securityinit right after wincap.init.
76
8032f815
CV
772005-11-10 Corinna Vinschen <corinna@vinschen.de>
78
79 * bsd_log.cc (_vpanic): LOG_EMERG is overkill, use LOG_CRIT.
80
2d015bd6
CV
812005-11-09 Corinna Vinschen <corinna@vinschen.de>
82
83 * process.cc (process_cache::process): Fix maximum process condition.
84
852005-10-24 Corinna Vinschen <corinna@vinschen.de>
86
87 * README: Add description for new -p/--process-cache option.
88 * bsd_helper.cc (default_tun_check): Add kern.srv.process_cache_size
89 entry to tunable_params. Set max value of kern.srv.request_threads
90 to 310.
91 * cygserver.cc (SERVER_VERSION): Set to 1.20.
92 (print_usage): Print usage of new parameter -p.
93 (main): Add process cache parameter handling. Accomodate new max
94 value of request threads.
95 * cygserver.conf: Add kern.srv.process_cache_size tunable parameter.
96 Accomodate new max value of kern.srv.request_threads.
97 * process.cc: Fix a comment.
98 (process_cache::process_cache): Add max process cache size parameter.
99 Change _cache_add_trigger to manual reset event.
100 (struct pcache_wait_t): New struct used as parameter to
101 pcache_wait_thread.
102 (pcache_wait_thread): New thread function used for threaded process
103 cache.
104 (process_cache::wait_for_processes): Use threaded waiting if number
105 of processes to wait for is bigger than 62. Always check all processes
106 to avoid race under heavy load.
107 (process_cache::sync_wait_array): Remove useless assert. Reset
108 _cache_add_trigger right at the start since it's manual reset now.
109 Accomodate threaded waiting.
110 * process.h (process_cache::process_cache): Add max_procs parameter.
111 (process_cache::_max_process_count): New member.
112 (process_cache::_wait_array: Raise to allow up to 5 wait threads.
113 (process_cache::_process_array): Ditto.
114
c9508cb4
CF
1152005-08-08 Christopher Faylor <cgf@timesys.com>
116
117 * cygserver.cc (main): Call wincap.init() earlier to avoid a NULL
118 dereference.
119
43522735
CV
1202005-06-14 Corinna Vinschen <corinna@vinschen.de>
121
122 * sysv_sem.cc (semu_list): Define static to avoid gcc 4.x compiler
123 warning.
124
c4004194
CV
1252005-04-08 Corinna Vinschen <corinna@vinschen.de>
126
127 * bsd_mutex.cc (msleep_cnt): Remove.
128 (msleep_max_cnt): Remove.
129 (msleep_arr): Remove.
130 (class msleep_sync_array): New class to encapsulate msleep/wakeup
131 thread synchronization.
132 (msleep_sync): New object pointer.
133 (msleep_init): Initialize new msleep_sync object.
134 (_mutex): Just call msleep_sync->enter() and msleep_sync->leave() for
135 thread synchronization. Improve debug output a bit more.
136 (wakeup): Just call msleep_sync->wakeup().
137 (wakeup_all): Whitespace fix.
138
dafef5e2
CV
1392005-04-06 Corinna Vinschen <corinna@vinschen.de>
140
141 * bsd_helper.cc (ipcexit_hookthread): Fix whitespace and handle leak.
142 * bsd_mutex.cc: Include stdlib.h, sys/msg.h and sys/sem.h.
143 (mtx_init): Initialize lock counter to 0.
144 (_mtx_lock): Increment and log mutex lock counter.
145 (mtx_owned): Add winpid argument. Return true only if mutex is
146 actually owned by process winpid.
147 (_mtx_assert): Add winpid argument accordingly.
148 (_mtx_unlock): Log owner and lock count.
149 (MSLEEP_MUTEX): Remove.
150 (MSLEEP_SEM): Ditto.
151 (MSLEEP_EVENT): Ditto.
152 (msleep_event_name): Ditto.
153 (msleep_cs): New global critical section.
154 (msleep_cnt): New global variable indicating msleep record usage.
155 (msleep_max_cnt): New global variable indicating msleep record size.
156 (msleep_arr): New global pointer to msleep records.
157 (msleep_init): Initialize msleep_cs. Allocate msleep_arr array.
158 (_msleep): Rewrite using new msleep_cs/msleep_arr based thread
159 synchronization. Don't be shy with debug output.
160 (wakeup): Rewrite using new msleep_cs/msleep_arr based thread
161 synchronization.
162 * bsd_mutex.h (struct mtx): Add lock counter for better debugging.
163 (mtx_owned): Declare with winpid argument.
164 (_mtx_assert): Ditto.
165 (mtx_assert): Define with winpid argument.
166 * cygserver.cc (version): Remove.
167 (SERVER_VERSION): New define, decoupling server version information
168 from source code control system.
169 (print_version): Simplify printing server version.
170 * process.cc (process::process): Fix wrong bracketing (and handle leak).
171 (process::~process): Only try to close _signal_arrived if valid.
172 * sysv_sem.cc: Include sys/smallprint.h.
173 (semundo_clear): Define with additional struct thread pointer argument.
174 Accomodate throughout.
175 (SEMUNDO_LOCKASSERT): Define with winpid argument. Accomodate
176 throughout.
177 (struct sem_undo): Define un_proc as pid_t on Cygwin. Accomodate
178 throughout.
179 (seminit): Improve debugging by adding the semid to the mutex name.
180 (semget): Correctly print key value as 64 bit hex value in debug
181 output.
182 (semexit_myhook): Remove Cygwin specific unlocking of mutexes owned
183 by exiting process. Keep semaphore global lock throughout whole
184 function to avoid races.
185 * sysv_shm.cc (GIANT_REQUIRED): Define empty on Cygwin. We know that
186 Giant is locked.
187
c9f545e2
CV
1882005-04-01 Corinna Vinschen <corinna@vinschen.de>
189
190 * bsd_mutex.cc (_msleep): Whitespace fix.
191 * process.cc (process::process): Handle invalid signal_arrived values
192 more gracefully.
193
f312634c
CV
1942004-12-30 Corinna Vinschen <corinna@vinschen.de>
195
196 * bsd_mutex.cc: Include limits.h.
197 (MSLEEP_MUTEX): New define for third parameter to msleep_event_name.
198 (MSLEEP_SEM): Ditto.
199 (MSLEEP_EVENT): Ditto.
200 (msleep_event_name): Add third parameter to allow multiple
201 synchronization objects per ident.
202 (_msleep): Implement new synchronization technique to make sure
203 that all threads have been woken up by a corresponding wakeup call.
204 (wakeup): Ditto.
205
52fa622a
CV
2062004-10-18 Corinna Vinschen <corinna@vinschen.de>
207
208 * sysv_sem.cc: Redefine offsetof to circumvent build problems with
209 gcc 3.4.
210
1f8b3049
CV
2112004-10-04 Corinna Vinschen <corinna@vinschen.de>
212
213 * bsd_mutex.cc (_msleep): Simplify event creation. Revert change from
214 2004-08-24. It should be unnecessary now.
215 * msg.cc (client_request_msg::serve): Release process critical
216 section as early as possible.
217 * sem.cc (client_request_sem::serve): Ditto.
218 * shm.cc (client_request_shm::serve): Ditto.
219 * process.cc: Use hold and release method calls instead of
220 EnterCriticalSection/LeaveCriticalSection calls throughout.
221 * process.h (_hold): Rename from hold. Take filename and linenumber
222 parameter for logging. Define matching hold macro.
223 (release): Ditto.
224
c6ef5fb7
CV
2252004-10-01 Corinna Vinschen <corinna@vinschen.de>
226
227 * sysv_sem.cc: Update to FreeBSD version 1.69.
228 1.68: Reduce the overhead of semop() by using the kernel stack
229 instead of malloc'd memory to store the operations array if it
230 is small enough to fit.
231 1.69: Adjust the number of processes waiting on a semaphore properly
232 if we're woken up in the middle of sleeping.
233
e55ad3ec
CV
2342004-09-23 Corinna Vinschen <corinna@vinschen.de>
235
236 * sysv_shm.cc (kern_shmat): Avoid compiler warning.
237
04e9ee5f
CV
2382004-09-21 Corinna Vinschen <corinna@vinschen.de>
239
240 * sysv_shm.cc (vm_object_reference): remove Cygwin specific define.
241 (vm_map_find): Ditto.
242 (vm_map_inherit): Ditto.
243 (kern_shmat): On Cygwin, take shmaddr just as is. Don't call vm
244 system calls on Cygwin. Add comment.
245
1dcd520b
CV
2462004-09-15 Corinna Vinschen <corinna@vinschen.de>
247
eb83d895 248 Fix copyright throughout.
1dcd520b
CV
249 Eliminate use of _impure_ptr outside Cygwin.
250 * bsd_helper.cc: Include errno.h instead of cygerrno.h.
251 * bsd_mutex.cc : Ditto.
252 * client.cc: Ditto.
253 * cygserver.cc: Ditto.
254 * process.cc: Don't build functions inside Cygwin. Don't include
255 cygerrno.h. Don't set errno.
256 * transport_pipes.cc (SET_ERRNO): New define. Use througout.
257 * transport_sockets.cc (SET_ERRNO): Ditto.
258 (GET_ERRNO): Ditto.
259
ab21f18c
CV
2602004-09-06 Corinna Vinschen <corinna@vinschen.de>
261
262 * bsd_mutex.cc (_msleep): Disable resetting event object for now.
263
f0720ce7
CV
2642004-08-31 Corinna Vinschen <corinna@vinschen.de>
265
266 * sysv_shm.cc (kern_shmat): Add debug_printf's.
267
1532dd53
CV
2682004-08-24 Corinna Vinschen <corinna@vinschen.de>
269
270 * bsd_mutex.cc (_msleep): Release process object while waiting.
271
8c976716
CV
2722004-08-03 Corinna Vinschen <corinna@vinschen.de>
273
274 * transport.cc (transport_layer_base::~transport_layer_base): Resurrect.
275 * transport.h (transport_layer_base::~transport_layer_base): Ditto.
276
a9185492
CV
2772004-07-30 Corinna Vinschen <corinna@vinschen.de>
278
279 * bsd_mutex.cc (_msleep): Reset event object and close it before
280 entering mutex. Turn order of conditional for better readability.
281
3bf02272
CV
2822004-07-26 Corinna Vinschen <corinna@vinschen.de>
283
284 * cygserver.conf: Describe relation between shmmaxpgs and SHMMAX.
285
96e949de
CV
2862004-07-20 Corinna Vinschen <corinna@vinschen.de>
287
288 * bsd_helper.cc: Whitespace fixes.
289 * bsd_mutex.cc: Ditto.
290
bb3be323
CV
2912004-07-19 Corinna Vinschen <corinna@vinschen.de>
292
293 * transport.cc (transport_layer_base::~transport_layer_base): Remove.
294 * transport.h (transport_layer_base::~transport_layer_base): Ditto.
295
f8e58afb
CV
2962004-07-19 Corinna Vinschen <corinna@vinschen.de>
297
298 * bsd_mutex.cc (win_priority): Actually calculate p from priority.
299
e9054f3f
CV
3002004-06-03 Corinna Vinschen <corinna@vinschen.de>
301
302 * shm.cc (shmget): Explicitely set td_retval[0] to -1 on error.
303
d2714c5e
CV
3042004-03-30 Corinna Vinschen <corinna@vinschen.de>
305
306 * sysv_shm.cc (shmget): Allow to retrieve shared memory segments
307 by shmid when IPC_KEY_IS_SHMID is set.
308
ddb1a4c1
CV
3092004-03-02 Corinna Vinschen <corinna@vinschen.de>
310
311 * sysv_sem.cc (semundo_adjust): Check for process id instead of
312 process struct pointer, which isn't fixed under Cygwin.
313 (semexit_myhook): Ditto. Adjust debug print statements to print
314 Cygwin and Windows PIDs instead of process pointer under Cygwin.
315
f5133f95
CV
3162004-02-07 Corinna Vinschen <corinna@vinschen.de>
317
318 * bsd_mutex.cc (win_priority): Move to msleep helper function section.
319 (set_priority): Ditto. Fix formatting.
320 (_msleep): Cleanup obj formatting. Rearrange obj order.
321
373a036f
CV
3222004-02-06 Corinna Vinschen <corinna@vinschen.de>
323
324 * bsd_mutex.cc (_msleep): Handle PCATCH using signal_arrived event.
325 * client.cc: Include sigproc.h.
326 * msg.cc (client_request_msg::serve): Accomodate third parameter to
327 process::process.
328 * sem.cc (client_request_sem::serve): Ditto.
329 * shm.cc (client_request_shm::serve): Ditto.
330 * process.cc (process::process): Duplicate signal_arrived into
331 Cygserver process space.
332 (process::~process): Close _signal_arrived handle.
333 (process_cache::process): Add signal_arrived handling.
334 * process.h (process::process): Add signal_arrived parameter.
335 (process:signal_arrived): New read accessor.
336 (process:_signal_arrived): New member.
337 (process_cache::process): Add signal_arrived parameter.
338
8e701438
CV
3392004-01-16 Corinna Vinschen <corinna@vinschen.de>
340
341 * process.h (cleanup_routine::~cleanup_routine): Make pure virtual
342 function to avoid miscompilation with certain versions of gcc.
343 * process.cc (cleanup_routine::~cleanup_routine): Remove.
344
91301b85
CF
3452003-12-26 Christopher Faylor <cgf@redhat.com>
346
347 * Makefile.in (CFLAGS, CXXFLAGS): Remove unneeded include.
348 (CYGWIN_LIB): Delete.
349 (cygserver.exe target): Add -L$(cygwin_build) to the link line to force
350 linker to use build tree version of the library. Remove specific
351 inclusion of libcygwin.a from the link line.
352
11377ba6
CV
3532003-12-16 Corinna Vinschen <corinna@vinschen.de>
354
355 * bsd_helper.cc (tunable_params): Add entries for kern.ipc.msgmnb and
356 kern.ipc.msgtql. Raise max value for kern.ipc.msgseg to 65535.
357 * cygserver.conf: Add kern.ipc.msgmnb and kern.ipc.msgtql.
358 * sysv_msg.cc (msginit): Add TUNABLE_INT_FETCH call for
359 kern.ipc.msgmnb and kern.ipc.msgtql.
360
1d88f8ce
CV
3612003-11-26 Corinna Vinschen <corinna@vinschen.de>
362
363 * cygserver.cc (main): Move call to ipcinit() up before installing
364 any threads.
365 * sysv_sem.cc: Update to FreeBSD version 1.67.
366 (seminit): Initialize semaphore sequence numbers to 0.
367
a2acbfb1
CV
3682003-11-26 Corinna Vinschen <corinna@vinschen.de>
369
370 * Makefile.in (CYGWIN_LIB): Variable pointing to libcygwin.a in
371 the parallel cygwin dir.
372 (cygserver.exe): Depend on and link against $CYGWIN_LIB.
373
af284c9c
CF
3742003-11-25 Christopher Faylor <cgf@redhat.com>
375
376 * Makefile.in (CXXFLAGS): Remove duplicate options handled in
377 Makefile.common.
378
c026d842
CV
3792003-11-22 Corinna Vinschen <corinna@vinschen.de>
380
381 * msg.cc (client_request_msg::serve): Add default case to msgop switch.
382 * sem.cc (client_request_sem::serve): Add default case to semop switch.
383 * shm.cc (client_request_shm::serve): Add default case to shmop switch.
384
4bd66285
CV
3852003-11-21 Corinna Vinschen <corinna@vinschen.de>
386
387 * Makefile.in (install): Explicitely create directories. Install
388 README to $(prefix)/share/doc/Cygwin.
389 * README: New file.
390
e74c79a8
CV
3912003-11-21 Corinna Vinschen <corinna@vinschen.de>
392
393 * cygserver.cc (print_usage): Fix scrambled output.
394
94cacaf6
CV
3952003-11-20 Corinna Vinschen <corinna@vinschen.de>
396
397 * cygserver-config: Slightly modify printed message.
398
72f11cac
CV
3992003-11-20 Corinna Vinschen <corinna@vinschen.de>
400
401 * Makefile.in (install): Install cygserver-config script to bindir.
402 * cygserver-config: New script.
403
282113ba
CV
4042003-11-19 Corinna Vinschen <corinna@vinschen.de>
405
406 Don't use safe_new but new throughout. Fix copyright dates
407 throughout.
408 * Makefile.in: Accomodate all new files and name changes.
409 Add a *.d dependency.
410 (sbindir): Add.
411 (etcdir): Drop in favor of more appropriate sysconfdir definition.
412 (sysconfdir): Add.
413 (CXXFLAGS): Add -MMD flag. Add SYSCONFDIR definition.
414 (.SUFFIXES): Add.
415 (install): Add action items.
416 (libclean): New target.
417 (fullclean): Ditto.
418 * bsd_helper.cc: New file.
419 * bsd_helper.h: Ditto.
420 * bsd_log.cc: Ditto.
421 * bsd_log.h: Ditto.
422 * bsd_mutex.cc: Ditto.
423 * bsd_mutex.h: Ditto.
424 * client.cc: Rearrange to build as less as possible if
425 __INSIDE_CYGWIN__.
426 (client_request::handle_request): Add Message Queue and Semaphore
427 handling.
428 * cygserver.cc: Rearrange to build as less as possible if
429 __INSIDE_CYGWIN__. Use new debug/log/panic logging functions.
430 (DEF_CONFIG_FILE): New definition for configuration file. Use
431 throughout.
432 (getfunc): Remove.
433 (__cygserver__printf): Remove.
434 (client_request_attach_tty::serve): Return error if impersonation
435 fails.
436 (print_usage): Pump up help message.
437 (print_version): Add output of default configuration file.
438 (main): Accommodate new options. Allow overwrite of threading options
439 from config file. Call several new initialization functions. Drop
440 printing dots. Don't define SIGHANDLE inline.
441 * cygserver.conf: New file.
442 * cygserver_process.h: Rename to process.h.
443 * cygserver_transport.h: Rename to transport.h.
444 * cygserver_transport_pipes.h: Rename to transport_pipes.h.
445 * cygserver_transport_sockets.h: Rename to transport_sockets.h.
446 * msg.cc: Rewrite.
447 * sem.cc: Rewrite.
448 * shm.cc: Rewrite.
449 * sysv_msg.cc: New file, derived from FreeBSD version 1.52.
450 * sysv_sem.cc: New file, derived from FreeBSD version 1.66.
451 * sysv_shm.cc: New file, derived from FreeBSD version 1.89.
452 * threaded_queue.cc: Rearrange to build as less as possible if
453 __INSIDE_CYGWIN__.
454 * transport.cc (transport_layer_base::impersonate_client): Define bool.
455 (transport_layer_base::revert_to_self): Ditto.
456 * transport.h (transport_layer_base::impersonate_client): Declare bool.
457 (transport_layer_base::revert_to_self): Ditto.
458 * transport_pipes.cc (transport_layer_pipes::transport_layer_pipes):
459 Don't call init_security.
460 (init_security): Remove.
461 (transport_layer_pipes::accept): Use global sec_all_nih.
462 (transport_layer_pipes::connect): Ditto.
463 (transport_layer_pipes::impersonate_client): Define bool.
464 (transport_layer_pipes::revert_to_self): Ditt.
465 * transport_pipes.h (transport_layer_pipes::impersonate_client): Declare
466 bool.
467 (transport_layer_pipes::revert_to_self): Ditto.
468 * woutsup.h: Include bsd compatibility headers.
469 (SIGHANDLE): Add definition.
470 (__cygserver__printf): Remove definition.
471 (__noop_printf): Ditto.
472 (debug_printf): Define using debug.
473 (syscall_printf): Define using log.
474 (system_printf): Ditto.
475 Drop all other _printf definitions.
476
56797078
CV
4772003-10-22 Corinna Vinschen <corinna@vinschen.de>
478
479 Accomodate moving cygserver header files from cygwin/include/cygwin
480 to here and cygwin dir.
481 * Makefile.in (EXEEXT): Drop as unused.
482 (EXEEXT_FOR_BUILD): Ditto.
483 (all): Don't build libcygserver.a.
484 * cygserver_process.h: Moved from cygwin/include/cygwin to here.
485 * cygserver_transport.h: Ditto.
486 * cygserver_transport_pipes.h: Ditto.
487 * cygserver_transport_sockets.h: Ditto.
488 * ipc.h: Moved to ../cygwin and renamed to cygserver_ipc.h.
489 * shm.h: Moved to ../cygwin and renamed to cygserver_shm.h.
490
a245bd6e
CF
4912003-08-30 Christopher Faylor <cgf@redhat.com>
492
493 * msg.cc: New file.
494 * sem.cc: Ditto.
495
9540fc59
CF
4962003-08-30 Christopher Faylor <cgf@redhat.com>
497
498 * threaded_queue.h: New file.
499
29c1c508
CF
5002003-08-25 Christopher Faylor <cgf@redhat.com>
501
502 * Makefile.in: Build libcygserver.a.
503 * client.cc: Rename allow_daemon to allow_server.
504
ddb67621
CF
5052003-07-25 Christopher Faylor <cgf@redhat.com>
506
507 * configure.in: Use 'install-sh -c'.
508 * configure: Regenerate.
509
7f4773b3
CF
5102003-07-25 Christopher Faylor <cgf@redhat.com>
511
512 * configure.in: Always use install-sh.
513 * configure: Regenerate.
514
4d8d80b8
CF
5152003-07-01 Christopher Faylor <cgf@redhat.com>
516
517 * Makefile.in (OBJS): Move some more files from cygwin directory.
518 * woutsup.h: Define _MT_SAFE.
519
345ee543
CF
5202003-07-01 Christopher Faylor <cgf@redhat.com>
521
522 * configure.in: First pass.
523 * Makefile.in: Ditto.
524 * configure: Generate.
This page took 0.148736 seconds and 5 git commands to generate.