Age | Commit message (Collapse) | Author | |
---|---|---|---|
1995-10-06 | (off_array_t, size_t, ssize_t): New types. | Miles Bader | |
1995-10-06 | (off_array_t): New type. | Miles Bader | |
1995-10-06 | (file_get_storage_info): Change type of ADDRESSES to off_array_t. | Miles Bader | |
Add ADDRESS_UNITS out parameter. (dir_link): Swap the DIR and FILE parameters. | |||
1995-10-06 | (trivfs_{begin,end}_using_{protid,control}): Declare them. | Roland McGrath | |
1995-10-06 | Remove leading _ from function names. | Roland McGrath | |
1995-10-05 | (periodic_sync_lock): Variable removed. | Roland McGrath | |
(diskfs_set_sync_interval): Use ports_inhibit_port_rpcs on `pi' instead of the spin lock. (periodic_sync): Don't use the lock. Put ports_begin_rpc before check of periodic_sync_thread. | |||
1995-10-05 | (FSSRCS): Add file-get-storage-info.c. | Roland McGrath | |
1995-10-05 | Initial revision | Roland McGrath | |
1995-10-05 | (usage, options, main): Change -h/--no-header options to -p/--prefix and | Miles Bader | |
-P/--no-prefix. (main): Unless overridden by -p/-P, only print a FILE: prefix when there are multiple files on the command line. | |||
1995-10-05 | (diskfs_set_statfs): fsys_stb_bsize -> fsys_stb_iosize. | Miles Bader | |
fsys_stb_fsize -> fsys_stb_bsize. | |||
1995-10-04 | Initial revision | Miles Bader | |
1995-10-04 | (struct dev): Add the NAME field. | Miles Bader | |
1995-10-04 | (open_write, open_read): Get rid of debugging noise. | Miles Bader | |
1995-10-04 | (dev_open, dev_sync, dev_write, dev_read): Get rid of debugging noise. | Miles Bader | |
1995-10-04 | (position): Get rid of debugging noise. | Miles Bader | |
1995-10-04 | (pager_write_page, pager_read_page): Get rid of debugging noise. | Miles Bader | |
1995-10-04 | (trivfs_S_file_syncfs, trivfs_S_file_sync): Get rid of debugging noise. | Miles Bader | |
1995-10-04 | (main, trivfs_S_fsys_syncfs): Get rid of debugging noise. | Miles Bader | |
1995-10-04 | (parse_opt): Rearrange slightly. | Miles Bader | |
1995-10-04 | (JUMPTARGET): New macro, versions for [PIC] and not. | Roland McGrath | |
Use it in place of EXT. | |||
1995-10-04 | (csw_pic.o): Bogus braindead target from hell removed. Bushnell will be | Roland McGrath | |
shot. | |||
1995-10-04 | [PIC] (EXT): Redefine to use PLT. | Roland McGrath | |
1995-10-04 | (%_pic.o: %.c): Use $(COMPILE.c) instead of its contents. Pass -DPIC. | Roland McGrath | |
(%_pic.o: %.S): New rule. | |||
1995-10-04 | Formerly nfs.c.~5~ | Michael I. Bushnell | |
1995-10-03 | (struct fsys_statfsbuf): fsys_stb_bsize -> fsys_stb_iosize. | Michael I. Bushnell | |
fsys_stb_fsize -> fsys_stb_bsize. | |||
1995-10-02 | Formerly nfs.c.~4~ | Michael I. Bushnell | |
1995-10-02 | (do_exec): Doc fix. | Michael I. Bushnell | |
1995-10-01 | (trivfs_S_file_get_storage_info): New function. | Miles Bader | |
1995-10-01 | (dev_open): Record NAME in the returned dev structure. | Miles Bader | |
1995-09-29 | (fshelp_transbox_init): Initialize the flags field. | Miles Bader | |
1995-09-29 | Formerly nfs.c.~3~ | Michael I. Bushnell | |
1995-09-28 | Formerly nfs.c.~2~ | Michael I. Bushnell | |
1995-09-28 | (read_file): Pass CMD->path for file name. | Roland McGrath | |
(CHECK_CMDLINE_LEN): Update ARGV pointers after reallocating the line buffer. | |||
1995-09-28 | Initial revision | Michael I. Bushnell | |
1995-09-27 | (options_parse): Use 0 as the tag for non-option args. | Miles Bader | |
1995-09-27 | Use 0 as the tag for non-option args. | Miles Bader | |
1995-09-27 | (struct uxstat): New type. | Roland McGrath | |
(uxfstat): Renamed from fstat; use struct uxstat * for arg. (boot_script_read_file): Use those. Return the memory object port, not zero. | |||
1995-09-27 | (fstat): New syscall function. | Roland McGrath | |
1995-09-27 | (read_file): New function. | Roland McGrath | |
(builtin_symbols): Add $(read-file) builtin. | |||
1995-09-27 | (boot_script_read_file): Declare it. | Roland McGrath | |
1995-09-27 | (close): New syscall function. | Roland McGrath | |
(defpager): New variable. (main): Set it up. (boot_script_read_file): New function. (useropen_dir): New variable. (useropen): New function. (load_image): Call it instead of open. (main): Grok -D arg to set useropen_dir. | |||
1995-09-27 | (do_exec): Don't set NEWTASK's bootstrap port until after we have finished | Roland McGrath | |
completely with OLDTASK. (do_mach_notify_no_senders): Remove bogus mod_refs call on receive_portset. | |||
1995-09-26 | Include <netinet/in.h>. | Michael I. Bushnell | |
Fix trivial errors in previous change. | |||
1995-09-26 | (diskfs_S_file_get_storage_info): New function. | Michael I. Bushnell | |
1995-09-26 | (main): Delete var `devname'. Use `ufs_device_name' throughout | Michael I. Bushnell | |
instead. | |||
1995-09-26 | (ufs_device_name): New var. | Michael I. Bushnell | |
1995-09-26 | (file_storage_class): New type. | Michael I. Bushnell | |
1995-09-26 | Reoops. | Michael I. Bushnell | |
1995-09-26 | Oops. | Michael I. Bushnell | |
1995-09-26 | (file_get_storage_info): New RPC; use the slot that used to hold | Michael I. Bushnell | |
file_pathconf. |