Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-08-20 | 1999-08-20 Roland McGrath <roland@baalperazim.frob.com> | Roland McGrath | |
* portinfo.c (options): Doc fixes from Marcus. | |||
1999-08-20 | . | Roland McGrath | |
1999-08-20 | * mktime.c: File removed. Current libc code is good. | Roland McGrath | |
1999-08-20 | 1999-08-19 Roland McGrath <roland@baalperazim.frob.com> | Roland McGrath | |
* mktime.c: File removed. Current libc code is good. * Makefile (SRCS): Remove mktime.c. | |||
1999-08-11 | *** empty log message *** | Thomas Bushnell | |
1999-08-11 | 1999-08-11 Thomas Bushnell, BSG <tb@mit.edu> | Thomas Bushnell | |
* open.c (ftp_conn_open): Ignore error from ftp_conn_sysify; it's ok if we can't successfully deal. If we didn't sysify successfully before login, then try again afterwards. | |||
1999-08-11 | 1999-08-11 Thomas Bushnell, BSG <tb@mit.edu> | Thomas Bushnell | |
* open.c (ftp_conn_sysify): Handle REPLY_NO_LOGIN from "syst". | |||
1999-07-31 | * mksmallso, mkemptyso: Files removed. The *.sh files are the source. | Roland McGrath | |
1999-07-24 | . | Roland McGrath | |
1999-07-24 | 1999-07-24 Roland McGrath <roland@baalperazim.frob.com> | Roland McGrath | |
* Makefile (split-init): Set to `yes' by default. | |||
1999-07-24 | . | Roland McGrath | |
1999-07-24 | 1999-07-24 Roland McGrath <roland@baalperazim.frob.com> | Roland McGrath | |
* dir-rmdir.c (diskfs_S_dir_rmdir): Fix bugs in last change. Replace label `out' with local inline function `done'. Don't try diskfs_nput (NP) when NP is null. | |||
1999-07-24 | . | Roland McGrath | |
1999-07-24 | 1999-07-23 Roland McGrath <roland@baalperazim.frob.com> | Roland McGrath | |
* term.h (ILCASE, OLCASE): Use IUCLC, OLCUC if defined. | |||
1999-07-23 | 1999-07-23 Roland McGrath <roland@baalperazim.frob.com> | Roland McGrath | |
* Makefile (targets): Remove freeauth, added accidentally. | |||
1999-07-20 | . | Roland McGrath | |
1999-07-20 | 1999-07-20 Roland McGrath <roland@baalperazim.frob.com> | Roland McGrath | |
* ext2_file_io.c, ffs_file_io.c, minix_file_io.c: Remove fs-specific routines *_page_{read,write}_file_direct. Moved to ... * file_io.c (page_read_file_direct, page_write_file_direct): Don't call fs-specific routine, these are not fs-specific. Instead, replaced with former fs-specific routines (which were all identical). Read and write more than a fs block when disk blocks are contiguous. | |||
1999-07-20 | . | Roland McGrath | |
1999-07-20 | 1999-07-20 Roland McGrath <roland@baalperazim.frob.com> | Roland McGrath | |
* default_pager.c (new_partition): When reading Linux signature page, handle pager_read_file_direct returning sub-page blocks. | |||
1999-07-18 | . | Roland McGrath | |
1999-07-18 | 1999-07-17 Roland McGrath <roland@baalperazim.frob.com> | Roland McGrath | |
* exec.c (servercopy): Removed unused variable. | |||
1999-07-18 | . | Roland McGrath | |
1999-07-18 | 1999-07-17 Roland McGrath <roland@baalperazim.frob.com> | Roland McGrath | |
* rpctrace.c (rewrite_right): If we see our own wrapper right, unwrap and replace it with the original send right. (trace_and_forward): Remove vm_map special case. | |||
1999-07-18 | . | Roland McGrath | |
1999-07-18 | 1999-07-17 Roland McGrath <roland@baalperazim.frob.com> | Roland McGrath | |
* dir-link.c (diskfs_S_dir_link): Fix error checks on ports. If DIRCRED (receiver port) is bad, return EOPNOTSUPP. If FILECRED (argument port) is bad, return EXDEV (after EROFS check). | |||
1999-07-18 | (trace_and_forward): rehack special cases for mach_port_insert_right and vm_map | Roland McGrath | |
1999-07-18 | . | Roland McGrath | |
1999-07-18 | 1999-07-17 Roland McGrath <roland@baalperazim.frob.com> | Roland McGrath | |
* rpctrace.c: Mostly rewritten. Now mostly working with skeletal functionality. | |||
1999-07-16 | . | Roland McGrath | |
1999-07-16 | 1999-07-15 Roland McGrath <roland@baalperazim.frob.com> | Roland McGrath | |
* rpctrace.c: New file, from josem and gord. Not yet functional. * Makefile (rpctrace): New target. (targets): Add rpctrace. (SRCS): Add rpctrace.c. | |||
1999-07-11 | add diskfs_default_sync_interval item | Roland McGrath | |
1999-07-11 | . | Roland McGrath | |
1999-07-11 | 1999-07-11 Roland McGrath <roland@baalperazim.frob.com> | Roland McGrath | |
* file-get-storage-info.c: Add #include <sys/mman.h>. * file-get-translator.c: Likewise. | |||
1999-07-11 | 1999-07-11 Roland McGrath <roland@baalperazim.frob.com> | Roland McGrath | |
* portinfo.h: Don't include <sys/types.h>, <sys/mman.h>. This is an exported header, and its decls don't need them. * portinfo.c: Include them here instead. * xportinfo.c: And here. | |||
1999-07-11 | . | Roland McGrath | |
1999-07-11 | 1999-07-11 Roland McGrath <roland@baalperazim.frob.com> | Roland McGrath | |
* firmlink.c: Add #include <sys/mman.h>. | |||
1999-07-11 | . | Roland McGrath | |
1999-07-11 | 1999-07-11 Roland McGrath <roland@baalperazim.frob.com> | Roland McGrath | |
* proc.h: Add #include <sys/mman.h>. | |||
1999-07-11 | 1999-07-11 Roland McGrath <roland@baalperazim.frob.com> | Roland McGrath | |
* firmlink.c: Add #include <sys/mman.h>. (trivfs_S_io_read): Fix sloppy bugs in last change. | |||
1999-07-11 | 1999-07-11 Roland McGrath <roland@baalperazim.frob.com> | Roland McGrath | |
* term.h: Add #include <sys/mman.h>. | |||
1999-07-11 | 1999-07-11 Roland McGrath <roland@baalperazim.frob.com> | Roland McGrath | |
* dev.c (dev_read: ensure_buf): Fix sloppy bugs in last change. | |||
1999-07-11 | 1999-07-11 Roland McGrath <roland@baalperazim.frob.com> | Roland McGrath | |
* sock.h: Add #include <sys/mman.h>. | |||
1999-07-11 | 1999-07-11 Roland McGrath <roland@baalperazim.frob.com> | Roland McGrath | |
* pfinet.h: Add #include <sys/mman.h> for munmap decl. | |||
1999-07-11 | 1999-07-11 Roland McGrath <roland@baalperazim.frob.com> | Roland McGrath | |
* file-get-storage-info.c: Add #include <sys/mman.h>. | |||
1999-07-11 | 1999-07-11 Roland McGrath <roland@baalperazim.frob.com> | Roland McGrath | |
* dir.c (diskfs_get_directs): Fix sloppy bugs in last change. * hyper.c (allocate_mod_map): Likewise. * pager.c (get_page_buf): Likewise. | |||
1999-07-11 | 1999-07-11 Roland McGrath <roland@baalperazim.frob.com> | Roland McGrath | |
* boot-start.c (diskfs_S_exec_startup_get_info): Typo in last change. | |||
1999-07-11 | 1999-07-11 Roland McGrath <roland@baalperazim.frob.com> | Roland McGrath | |
* mux.c: Add #include <sys/mman.h>. | |||
1999-07-11 | 1999-07-11 Roland McGrath <roland@baalperazim.frob.com> | Roland McGrath | |
* exec.c (load_section): Fix typos in last change. | |||
1999-07-11 | 1999-07-11 Roland McGrath <roland@baalperazim.frob.com> | Roland McGrath | |
* boot.c (ds_device_read, S_io_read): Fix sloppy bugs in last change. | |||
1999-07-11 | 1999-07-11 Thomas Bushnell, BSG <tb@mit.edu> | Thomas Bushnell | |
* argp.c (store_parsed_open): Add more braces to clarify if-else structure. * encode.c: Include <sys/mman.h> * zero.c: Likewise. * encode.c (store_encode): Repair syntax. * copy.c (copy_read): Likewise. * enc.c (store_enc_dealloc): Cast first arg of munmap correctly. |