blob: 7fac0e9306a738f1515db7f2d44af9150d4da338 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
2000-07-18 Thomas Bushnell, BSG <tb@mit.edu>
* mux.c (free_name): Fix typo in comment.
* usermux.c: Likewise.
* usermux.h: Likewise
(struct usermux): Likewise.
1999-07-10 Roland McGrath <roland@baalperazim.frob.com>
* mux.c: Add #include <sys/mman.h> for munmap decl.
1999-07-09 Thomas Bushnell, BSG <tb@mit.edu>
* mux.c (get_dirents): Use mmap instead of vm_allocate.
(netfs_get_dirents): Likewise.
1999-07-03 Thomas Bushnell, BSG <tb@mit.edu>
* mux.c (get_dirents): Use munmap instead of vm_deallocate.
(netfs_get_dirents): Likewise.
1999-02-28 Roland McGrath <roland@baalperazim.frob.com>
* node.c (netfs_attempt_utimes): Fix typo in last change.
Sun Jan 31 18:41:17 1999 Thomas Bushnell, BSG <tb@mit.edu>
* node.c (netfs_attempt_utimes): Handle new possibility that ATIME
or MTIME might be null.
1998-10-20 Roland McGrath <roland@baalperazim.frob.com>
* mux.c (get_dirents): Add braces to silence gcc warning.
|