summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1997-06-12Initial checkin.Miles Bader
1997-06-11Wed Jun 11 14:17:25 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell
* inetd.conf, syslog.conf: New files. * Makefile (SYSCONFFILES): Add inetd.conf and syslog.conf.
1997-06-11*** empty log message ***Thomas Bushnell
1997-06-11Tue Jun 10 21:54:52 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell
* 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.
1997-06-11Tue Jun 10 18:48:10 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell
* INSTALL-binary (Subroutine): Update location of NetBSD install floppies. Also specify to use -P mount option on nfs mount. * menu.lst: Fix typo in floppy -> hd install. * Makefile (dist-files): Replace SOURCES.0.0 with SOURCES.0.2. (install-dist): Install SOURCES.0.2 instead of SOURCES.0.0.
1997-06-11Tue Jun 10 18:41:00 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell
* Makefile (install): Repair typo.
1997-06-10.Miles Bader
1997-06-10(argp_program_version):Miles Bader
Change name to `ids'.
1997-06-10.Miles Bader
1997-06-10(DIST_FILES): Remove SETUP.Miles Bader
1997-06-10The real version is release/SETUPMiles Bader
1997-06-10.Miles Bader
1997-06-10MAKEDEV now lives in /sbin, so get it from there.Miles Bader
1997-06-10Mon Jun 9 21:18:46 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell
* cthreads.c (cthread_fork): Delete debugging oddity that crept into source.
1997-06-10*** empty log message ***Thomas Bushnell
1997-06-10*** empty log message ***Thomas Bushnell
1997-06-10Mon Jun 9 12:45:24 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell
* Makefile (SRCS): Add setauth.c, pids.c, unsu.c, and nonsugid.c.
1997-06-10Mon Jun 9 12:19:51 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell
* users.c (trivfs_S_file_chmod): Fix typo.
1997-06-10Mon Jun 9 12:18:50 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell
* dist-README: Update version number. * INSTALL-binary: Likewise. Also added some instructions to help Linux users. Mon May 26 23:03:41 1997 Miles Bader <miles@gnu.ai.mit.edu> * checklist: Add su, addauth, setauth, ids, & vminfo to list of setuid programs.
1997-06-10Fri Jun 6 11:42:14 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell
* Makefile (LCLHDRS): Add fhandle.h.
1997-06-10Mon Jun 9 12:27:40 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell
* version.h (HURD_VERSION): Update version number. * sh-version.sed: Likewise. * README: Likewise. * INSTALL: Likewise.
1997-06-09.Miles Bader
1997-06-09(LCLHDRS):Miles Bader
Add mach-exec.h.
1997-06-09.Miles Bader
1997-06-09(ftpcp ftpdir):Miles Bader
Add dependency on ../liftpconn/libftpconn.a. (SRCS): Add ftpcp.c & ftpdir.c. (HURDLIBS): Add ftpconn. (targets): Add ftpcp & ftpdir.
1997-06-09(ftpcp, ftpdir):Miles Bader
Rules removed.
1997-06-08.Miles Bader
1997-06-08(ps_emit_wait):Miles Bader
Provide slightly better abbreviations for various port types.
1997-06-05*** empty log message ***Thomas Bushnell
1997-06-05Tue May 27 12:04:00 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell
* users.c (trivfs_S_file_chmod): Turn off S_ISPARE too.
1997-06-05*** empty log message ***Thomas Bushnell
1997-06-05Tue May 27 11:55:56 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell
* file-chmod.c (diskfs_S_file_chmod): Turn off S_ITRANS bits too.
1997-06-05.Miles Bader
1997-06-05Sync with libc version (there were minor whitespace differences, etc).Miles Bader
1997-06-05Undo half-baked change.Miles Bader
1997-06-05.Miles Bader
1997-06-05(_help):Miles Bader
Use uparams.usage_indent instead of the USAGE_INDENT macro.
1997-06-04.Miles Bader
1997-06-04Moved here from ../libftpconnMiles Bader
1997-06-04Moved to ../utilsMiles Bader
1997-06-03.Miles Bader
1997-06-03(read_node):Miles Bader
Don't assert that st_blocks is zero for non-dir/file/long-symlink inodes.
1997-05-29.Miles Bader
1997-05-29(doc):Miles Bader
Update. (main): Remove array of epoints & loops, & just use RD & WR, calling the e* functions above. Support DST being a directory. (econnect, eopen_wr, eopen_rd, efinish): New functions. (struct epoint): Remove FD field. Rename RMT_FILE & RMT_HOST to FILE & HOST.
1997-05-29(idvec_verify):Miles Bader
Fix detection of multiple ids.
1997-05-29.Miles Bader
1997-05-27.Miles Bader
1997-05-27(main):Miles Bader
Correct filtering of process-owners when processes are explicitly specified. Don't use ARGS_DOC. (args_doc): Variable removed.
1997-05-27.Miles Bader
1997-05-27(argp_args_usage):Miles Bader
Supply correct argp to filter_doc.