summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1998-05-12Tue May 12 12:03:38 1998 Thomas Bushnell, n/BSG <tb@mit.edu>Thomas Bushnell
* 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).
1998-04-24Fri Apr 24 15:43:07 1998 Thomas Bushnell, n/BSG <tb@mit.edu>Thomas Bushnell
* 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).
1998-04-24*** empty log message ***Thomas Bushnell
1998-04-23Wed Apr 22 16:52:22 1998 Thomas Bushnell, n/BSG <tb@mit.edu>Thomas Bushnell
* hurd.texi: Various doc fixes submitted by Gordon Matzigkeit (gord@m-tech.ab.ca).
1998-04-231998-04-02 Gordon Matzigkeit <gord@profitpress.com>Thomas Bushnell
* Makefile (srcdir): Don't set srcdir, since this is either done in the generated Makefile or in Makeconf. Just include ./Makeconf directly. * configure.in (makefiles): Check for $ac_unique_file, rather than doing string comparisons to determine if we are configured in the source directory. This works for silly things like `srcdir=./.'.
1998-04-22Wed Apr 22 16:38:59 1998 Thomas Bushnell, n/BSG <tb@mit.edu>Thomas Bushnell
* ping.c (MAXHOSTNAMELEN): Don't define. (main): Delete variable `hnamebuf'. Store directly into properly malloced `hostname' variable.
1998-04-22Wed Apr 22 16:29:18 1998 Thomas Bushnell, n/BSG <tb@mit.edu>Thomas Bushnell
* ping.c: New file. Originally P.D. from US Army; then modified by BSD, then added to Linux. Taken from Linux ping and adapted for Hurd and submitted for inclusion by Kunihiro Ishiguro (kunihiro@zebra.org). * Makefile (targets): Add `ping'. (SRCS): Add `ping.c'. (ping-CPPFLAGS): New variable, to find <linux/icmp.h> in the pfinet sources. (INSTALL-ping-ops): Install ping suid root. (ping): Depend on `../libthreads/libthreads.a'.
1998-04-15*** empty log message ***Thomas Bushnell
1998-04-15*** empty log message ***Thomas Bushnell
1998-04-15Add these files to the Hurd repository itself; copied from GNU central today.Thomas Bushnell
1998-04-13Mon Apr 13 15:40:43 1998 Thomas Bushnell, n/BSG <thomas@gnu.org>Thomas Bushnell
* navigating: New file. * Makefile (DIST_FILES): Mention `navigating'.
1998-04-13Tue Sep 23 15:28:57 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell
* file-reparent.c (diskfs_S_file_reparent): Use diskfs_nrele instead of protocol-violating up-tree lock. * peropen-rele.c (diskfs_release_peropen): Likewise.
1998-03-04*** empty log message ***Thomas Bushnell
1997-10-28.Miles Bader
1997-10-28(mkdev):Miles Bader
Support 256 ptys.
1997-09-29.Miles Bader
1997-09-29(SRCS):Miles Bader
Add ugids-verify-auth.c.
1997-09-29(verify_id):Miles Bader
Change type of GETPASS_FN arg. Add GETPASS_HOOK, VERIFY_FN, and VERIFY_HOOK args. Remove WHEEL_UID arg. Use VERIFY_FN & VERIFY_HOOK instead of doing password comparison ourselves. (verify_passwd, get_passwd): New functions. (idvec_verify): Change type of GETPASS_FN arg. Add GETPASS_HOOK, VERIFY_FN, and VERIFY_HOOK args & use them.
1997-09-29(idvec_verify):Miles Bader
Change type of GETPASS_FN arg. Add GETPASS_HOOK, VERIFY_FN, and VERIFY_HOOK args.
1997-09-29(ugids_make_auth):Miles Bader
Change FROM arg into an array, & add NUM_FROM arg.
1997-09-29(ugids_verify):Miles Bader
Change type of GETPASS_FN arg. Add GETPASS_HOOK, VERIFY_FN, and VERIFY_HOOK args.
1997-09-29(ugids_verify):Miles Bader
Change type of GETPASS_FN arg. Add GETPASS_HOOK, VERIFY_FN, and VERIFY_HOOK args. (ugids_make_auth): Change FROM arg into an array, & add NUM_FROM. (ugids_verify_make_auth): New declaration.
1997-09-29Initial checkinMiles Bader
1997-09-29(frobauth_modify):Miles Bader
Add AUTHS & NUM_AUTHS parameters.
1997-09-29.Miles Bader
1997-09-29(main):Miles Bader
Remove DEFAULT_OUTPUT variable.
1997-09-29(frobauth_modify):Miles Bader
Add AUTHS & NUM_AUTHS parameters.
1997-09-29(argp_program_version):Miles Bader
Use correct program name. (main): Supply new args to frobauth_modify.
1997-09-29(main):Miles Bader
Supply new args to frobauth_modify.
1997-09-29(main):Miles Bader
Use ugids_verify_make_auth instead of ugids_verify and ugids_make_auth.
1997-09-29(main):Miles Bader
Supply new args to frobauth_modify. Use ugids_verify_make_auth instead of ugids_verify and ugids_make_auth.
1997-09-23Tue Sep 23 15:52:35 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell
* password.defs: New file. * paths.h (_SERVERS_PASSWORD): New entry. * subsystems: Add password at 38000.
1997-09-22.Miles Bader
1997-09-22(diskfs_append_args):Miles Bader
New function.
1997-09-22(store_mvol_create):Miles Bader
New declaration. (store_mvol_class): New declaration.
1997-09-22(SRCS):Miles Bader
Add mvol.c.
1997-09-22Initial checkin.Miles Bader
1997-09-22(_store_create):Miles Bader
Initialize NEW->misc_len.
1997-09-22(store_encode):Miles Bader
Allocate the correct amount of memory for the encoding vectors.
1997-09-19.Miles Bader
1997-09-19(parse_startup_opt):Miles Bader
Prepend "_diskfs" to uses of NOSUID & NOEXEC.
1997-09-19Prepend "_diskfs" to uses of NOSUID & NOEXEC.Miles Bader
1997-09-19(diskfs_S_file_exec):Miles Bader
Prepend "_diskfs" to uses of NOSUID & NOEXEC.
1997-09-19(OPT_EXEC_OK, OPT_SUID_OK):Miles Bader
Rename definitions from ..._OPT. (set_opts): Prepend "_diskfs" to uses of NOSUID & NOEXEC.
1997-09-19(read_disknode):Miles Bader
RR should be RL. Assign 0's type-correctly to NP->dn->translator and ->translen. (diskfs_node_norefs): The translator field is in NP->dn, not NP.
1997-09-19.Miles Bader
1997-09-19(fs_control_port):Miles Bader
Declaration removed. (_diskfs_nosuid, _diskfs_noexec): Renamed from nosuid & noexec.
1997-09-19(rrip_work):Miles Bader
ER->lenid should be ER->len_id. Remove unused variable C.
1997-09-19(GNUEXT_ID):Miles Bader
Make value a string.
1997-09-16Tue Sep 16 15:34:21 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell
* Makefile (DIST_FILES): Add, referring to EXTENSIONS. * EXTENSIONS: New file.