Age | Commit message (Collapse) | Author |
|
|
|
* login.c (add_utmp_entry): Revert change of December 10, 1996.
|
|
* login.c (add_utmp_entry): ut_addr has changed to be an array;
stash the IP address in the first slot.
|
|
* SETUP: Comment out frobbing of BOOT_DEV; grub does that on it's
own now.
* INSTALL-GRUB-MBR: Delete file.
* Makefile (dist-files): Omit INSTALL-GRUB-MBR.
(install-dist): Likewise.
* menu.lst (title): Replace install entries with new versions.
* INSTALL-binary (STEP IV): Revised instructions to correspond to
new reality, with Grub 0.4.
|
|
* dir-rmdir.c (diskfs_S_dir_rmdir): Check EBUSY-when-translated
error before ENOTDIR-when-not-dir.
|
|
* Makefile (prog-subdirs): Add `serverboot'.
(serverboot): New directory.
|
|
|
|
|
|
* boot_script.c (boot_script_parse_line): Don't print gratuitous
output noise.
|
|
|
|
* ops.c (netfs_attempt_set_size): Short circuit EACCES to cover
one important case.
|
|
* boot.c: Don't include varargs.h.
(set_mach_stack_args): Use stdarg instead of vararg.
|
|
|
|
* default_pager.c (default_pager_default_thread): New function.
Delete old variable with this name, it was never used.
(default_pager): Fork default_pager_default_thread instead of
doing it here to avoid the possibility that we are on a tiny
stack. Current thread dies.
|
|
* default_pager.c (default_pager_default_thread): New function.
(default_pager): Fork default_pager_default_thread instead of
doing it here to avoid the possibility that we are on a tiny
stack. Current thread dies.
|
|
* i386/csw.S: Define __ELF__ too.
|
|
|
|
* elf-load.c (exec_load): Include <elf.h> instead of
<mach/exec/elf.h>. Include "mach-exec.h" instead of
<mach/exec/elf.h>.
(exec_load) [i386]: Check for i386 types directly; abandon old
MY_EI_DATA and MY_E_MACHINE.
* load.c: Include "mach-exec.h" instead of <mach/exec/elf.h>.
* exec.c: Likewise.
* mach-exec.h: New file.
|
|
|
|
|
|
(INSTALL-hurdids-ops, INSTALL-addu-ops): New variables.
(SRCS): Add addu.c.
(targets): Add addu.
|
|
|
|
|
|
|
|
Initialize with "[PID]".
(main):
Get the ids from the auth port instead of using libc grot.
Support getting ids from other processes.
|
|
|
|
Add argp-eexst.c.
|
|
Use ARGP_ERR_EXIT_STATUS when exiting due to an error.
|
|
New variable.
|
|
|
|
|
|
Implement shadow root .. traversal.
Use context po argument to netfs_make_peropen & as cookie to
fshelp_fetch_root, instead of parent node.
|
|
Pass context arg to netfs_make_peropen instead of parent node.
|
|
Pass context arg to netfs_make_peropen instead of parent node.
|
|
Implement.
|
|
Add PEROPEN_CONTEXT variable, and pass it to netfs_make_peropen &
fshelp_fetch_root.
|
|
Add and use CONTEXT parameter.
|
|
Finalize new state.
|
|
Add shadow_root_parent & shadow_root fields.
Removed depth field.
Rename dotdotnode field to root_parent.
(netfs_make_peropen):
Add and use CONTEXT parameter.
|
|
|
|
Make I local.
|
|
|
|
Support USER... args.
(add_utmp_procs):
Ignore unused utmp entries.
|
|
Add OPEN_COUNT hack to try and detect lossage.
|
|
Pass CRED's shadow root inode number to fshelp_get_identity when creating a
shadow root fsid, not INUM.
|
|
|
|
Correctly remove from fscks chain.
|
|
|
|
Make multithreaded.
|
|
|