Age | Commit message (Collapse) | Author |
|
Renamed from `preempter'; type & init changed as well.
(diskfs_start_disk_pager):
`preempter' -> `preemptor'.
|
|
|
|
|
|
`preempter' -> `preemptor'.
|
|
|
|
Return EADDRNOTAVAIL if ADDR is 0.
(S_socket_send):
Don't deref ADDR if it's 0.
|
|
|
|
Don't dereference P if it's 0.
|
|
that do type translations of file_t won't get bogus arguments for ports in
other filesystems.
|
|
|
|
Implement --bottom/--tail/-b.
(options):
Update doc for --top.
Add --head and --bottom/--tail/-b options.
|
|
|
|
Use last N processes if TOP is negative.
|
|
Turn off S_ITRANS bits, and turn on S_IROOT in TERM_MODE.
|
|
* psout.c (psout): Delete var REMOVE.
|
|
* users.c: Include <hurd/iohelp.h>.
(trivfs_S_file_chmod): Bother to fill in ST.
|
|
|
|
* file-set-translator.c (netfs_S_file_set_translator): Delete var
I.
|
|
* priv.h (mach_host_elf_machine): New prototype.
* hostarch.c: Include "priv.h".
|
|
|
|
|
|
Use iohelp_create_iouser, not iohelp_make_iouser.
|
|
|
|
|
|
Clear S_ITRANS and set S_IROOT in ST->st_mode (before calling
trivfs_modify_stat).
|
|
|
|
If NP->author_tracks_uid, modify NP->dn_stat.st_author as well.
|
|
Add author_tracks_uid field.
|
|
If NP->author_tracks_uid, modify NP->dn_stat.st_author as well.
|
|
|
|
If SBLOCK->fs_inodefmt < FS_44INODEFMT, set ST->st_author to st->st_uid,
and NP->author_tracks_uid to true.
(diskfs_validate_author_change):
New function.
|
|
If SBLOCK->s_creator_os != EXT2_OS_HURD, set NP->author_tracks_uid to true.
|
|
|
|
Frob S_IPTRANS bit in mode bits instead of NP->istranslated.
(write_node):
Don't write any bits in S_ITRANS to disk.
(read_disknode):
When setting ST->st_mode, Clear S_ITRANS bits, and set S_IPTRANS if
necessary.
Don't set NP->istranslated anymore.
|
|
Use S_IPTRANS in NP->dn_stat.st_mode instead of NP->istranslated.
|
|
|
|
Frob S_IPTRANS bit rather than istranslated field.
(write_node):
Don't write S_IPTRANS to disk.
(read_node):
Set S_IPTRANS bit in ST->st_mode (and clear S_ITRANS) rather than
NP->istranslated.
|
|
Clear S_IPTRANS bit in ST->st_mode instead of NP->istranslated.
|
|
Use S_IPTRANS bit in dn_stat st_mode field rather than istranslated field.
|
|
Use S_IPTRANS bit in dn_stat st_mode field rather than istranslated field.
|
|
Remove istranslated field.
|
|
Use S_IPTRANS bit in dn_stat st_mode field rather than istranslated field.
|
|
Use S_IPTRANS bit in dn_stat st_mode field rather than istranslated field.
|
|
Use S_IPTRANS bit in dn_stat st_mode field rather than istranslated field.
|
|
Use S_IPTRANS bit in dn_stat st_mode field rather than istranslated field.
|
|
Use S_IPTRANS bit in dn_stat st_mode field rather than istranslated field.
|
|
Use S_IPTRANS bit in dn_stat st_mode field rather than istranslated field.
|
|
Use MACH_MSG_TYPE_MOVE_SEND to return *ctl, rather than COPY.
Correctly test for errors from fshelp_fetch_control.
|
|
Set S_IATRANS & S_IROOT bits in st_mode field of returned buffer if
appropiate.
|
|
* inode.c (diskfs_S_fsys_getfile): Delete var `fakecred'.
diskfs_access -> fshelp_access.
* alloc.c (ffs_alloc): diskfs_isuid -> idvec_contains.
(ffs_realloccg): Likewise.
Thu Nov 14 16:43:36 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>
* inode.c (diskfs_S_file_getfh): diskfs_isuid -> idvec_contains.
(diskfs_S_fsys_getfile): Use idvecs and iousers.
|