Age | Commit message (Collapse) | Author | |
---|---|---|---|
1996-03-18 | (SRCS): Add pager-return.c. | Michael I. Bushnell | |
1996-03-18 | Initial revision | Michael I. Bushnell | |
1996-03-18 | (pager_flush): Lock request should be VM_PROT_NO_CHANGE, not VM_PROT_NONE. | Michael I. Bushnell | |
(pager_flush_some): Likewise. | |||
1996-03-18 | (diskfs_max_user_pager_prot) [add_pager_max_prot]: | Michael I. Bushnell | |
(a == b) ? 1 : 0 ====> (a == b). | |||
1996-03-18 | entered into RCS | Michael I. Bushnell | |
1996-03-17 | Formerly store.h.~8~ | Roland McGrath | |
1996-03-16 | Formerly stripe.c.~3~ | Miles Bader | |
1996-03-16 | Formerly Makefile.~5~ | Miles Bader | |
1996-03-16 | Formerly store.h.~7~ | Miles Bader | |
1996-03-16 | Formerly stripe.c.~2~ | Miles Bader | |
1996-03-16 | Formerly rdwr.c.~8~ | Miles Bader | |
1996-03-16 | Formerly storecat.c.~2~ | Miles Bader | |
1996-03-16 | Initial revision | Miles Bader | |
1996-03-16 | Formerly device.c.~4~ | Miles Bader | |
1996-03-16 | (diskfs_S_dir_lookup): Don't leak a send right to the anonymous handle on DNP | Miles Bader | |
when calling fetch_root. | |||
1996-03-16 | Formerly file.c.~3~ | Miles Bader | |
1996-03-16 | Formerly make.c.~4~ | Miles Bader | |
1996-03-16 | Formerly storeread.c.~4~ | Miles Bader | |
1996-03-16 | Formerly derive.c.~4~ | Miles Bader | |
1996-03-15 | Initial revision | Miles Bader | |
1996-03-14 | Formerly file-set-translator.c.~3~ | Michael I. Bushnell | |
1996-03-14 | Formerly cache.c.~8~ | Michael I. Bushnell | |
1996-03-14 | Formerly mount.c.~13~ | Michael I. Bushnell | |
1996-03-14 | (boot): Depend on libthreads.so, nothing wrong with shared libs. | Roland McGrath | |
(uxboot.0, uxboot.1): Use automatic vars in cmds instead of gratuitous redundancy. (LDFLAGS-uxboot.0): Remove useless indirection through variable. | |||
1996-03-13 | (options, args_doc, doc): New variables for option parsing. | Miles Bader | |
(struct amark): New type. (amarks_add, amarks_contains): New functions. (default_disklabel): New variable. (main): Most arguments are now options (and optional). Allow many more parameters to be specified. Consult the disk label for some defaults. (...most functions...): Add explicit return type declarations where necessary. Fix printf format specifications. Get rid of #ifdefs for MFS. (started, malloc, realloc, calloc, free): Functions removed. (mfs, membase): Variables removed. <stddef.h>, <stdlib.h>, <argp.h>, <assert.h>, <error.h>, <string.h>: New includes | |||
1996-03-13 | (SRCS): Add dlabel.c. | Miles Bader | |
(mkfs.ufs): New target. | |||
1996-03-13 | Initial revision | Miles Bader | |
1996-03-12 | Formerly cache.c.~7~ | Michael I. Bushnell | |
1996-03-12 | Formerly mount.c.~12~ | Michael I. Bushnell | |
1996-03-12 | Formerly fsys-getroot.c.~4~ | Michael I. Bushnell | |
1996-03-12 | entered into RCS | Michael I. Bushnell | |
1996-03-12 | Formerly file-set-translator.c.~2~ | Michael I. Bushnell | |
1996-03-12 | Initial revision | Michael I. Bushnell | |
1996-03-12 | (diskfs_S_file_set_translator): Deallocate ref on CONTROL when we are | Michael I. Bushnell | |
done with it. | |||
1996-03-12 | entered into RCS | Roland McGrath | |
1996-03-11 | Formerly file-get-translator.c.~2~ | Michael I. Bushnell | |
1996-03-11 | Initial revision | Michael I. Bushnell | |
1996-03-11 | (FSSRCS): Add file-get-translator.c. | Michael I. Bushnell | |
1996-03-07 | (diskfs_set_readonly): Don't sleep(1) after syncing. | Miles Bader | |
1996-03-07 | (realloc): | Miles Bader | |
Use LOG2_MIN_SIZE. Don't bother allocating a new block if the new size request fits in the old one and doesn't waste any space. Only free the old block if we successfully got a new one. (LOG2_MIN_SIZE): New macro. | |||
1996-03-07 | Include <spin_lock.h>. | Michael I. Bushnell | |
(table_lock): New variable. (nextprime): Lock table_lock around operation of routine. | |||
1996-03-07 | (netfs_unparse_runtime_options): Add comment, and remove bogus semi. | Miles Bader | |
1996-03-06 | (_pager_lock_object): Don't barf anymore. | Miles Bader | |
1996-03-06 | (_pager_seqnos_memory_object_lock_completed): Don't barf anymore. | Miles Bader | |
1996-03-06 | (SRCS): Remove barf.c. | Miles Bader | |
1996-03-06 | [MCHECK] (struct header): New type. | Miles Bader | |
(union header): Only define if !MCHECK. (HEADER_SIZE, HEADER_NEXT, HEADER_FREE, HEADER_CHECK): New macros. [MCHECK] (MIN_SIZE): Add correct definition for this case. (more_memory, malloc, free, realloc): Use above macros, and add appropiate checks & frobs in MCHECK case. | |||
1996-03-06 | (pager_change_attributes): | Miles Bader | |
Correctly remove AR from P's linked list of attribute change requests. | |||
1996-03-06 | (_pager_lock_object): | Miles Bader | |
Correctly remove LR from P's linked list of lock requests. | |||
1996-03-05 | (OTHERSRCS): | Miles Bader | |
Change `opts-runtime-def.c' to `opts-runtime-parse.c'. Add `opts-runtime-unparse.c'. | |||
1996-03-05 | Update to new location. | Miles Bader | |