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