summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1997-04-18typoThomas Bushnell
1997-04-18add debugging.Thomas Bushnell
1997-04-18fix typo.Thomas Bushnell
1997-04-18Fri Apr 18 16:44:49 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell
* wiring.c (__vm_allocate): New function. Wed Apr 16 14:18:28 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu> * default_pager.c (debug): Turn off. Mon Apr 14 12:50:20 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu> * default_pager.c: Remove debugging printfs. Thu Apr 10 15:10:25 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu> * Makefile (installationdir): Set variable.
1997-04-17.Miles Bader
1997-04-17.Miles Bader
1997-04-16Thu Apr 10 13:54:31 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell
* dlabel.c: Don't include <mach/sa/sys/ioctl.h>. (_IOR, _IOC, IOC_OUT, IOCPARM_MASK): New macros.
1997-04-16Fix compilation error.Thomas Bushnell
1997-04-16Wed Apr 16 15:59:41 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell
* login.c (add_utmp_entry): Revert change of December 10, 1996.
1997-04-16Tue Dec 10 11:40:04 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell
* login.c (add_utmp_entry): ut_addr has changed to be an array; stash the IP address in the first slot.
1997-04-16Fri Apr 11 14:21:29 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell
* 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.
1997-04-16Mon Feb 24 14:40:02 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell
* dir-rmdir.c (diskfs_S_dir_rmdir): Check EBUSY-when-translated error before ENOTDIR-when-not-dir.
1997-04-16Mon Mar 10 17:07:11 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell
* Makefile (prog-subdirs): Add `serverboot'. (serverboot): New directory.
1997-04-16.Miles Bader
1997-04-16*** empty log message ***Thomas Bushnell
1997-04-14Mon Mar 17 13:12:45 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell
* boot_script.c (boot_script_parse_line): Don't print gratuitous output noise.
1997-04-14*** empty log message ***Thomas Bushnell
1997-04-10Thu Apr 10 13:25:12 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell
* ops.c (netfs_attempt_set_size): Short circuit EACCES to cover one important case.
1997-04-10Thu Apr 10 11:53:57 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell
* boot.c: Don't include varargs.h. (set_mach_stack_args): Use stdarg instead of vararg.
1997-04-09*** empty log message ***Thomas Bushnell
1997-04-09Wed Apr 9 13:57:44 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell
* 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.
1997-04-09Wed Apr 9 13:57:44 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell
* 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.
1997-04-04Thu Apr 3 20:29:27 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell
* i386/csw.S: Define __ELF__ too.
1997-04-04*** empty log message ***Thomas Bushnell
1997-04-04Thu Apr 3 20:00:58 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell
* 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.
1997-04-03Initial RevisionThomas Bushnell
1997-03-07.Miles Bader
1997-03-07Add addu to dependents of libshouldbeinlibc & libps.Miles Bader
(INSTALL-hurdids-ops, INSTALL-addu-ops): New variables. (SRCS): Add addu.c. (targets): Add addu.
1997-03-07Initial revisionMiles Bader
1997-03-07.Miles Bader
1997-03-07.Miles Bader
1997-03-07(args_doc):Miles Bader
Initialize with "[PID]". (main): Get the ids from the auth port instead of using libc grot. Support getting ids from other processes.
1997-03-06.Miles Bader
1997-03-06(SRCS):Miles Bader
Add argp-eexst.c.
1997-03-06(__argp_state_help):Miles Bader
Use ARGP_ERR_EXIT_STATUS when exiting due to an error.
1997-03-06(argp_err_exit_status):Miles Bader
New variable.
1997-03-06Initial revisionMiles Bader
1997-03-02.Miles Bader
1997-03-02(netfs_S_dir_lookup):Miles Bader
Implement shadow root .. traversal. Use context po argument to netfs_make_peropen & as cookie to fshelp_fetch_root, instead of parent node.
1997-03-02(netfs_S_dir_mkfile):Miles Bader
Pass context arg to netfs_make_peropen instead of parent node.
1997-03-02(netfs_S_file_exec):Miles Bader
Pass context arg to netfs_make_peropen instead of parent node.
1997-03-02(netfs_S_file_reparent):Miles Bader
Implement.
1997-03-02(netfs_S_fsys_getroot):Miles Bader
Add PEROPEN_CONTEXT variable, and pass it to netfs_make_peropen & fshelp_fetch_root.
1997-03-02(netfs_make_peropen):Miles Bader
Add and use CONTEXT parameter.
1997-03-02(netfs_release_peropen):Miles Bader
Finalize new state.
1997-03-02(struct peropen):Miles Bader
Add shadow_root_parent & shadow_root fields. Removed depth field. Rename dotdotnode field to root_parent. (netfs_make_peropen): Add and use CONTEXT parameter.
1997-03-02Deal with current device naming scheme.Miles Bader
1997-03-02(mkdev):Miles Bader
Make I local.
1997-03-02.Miles Bader
1997-03-02(main):Miles Bader
Support USER... args. (add_utmp_procs): Ignore unused utmp entries.