Age | Commit message (Collapse) | Author |
|
|
|
* node.c (netfs_attempt_utimes): Fix typo in last change.
|
|
|
|
|
|
* def_pager_setup.c (add_paging_file): New arg CHECK_LINUX_SIGNATURE,
pass down to create_paging_partition.
* default_pager.c (create_paging_partition): New arg
CHECK_LINUX_SIGNATURE, pass down new_partition.
(new_partition): New arg CHECK_LINUX_SIGNATURE: if not < 0,
check first page of swap for Linux 2.0 or 2.2 signature page and obey
its bad-block map; if > 0, refuse the partition if no signature found.
* bootstrap.c (main): Add new boot script functions
`add-raw-paging-file', `add-linux-paging-file'. Make those
and `add-paging-file' all call add_paging_file with new
LINUX_SIGNATURE arg of -1, 1, and 0, respectively.
* default_pager.c (create_paging_partition): If new_partition returns
null, return and do nothing more.
|
|
|
|
* mount.sh: Use `awk' instead of `gawk'.
|
|
* end-rpc.c (ports_end_rpc): Signal ports_block anytime an rpc
ends and someone is waiting on an inhibition.
|
|
|
|
* users.c (trivfs_S_io_revoke): Protect the revocation by blocking
all other rpcs.
|
|
* io-revoke.c (netfs_S_io_revoke): Protect the revocation by
blocking other rpcs.
|
|
* io-revoke.c (diskfs_S_io_revoke): Protect the actual revocation
by blocking all other rpcs.
|
|
|
|
* users.c (trivfs_S_io_revoke): Release global_lock before
beginning the iteration.
* users.c (trivfs_S_io_revoke): Add reply, reply_type args.
|
|
* stubs.c (send_signal): Typo in comment.
|
|
* io-revoke.c (netfs_S_io_revoke): Release lock before iteration.
|
|
* io-revoke.c (diskfs_S_io_revoke): Release NP->lock before
beginning iteration.
|
|
* login.c (main): Correctly implement -f instead of always
acting as if it were set.
|
|
|
|
* login.c (main): When transitioning from no UID's to having UID's
create a new session like normal. Reported by Mark M. Kettenis
<kettenis@wins.uva.nl>.
|
|
* main.c (main): Initialize status from underlying node.
* users.c (check_access_hook): New function. Correctly implement
access permission checking.
(trivfs_check_access_hook): Initialize with check_access_hook.
(trivfs_S_file_check_access): Removed.
|
|
* trivfs.h (trivfs_check_access_hook): New variable.
* fsys-getroot.c (trivfs_S_fsys_getroot): Use
trivfs_check_acces_hook.
* dir-lookup.c (trivfs_S_dir_lookup): Likewise.
* file-access.c (trivfs_S_file_check_access): Likewise.
|
|
* MAKEDEV.sh (mkdev): put `time' in single-quotes; it's a reserved
word in bash 2.02 and this protects it. Reported by OKUJI
Yoshinori <okuji@kuicr.kyoto-u.ac.jp>.
|
|
* devio.c (devio_assert_dtr): Bother to set open_pending.
Reported by OKUJI Yoshinori (okuji@kuicr.kyoto-u.ac.jp).
|
|
* Makefile (LCLHDRS): Purge argp-fmtstream.h and argp-namefrob.h.
|
|
* init.c (shutdown_terminal): Revoke access to the terminal from
existing programs.
|
|
* tioctl.defs, term.defs: Mark with INTR_INTERFACE.
|
|
|
|
|
|
* Makeconf (install): Fix typo in Thomas's last change.
($(libdir)/$(libname).so): Depend on ....so.$(hurd-version).
|
|
|
|
* users.c (trivfs_S_io_revoke): Fix typos.
|
|
* Makeconf ($(libname).so): Make it a symlink to
$(libname).so.$(hurd-version).
($(libname).so.$(hurd-version)): New target, renamed from
$(libname).so; link the actual shared object with this name.
|
|
* boot.c (S_io_revoke): Add reply, replyPoly args.
|
|
|
|
* io-revoke.c (netfs_S_io_revoke): Fix typos.
|
|
|
|
* init-startup.c (diskfs_startup_diskfs): Fix typo 1999-02-12 change.
|
|
* io-revoke.c (diskfs_S_io_revoke): Fix typo in 1999-02-16 change.
|
|
* io-revoke.c: Add reply, reply_type args.
|
|
|
|
|
|
* users.c (trivfs_S_io_revoke): New function.
|
|
|
|
|
|
* io.c (S_io_revoke): New function. Don't attempt to implement.
(Other systems don't even permit non-file revokes.)
|
|
* io-ops.c (S_io_revoke): New function. Don't attempt to
implement. (Other systems don't even permit non-file revokes.)
|
|
* io-revoke.c: New file.
* Makefile (IOSRCS): Add io-revoke.c.
|
|
* io-revoke.c: New file.
* Makefile (IOSRCS): Add iorevoke.c.
|
|
* io-revoke.c: New file.
* Makefile (IOSRCS): Add io-revoke.c.
|