aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 1998-09-04 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1998-09-041-2/+4
| | | | * ext2fs.c (main): Fix return type to int.
* 1998-09-04 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1998-09-041-4/+6
| | | | * lmail.c: Include <time.h> and <sys/time.h>.
* .Roland McGrath1998-09-041-5/+9
|
* 1998-09-04 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1998-09-041-8/+4
| | | | | * boot_script.c: Include <string.h> instead of declaring memset here. Include <stdlib.h> instead of declaring malloc, free here.
* .Roland McGrath1998-09-041-0/+3
|
* 1998-09-04 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1998-09-041-0/+2
| | | | * Makeconf (objs): Don't build PIC objects unless $(makemode) library.
* .Roland McGrath1998-09-041-0/+6
|
* 1998-09-04 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1998-09-042-6/+16
| | | | | | * Makeconf (objs): New target, just compile w/o ar or ld. (OBJS): Remove bogus `%.o' default defn. * Makefile (objs, %-objs): New subdir target.
* .Roland McGrath1998-08-251-0/+6
|
* Fri Aug 21 19:25:12 1998 Jose M. Moya <josem@gnu.org>Roland McGrath1998-08-251-101/+183
| | | | | | * msgport.c: Comments added. (add_cmd): cmd_add renamed to add_cmd. (parse_cmd_opt): cmd_parse_opt renamed to parse_cmd_opt.
* .Roland McGrath1998-08-212-0/+8
|
* 1998-08-21 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1998-08-211-4/+3
| | | | * Makefile (SRCS): Remove return-buffer.c.
* 1998-08-21 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1998-08-211-4/+5
| | | | * Makefile (SRCS): Add return-buffer.c.
* Moved to ../libiohelp/return-buffer.c.Roland McGrath1998-08-201-50/+0
|
* .Roland McGrath1998-08-205-33/+60
|
* 1998-08-20 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1998-08-202-4/+4
| | | | | | * fsys-options.c (diskfs_S_fsys_get_options): fshelp_return_malloced_buffer renamed to iohelp_*. * file-get-fs-opts.c (diskfs_S_file_get_fs_options): Likewise.
* 1998-08-20 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1998-08-202-4/+4
| | | | | | * file-get-fs-options.c (netfs_S_file_get_fs_options): fshelp_return_malloced_buffer renamed to iohelp_*. * fsys-get-options.c (netfs_S_fsys_get_options): Likewise.
* 1998-08-20 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1998-08-202-6/+6
| | | | | | * file-get-fs-options.c (trivfs_S_file_get_fs_options): fshelp_return_malloced_buffer renamed to iohelp_*. * fsys-get-options.c (trivfs_S_fsys_get_options): Likewise.
* 1998-08-20 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1998-08-201-20/+12
| | | | | | * fshelp.h: Moved fshelp_return_malloced_buffer to libiohelp. * return-buffer.c: Moved to ../libiohelp/return-buffer.c. (fshelp_return_malloced_buffer): Renamed to iohelp_*.
* 1998-08-20 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1998-08-202-3/+62
| | | | | | * return-buffer.c (iohelp_return_malloced_buffer): Moved here from ../libfshelp/return-buffer.c and renamed from fshelp to iohelp. * iohelp.h (iohelp_return_malloced_buffer): Declare it.
* .Roland McGrath1998-08-121-0/+11
|
* 1998-08-12 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1998-08-122-18/+18
| | | | | | | | | | | * aclocal.m4 (AC_PROG_CC_LOCAL): Renamed to hurd_PROG_CC. (AC_PROG_CC_WORKS_LOCAL): Renamed to hurd_PROG_CC_WORKS. * configure.in: Use hurd_PROG_CC instead of AC_PROG_CC_LOCAL. (AC_PREREQ): Require 2.12. (AC_CANONICAL_HOST): Give helpful error messages for likely cases of bogus host specs. (crypt check): Don't do AC_CHECK_FUNCS to get HAVE_CRYPT, just check for -lcrypt to set $LIBCRYPT.
* Tue Aug 11 16:17:49 1998 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1998-08-122-1/+4
| | | | * file-chflags.c (diskfs_S_file_chflags): Set NP->dn_set_ctime.
* Tue Aug 11 21:12:06 1998 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1998-08-122-2/+6
| | | | * hurd_types.h (dir_changed_type, file_changed_type): Doc fix.
* .Roland McGrath1998-08-121-0/+9
|
* 1998-08-12 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1998-08-121-134/+0
| | | | * argz-replace.c: Removed, now in libcwhereitshouldbe.
* 1998-08-12 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1998-08-1217-4716/+0
| | | | | | | * argp-ba.c, argp-eexst.c, argp-ex1.c, argp-ex2.c, argp-ex3.c, argp-ex4.c, argp-fmtstream.c, argp-fmtstream.h argp-fs-xinl.c, argp-help.c, argp-namefrob.h argp-parse.c, argp-pv.c, argp-pvh.c, argp-test.c, argp-xinl.c, argp.h: Removed, now in libcwhereitshouldbe.
* .Roland McGrath1998-08-111-13/+23
|
* typoRoland McGrath1998-08-111-1/+1
|
* 1998-08-11 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1998-08-111-5/+18
| | | | | | | | | * ugids-verify-auth.c: Leave #include <hurd/password.h> there, but commented out for the time being. (password_check_user, password_check_group): Make symbols weak; these are temporary defns until we get back in synch with libc. * ugids-verify-auth.c (ugids_verify_make_auth): Properly initialize SVMA_STATE members if they will be used.
* Tue Aug 11 16:17:49 1998 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1998-08-112-1/+9
| | | | * file-utimes.c (diskfs_S_file_utimes): Add file notifications.
* Sun Aug 9 21:09:24 1998 Jose M. Moya <josem@gnu.org>Thomas Bushnell1998-08-1015-25/+168
| | | | | | | | | | | | | | | | | | | | | | | | | * diskfs.h (struct node): Add filemod_reqs member. (struct modreq): Rename struct dirmod to reqmod as it is used for directory and file notifications. (diskfs_notice_filechange): Add prototype. * dir-chg.c (diskfs_S_dir_notice_changes): Check nowait_dir_changed return value for errors. (diskfs_notice_dirchange): Remove requests when the notification fails. * file-chg.c (diskfs_S_file_notice_changes): Implement. (diskfs_notice_filechange): New function. * node-make.c (diskfs_make_node): Initialize filemod_reqs. * node-drop.c (free_modreqs): New function. (diskfs_drop_node): Free filemod_reqs. * file-chauthor.c (dithkfth_TH_file_chauthor): Add file notifications. * file-chflags.c (diskfs_S_file_chflags): Likewise. * file-chmod.c (diskfs_S_file_chmod): Likewise. * file-chown.c (diskfs_S_file_chown): Likewise. * file-set-size.c (diskfs_S_file_set_size): Likewise. * io-prenotify.c (diskfs_S_io_prenotify): Likewise. * io-write.c (diskfs_S_io_write): Likewise. * node-rdwr.c (diskfs_node_rdwr): Likewise.
* Thu Jul 30 10:38:30 1998 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1998-08-102-2/+6
| | | | * fs.defs (file_notice_changes, dir_notice_changes): Doc fix.
* Mon Aug 3 17:10:05 1998 Joel N. Weber II <devnull@theobromine.ai.mit.edu>Thomas Bushnell1998-08-032-1/+5
| | | | * Makefile (msgport): Add dependency on libshouldbeinlibc.
* Wed Jul 29 16:25:50 1998 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1998-07-292-2/+5
| | | | * ugids-verify-auth.c: Don't include <hurd/password.h> for now.
* .Roland McGrath1998-07-251-0/+6
|
* 1998-07-25 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1998-07-251-8/+16
| | | | | | * shutdown.c (diskfs_shutdown): Sync and set the clean flag even if we don't shut down. Thus a disk that was in use but hadn't been touched recently needn't necessarily be checked after a system crash.
* .Roland McGrath1998-07-251-9/+13
|
* 1998-07-25 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1998-07-251-11/+11
| | | | | * default_pager.c (pager_read_offset): Cast NO_BLOCK twice, to real return type of this function.
* .Roland McGrath1998-07-251-0/+4
|
* 1998-07-25 Jose M. Moya <josem@gnu.org>Roland McGrath1998-07-251-71/+102
| | | | * msgport.c: Fixed to deallocate ports.
* .Roland McGrath1998-07-242-0/+10
|
* 1998-07-24 Jose M. Moya <josem@gnu.org>Roland McGrath1998-07-242-4/+568
| | | | | | | * msgport.c: New file. * Makefile (targets): Add `msgport'. (SRCS): Add `msgport.c'. (msgport): Add dependencies on parse.o and pids.o.
* 1998-07-20 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1998-07-241-31/+10
| | | | | * process_request.defs: Delete proc_sethostid, proc_gethostid, proc_sethostname, and proc_gethostname.
* .Roland McGrath1998-07-201-2/+4
|
* 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.