Age | Commit message (Collapse) | Author | |
---|---|---|---|
1996-01-18 | (trivfs_S_io_select): Ask for notification if our reply | Michael I. Bushnell | |
port dies. Pass REPLY to pty_io_select(). | |||
1996-01-17 | Formerly storeread.c.~3~ | Miles Bader | |
1996-01-17 | Formerly file.c.~2~ | Miles Bader | |
1996-01-17 | Formerly create.c.~3~ | Miles Bader | |
1996-01-17 | Formerly device.c.~3~ | Miles Bader | |
1996-01-17 | Formerly store.h.~6~ | Miles Bader | |
1996-01-17 | Formerly Makefile.~4~ | Miles Bader | |
1996-01-17 | Initial revision | Miles Bader | |
1996-01-17 | Formerly derive.c.~3~ | Miles Bader | |
1996-01-17 | Formerly rdwr.c.~7~ | Miles Bader | |
1996-01-17 | Formerly set.c.~4~ | Miles Bader | |
1996-01-17 | Formerly make.c.~3~ | Miles Bader | |
1996-01-17 | Formerly Makefile.~3~ | Miles Bader | |
1996-01-17 | Formerly storeread.c.~2~ | Miles Bader | |
1996-01-17 | Initial revision | Miles Bader | |
1996-01-16 | (trivfs_modify_stat): The peropen hook holds a struct open, not a struct dev. | Miles Bader | |
1996-01-16 | Formerly store.h.~5~ | Miles Bader | |
1996-01-16 | Formerly rdwr.c.~6~ | Miles Bader | |
1996-01-16 | Formerly set.c.~3~ | Miles Bader | |
1996-01-15 | (diskfs_direnter): | Miles Bader | |
Don't include the terminating '\0' in on-disk directory entry names. | |||
1996-01-15 | (diskfs_node_norefs): When losing our in-core copy of an inode, remember | Miles Bader | |
which indirect blocks still have to be written. | |||
1996-01-15 | (pokel_inherit, pokel_finalize): New declarations. | Miles Bader | |
1996-01-15 | (pokel_inherit, pokel_finalize): New functions. | Miles Bader | |
1996-01-15 | (IO_SELECT_REPLY_PORT): New def. | Miles Bader | |
1996-01-15 | (S_io_select): | Miles Bader | |
Add reply port parameter, and request notification if it dies. Don't block if we can return EOF/EPIPE immediately. | |||
1996-01-15 | (diskfs_lookup): Patch from ufs/dir.c: If we are returning an error, then set | Miles Bader | |
the dirstat to be ignored by drop_dirstat. | |||
1996-01-14 | (diskfs_alloc_node): Set NP->istranslated to 0. | Miles Bader | |
1996-01-14 | (write_node): If NP isn't translated, force DI->i_translator to 0. | Miles Bader | |
1996-01-14 | (inode_getblk, block_getblk): Set dn_set_mtime too. | Miles Bader | |
1996-01-14 | Get rid of debugging cruft. | Miles Bader | |
1996-01-14 | (packet_ensure, packet_ensure_efficiently): | Miles Bader | |
Use packet_new_size() instead of packet_size_adjust(). (packet_size_adjust): Declaration removed. (packet_new_size): New declaration. | |||
1996-01-14 | (pipe_send): | Miles Bader | |
For non-blocking writes, avoid writing more than the user requested. | |||
1996-01-14 | (packet_size_adjust): Function removed. | Miles Bader | |
(packet_new_size): New function. (packet_read): Re-arrange to be slightly less confusing. Reverse start-past-buf-beginning test that may have leaked memory. | |||
1996-01-12 | (pq_queue): Initialize the ports_alloced field. | Miles Bader | |
(packet_read): When a page-aligned read consumes the whole buffer, but there's a non-page-multiple amount available, don't let buf_len go negative. | |||
1996-01-11 | (check_hashbang): | Miles Bader | |
When using executable name found on the path, don't return alloca()ed memory from search_path(); use malloc() instead. Use envz_get() to search the environment. | |||
1996-01-11 | (S_exec_exec): Use envz_get() to search the environment. | Miles Bader | |
1996-01-10 | Instead of giving --su to login, use all the component options it stood for. | Miles Bader | |
Use --program-name for nice errors. | |||
1996-01-10 | (main): | Miles Bader | |
Use add_canonical_host() to implement the -h option. Only let root specify the login host. child_lookup() now takes an additional PATH arg, and calls hurd_file_name_path_lookup() instead. Pass a path when looking up the shell executable. Do all file-name lookups using the target authentication, so that login isn't a security hole. Rework how password-checking is done somewhat (only ask when necessary). Use exec_reauth() instead of our own. If setting the real [ug]id, also add it as the `saved id'. Use BACKUP_SHELL instead of FAILURE_SHELL define. Get rid of various string vars only used once. (add_canonical_host): New function. (add_utmp_entry): Use VIA_ADDR instead of VIA in the utmp entry if it fits better. (add_entry): Function moved out of main. (cat): Take an io_t port instead of a file descriptor. (options, main): Add -k/--keep & -S/--shell-arg options. Remove -m/--umask option; use UMASK param instead. (FAILURE_SHELL): Macro deleted. (default_args): Add BACKUP_SHELL param. | |||
1996-01-06 | (pager_bucket): Made global. | Roland McGrath | |
(create_disk_pager): Pass MAY_CACHE to disk_setup_pager. | |||
1996-01-06 | (main): Don't map in disk image here; create_disk_pager now does it. | Roland McGrath | |
1996-01-06 | (diskpager, diskpagerport, disk_image): Variables removed. | Roland McGrath | |
Include <hurd/diskfs-pager.h> instead. (sync_disk_blocks): Use `disk_pager' in place of `diskpager->p'. | |||
1996-01-06 | (diskfs_shutdown_pager, diskfs_sync_everything): Use `disk_pager' in place | Roland McGrath | |
of `diskpager->p'. (create_disk_pager): Rewritten using disk_pager_setup. | |||
1996-01-06 | (sync_disk): Use `disk_pager' in place of `diskpager->p'. | Roland McGrath | |
1996-01-06 | (indir_release): Use `disk_pager' in place of `diskpager->p'. | Roland McGrath | |
1996-01-06 | (diskfs_reload_global_state): Use `disk_pager' in place of `diskpager->p'. | Roland McGrath | |
1996-01-06 | (installhdrs): Add diskfs-pager.h. | Roland McGrath | |
(OTHERSRCS): Add disk-pager.c. | |||
1996-01-05 | (SRCS): Add pager-memcpy.c. | Roland McGrath | |
1996-01-05 | Return errors regardless of *AMT--writes are all or nothing. | Roland McGrath | |
1996-01-05 | Return errors regardless of *DATALEN--reads are all or nothing. | Roland McGrath | |
1996-01-05 | Declare create_disk_pager. | Roland McGrath | |