aboutsummaryrefslogtreecommitdiff
path: root/serverboot
Commit message (Collapse)AuthorAgeFilesLines
...
* Not used anymoreMiles Bader1997-07-082-165/+0
|
* .Miles Bader1997-07-081-0/+12
|
* (safe_gets):Miles Bader1997-07-081-12/+15
| | | | | | | | | | | Make sure a newline exists before removing it. Ensure that the cursor moves to the beginning of the next line. (main): Don't call translate_root. Pass more than a single character to safe_gets. (DEFAULT_ROOT): New macro. Don't include "translate_root.h".
* (SRCS):Miles Bader1997-07-081-2/+2
| | | | | | Remove translate_root.c. (LCLHDRS): Remove translate_root.h.
* Fri Jun 20 15:37:15 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell1997-06-203-8/+27
| | | | | | | | | | | | | | | * bootstrap.c (main/script_paging_file): Instead of returning an error use new variable `had_a_partition' to record whether we successfully opened a partition. (main/script_default_pager): Only start pager if HAD_A_PARTITION; otherwise print warning message. Mon Jun 16 11:52:40 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu> * Makefile (installationdir): Use `=' to set this instead of :=; $(prefix) is not yet available and `=' postpones the evaluation properly. Reported by Marcus G. Daniels, marcus@cathcart.sysc.pdx.edu.
* Tue Jun 10 21:54:52 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell1997-06-113-25/+43
| | | | | | | | * disk_inode.h (struct icommon): Use short instead of uid_t/gid_t in structure definition; those are now 32 bit types. * bootstrap.c (main): Support running from command line too; this is useful at least for simple debugging.
* .Miles Bader1997-06-091-0/+4
|
* (LCLHDRS):Miles Bader1997-06-091-1/+1
| | | | Add mach-exec.h.
* Turn off debugging printfs.Thomas Bushnell1997-05-022-20/+50
|
* Thu May 1 18:40:53 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell1997-05-012-0/+7
| | | | | * bootstrap.c (cthread_stack_size): Don't set special value here; use the default.
* *** empty log message ***Thomas Bushnell1997-04-301-26/+87
|
* *** empty log message ***Thomas Bushnell1997-04-181-1/+1
|
* typoThomas Bushnell1997-04-181-3/+5
|
* add debugging.Thomas Bushnell1997-04-181-2/+15
|
* fix typo.Thomas Bushnell1997-04-181-1/+1
|
* Fri Apr 18 16:44:49 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell1997-04-184-1/+30
| | | | | | | | | | | | | | | | * 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.
* *** empty log message ***Thomas Bushnell1997-04-141-19/+0
|
* *** empty log message ***Thomas Bushnell1997-04-091-0/+1
|
* Wed Apr 9 13:57:44 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell1997-04-092-9/+1
| | | | | | | | * 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.
* Wed Apr 9 13:57:44 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell1997-04-092-7/+23
| | | | | | | * 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.
* Thu Apr 3 20:00:58 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell1997-04-045-6/+151
| | | | | | | | | | | * 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.
* Initial RevisionThomas Bushnell1997-04-0335-0/+11274