2006-12-22 Gonzalo Paniagua Javier <gonzalo@ximian.com>
[mono.git] / support / ChangeLog
1 2006-11-30  Jonathan Pryor  <jonpryor@vt.edu>
2
3         * map.c: _cnm_return_val_if_overflow() should be a no-op unless DEBUG is
4           defined.  "Fixes" false positives pending further investigation.
5
6 2006-11-18  Miguel de Icaza  <miguel@novell.com>
7
8         * serial.c (poll_serial): Do not report an error for EINTR. 
9
10 2006-11-18  Jelle Hissink  <Jelle.Hissink@C-it.nl>
11
12         * serial.c (poll_serial): Add timeout parameter to poll.
13
14         Fixes #79722 and #79735
15
16 2006-11-17  Jonathan Pryor  <jonpryor@vt.edu>
17
18         * map.c: Flush (fix FromFilePermissions for SuppressFlags-marked values).
19
20 2006-11-15  Jonathan Pryor  <jonpryor@vt.edu>
21
22         * map.c: Flush (removes warnings due to _cnm_return_val_if_overflow()).
23
24 2006-11-14  Jonathan Pryor  <jonpryor@vt.edu>
25
26         * map.c: Flush (fixes FilePermissions conversion, allowing Syscall.stat() to
27           work as expected).
28
29 2006-11-13  Jonathan Pryor  <jonpryor@vt.edu>
30
31         * mph.h: Add macro for XATTR_AUTO, so that XattrFlags mapping works (as
32           XATTR_AUTO is a value which frequently isn't definedy by any OS, yet it
33           has the value 0, a default value which is supported by most OS's).
34
35 2006-11-08  Jonathan Pryor  <jonpryor@vt.edu>
36
37         * Makefile.am: Revert addition of L_SET et al; this breaks the Win32 build.
38         * map.c: Revert addition of L_SET et al; this breaks the Win32 build.
39         * mph.h: Add macros for L_SET, L_INCR, and L_XTND for non-Win32 platforms.
40
41 2006-11-07  Jonathan Pryor  <jonpryor@vt.edu>
42
43         * Makefile.am: Add implementation macros for L_SET, L_INCR, and L_XTND.
44         * map.c: Make sure that L_SET, L_INCR, and L_XTND are defined.  Lets
45           Mono_Posix_FromSeekFlags() work on Solaris, fixing Gnome Bugzilla 370081.
46
47 2006-11-01  Jonathan Pryor  <jonpryor@vt.edu>
48
49         * stdio.c: Some BSDs define clearerr(3) as a macro, so we need to cast
50           `stream' to a `FILE*' to avoid derefing a `void*'.
51         * sys-statvfs.c: Build fix to support OS X 10.3.9 & systems w/o statvfs(2).
52
53 2006-11-01  Jonathan Pryor  <jonpryor@vt.edu>
54
55         * mph.h: Add fallback typedefs for blkcnt_t, blksize_t, suseconds_t so that
56           map.c can rely on their presence.  (Some versions of OS X don't provide
57           these typedefs.)
58
59 2006-10-27  Jonathan Pryor  <jonpryor@vt.edu>
60
61         * map.c: Improve handling of [Flags] enumerations which mix bitfields and
62           non-bitfield values (i.e. FilePermissions and S_IFREG, which isn't a bit
63           field, along with a few other FilePermissions values).  Fixes #79161.
64
65 2006-10-26  Jonathan Pryor  <jonpryor@vt.edu>
66
67         * map.c: Enclose structure conversion functions with HAVE_<<STRUCT NAME>>,
68           so that Unix-specific structures don't break the Win32 build.
69
70 2006-10-26  Jonathan Pryor  <jonpryor@vt.edu>
71
72         * create-native-map.exe: Remove.  Just grab a new copy whenever we need to
73           refresh map.[ch].
74         * Makefile.am: Remove `update-create-native-map' target, and just have the
75           `refresh' target grab the latest create-native-map.exe program.
76         * map.c: Flush (remove fallback to <inttypes.h> constants).
77
78 2006-10-26  Jonathan Pryor  <jonpryor@vt.edu>
79
80         * create-native-map.exe: Update; Adds support for integral limit fallback.
81         * map.c: Flush (adds integral limits fallback, so that if G_MININT8 doesn't
82           exist we can fallback sanely instead of breaking the build).
83
84 2006-10-26  Jonathan Pryor  <jonpryor@vt.edu>
85
86         * Makefile.am: Add "mph.h" to the generated code for map.c, so that
87           EOVERFLOW is defined on Win32.
88         * map.c: Flush (adds #include "mph.h").
89
90 2006-10-25  Wade berrier  <wberrier@novell.com>
91
92         * Makefile.am: remove map-icalls.h so make dist succeeds
93
94 2006-10-24  Jonathan Pryor  <jonpryor@vt.edu>
95
96         * dirent.c, errno.c, fcntl.c, fstab.c, grp.c, macros.c, pwd.c, signal.c, 
97           stdio.c, stdlib.c, string.c, sys-mman.c, sys-sendfile.c, sys-stat.c, 
98           sys-statvfs.c, sys-time.c, sys-xattr.c syslog.c, time.c, unistd.c, 
99           utime.c: Remove structure definitions, and use the
100           create-native-map generated definitions within map.h.  Update function
101           prototypes to match current map.h declarations.
102         * map.c, map.h: Flush (current create-native-map output).
103         * mph.h: Don't include "map-icalls.h"; "icalls" are now in map.h.
104         * create-native-map.exe: Added; cached version of create-native-map.exe
105           used to update map.c, map.h.  (create-native-map.exe source within
106           mono-tools/create-native-map.)
107         * Makefile.am: Added update-create-native-map target to update 
108           create-native-map.exe using pkg-config & the create-native-map.pc package. 
109                 Use create-native-map.exe to generate map.* files instead of make-map.exe.
110         * sys-statvfs.c: Add Mono_Posix_ToStatvfs, Mono_Posix_FromStatvfs exports.
111
112 2006-09-15  Jonathan Pryor  <jonpryor@vt.edu>
113
114         * Makefile.am: Remove CRYPT_LIBS use; we no longer rely on libcrypt.
115         * stdlib.c: Remove setkey(3) wrapper.
116         * unistd.c: Remove encrypt(3) wrapper.
117
118 2006-08-13  Miguel de Icaza  <miguel@novell.com>
119
120         * serial.c (get_bytes_in_buffer): Change the signature, we do not
121         return any meaningful error other than -1.
122
123 2006-06-28  Zoltan Varga  <vargaz@gmail.com>
124
125         * mph.h (MPH_INTERNAL): Only use this if HAVE_VISIBILITY_HIDDEN is
126         defined since it is not supported on some archs with gcc.
127
128 2006-04-28  Wade Berrier <wberrier@novell.com>
129
130         * serial.c: Add sys/filio.h for solaris for FIONREAD
131
132 2006-04-20  Geoff Norton  <gnorton@customerdna.com>
133
134         * serial.c: Change TIOCINQ to FIONREAD to 
135         fix the build on the *BSDs.
136
137 2006-04-19  Carlos Alberto Cortez <calberto.cortez@gmail.com>
138
139         * serial.c: Added poll_serial () function, to poll
140         outside the read_serial () functions; and get_bytes_in_buffer (), to
141         get bytes in serialport buffers . Update some functions/enums
142         used by System.IO.Port.SerialPort too (Changes aproved by Miguel:
143         we will add tests in the managed side).
144         
145 2006-03-22  Carlos Alberto Cortez <calberto.cortez@gmail.com>
146
147         * serial.c: Add get_signal_code, get_signal, and set_signal
148         functions to access serial signals. Also add a MonoSerialSignal
149         enum, which is a copy of System.IO.Ports.SerialSignal.
150
151 Thu Mar 16 17:27:46 CET 2006 Paolo Molaro <lupus@ximian.com>
152
153         * serial.c: removed useless serial.h file (it was also
154         breaking the build).
155
156 2006-03-09  Carlos Alberto Cortez <calberto.cortez@gmail.com>
157
158         * serial.c: Fix a pair of wrong or incomplete assignations
159         in set_attributes.
160         
161 2006-02-28  Carlos Alberto Cortez <calberto.cortez@gmail.com>
162
163         * serial.h: New file with serial port constants.
164         * serial.c: Use the constants in serial.h instead of magic numbers.
165         
166 2006-01-03  Jonathan Pryor  <jonpryor@vt.edu>
167
168         * sys-time.c: lutimes(2) only exists on some BSDs.  There's a configure
169           check for it now -- use it.
170
171 2005-12-28  Jonathan Pryor  <jonpryor@vt.edu>
172
173         * map-icalls.h: Flush (add utimes_bad, lutimes, futimes).
174         * sys-time.c: Add lutimes(2) and futimes(2) wrapper.
175
176 2005-12-27  Jonathan Pryor  <jonpryor@vt.edu>
177
178         * map.c: Include <sys/mman.h>.  Fixes #77091.  Thanks to Ben Gamari.
179
180 2005-12-01  Jonathan Pryor  <jonpryor@vt.edu>
181
182         * Makefile.am: Use $(CRYPT_LIB), not -lcrypt, as not all platforms 
183           support -lcrypt.
184         * stdlib.c: Wrap Mono_Posix_Syscall_setkey() within HAVE_SETKEY, not
185           PLATFORM_WIN32
186
187 2005-12-01  Daniel Drake  <dsd@gentoo.org>
188
189         * Makefile.am: Link against libcrypt, needed for setkey(3) as referenced
190         in stdlib.c. Problem caught by Michael Hill.
191
192 2005-11-07  Jonathan Pryor  <jonpryor@vt.edu>
193
194         * map-icalls.h: Oddly, this file didn't get the new functions added in
195           2005-10-14 -- ToConfstrName, FromConfstrName, etc.  Add them.
196         * map.c, map.h: Remove invalid enumeration value SyslogFacility.LOG_USRE.
197
198 2005-10-14  Jonathan Pryor  <jonpryor@vt.edu>
199
200         * signal.c: Don't build Syscall wrappers on Win32.
201
202 2005-10-14  Jonathan Pryor  <jonpryor@vt.edu>
203
204         * Makefile.am (MPH_UNIX_SOURCE): Add syslog.c.
205         * dirent.c, grp.c, pwd.c, signal.c, stdio.c, stdlib.c: Wrap functions which
206           return `void' so that they instead: (1) return `int', (2) clear errno
207           before calling the real function, and (3) return -1 if errno changed.
208           This must be done in native code because calling 
209           Stdlib.SetLastError/Syscall.xxx
210           from managed code won't work reliably (since errno may change between the
211           SetLastError call and the actual Syscall invocation).
212         * unistd.c: Same as above, and allow fpathconf(3), pathconf(3), sysconf(3), 
213           and confstr(3) callers to explicitly choose their own errno value.
214         * map.c, map.h: Handle enumeration name change in Mono.Unix.Native
215           (e.g. ConfStr --> ConfstrName, etc.).  This is so that they follow the
216           established naming conventions.
217         * map-icalls.h: Add new icalls.
218         * syslog.c: Added; wraps <syslog.h> functions.
219
220 2005-10-06  Jonathan Pryor  <jonpryor@vt.edu>
221
222         * Makefile.am (MPH_C_SOURCE): Add string.c.
223         * string.c: Added; exports strlen(3) wrapper.
224         * map-icalls.h: Prototype for strlen(3) wrapper.
225
226 2005-09-29  Miguel de Icaza  <miguel@novell.com>
227
228         * support-heap.c: Add meat to the Heap routines. 
229
230 2005-09-20  Jonathan Pryor  <jonpryor@vt.edu>
231
232         * Makefile.am (refresh): Use the make-map.exe in Mono.Unix.Native.
233         * map-icalls.h, map.c, map.h: Update to catch new enums AccessModes, Errno,  
234           and MmapProts.  Huge re-ordering because of namespace change in managed
235           code (not relevant to C API), and make-map.exe now outputs types/members
236           in alphabetical order (to avoid major code churn in the future).
237
238 2005-07-12  Daniel Drake  <dsd@gentoo.org>
239
240         * sys-xattr.c: Use <attr/attr.h> if <sys/xattr.h> does not exist (e.g. for
241         glibc 2.2)
242         * Makefile.am: Link to libattr if libc does not provide the xattr
243         syscalls.
244
245 Thu Jul 7 12:35:20 EDT 2005 Paolo Molaro <lupus@ximian.com>
246
247         *supportw.c, Makefile.am: remove calls and link to libmono/libwapi.
248
249 2005-07-01  Daniel Drake  <dsd@gentoo.org>
250
251         * sys-xattr.c: Support FreeBSD's extattr implementation. Slight API rework
252           to provide transparency between Linux and FreeBSD EA's.
253         * map-icalls.h: Update as above
254
255 2005-06-30 Gonzalo Paniagua Javier <gonzalo@ximian.com>
256
257         * supportw.c: HeapDestroy.
258         * Makefile.am: don't build supportw on windows.
259
260 2005-06-29  Ben Maurer  <bmaurer@ximian.com>
261
262         * Makefile.am: namespace our library.
263
264 2005-06-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
265
266         * supportw.c:
267         * supportw.h:
268         * Makefile.am: new library intended to provide often P/Invoked windows
269         API functions not present in io-layer.
270
271 2005-06-29  Jonathan Pryor  <jonpryor@vt.edu>
272
273         * map.c: Handle Syslog-related changes (SyslogFacility isn't a 
274           [Flags] enum); make-map.exe changes.
275
276 2005-06-28  Jonathan Pryor  <jonpryor@vt.edu>
277
278         * map.c, map.h: Handle Syslog-related changes (SyslogLevel isn't a [Flags]
279           enum; change in order between LOG_USER and LOG_USRE).
280
281 2005-06-27  Jonathan Pryor  <jonpryor@vt.edu>
282
283         * map.c, map.h: Add corrected spelling of LOG_USER.
284
285 2005-06-13  Miguel de Icaza  <miguel@novell.com>
286
287         *  sys-statvfs.c (copy_statfs): f_flags is the field name on BSD,
288         not f_flag. 
289
290 2005-06-08  Jonathan Pryor  <jonpryor@vt.edu>
291
292         * Makefile.am: Create an unversioned library.  We won't make any gaurantees
293           about ABI stability until Mono 1.2 (if then).
294
295 2005-06-07  Jonathan Pryor  <jonpryor@vt.edu>
296
297         * sys-mman.c: Check for presence of mremap and remap_file_pages.
298
299 2005-06-05  Jonathan Pryor  <jonpryor@vt.edu>
300
301         * map-icalls.h, map.h: Change header comment so it matches what 
302           `make refresh` generates.
303         * map.c: Add <sys/xattr.h> header.
304
305 2005-05-31  Jonathan Pryor  <jonpryor@vt.edu>
306
307         * sys-mman.c: Add wrappers for mmap, munmap, mprotect, msync, mlock,
308           munlock, mremap, mincore, remap_file_pages.
309         * map-icalls.h: Update to latest shared interface.
310         * map.c, map.h: Add {To,From} pairs for MmapFlags, MmapProt, MsyncFlags,
311           MlockallFlags, MremapFlags.
312         * mph.h: Add mph_return_*_if_ssize_t_overflow macros.
313
314 2005-05-31  Jonathan Pryor  <jonpryor@vt.edu>
315
316         * unistd.c: Oops -- deal with s/LockFlags/LockfCommand/ change.
317
318 2005-05-31  Jonathan Pryor  <jonpryor@vt.edu>
319
320         * map.h, map.c, map-icalls.h: Rename LockFlags to LockfCommand.
321
322 2005-05-20  Zoltan Varga  <vargaz@freemail.hu>
323
324         * Makefile.am (MPH_C_SOURCE): Add map-icalls.h. Fixes #75012.
325
326 2005-05-18  Jonathan Pryor  <jonpryor@vt.edu>
327
328         * map-icalls.h: Added; auto-generated file which contains Mono_Posix_*
329           declarations for DllImport functions in Mono.Posix.dll.  This ensure
330           consistency between Mono.Posix.dll and MonoPosixHelper.so.
331         * mph.h: Add include for map-icalls.h, to ensure that all MonoPosixHelper
332           exports have correct prototypes.
333         * dirent.c, grp.c, macros.c, pwd.c, signal.c, stdio.c, sys-stat.c, 
334           sys-time.c, utime.c: Correct prototypes to match map-icalls.h.  Alas, this
335           "loses" information -- FILE* becomes void*, etc. -- but no semantics or
336           ABI should be changed (except for Mono_Posix_Syscall_utime).  Some
337           structure names also changed to match the generated names; since the
338           structures are private, this shouldn't break anything.
339         * errno.c: Remove Mono_Posix_Syscall_SetLastError so we don't get a warning
340           about a missing prototype.  This was never in a stable release.
341         * old-map.c: Include mph.h for prototype checking.
342         * unistd.c: SeekFlags conversion is now done in managed code so that a short
343           isn't passed as a parameter; Correct prototypes to match map-icalls.h.
344         * sys-xattr.c: fix lsetxattr/fsetxattr confusion; Correct prototypes to 
345           match map-icalls.h.
346         * sys-sendfile.c: Move mph.h include so that HAVE_SYS_SENDFILE_H is used.
347         * sys-wait.c: Include mph.h so that prototypes are checked.
348
349 2005-05-16  Jonathan Pryor  <jonpryor@vt.edu>
350
351         * sys-statvfs.c: Include "map.h" for Mono_Posix_ToMountFlags prototype.
352         * map.c: Include <sys/statvfs.h> so Mono_Posix_{To,From}MountFlags actually
353           does something useful.
354
355 2005-05-12  Jonathan Pryor  <jonpryor@vt.edu>
356
357         * map.c, map.h: Add FromMountFlags, ToMountFlags.  (MountFlags is used in
358           `struct statvfs', which is POSIX).
359         * sys-statvfs.c: Use ToMountFlags to convert the OS flags value into the
360           managed equivalent.
361
362 2005-05-03  Geoff Norton  <gnorton@customerdna.com>
363
364         * sys-xattr.c:  Mac OS/X Tiger supports xattr but has a different API for supporting
365         resource forks.  Allow mono to build on Tiger.
366
367 2005-04-30  Jonathan Pryor  <jonpryor@vt.edu>
368
369         * stdio.c: Add Mono_Posix_Stdlib_DumpFilePosition, which create a hex string
370           "dump" of a fpos_t.  This is used for Mono.Unix.FilePosition.ToString().
371
372 2005-04-19  Jonathan Pryor  <jonpryor@vt.edu>
373
374         * map.c, map.h: Added XattrFlags values, functions.
375         * sys-xattr.c: Added; <sys/xattr.h> wrapper functions.  Thanks to Daniel
376           Drake for writing these.
377         * Makefile.am: Add sys-xattr.c to the build.
378
379 2005-04-07  Jonathan Pryor  <jonpryor@vt.edu>
380
381         * errno.c: Use the GNU version of strerror_r if _GNU_SOURCE is defined
382           (otherwise assume existence of XPG variant).  This allows proper
383           compilation under Red Hat 9.
384         * fstab.c: protect against users calling setfsent(), setfsent(), ...  
385           endfsent(), which would otherwise leak a FILE handle.
386
387 2005-04-05  Zoltan Varga  <vargaz@freemail.hu>
388
389         * mph.h: Apply patch from the freebsd ports collection.
390
391 2005-02-10  Zoltan Varga  <vargaz@freemail.hu>
392
393         * zlib_macros.c (create_z_stream): Explicitly check for older versions
394         of zlib.
395
396 2005-02-08  Zoltan Varga  <vargaz@freemail.hu>
397
398         * pwd.c (Mono_Posix_Syscall_getpwnam_r): Add another part missing from the last patch.
399
400 2005-02-07  Jonathan Pryor  <jonpryor@vt.edu>
401
402         * grp.c: Oops.  Didn't see other Solaris fix in #72292.
403
404 2005-02-07  Jonathan Pryor  <jonpryor@vt.edu>
405
406         * grp.c, pwd.c: Clear errno before calling the actual calls, as errno may
407           have a stale value, leading to spurious errors later.  Fixes #72292.
408
409 2005-02-03  Jonathan Pryor  <jonpryor@vt.edu>
410
411         * Makefile.am (MPH_C_SOURCE): Move errno.c into MPH_C_SOURCE, so it's built
412           on Windows as well as Unix.
413
414 2005-02-03  Jonathan Pryor  <jonpryor@vt.edu>
415
416         * errno.c: Mono_Posix_Syscall_SetLastError should be in Stdlib, not Syscall, 
417           since it's part of ANSI C (and errno will be used from StdioFileStream).  
418           Add Mono_Posix_Stdlib_SetLastError.  Don't remove the Syscall version, as 
419           we don't want to break Mono 1.1.4/svn users the day after release. :-)
420
421 2005-01-25  Jonathan Pryor  <jonpryor@vt.edu>
422
423         * macros.c: Use gint64, not long, to match C# declaration.  Fixes 71152.
424
425 2005-01-23  Geoff Norton  <gnorton@customerdna.com>
426
427         * dirent.c: Include <unistd.h> to bring off_t in on gcc4.0+OSX
428
429 2005-01-13  Jonathan Pryor  <jonpryor@vt.edu>
430
431         * map.h: Correct Mono_Posix_OpenFlags values (they should now match 
432           x86 linux); remove unused enumerations (MountFlags, etc.).
433
434 2005-01-13  Jonathan Pryor  <jonpryor@vt.edu>
435
436         * fstab.c: Fix HPUX support.  HPUX includes both <fstab.h> and
437           <checkpoint.h>, so we need to give preference to <checkpoint.h>.
438
439 2005-01-05  Jonathan Pryor  <jonpryor@vt.edu>
440
441         * fstab.c: Add support for HPUX, which uses <checklist.h>.
442
443 2005-01-05  Jonathan Pryor  <jonpryor@vt.edu>
444
445         * map.c: Continuing my ineptitude...  <sys/wait.h> isn't on Win32.
446         * mph.h: Win32 doesn't define EOVERFLOW, either.  Define it.
447
448 2005-01-05  Jonathan Pryor  <jonpryor@vt.edu>
449
450         * map.c: Include <config.h> so we can check for PLATFORM_WIN32.
451
452 2005-01-05  Jonathan Pryor  <jonpryor@vt.edu>
453
454         * map.c: Fix Win32 build break.  Win32 doesn't have all the sys/* headers.
455
456 2005-01-05  Jonathan Pryor  <jonpryor@vt.edu>
457
458         * serial.c: HPUX compiler fix.
459         * stdlib.c: Add C-defined macro wrappers.
460
461 2005-01-04  Jonathan Pryor  <jonpryor@vt.edu>
462
463         * stdio.c: Add wrapper for C99's snprintf(3).
464
465 2005-01-04  Jonathan Pryor  <jonpryor@vt.edu>
466
467         * Makefile.am: Rewrite.  Remove configure-generated warnings about 
468           multiple _LIBADD and _SOURCES lines.  Add support for Win32.  
469           Win32 support is limited to ANSI C functions.
470         * stdio.c: Don't compile Unix wrappers on Win32.
471
472 2005-01-04  Raja R Harinath  <rharinath@novell.com>
473
474         * Makefile.am (LIBS): Remove.  Was overriding results of configure check.
475         (libMonoPosixHelper_la_LIBADD): List $(GLIB_LIBS) here.
476
477 2005-01-04  Jonathan Pryor  <jonpryor@vt.edu>
478
479         * Makefile.am: Add libnsl to LIBS.  Hopefully this will let sparc link.
480         * mph.h: Make MPH_INTERNAL conditional on __GNUC__.
481
482 2005-01-03  Jonathan Pryor  <jonpryor@vt.edu>
483
484         * signal.c, stdio.c: Remove "function declaration isn't a prototype" warnings.
485         * unistd.c: Check for presence of gethostname and sethostname.
486
487 2005-01-03  Jonathan Pryor  <jonpryor@vt.edu>
488
489         * mph.h, x-struct-str.c: Add "const" to parameters to remove 
490           "warning: passing arg [2|4]...discards qualifiers" message.
491
492 2005-01-03  Jonathan Pryor  <jonpryor@vt.edu>
493
494         * fstab.c: Remove some sparc compiler warnings.
495
496 2005-01-03  Jonathan Pryor  <jonpryor@vt.edu>
497
498         * fstab.c: Solaris doesn't support getfsent(3), but it provides equivalent
499           functionality in getvfsent(3C).  Implement Solaris support.
500
501 2005-01-02  Jonathan Pryor  <jonpryor@vt.edu>
502
503         * stdio.c: More wrapper functions.  I missed a few macros...  This should
504           complete all macro's defined in <stdio.h> for C99.
505
506 2004-12-30  Jonathan Pryor  <jonpryor@vt.edu>
507
508         * stdio.c: More wrapper functions.  This should complete C89's <stdio.h>
509           requirements.
510
511 2004-12-30  Jonathan Pryor  <jonpryor@vt.edu>
512
513         * sys-statvfs.c: Further proving that changing code without compiling is
514           dangerous business...  Compiler fix for OS X.
515
516 2004-12-30  Jonathan Pryor  <jonpryor@vt.edu>
517
518         * signal.c: Mac OS X portability fixes -- it doesn't provide sighandler_t!
519
520 2004-12-30  Jonathan Pryor  <jonpryor@vt.edu>
521
522         * Makefile.am: Add signal.c to the build.
523         * signal.c: Added.  Contains helper functions to wrap signal(2).
524
525 2004-12-30  Jonathan Pryor  <jonpryor@vt.edu>
526
527         * sys-statvfs.c: Fix Mac OS X build (statfs.f_frsize doesn't exist on OSX;
528           f_fsid isn't an integral type; fstatfs needs to use fpathconf).
529
530 2004-12-29  Jonathan Pryor  <jonpryor@vt.edu>
531
532         * unistd.c: Null-terminate the string returned by readlink(2).  This works
533           around a marshaler "issue".
534
535 2004-12-28  Jonathan Pryor  <jonpryor@vt.edu>
536
537         * Makefile.am: Add GLIB_LIBS to the LIBS line, since we require linking
538           against glib-2.0 (to use g_assert()).
539
540 2004-12-28  Jonathan Pryor  <jonpryor@vt.edu>
541
542         * fstab.c: Added; wrap <fstab.h> functions: getfsent(3), getfsfile(3), 
543           getfsspec(3).
544         * map.c: Add new conversion functions for SyslogOptions, SyslogFacility, 
545           SyslogLevel; see syslog(3) for details.
546         * map.h: Add new conversion functions and values for SyslogOptions, 
547           SyslogFacility, SyslogLevel; see syslog(3) for details.
548         * Makefile.am (MPH_SOURCE): add fstab.c, sys-statvfs.c, x-struct-str.c.
549         * mph.h: Document location for Mac OS X man page documentation; add
550           MPH_INTERNAL macro for intra-library function calls (for functions that
551           shouldn't be exported from libMonoPosixHelper.so); declare
552           _mph_copy_structure_strings().
553         * pwd.c: Use _mph_copy_structure_strings() to copy strings embedded within
554           struct passwd.
555         * sys-statvfs.c: Added; wrap <sys/statvfs.h> functions statvfs(2),
556           fstatvfs(2), and (to complicate things) implement (f)statvfs(2) in terms
557           of (f)statfs(2) on Mac OS X (which lacks the -vfs calls).
558         * x-struct-str.c: implements _mph_copy_structure_strings(), which is a
559           generalized interface to copy strings between structures (as is needed in
560           pwd.c and fstab.c).
561
562 Thu Dec 23 14:58:09 EST 2004 Paolo Molaro <lupus@ximian.com>
563
564         * serial.c: remove mono calls from here: they break the build
565         and they don't belong here.
566
567 2004-12-21  Chris Toshok  <toshok@ximian.com>
568
569         * serial.c: initial import of System.IO.Ports pinvoke stuff.
570
571         * Makefile.am (MPH_SOURCE): add serial.c.
572
573 2004-11-30  Jonathan Pryor  <jonpryor@vt.edu>
574
575         * mph.h: Use <glib.h>, not <glib/gtypes.h>, as the HP/UX compiler needs
576           <glib/gutils.h> to handle the `inline' keyword.
577
578 2004-11-27  Miguel de Icaza  <miguel@ximian.com>
579
580         * Makefile.am (MPH_SOURCE): Add macros.c for compatibility with
581         the old API (currently the old API would fail).
582
583 2004-11-25  Raja R Harinath  <rharinath@novell.com>
584
585         * Makefile.am (MPH_SOURCE): Distribute old-map.h and map.h.
586
587 2004-11-18  Jonathan Pryor  <jonpryor@vt.edu>
588
589         * stdio.c: Add fread(3) and fwrite(3) wrappers.
590
591 2004-11-16  Jonathan Pryor  <jonpryor@vt.edu>
592
593         * Makefile.am: Remove sys-mount.c from the build.
594         * sys-mount.c: Delete.  We're not exporting mount-related functionality
595           anymore.  It's not remotely portable, and trying to make it portable is a
596           doomed idea.
597         * map.c: Remove mount- and umount-related conversion functions.
598
599 2004-11-14  Geoff Norton  <gnorton@customerdna.com>
600         
601         * mph.h:  Revernt jonp's removal of MPH_ON_BSD define as sys-mount.c
602         and unistd.c still check this configuration value.  This allows mono
603         to build on *BSD again.
604
605 2004-11-12  Jonathan Pryor <jonpryor@vt.edu>
606
607         * dirent.c: Only access members which exist on the target
608           platform.
609         * errno.c: Only export strerror_r if it's available.
610         * mph.h: Remove MPH_ON_BSD; use the configure checks instead.
611         * sys-mman.c: Only export posix_madvise if it's available.
612         * unistd.c: Only export sethostid if it's available.
613
614 2004-11-08  Jonathan Pryor <jonpryor@vt.edu>
615
616         * Makefile.am: Add sys-sendfile.c to the build.
617         * dirent.c, fcntl.c, unistd.c: Remove
618           compile-time checks for -64 apis (pread64, etc.), as they're
619           superfluous.  GLibc #defines the functions to the appropriate
620           -64 counterpart when necessary, and Darwin is intrinsically
621           large-file-aware, so manual checking on my part is redundant and
622           unnecessary.
623         * grp.c: Add checks for non-portable functions getgrnam_r,
624           getgrgid_r.
625         * pwd.c: Add checks for non-portable functions getpwnam_r,
626           getpwuid_r.
627         * map.c: Remove <poll.h> include.  Building on Tiger (Mac
628           OS X 10.4 beta) breaks when both <poll.h> and <sys/poll.h> are
629           included, so only use <sys/poll.h>.
630         * mph.h: Clean up macro handling for type overflow checking.
631
632 2004-11-05  Jonathan Pryor <jonpryor@vt.edu>
633
634         * .cvsignore: Ignore generated files.
635         * Makefile.am: Add new INCLUDE directives (for glib
636           headers), source; bump library version (so we don't clobber
637           previous versions of libMonoPosixHelper.so).
638         * dirent.c: New file; <dirent.h> wrapper functions; 
639           BSD portability fixes.
640         * errno.c: New file; <errno.h> wrapper functions
641         * fcntl.c: New file; <fcntl.h> wrapper functions;
642           BSD portability fixes.
643         * grp.c: New file; <grp.h> wrapper functions;
644           BSD portability fixes.
645         * map.c: Updated macro mapping functions (more enums
646           mapped, more error checking, etc.).
647         * map.h: Updated macro mapping functions
648         * old-map.c: Previous map.c implementation, for backward
649           compatibility Remove spurious warning about redefining
650           _GNU_SOURCE.
651         * old-map.h: Previous map.h implementation, for backward
652         compatibility
653         * mph.h: New file; Utility types, macros;
654           BSD portability fixes.
655         * pwd.c: New file; <pwd.h> wrapper functions;
656           BSD portability fixes.
657         * stdio.c: New file; <stdio.h> wrapper functions
658         * stdlib.c: New file; <stdlib.h> wrapper functions
659         * sys-mman.c: New file; <sys/mman.h> wrapper functions
660         * sys-mount.c: New file; <sys/mount.h> wrapper functions;
661           BSD portability fixes.
662         * sys-sendfile.c: New file; <sys/sendfile.h> wrapper
663           functions; BSD portability fixes.
664         * sys-stat.c: New file; <sys/stat.h> wrapper functions
665         * sys-wait.c: New file; <sys/wait.h> wrapper functions
666         * time.c: New file; <time.h> wrapper functions;
667           BSD portability fixes.
668         * unistd.c: New file; <unistd.h> wrapper functions;
669           BSD portability fixes.
670