diff options
author | Roland McGrath <roland@gnu.org> | 1999-07-11 01:57:09 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1999-07-11 01:57:09 +0000 |
commit | 13e6be8b86ca31583d1ac414cc1bdfe7b2faf5a4 (patch) | |
tree | 6cff2076d17a64e05b11b453ca68ba494d4a4824 | |
parent | 49f1feceed0ae6c92746d42e8563663f67fc546c (diff) |
.
-rw-r--r-- | libiohelp/ChangeLog | 6 | ||||
-rw-r--r-- | libnetfs/ChangeLog | 11 | ||||
-rw-r--r-- | libpipe/ChangeLog | 4 | ||||
-rw-r--r-- | libps/ChangeLog | 4 | ||||
-rw-r--r-- | sutils/ChangeLog | 10 |
5 files changed, 30 insertions, 5 deletions
diff --git a/libiohelp/ChangeLog b/libiohelp/ChangeLog index b8561ac0..0c525328 100644 --- a/libiohelp/ChangeLog +++ b/libiohelp/ChangeLog @@ -1,7 +1,11 @@ +1999-07-10 Roland McGrath <roland@baalperazim.frob.com> + + * iouser-reauth.c: Add #include <sys/mman.h> for munmap decl. + 1999-07-03 Thomas Bushnell, BSG <tb@mit.edu> * iouser-reauth.c (iohelp_reauth): Use munmap instead of - vm_deallocate. + vm_deallocate. 1998-08-21 Roland McGrath <roland@baalperazim.frob.com> diff --git a/libnetfs/ChangeLog b/libnetfs/ChangeLog index 74f6c5f0..dc9f3e8a 100644 --- a/libnetfs/ChangeLog +++ b/libnetfs/ChangeLog @@ -1,7 +1,12 @@ +1999-07-10 Roland McGrath <roland@baalperazim.frob.com> + + * io-read.c: Add #include <sys/mman.h> for munmap decl. + * release-protid.c: Likewise. + 1999-07-03 Thomas Bushnell, BSG <tb@mit.edu> * io-read.c (netfs_S_io_read): Use munmap instead of - vm_deallocate. + vm_deallocate. * release-protid.c (netfs_release_protid): Likewise. 1999-07-01 Thomas Bushnell, BSG <tb@mit.edu> @@ -14,8 +19,8 @@ (NETFS_EI): Remove macro. * netfs.c: Deleted file. * Makefile (OTHERSRCS): Add nref.c, nrele.c, nput.c. Remove - netfs.c. - + netfs.c. + Thu Mar 4 07:18:21 1999 Joel N. Weber II <devnull@theobromine.ai.mit.edu> * dir-lookup.c (netfs_S_dir_lookup): Only set newnode to 1 if the diff --git a/libpipe/ChangeLog b/libpipe/ChangeLog index 41347672..d7de9594 100644 --- a/libpipe/ChangeLog +++ b/libpipe/ChangeLog @@ -1,3 +1,7 @@ +1999-07-10 Roland McGrath <roland@baalperazim.frob.com> + + * pq.c: Add #include <sys/mman.h> for munmap decl. + 1999-07-03 Thomas Bushnell, BSG <tb@mit.edu> * pq.c (free_packets): Use munmap instead of vm_deallocate. diff --git a/libps/ChangeLog b/libps/ChangeLog index 129a9a29..1456e403 100644 --- a/libps/ChangeLog +++ b/libps/ChangeLog @@ -1,3 +1,7 @@ +1999-07-10 Roland McGrath <roland@baalperazim.frob.com> + + * common.h: Add #include <sys/mman.h> for munmap decl. + 1999-07-03 Thomas Bushnell, BSG <tb@mit.edu> * common.h (VMFREE): Use munmap instead of vm_deallocate. diff --git a/sutils/ChangeLog b/sutils/ChangeLog index 70c3b594..7d16a5d1 100644 --- a/sutils/ChangeLog +++ b/sutils/ChangeLog @@ -1,7 +1,15 @@ +1999-07-10 Roland McGrath <roland@baalperazim.frob.com> + + * clookup.c: Add #include <sys/mman.h>. + + * Makefile (special-targets): Add losetup. + (SCRIPTS): Add losetup.sh. + * losetup.sh: New file. + 1999-07-03 Thomas Bushnell, BSG <tb@mit.edu> * clookup.c (file_name_lookup_carefully): Use munmap instead of - vm_deallocate. + vm_deallocate. 1999-06-11 Roland McGrath <roland@baalperazim.frob.com> |