Age | Commit message (Collapse) | Author | |
---|---|---|---|
1996-04-30 | (diskfs_S_fsys_init): diskfs_init_completed -> _diskfs_init_completed. | Michael I. Bushnell | |
1996-04-30 | (_diskfs_init_completed): New declaration. | Michael I. Bushnell | |
1996-04-30 | (diskfs_init_completed): Delete function. | Michael I. Bushnell | |
1996-04-30 | Mark with INTR_INTERFACE. | Roland McGrath | |
(auth_user_authenticate): Remove sreplyport arg. | |||
1996-04-30 | (diskfs_grow): In last offer_data, don't offer a block number as an | Michael I. Bushnell | |
address. | |||
1996-04-30 | Rewritten. | Roland McGrath | |
1996-04-30 | (OBJS): Add auth_replyUser.o. | Roland McGrath | |
1996-04-30 | Finished rewrite. | Roland McGrath | |
1996-04-30 | (targets): Renamed from `target'. | Michael I. Bushnell | |
1996-04-30 | (_pager_lock_object): Eliminate spurious extra lock acquisition around | Michael I. Bushnell | |
pagemap frobbing. | |||
1996-04-30 | (check_gzip) [ziprderr]: Treat all read errors as ENOEXEC. First off, | Michael I. Bushnell | |
because that's what they are; also because some callers of read_error don't set errno at all. | |||
1996-04-30 | ($(targets)): do it right... | Michael I. Bushnell | |
1996-04-30 | (include ../Makeconf): BEFORE dependencies. | Michael I. Bushnell | |
(all): Delete target. ($(targets)): Each target depends on its associated .o. | |||
1996-04-30 | (include ../Makeconf): BEFORE dependencies. | Michael I. Bushnell | |
($(prefix)/dev/MAKEDEV): Find MAKEDEV in $(srcdir). | |||
1996-04-30 | (all): Delete target. | Michael I. Bushnell | |
(include ../Makeconf): *Before* all dependences. ($(targets)): Each program depends on its associated .o. | |||
1996-04-30 | But not the special ones. | Michael I. Bushnell | |
1996-04-30 | (all): Remove target. | Michael I. Bushnell | |
(include ../Makeconf): Place before all dependencies. ($(targets)): Each separate target should depend on its own .o. | |||
1996-04-30 | ($(target)): Don't depend on $(OBJS) or $(OTHERLIBS) in the main build | Michael I. Bushnell | |
rule. Add new rule specifying such a dependency only when doinst is one. | |||
1996-04-29 | (S_proc_getprocinfo): Install temporary hack so things at least | Michael I. Bushnell | |
compile. | |||
1996-04-29 | *** empty log message *** | Michael I. Bushnell | |
1996-04-29 | (reboot_system): Not *yet*. | Michael I. Bushnell | |
1996-04-29 | Fuzzy ... was a bear | Michael I. Bushnell | |
1996-04-29 | (OBJS): Delete variable. | Michael I. Bushnell | |
1996-04-29 | (netfs_S_file_getcontrol): Use correct args to ports_create_port. | Michael I. Bushnell | |
1996-04-29 | (struct lookup_cache): Add HDR, remove NEXT & PREV. | Miles Bader | |
(lookup_cache): Change type to struct cacheq. (mru_cache, lru_cache): Variables removed. (make_mru, make_lru, init_lookup_cache): Functions removed. (find_cache, diskfs_purge_lookup_cache, diskfs_check_lookup_cache): Use cacheq functions. | |||
1996-04-29 | (cacheq_make_mru, cacheq_make_lru): Type of LRU & MRU fields is now `void *'. | Miles Bader | |
1996-04-29 | (struct cacheq); Make type of LRU & MRU fields `void *'. | Miles Bader | |
1996-04-29 | (SRCS): Add cacheq.c. | Miles Bader | |
(LCLHDRS): Add cacheq.h. | |||
1996-04-29 | Initial revision | Miles Bader | |
1996-04-29 | Comment out warning addition. | Michael I. Bushnell | |
1996-04-29 | (printf): Add %d. | Miles Bader | |
1996-04-29 | (main): Use select instead of SIGIO. | Miles Bader | |
1996-04-28 | (reboot_system): Make that 1 minute. | Roland McGrath | |
1996-04-28 | (reboot_system): Use 1 second timeout on reply to msg_startup_dosync. | Roland McGrath | |
1996-04-28 | Remove 1 second waittime spec. | Roland McGrath | |
(interrupt_operation): Add waittime arg. | |||
1996-04-28 | (msg_startup_dosync): Add waittime arg. | Roland McGrath | |
1996-04-28 | (make-deps): New canned sequence. Remove gcc-lib hdrs from deps. | Roland McGrath | |
Use atomic mv for output. (%.d: %.c, %.d: %.S): Use $(make-deps). | |||
1996-04-28 | (pager_create): Add link warning. | Roland McGrath | |
1996-04-28 | Add obsolescence link warning. | Roland McGrath | |
1996-04-27 | Use ports_create_port instead of ports_allocate_port, and notice the error. | Roland McGrath | |
1996-04-27 | Initial revision | Miles Bader | |
1996-04-27 | Initial revision | Miles Bader | |
1996-04-27 | (service_fsys_startup): | Miles Bader | |
Make the mach_msg call sending the startup reply interruptible. | |||
1996-04-27 | (service_fsys_startup): | Miles Bader | |
Make the mach_msg call waiting for the startup message interruptible. | |||
1996-04-26 | (allocino): Parenthesize test correctly. | Michael I. Bushnell | |
1996-04-26 | (pass5): If not marked clean, but now it is, then offer to mark it | Michael I. Bushnell | |
clean. | |||
1996-04-26 | (reply): Set fix_denied anytime we return 0. | Michael I. Bushnell | |
1996-04-26 | (fix_denied): New variable. | Michael I. Bushnell | |
1996-04-26 | (makemode): Now `servers'. | Michael I. Bushnell | |
(targets): Renamed from `target'; now include ext2fs.static. (ext2fs.static-LDFLAGS): Renamed from `LDFLAGS'. (ext2fs.static): Depend on same things as `ext2fs'. (include ../Makeconf): Must come before dependency information. | |||
1996-04-26 | (makemode): Now `servers'. | Michael I. Bushnell | |
(targets): Renamed from `target'; now include ufs.static. (ufs.static-LDFLAGS): Renamed from `LDFLAGS'. (ufs.static): Depend on same things as `ufs'. (include ../Makeconf): Must come before dependency information. |