summaryrefslogtreecommitdiff
path: root/usermux
AgeCommit message (Collapse)Author
2000-07-26* Makefile (HURDLIBS): Reorder libs such that the threads libMark Kettenis
comes before the ports lib. This makes sure the functions in libthreads properly override the stubs in libports with the new dynamic linker semantics in glibc 2.2.
2000-07-182000-07-18 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell
* mux.c (free_name): Fix typo in comment. * usermux.c: Likewise. * usermux.h: Likewise (struct usermux): Likewise.
1999-07-111999-07-09 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell
* mux.c (get_dirents): Use mmap instead of vm_allocate. (netfs_get_dirents): Likewise.
1999-07-11.Roland McGrath
1999-07-111999-07-10 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath
* mux.c: Add #include <sys/mman.h> for munmap decl.
1999-07-031999-07-03 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell
* mux.c (get_dirents): Use munmap instead of vm_deallocate. (netfs_get_dirents): Likewise.
1999-02-28.Roland McGrath
1999-02-281999-02-28 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath
* node.c (netfs_attempt_utimes): Fix typo in last change.
1999-01-31Sun Jan 31 18:41:17 1999 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell
* node.c (netfs_attempt_utimes): Handle new possibility that ATIME or MTIME might be null.
1998-10-20Add braces to silence gcc warnings.Roland McGrath
1997-07-24Initial checkinMiles Bader
1997-07-24.Miles Bader
1997-07-23Initial checkinMiles Bader