summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1998-07-24.Roland McGrath
1998-07-241998-07-24 Jose M. Moya <josem@gnu.org>Roland McGrath
* msgport.c: New file. * Makefile (targets): Add `msgport'. (SRCS): Add `msgport.c'. (msgport): Add dependencies on parse.o and pids.o.
1998-07-241998-07-20 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath
* process_request.defs: Delete proc_sethostid, proc_gethostid, proc_sethostname, and proc_gethostname.
1998-07-20.Roland McGrath
1998-07-201998-07-20 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath
* password.defs: Fix subsystem decl and random mig syntax errors.
1998-07-201998-07-20 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath
* dir-lookup.c (trivfs_S_dir_lookup): Fix brainos in last change.
1998-07-20.Roland McGrath
1998-07-20.Roland McGrath
1998-07-201998-07-20 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath
* 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-201998-07-20 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath
* 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.
1998-07-20.Roland McGrath
1998-07-20.Roland McGrath
1998-07-201998-07-20 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath
* term.h (clear_queue): Change return type to void.
1998-07-201998-07-20 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath
* users.c: Include <hurd/fshelp.h> for fshelp_isowner decl.
1998-07-201998-07-20 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath
* 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-201998-07-20 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath
* 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-201998-07-20 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath
* 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-201998-07-20 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath
* mount.c (mount_root): Make perror explanation strings consistent. * mount.c (pmap_initialize_rpc): Make static. (mount_initialize_rpc): Likewise.
1998-07-201998-07-20 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath
* 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-201998-07-19 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath
* swapon.c (main): Fix return type to int, and use return.
1998-07-201998-07-20 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath
* storeio.c (main): Fix return type to int, and use return.
1998-07-201998-07-20 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath
* pflocal.c (main): Fix return type to int, and use return.
1998-07-20.Roland McGrath
1998-07-201998-07-19 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath
* getty.c: Include <string.h> for basename decl.
1998-07-20.Roland McGrath
1998-07-201998-07-20 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath
* 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.
1998-07-20.Roland McGrath
1998-07-201998-07-20 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath
* config.make.in (build-profiled): New variable, subst @profile@. * Makeconf (no_prof): Set to t if $(build-profiled) is not no.
1998-07-201998-07-20 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath
* 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.
1998-07-20.Roland McGrath
1998-07-201998-07-20 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath
* dir-lookup.c (diskfs_S_dir_lookup: short_circuited_callback1): Fix type of arg `argz_len' to use size_t *.
1998-07-19add TODO item for stdio->libio conversionRoland McGrath
1998-07-16.Roland McGrath
1998-07-161998-07-15 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath
* exec.c (do_exec): Set boot->phdr_addr and boot->user_entry after loading, to addresses adjusted for actual run-time load address.
1998-07-15Wed Jul 15 10:37:44 1998 Thomas Bushnell, n/BSG <tb@mit.edu>Thomas Bushnell
* fs.defs (dir_lookup): Update interface specification in the comment to reflect current reality.
1998-07-14*** empty log message ***Thomas Bushnell
1998-07-14*** empty log message ***Thomas Bushnell
1998-07-14Tue Jul 14 16:47:28 1998 Thomas Bushnell, n/BSG <tb@mit.edu>Thomas Bushnell
* 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.
1998-07-14Tue Jul 14 16:30:48 1998 Thomas Bushnell, n/BSG <tb@mit.edu>Thomas Bushnell
* dir-lookup.c (netfs_S_dir_lookup): Don't require the node to be a directory in the null pathname case.
1998-07-14Tue Jul 14 16:27:00 1998 Thomas Bushnell, n/BSG <tb@mit.edu>Thomas Bushnell
* 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.)
1998-07-07Revert last change and replace it withThomas Bushnell
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).
1998-07-07Sun Jul 5 21:23:58 1998 Thomas Bushnell, n/BSG <tb@mit.edu>Thomas Bushnell
* bugaddr.c: Update to bug-hurd@gnu.org. Reported by Joel N. Weber II (devnull@gnu.org).
1998-07-07Tue Jul 7 11:39:08 1998 Thomas Bushnell, n/BSG <tb@mit.edu>Thomas Bushnell
* 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).
1998-06-29typoThomas Bushnell
1998-06-29Mon Jun 29 18:54:23 1998 Thomas Bushnell, n/BSG <tb@mit.edu>Thomas Bushnell
* lookup.c (diskfs_lookup): If NAME is empty, return an error.
1998-06-29*** empty log message ***Thomas Bushnell
1998-06-29*** empty log message ***Thomas Bushnell
1998-06-29*** empty log message ***Thomas Bushnell
1998-06-10Tue Jun 9 13:50:09 1998 Thomas Bushnell, n/BSG <tb@mit.edu>Thomas Bushnell
* 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.
1998-05-12Tue May 12 12:11:36 1998 Thomas Bushnell, n/BSG <tb@mit.edu>Thomas Bushnell
* bootstrap.c (parse_script): Free BUF before returning. Reported by Katusya Tanaka (wyvern@pb3.so-net.ne.jp).