aboutsummaryrefslogtreecommitdiff
path: root/usermux/mux.c
Commit message (Collapse)AuthorAgeFilesLines
* 2000-07-18 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell2000-07-181-2/+2
| | | | | | | * mux.c (free_name): Fix typo in comment. * usermux.c: Likewise. * usermux.h: Likewise (struct usermux): Likewise.
* 1999-07-09 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1999-07-111-2/+4
| | | | | * mux.c (get_dirents): Use mmap instead of vm_allocate. (netfs_get_dirents): Likewise.
* 1999-07-10 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-07-111-0/+1
| | | | * mux.c: Add #include <sys/mman.h> for munmap decl.
* 1999-07-03 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1999-07-031-6/+4
| | | | | * mux.c (get_dirents): Use munmap instead of vm_deallocate. (netfs_get_dirents): Likewise.
* Add braces to silence gcc warnings.Roland McGrath1998-10-201-18/+20
|
* Initial checkinMiles Bader1997-07-231-0/+492