aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* .Roland McGrath1999-02-281-0/+4
|
* 1999-02-28 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-02-281-4/+4
| | | | * node.c (netfs_attempt_utimes): Fix typo in last change.
* .Roland McGrath1999-02-271-0/+16
|
* linux signature pageRoland McGrath1999-02-271-0/+7
|
* 1999-02-27 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-02-273-14/+172
| | | | | | | | | | | | | | | | * 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.
* .Roland McGrath1999-02-271-3/+7
|
* 1999-02-17 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-02-271-1/+1
| | | | * mount.sh: Use `awk' instead of `gawk'.
* Thu Feb 25 10:31:57 1999 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1999-02-252-5/+10
| | | | | * end-rpc.c (ports_end_rpc): Signal ports_block anytime an rpc ends and someone is waiting on an inhibition.
* Maintain debian package info here now.Thomas Bushnell1999-02-228-0/+298
|
* Mon Feb 22 04:34:55 1999 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1999-02-222-0/+7
| | | | | * users.c (trivfs_S_io_revoke): Protect the revocation by blocking all other rpcs.
* Mon Feb 22 04:30:18 1999 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1999-02-222-0/+7
| | | | | * io-revoke.c (netfs_S_io_revoke): Protect the revocation by blocking other rpcs.
* Mon Feb 22 04:28:56 1999 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1999-02-222-0/+7
| | | | | * io-revoke.c (diskfs_S_io_revoke): Protect the actual revocation by blocking all other rpcs.
* *** empty log message ***Thomas Bushnell1999-02-221-1/+0
|
* Sat Feb 20 04:59:15 1999 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1999-02-212-2/+12
| | | | | | | * users.c (trivfs_S_io_revoke): Release global_lock before beginning the iteration. * users.c (trivfs_S_io_revoke): Add reply, reply_type args.
* Sat Feb 20 06:26:17 1999 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1999-02-212-2/+6
| | | | * stubs.c (send_signal): Typo in comment.
* Sat Feb 20 20:54:26 1999 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1999-02-212-6/+8
| | | | * io-revoke.c (netfs_S_io_revoke): Release lock before iteration.
* Sat Feb 20 20:46:21 1999 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1999-02-212-6/+9
| | | | | * io-revoke.c (diskfs_S_io_revoke): Release NP->lock before beginning iteration.
* Fri Feb 19 02:43:11 1999 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1999-02-192-3/+10
| | | | | * login.c (main): Correctly implement -f instead of always acting as if it were set.
* *** empty log message ***Thomas Bushnell1999-02-191-4/+0
|
* Fri Feb 19 02:43:11 1999 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1999-02-192-1/+9
| | | | | | * 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>.
* 1999-02-06 Mark Kettenis <kettenis@gnu.org>Thomas Bushnell1999-02-193-17/+53
| | | | | | | | * 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.
* 1999-02-06 Mark Kettenis <kettenis@gnu.org>Thomas Bushnell1999-02-195-9/+39
| | | | | | | | * 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.
* Thu Feb 18 02:13:47 1999 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1999-02-182-1/+7
| | | | | | * 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>.
* Thu Feb 18 00:57:30 1999 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1999-02-182-1/+9
| | | | | * devio.c (devio_assert_dtr): Bother to set open_pending. Reported by OKUJI Yoshinori (okuji@kuicr.kyoto-u.ac.jp).
* 1999-02-12 Gordon Matzigkeit <gord@trick.fig.org>Thomas Bushnell1999-02-182-2/+6
| | | | * Makefile (LCLHDRS): Purge argp-fmtstream.h and argp-namefrob.h.
* Tue Feb 16 18:54:33 1999 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1999-02-182-2/+7
| | | | | * init.c (shutdown_terminal): Revoke access to the terminal from existing programs.
* Thu Feb 18 00:29:43 1999 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1999-02-183-2/+10
| | | | * tioctl.defs, term.defs: Mark with INTR_INTERFACE.
* *** empty log message ***Thomas Bushnell1999-02-181-1/+0
|
* .Roland McGrath1999-02-171-0/+3
|
* 1999-02-16 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-02-171-4/+4
| | | | | * Makeconf (install): Fix typo in Thomas's last change. ($(libdir)/$(libname).so): Depend on ....so.$(hurd-version).
* .Roland McGrath1999-02-173-2/+17
|
* 1999-02-16 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-02-171-11/+12
| | | | * users.c (trivfs_S_io_revoke): Fix typos.
* 1999-02-16 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-02-171-2/+9
| | | | | | | * 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.
* 1999-02-16 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-02-171-1/+2
| | | | * boot.c (S_io_revoke): Add reply, replyPoly args.
* .Roland McGrath1999-02-171-0/+4
|
* 1999-02-16 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-02-171-11/+9
| | | | * io-revoke.c (netfs_S_io_revoke): Fix typos.
* .Roland McGrath1999-02-172-0/+10
|
* 1999-02-16 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-02-171-3/+3
| | | | * init-startup.c (diskfs_startup_diskfs): Fix typo 1999-02-12 change.
* 1999-02-16 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-02-171-9/+7
| | | | * io-revoke.c (diskfs_S_io_revoke): Fix typo in 1999-02-16 change.
* 1999-02-16 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-02-171-3/+4
| | | | * io-revoke.c: Add reply, reply_type args.
* libc itemsRoland McGrath1999-02-161-1/+5
|
* *** empty log message ***Thomas Bushnell1999-02-161-1/+2
|
* Tue Feb 16 06:10:08 1999 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1999-02-162-0/+48
| | | | * users.c (trivfs_S_io_revoke): New function.
* minor repairsThomas Bushnell1999-02-162-5/+11
|
* *** empty log message ***Thomas Bushnell1999-02-161-1/+7
|
* Tue Feb 16 05:52:35 1999 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1999-02-162-1/+13
| | | | | * io.c (S_io_revoke): New function. Don't attempt to implement. (Other systems don't even permit non-file revokes.)
* Tue Feb 16 05:50:27 1999 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1999-02-162-1/+13
| | | | | * io-ops.c (S_io_revoke): New function. Don't attempt to implement. (Other systems don't even permit non-file revokes.)
* Tue Feb 16 05:47:57 1999 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1999-02-163-2/+39
| | | | | * io-revoke.c: New file. * Makefile (IOSRCS): Add io-revoke.c.
* Tue Feb 16 05:37:03 1999 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1999-02-163-2/+68
| | | | | * io-revoke.c: New file. * Makefile (IOSRCS): Add iorevoke.c.
* Tue Feb 16 05:31:23 1999 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1999-02-163-2/+66
| | | | | * io-revoke.c: New file. * Makefile (IOSRCS): Add io-revoke.c.