aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 1998-07-20 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1998-07-201-9/+8
| | | | * password.defs: Fix subsystem decl and random mig syntax errors.
* 1998-07-20 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1998-07-201-5/+6
| | | | * dir-lookup.c (trivfs_S_dir_lookup): Fix brainos in last change.
* .Roland McGrath1998-07-201-7/+8
|
* .Roland McGrath1998-07-201-5/+10
|
* 1998-07-20 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1998-07-201-0/+14
| | | | | | * cpu-types.c: Test with #ifdef for CPU_TYPE_I486, CPU_TYPE_PENTIUM, CPU_TYPE_PENTIUMPRO, CPU_TYPE_POWERPC, since not all <mach/machine.h> versions have them.
* 1998-07-20 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1998-07-204-15/+15
| | | | | | | | | | | | | | | * ps.c (main): Fix return type to int, and use return. * ids.c (main): Likewise. * w.c (main): Likewise. * login.c (main): Likewise. * settrans.c (main): Likewise. * showtrans.c (main): Likewise. * fsysopts.c (main): Likewise. * storeinfo.c (main): Likewise. * unsu.c (main): Likewise. * setauth.c (main): Likewise. * rmauth.c (main): Likewise. * addauth.c (main): Likewise.
* .Roland McGrath1998-07-201-0/+4
|
* .Roland McGrath1998-07-208-66/+113
|
* 1998-07-20 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1998-07-201-9/+9
| | | | * term.h (clear_queue): Change return type to void.
* 1998-07-20 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1998-07-201-86/+87
| | | | * users.c: Include <hurd/fshelp.h> for fshelp_isowner decl.
* 1998-07-20 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1998-07-202-52/+62
| | | | | | | * i386/csw.S (cproc_prepare): Take address of cthread_body as third arg, so we don't have to deal with PIC magic to find its address without producing a text reloc. * cprocs.c (cproc_create): Pass &cthread_body to cproc_prepare.
* 1998-07-20 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1998-07-201-5/+5
| | | | | | | | | | | | * ps.c (main): Fix return type to int, and use return. * ids.c (main): Likewise. * w.c (main): Likewise. * login.c (main): Likewise. * settrans.c (main): Likewise. * showtrans.c (main): Likewise. * fsysopts.c (main): Likewise. * storeinfo.c (main): Likewise. * w.c (main): Avoid warning from `while (a = b)'.
* 1998-07-20 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1998-07-207-25/+25
| | | | | | | | | | | * ps.c (main): Fix return type to int, and use return. * ids.c (main): Likewise. * w.c (main): Likewise. * login.c (main): Likewise. * settrans.c (main): Likewise. * showtrans.c (main): Likewise. * fsysopts.c (main): Likewise. * storeinfo.c (main): Likewise.
* 1998-07-20 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1998-07-201-15/+15
| | | | | | * mount.c (mount_root): Make perror explanation strings consistent. * mount.c (pmap_initialize_rpc): Make static. (mount_initialize_rpc): Likewise.
* 1998-07-20 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1998-07-206-22/+22
| | | | | | | | | * firmlink.c (main): Fix return type to int, and use return. * fwd.c (main): Likewise. * new-fifo.c (main): Likewise. * magic.c (main): Likewise. * fifo.c (main): Likewise. * null.c (main): Likewise.
* 1998-07-19 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1998-07-201-4/+4
| | | | * swapon.c (main): Fix return type to int, and use return.
* 1998-07-20 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1998-07-201-6/+7
| | | | * storeio.c (main): Fix return type to int, and use return.
* 1998-07-20 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1998-07-201-4/+6
| | | | * pflocal.c (main): Fix return type to int, and use return.
* .Roland McGrath1998-07-201-0/+4
|
* 1998-07-19 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1998-07-201-5/+6
| | | | * getty.c: Include <string.h> for basename decl.
* .Roland McGrath1998-07-201-1/+2
|
* 1998-07-20 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1998-07-201-1/+6
| | | | | | * configure.in: Grok --{en,dis}able-profile, default enable. * config.make.in (build-profiled): New variable, from @enable_profile@. * Makeconf (no_prof): Set to t if $(build-profiled) is not no.
* .Roland McGrath1998-07-201-17/+23
|
* 1998-07-20 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1998-07-201-1/+4
| | | | | * config.make.in (build-profiled): New variable, subst @profile@. * Makeconf (no_prof): Set to t if $(build-profiled) is not no.
* 1998-07-20 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1998-07-201-6/+13
| | | | | | * config.make.in (build-profiled): New variable, subst @profile@. * Makeconf (no_prof): Set to t if $(build-profiled) is not no. * Makeconf: Inhibit $(target).prof_d include if no_prof=t.
* .Roland McGrath1998-07-201-23/+28
|
* 1998-07-20 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1998-07-201-24/+24
| | | | | * dir-lookup.c (diskfs_S_dir_lookup: short_circuited_callback1): Fix type of arg `argz_len' to use size_t *.
* add TODO item for stdio->libio conversionRoland McGrath1998-07-191-10/+13
|
* .Roland McGrath1998-07-161-5/+10
|
* 1998-07-15 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1998-07-161-10/+16
| | | | | * exec.c (do_exec): Set boot->phdr_addr and boot->user_entry after loading, to addresses adjusted for actual run-time load address.
* Wed Jul 15 10:37:44 1998 Thomas Bushnell, n/BSG <tb@mit.edu>Thomas Bushnell1998-07-152-8/+16
| | | | | * fs.defs (dir_lookup): Update interface specification in the comment to reflect current reality.
* *** empty log message ***Thomas Bushnell1998-07-141-1/+1
|
* *** empty log message ***Thomas Bushnell1998-07-143-5/+3
|
* Tue Jul 14 16:47:28 1998 Thomas Bushnell, n/BSG <tb@mit.edu>Thomas Bushnell1998-07-142-2/+41
| | | | | | * dir-lookup.c (trivfs_S_dir_lookup): In null-pathname case, this should work even for non-directories, so actually do it, making this a simpler case of trivfs_S_fsys_getroot.
* Tue Jul 14 16:30:48 1998 Thomas Bushnell, n/BSG <tb@mit.edu>Thomas Bushnell1998-07-142-3/+6
| | | | | * dir-lookup.c (netfs_S_dir_lookup): Don't require the node to be a directory in the null pathname case.
* Tue Jul 14 16:27:00 1998 Thomas Bushnell, n/BSG <tb@mit.edu>Thomas Bushnell1998-07-142-3/+7
| | | | | | * dir-lookup.c (diskfs_S_dir_lookup): Don't require the node to be a directory in the null pathname case. (Thus reverting one of the changes of June 15, 1994.)
* Revert last change and replace it withThomas Bushnell1998-07-072-19/+9
| | | | | | | Tue Jul 7 11:39:08 1998 Thomas Bushnell, n/BSG <tb@mit.edu> * Makeconf (CPPFLAGS): Include $($*-CPPFLAGS). Reported by Gordon Matzigkeit (gord@gnu.org).
* Sun Jul 5 21:23:58 1998 Thomas Bushnell, n/BSG <tb@mit.edu>Thomas Bushnell1998-07-072-2/+7
| | | | | * bugaddr.c: Update to bug-hurd@gnu.org. Reported by Joel N. Weber II (devnull@gnu.org).
* Tue Jul 7 11:39:08 1998 Thomas Bushnell, n/BSG <tb@mit.edu>Thomas Bushnell1998-07-075-87/+318
| | | | | | | | | | * Makeconf (%.o): New rules (from %.c and %.S) so that we can specify file-specific CPPFLAGS (already in use by utils/Makefile for utils/ping.c). (%_pic.o, $_p.o, make-deps): Also grok file-specific CPPFLAGS. Reported by Gordon Matzigkeit (gord@gnu.org). * INSTALL-cross: Updated by Gordon Matzigkeit (gord@gnu.org).
* typoThomas Bushnell1998-06-291-1/+2
|
* Mon Jun 29 18:54:23 1998 Thomas Bushnell, n/BSG <tb@mit.edu>Thomas Bushnell1998-06-292-1/+11
| | | | * lookup.c (diskfs_lookup): If NAME is empty, return an error.
* *** empty log message ***Thomas Bushnell1998-06-291-0/+1
|
* *** empty log message ***Thomas Bushnell1998-06-291-2/+2
|
* *** empty log message ***Thomas Bushnell1998-06-291-0/+4
|
* Tue Jun 9 13:50:09 1998 Thomas Bushnell, n/BSG <tb@mit.edu>Thomas Bushnell1998-06-102-3/+15
| | | | | | | | * cthreads.c (cthread_fork_prepare): Don't call malloc_fork_prepare since we are no longer providing our own malloc in this library. (cthread_fork_parent): Likewise, for malloc_fork_parent. (cthread_fork_child): Likewize, for malloc_fork_child.
* Tue May 12 12:11:36 1998 Thomas Bushnell, n/BSG <tb@mit.edu>Thomas Bushnell1998-05-122-0/+6
| | | | | * bootstrap.c (parse_script): Free BUF before returning. Reported by Katusya Tanaka (wyvern@pb3.so-net.ne.jp).
* Tue May 12 12:08:35 1998 Thomas Bushnell, n/BSG <tb@mit.edu>Thomas Bushnell1998-05-122-1/+8
| | | | | | * file-get-trans.c (diskfs_S_file_get_translator) [S_ISCHR || S_ISBLK]: Free BUF after using it. Reported by Katusya Tanaka (wyvern@pb3.so-net.ne.jp).
* Tue May 12 12:03:38 1998 Thomas Bushnell, n/BSG <tb@mit.edu>Thomas Bushnell1998-05-122-1/+9
| | | | | | * init.c (setup_terminal): Free LINE after done using it. (process_rc_script): Likewise free RCARGS. Both reported by Katusya Tanaka (wyvern@pb3.so-net.ne.jp).
* Fri Apr 24 15:43:07 1998 Thomas Bushnell, n/BSG <tb@mit.edu>Thomas Bushnell1998-04-242-1/+8
| | | | | | * io-ops.c (S_io_select): When returning EINTR after cancellation, deallocate REPLY because the stub won't do it for us. Reported by UCHIYAMA Yasushi (uch@nop.or.jp).
* *** empty log message ***Thomas Bushnell1998-04-241-1/+1
|