Age | Commit message (Collapse) | Author | |
---|---|---|---|
1996-01-19 | Remove debugging noise. | Miles Bader | |
1996-01-19 | (io_select): Fix ifdefs around the reply port decls to work properly when the | Miles Bader | |
server side ports are desired. | |||
1996-01-19 | (ports_no_senders): | Miles Bader | |
Interrupt RPCs on PI too. Only do the ports_interrupt_notified_rpcs() if we're actually losing a ref. | |||
1996-01-19 | (argp_default_options, argp_default_parser): | Miles Bader | |
Add --program-name (hidden) option. (OPT_PROGNAME): New macro. | |||
1996-01-19 | (idvec_merge, idvec_delete): New declarations. | Miles Bader | |
1996-01-19 | (argz_delete): Renamed from argz_remove. | Miles Bader | |
1996-01-19 | (trivfs_clean_protid): | Miles Bader | |
Don't hold CRED->po->cntl->lock while calling TRIVFS_PEROPEN_DESTROY_HOOK. | |||
1996-01-19 | (SRCS): Added exec-reauth.c | Miles Bader | |
1996-01-19 | (fshelp_exec_reauth): New declaration. | Miles Bader | |
1996-01-19 | (fshelp_exec_reauth): Don't setgid the uids. | Miles Bader | |
1996-01-19 | (pty_io_select): Add new reply port parameter. | Miles Bader | |
1996-01-18 | (main): Set PEERCNTL to &PTYCTL if we're a slave, not 0. | Miles Bader | |
1996-01-18 | (LDFLAGS): Add -static. | Miles Bader | |
1996-01-18 | (diskfs_S_file_get_storage_info): Calculate the right value for *RUNS_LEN. | Miles Bader | |
1996-01-18 | (diskfs_file_update): Ext2fs doesn't require that the last block in the file | Miles Bader | |
always be allocated, so don't. (diskfs_grow, pager_unlock_page): Don't set last_block_allocated. | |||
1996-01-18 | (struct disknode): Get rid of last_block_allocated field. | Miles Bader | |
1996-01-18 | (read_disknode): Don't set last_block_allocated. | Miles Bader | |
1996-01-18 | (diskfs_truncate): Don't set last_block_allocated. | Miles Bader | |
1996-01-18 | Formerly dir-readdir.c.~2~ | Michael I. Bushnell | |
1996-01-18 | (diskfs_S_dir_readdir): Require read permission before succeeding. | Michael I. Bushnell | |
1996-01-18 | Initial revision | Michael I. Bushnell | |
1996-01-18 | Formerly fsys-getroot.c.~2~ | Michael I. Bushnell | |
1996-01-18 | (diskfs_S_fsys_getroot): Deallocate ref to dotdot after | Michael I. Bushnell | |
diskfs_make_peropen, because the latter does not eat a reference. | |||
1996-01-18 | (diskfs_S_fsys_getroot): In symlink case, use MOVE_SEND to return the | Michael I. Bushnell | |
dotdot port to the user. | |||
1996-01-18 | Initial revision | Michael I. Bushnell | |
1996-01-18 | entered into RCS | Michael I. Bushnell | |
1996-01-18 | entered into RCS | Michael I. Bushnell | |
1996-01-18 | entered into RCS | Michael I. Bushnell | |
1996-01-18 | (report_carrier_off): Flush queues when carrier turns off. | Michael I. Bushnell | |
1996-01-18 | (pty_io_select): Add new reply port parameter, and ask | Michael I. Bushnell | |
for notification if it dies. | |||
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. |