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