aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* (fshelp_exec_reauth): New declaration.Miles Bader1996-01-191-0/+19
|
* (fshelp_exec_reauth): Don't setgid the uids.Miles Bader1996-01-191-1/+1
|
* (pty_io_select): Add new reply port parameter.Miles Bader1996-01-191-1/+1
|
* (main): Set PEERCNTL to &PTYCTL if we're a slave, not 0.Miles Bader1996-01-181-1/+1
|
* (LDFLAGS): Add -static.Miles Bader1996-01-181-0/+2
|
* (diskfs_S_file_get_storage_info): Calculate the right value for *RUNS_LEN.Miles Bader1996-01-181-2/+2
|
* (diskfs_file_update): Ext2fs doesn't require that the last block in the fileMiles Bader1996-01-181-37/+26
| | | | | always be allocated, so don't. (diskfs_grow, pager_unlock_page): Don't set last_block_allocated.
* (struct disknode): Get rid of last_block_allocated field.Miles Bader1996-01-181-6/+0
|
* (read_disknode): Don't set last_block_allocated.Miles Bader1996-01-181-1/+0
|
* (diskfs_truncate): Don't set last_block_allocated.Miles Bader1996-01-181-3/+2
|
* Formerly dir-readdir.c.~2~Michael I. Bushnell1996-01-181-2/+5
|
* (diskfs_S_dir_readdir): Require read permission before succeeding.Michael I. Bushnell1996-01-181-1/+8
|
* Initial revisionMichael I. Bushnell1996-01-181-0/+50
|
* Formerly fsys-getroot.c.~2~Michael I. Bushnell1996-01-181-3/+69
|
* (diskfs_S_fsys_getroot): Deallocate ref to dotdot afterMichael I. Bushnell1996-01-181-0/+1
| | | | diskfs_make_peropen, because the latter does not eat a reference.
* (diskfs_S_fsys_getroot): In symlink case, use MOVE_SEND to return theMichael I. Bushnell1996-01-181-2/+2
| | | | dotdot port to the user.
* Initial revisionMichael I. Bushnell1996-01-181-0/+48
|
* entered into RCSMichael I. Bushnell1996-01-181-0/+40
|
* entered into RCSMichael I. Bushnell1996-01-181-0/+37
|
* entered into RCSMichael I. Bushnell1996-01-181-1/+1
|
* (report_carrier_off): Flush queues when carrier turns off.Michael I. Bushnell1996-01-181-1/+4
|
* (pty_io_select): Add new reply port parameter, and askMichael I. Bushnell1996-01-181-3/+4
| | | | for notification if it dies.
* (trivfs_S_io_select): Ask for notification if our replyMichael I. Bushnell1996-01-181-1/+2
| | | | port dies. Pass REPLY to pty_io_select().
* Formerly storeread.c.~3~Miles Bader1996-01-171-5/+5
|
* Formerly file.c.~2~Miles Bader1996-01-171-16/+34
|
* Formerly create.c.~3~Miles Bader1996-01-171-3/+3
|
* Formerly device.c.~3~Miles Bader1996-01-171-15/+8
|
* Formerly store.h.~6~Miles Bader1996-01-171-11/+12
|
* Formerly Makefile.~4~Miles Bader1996-01-171-1/+1
|
* Initial revisionMiles Bader1996-01-171-0/+76
|
* Formerly derive.c.~3~Miles Bader1996-01-171-2/+2
|
* Formerly rdwr.c.~7~Miles Bader1996-01-171-1/+1
|
* Formerly set.c.~4~Miles Bader1996-01-171-1/+1
|
* Formerly make.c.~3~Miles Bader1996-01-171-5/+10
|
* Formerly Makefile.~3~Miles Bader1996-01-171-1/+3
|
* Formerly storeread.c.~2~Miles Bader1996-01-171-14/+42
|
* Initial revisionMiles Bader1996-01-171-0/+51
|
* (trivfs_modify_stat): The peropen hook holds a struct open, not a struct dev.Miles Bader1996-01-161-2/+3
|
* Formerly store.h.~5~Miles Bader1996-01-161-19/+25
|
* Formerly rdwr.c.~6~Miles Bader1996-01-161-14/+32
|
* Formerly set.c.~3~Miles Bader1996-01-161-0/+1
|
* (diskfs_direnter):Miles Bader1996-01-151-4/+4
| | | | Don't include the terminating '\0' in on-disk directory entry names.
* (diskfs_node_norefs): When losing our in-core copy of an inode, rememberMiles Bader1996-01-151-0/+4
| | | | which indirect blocks still have to be written.
* (pokel_inherit, pokel_finalize): New declarations.Miles Bader1996-01-151-0/+5
|
* (pokel_inherit, pokel_finalize): New functions.Miles Bader1996-01-151-2/+49
|
* (IO_SELECT_REPLY_PORT): New def.Miles Bader1996-01-151-0/+2
|
* (S_io_select):Miles Bader1996-01-151-20/+39
| | | | | Add reply port parameter, and request notification if it dies. Don't block if we can return EOF/EPIPE immediately.
* (diskfs_lookup): Patch from ufs/dir.c: If we are returning an error, then setMiles Bader1996-01-151-1/+5
| | | | the dirstat to be ignored by drop_dirstat.
* (diskfs_alloc_node): Set NP->istranslated to 0.Miles Bader1996-01-141-0/+1
|
* (write_node): If NP isn't translated, force DI->i_translator to 0.Miles Bader1996-01-141-0/+2
|