aboutsummaryrefslogtreecommitdiff
path: root/libshouldbeinlibc/maptime.c
Commit message (Collapse)AuthorAgeFilesLines
* libshouldbeinlibc: fix minor port leak in maptime_mapJustus Winter2013-11-281-0/+4
| | | | | | | Deallocate the device port after creating the mapping. The mapping is independent of the device port. * libshouldbeinlibc/maptime.c (maptime_map): Deallocate device port.
* libshouldbeinlibc: fix error handling in maptime_mapJustus Winter2013-11-211-7/+7
| | | | | | Found using the Clang Static Analyzer. * libshouldbeinlibc/maptime.c (maptime_map): Fix error handling.
* Clean up the included header filesJustus Winter2013-11-161-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | * libihash/ihash.c: Clean up the included header files. * libshouldbeinlibc/cacheq.c: Likewise. * libshouldbeinlibc/canon-host.c: Likewise. * libshouldbeinlibc/fsysops.c: Likewise. * libshouldbeinlibc/idvec-auth.c: Likewise. * libshouldbeinlibc/idvec.c: Likewise. * libshouldbeinlibc/idvec.h: Likewise. * libshouldbeinlibc/localhost.c: Likewise. * libshouldbeinlibc/maptime.c: Likewise. * libshouldbeinlibc/nullauth.c: Likewise. * libshouldbeinlibc/portxlate.c: Likewise. * libshouldbeinlibc/shared-dom.c: Likewise. * libshouldbeinlibc/ugids-argp.c: Likewise. * libshouldbeinlibc/ugids-auth.c: Likewise. * libshouldbeinlibc/ugids-imply.c: Likewise. * libshouldbeinlibc/ugids-merge.c: Likewise. * libshouldbeinlibc/ugids-subtract.c: Likewise. * libshouldbeinlibc/ugids-verify-auth.c: Likewise. * libshouldbeinlibc/ugids-verify.c: Likewise. * libshouldbeinlibc/ugids.c: Likewise. * libshouldbeinlibc/ugids.h: Likewise. * libshouldbeinlibc/wire.c: Likewise.
* libshouldbeinlibc: fix error handling in maptime_mapJustus Winter2013-11-011-0/+2
| | | | | | Found using the Clang Static Analyzer. * libshouldbeinlibc/maptime.c (maptime_map): Fix error handling.
* (maptime_map):Miles Bader1997-07-231-0/+1
| | | | Allow MTIME to be mapped anywhere.
* (maptime_map):Miles Bader1997-07-221-53/+13
| | | | | | For the device-file case, don't use wierd file_get_storage_info method for getting device port, just use io_map to get a memory object directly from the file.
* (maptime_map): Use new file_get_storage_info interface.Miles Bader1996-05-091-12/+41
|
* Initial revisionMiles Bader1996-02-281-0/+89