unix-history/.git
31 years agoinstall into /usr/old
Keith Bostic [Tue, 21 Jul 1992 12:05:30 +0000 (04:05 -0800)]
install into /usr/old

SCCS-vsn: old/refer/OTHERS/Makefile 5.7

31 years agolog lost connections (for connection caching debugging)
Eric Allman [Tue, 21 Jul 1992 12:02:37 +0000 (04:02 -0800)]
log lost connections (for connection caching debugging)

SCCS-vsn: usr.sbin/sendmail/src/srvrsmtp.c 5.38

31 years agodelete /usr/hpux, /usr/share/{ms,me}, add /usr/old/dict/papers
Keith Bostic [Tue, 21 Jul 1992 11:59:14 +0000 (03:59 -0800)]
delete /usr/hpux, /usr/share/{ms,me}, add /usr/old/dict/papers

SCCS-vsn: etc/mtree/4.4BSD.dist 5.4

31 years agofix warnings, format still sucks
Keith Bostic [Tue, 21 Jul 1992 08:04:13 +0000 (00:04 -0800)]
fix warnings, format still sucks

SCCS-vsn: share/man/man7/man.7 6.7

31 years agoupdates from Mary
Kirk McKusick [Tue, 21 Jul 1992 07:39:02 +0000 (23:39 -0800)]
updates from Mary

SCCS-vsn: admin/admin/4.4/Cover.alpha 1.7

31 years agocreation miscfs; rewrite lfs_read to make it look like ffs_read; short
Keith Bostic [Tue, 21 Jul 1992 07:26:03 +0000 (23:26 -0800)]
creation miscfs; rewrite lfs_read to make it look like ffs_read; short
symlinks; EFBIG check that works with quad's; MIN -> min; lots of minor
cleanup, mostly from Kirk

SCCS-vsn: sys/ufs/lfs/lfs_vnops.c 7.88

31 years agoindirect block count should be fixed by revision 7.23 in lfs_segment.c
Keith Bostic [Tue, 21 Jul 1992 07:24:24 +0000 (23:24 -0800)]
indirect block count should be fixed by revision 7.23 in lfs_segment.c

SCCS-vsn: sys/ufs/lfs/lfs_inode.c 7.73

31 years agofix count allocation of indirect blocks
Keith Bostic [Tue, 21 Jul 1992 07:22:37 +0000 (23:22 -0800)]
fix count allocation of indirect blocks

SCCS-vsn: sys/ufs/lfs/lfs_segment.c 7.23

31 years agoNULL pointer deref fix; fix block counts
Keith Bostic [Tue, 21 Jul 1992 07:22:07 +0000 (23:22 -0800)]
NULL pointer deref fix; fix block counts

SCCS-vsn: sys/ufs/lfs/lfs_balloc.c 7.33

31 years agoput in short symlink support; fix block counts
Keith Bostic [Tue, 21 Jul 1992 07:21:25 +0000 (23:21 -0800)]
put in short symlink support; fix block counts
make truncate not wait  -- FFS truncate must wait because the in-core bit
maps could be updated before the inode gets to disk which would be bad;
LFS doesn't have this issue, and can't wait because the segment writer may
deadlock with an VOP_REMOVE operation

SCCS-vsn: sys/ufs/lfs/lfs_inode.c 7.72

31 years agocompute number of inode blocks in terms of disk blocks
Keith Bostic [Tue, 21 Jul 1992 07:18:06 +0000 (23:18 -0800)]
compute number of inode blocks in terms of disk blocks

SCCS-vsn: sys/ufs/lfs/lfs_alloc.c 7.48

31 years agoadd lfs_maxfilesize
Keith Bostic [Tue, 21 Jul 1992 07:17:26 +0000 (23:17 -0800)]
add lfs_maxfilesize

SCCS-vsn: sys/ufs/lfs/lfs.h 7.16

31 years agoupdate
Keith Bostic [Tue, 21 Jul 1992 07:17:02 +0000 (23:17 -0800)]
update

SCCS-vsn: sys/ufs/lfs/TODO 5.8

31 years agohandle sequential access when overflow pages have no keys
Keith Bostic [Tue, 21 Jul 1992 07:16:23 +0000 (23:16 -0800)]
handle sequential access when overflow pages have no keys

SCCS-vsn: lib/libc/db/hash/hash.c 5.24

31 years agoadded union mounts
Jan-Simon Pendry [Tue, 21 Jul 1992 07:02:15 +0000 (23:02 -0800)]
added union mounts

SCCS-vsn: sys/kern/vfs_syscalls.c 7.96
SCCS-vsn: sys/kern/vfs_lookup.c 7.43

31 years agoadd flag for union mounts
Jan-Simon Pendry [Tue, 21 Jul 1992 07:01:37 +0000 (23:01 -0800)]
add flag for union mounts

SCCS-vsn: sys/sys/mount.h 7.39

31 years agoapply workaround for (supposed) mystery nfs bug
Jan-Simon Pendry [Tue, 21 Jul 1992 06:59:39 +0000 (22:59 -0800)]
apply workaround for (supposed) mystery nfs bug

SCCS-vsn: usr.sbin/amd/amd/afs_ops.c 5.6

31 years agominor cleanup, update, fix argument processing (which I broke)
Keith Bostic [Tue, 21 Jul 1992 06:50:13 +0000 (22:50 -0800)]
minor cleanup, update, fix argument processing (which I broke)

SCCS-vsn: sbin/scsiformat/Makefile 5.2
SCCS-vsn: sbin/scsiformat/scsiformat.c 5.2

31 years agochanged Para.3, Title, per Mary's fax dated 7-20-92
BSD Tape Makers [Tue, 21 Jul 1992 06:44:33 +0000 (22:44 -0800)]
changed Para.3, Title, per Mary's fax dated 7-20-92

SCCS-vsn: admin/admin/4.4BSD-Encumbered/License 1.10

31 years agoupdate
Keith Bostic [Tue, 21 Jul 1992 05:38:59 +0000 (21:38 -0800)]
update

SCCS-vsn: usr.sbin/Makefile 5.7

31 years agomostly fix exit status, plus vfork(2) doesn't currently share
Keith Bostic [Tue, 21 Jul 1992 05:37:47 +0000 (21:37 -0800)]
mostly fix exit status, plus vfork(2) doesn't currently share
the address space.  Probably still not quite right

SCCS-vsn: usr.bin/xargs/xargs.1 5.6
SCCS-vsn: usr.bin/xargs/xargs.c 5.12

31 years agodon't include from /usr/src/devel
Marc Teitelbaum [Tue, 21 Jul 1992 05:36:51 +0000 (21:36 -0800)]
don't include from /usr/src/devel

SCCS-vsn: usr.bin/printf/printf.c 5.12

31 years agoadd termios.0
Marc Teitelbaum [Tue, 21 Jul 1992 05:35:27 +0000 (21:35 -0800)]
add termios.0

SCCS-vsn: share/man/man4/Makefile 5.15

31 years agoupdate
Marc Teitelbaum [Tue, 21 Jul 1992 05:34:36 +0000 (21:34 -0800)]
update

SCCS-vsn: usr.bin/Makefile 5.9

31 years agoadd KTR_CSW
Marc Teitelbaum [Tue, 21 Jul 1992 05:34:05 +0000 (21:34 -0800)]
add KTR_CSW

SCCS-vsn: usr.bin/kdump/kdump.c 5.4

31 years agoblock sizes in inodes (dinodes too) are measured in disk blocks not file system
Keith Bostic [Tue, 21 Jul 1992 05:30:09 +0000 (21:30 -0800)]
block sizes in inodes (dinodes too) are measured in disk blocks not file system
blocks.  Fix make_dinode to perform this calculation.

SCCS-vsn: sbin/newlfs/lfs.c 5.14

31 years agoprettiness police
Keith Bostic [Tue, 21 Jul 1992 04:51:20 +0000 (20:51 -0800)]
prettiness police

SCCS-vsn: sys/sys/conf.h 7.12

31 years agoput fstab files in/ etc
Keith Bostic [Tue, 21 Jul 1992 04:43:48 +0000 (20:43 -0800)]
put fstab files in/ etc

SCCS-vsn: etc/Makefile 5.19

31 years agobugfix for concatednated packets from mitre.org
Keith Sklower [Tue, 21 Jul 1992 04:16:56 +0000 (20:16 -0800)]
bugfix for concatednated packets from mitre.org

SCCS-vsn: sys/netiso/tp_input.c 7.29

31 years agoMAKEDEV.hpux goes in /dev
Keith Bostic [Tue, 21 Jul 1992 03:47:55 +0000 (19:47 -0800)]
MAKEDEV.hpux goes in /dev

SCCS-vsn: etc/Makefile 5.18

31 years agofix for symbolic links on relative pathnames
Elan Amir [Tue, 21 Jul 1992 03:16:36 +0000 (19:16 -0800)]
fix for symbolic links on relative pathnames

SCCS-vsn: bin/ls/print.c 5.37

31 years agoadd scsiformat
Keith Bostic [Tue, 21 Jul 1992 03:11:05 +0000 (19:11 -0800)]
add scsiformat

SCCS-vsn: sbin/Makefile 5.8

31 years agoneeds ioctl.h, now that scsireg.h doesn't include it
Keith Bostic [Tue, 21 Jul 1992 03:10:23 +0000 (19:10 -0800)]
needs ioctl.h, now that scsireg.h doesn't include it

SCCS-vsn: sys/hp300/dev/sd.c 7.15

31 years agodate and time created 92/07/20 12:09:06 by bostic
Keith Bostic [Tue, 21 Jul 1992 03:09:06 +0000 (19:09 -0800)]
date and time created 92/07/20 12:09:06 by bostic

SCCS-vsn: sbin/scsiformat/Makefile 5.1

31 years agodate and time created 92/07/20 12:09:03 by bostic
Keith Bostic [Tue, 21 Jul 1992 03:09:03 +0000 (19:09 -0800)]
date and time created 92/07/20 12:09:03 by bostic

SCCS-vsn: sbin/scsiformat/scsiformat.c 5.1

31 years agoshouldn't include ioctl.h here
Keith Bostic [Tue, 21 Jul 1992 03:06:58 +0000 (19:06 -0800)]
shouldn't include ioctl.h here

SCCS-vsn: sys/hp300/dev/scsireg.h 7.5

31 years agoupdate from Eric
Keith Bostic [Tue, 21 Jul 1992 03:02:30 +0000 (19:02 -0800)]
update from Eric

SCCS-vsn: etc/aliases 5.4

31 years agomulticast changes from deering, LBL
Keith Sklower [Tue, 21 Jul 1992 02:22:24 +0000 (18:22 -0800)]
multicast changes from deering, LBL

SCCS-vsn: usr.bin/netstat/netstat.1 6.15

31 years agoadd mldistrib
Keith Bostic [Tue, 21 Jul 1992 01:37:12 +0000 (17:37 -0800)]
add mldistrib

SCCS-vsn: libexec/Makefile 5.8

31 years agodate and time created 92/07/20 10:36:40 by bostic
Keith Bostic [Tue, 21 Jul 1992 01:36:40 +0000 (17:36 -0800)]
date and time created 92/07/20 10:36:40 by bostic

SCCS-vsn: usr.sbin/sendmail/EPA/mldistrib/Makefile 5.1

31 years agomacro expand error messages
Eric Allman [Tue, 21 Jul 1992 01:22:55 +0000 (17:22 -0800)]
macro expand error messages

SCCS-vsn: usr.sbin/sendmail/src/savemail.c 5.20

31 years agomore cleanup for alpha release; still needs more, I'm afraid
Eric Allman [Tue, 21 Jul 1992 01:19:33 +0000 (17:19 -0800)]
more cleanup for alpha release; still needs more, I'm afraid

SCCS-vsn: usr.sbin/sendmail/doc/op/op.me 5.20

31 years agoa variety of changes for 4.4bsd alpha
Eric Allman [Tue, 21 Jul 1992 00:52:57 +0000 (16:52 -0800)]
a variety of changes for 4.4bsd alpha

SCCS-vsn: usr.sbin/sendmail/doc/op/op.me 5.19

31 years agominor cleanups, set permissions on installtion
Keith Bostic [Tue, 21 Jul 1992 00:21:23 +0000 (16:21 -0800)]
minor cleanups, set permissions on installtion

SCCS-vsn: sys/hp300/stand/Makefile 7.13

31 years agofix uucp, lots of white-space cleanup
Keith Bostic [Tue, 21 Jul 1992 00:13:17 +0000 (16:13 -0800)]
fix uucp, lots of white-space cleanup

SCCS-vsn: etc/mtree/4.4BSD.dist 5.3

31 years agoshouldn't have to be root to delete core dumps
Keith Bostic [Mon, 20 Jul 1992 23:36:52 +0000 (15:36 -0800)]
shouldn't have to be root to delete core dumps

SCCS-vsn: etc/mtree/4.4BSD.dist 5.2

31 years agoput in standard Berkeley header
Eric Allman [Mon, 20 Jul 1992 23:23:40 +0000 (15:23 -0800)]
put in standard Berkeley header

SCCS-vsn: usr.sbin/sendmail/EPA/mldistrib/mldistrib.c 5.6

31 years agoportability changes
Eric Allman [Mon, 20 Jul 1992 23:03:18 +0000 (15:03 -0800)]
portability changes

SCCS-vsn: usr.sbin/sendmail/src/main.c 5.55
SCCS-vsn: usr.sbin/sendmail/src/conf.h 5.26
SCCS-vsn: usr.sbin/sendmail/src/version.c 5.112
SCCS-vsn: usr.sbin/sendmail/src/sendmail.h 5.37
SCCS-vsn: usr.sbin/sendmail/src/Makefile 5.26
SCCS-vsn: usr.sbin/sendmail/src/readcf.c 5.45
SCCS-vsn: usr.sbin/sendmail/src/conf.c 5.41

31 years agodon't need _UUCP_LINKED_ -- use _MAILER_uucp_ instead
Eric Allman [Mon, 20 Jul 1992 23:00:59 +0000 (15:00 -0800)]
don't need _UUCP_LINKED_ -- use _MAILER_uucp_ instead

SCCS-vsn: usr.sbin/sendmail/cf/mailer/uucp.m4 2.7

31 years agoreadability changes
Eric Allman [Mon, 20 Jul 1992 23:00:26 +0000 (15:00 -0800)]
readability changes

SCCS-vsn: usr.sbin/sendmail/cf/m4/proto.m4 2.26
SCCS-vsn: usr.sbin/sendmail/cf/m4/version.m4 2.8

31 years agonew hashing scheme
Kirk McKusick [Mon, 20 Jul 1992 16:08:05 +0000 (08:08 -0800)]
new hashing scheme

SCCS-vsn: sys/ufs/ffs/quota.h 7.12
SCCS-vsn: sys/ufs/ufs/quota.h 7.12
SCCS-vsn: sys/sys/namei.h 7.20

31 years agoremque => ufs_ihashrem
Kirk McKusick [Mon, 20 Jul 1992 15:31:30 +0000 (07:31 -0800)]
remque => ufs_ihashrem

SCCS-vsn: sys/ufs/ffs/ufs_inode.c 7.49
SCCS-vsn: sys/ufs/ufs/ufs_inode.c 7.49

31 years agolint; remque => ufs_ihashrem
Kirk McKusick [Mon, 20 Jul 1992 15:31:09 +0000 (07:31 -0800)]
lint; remque => ufs_ihashrem

SCCS-vsn: sys/ufs/ffs/ufs_vnops.c 7.105
SCCS-vsn: sys/ufs/ufs/ufs_vnops.c 7.105

31 years agoupdated hashing scheme
Kirk McKusick [Mon, 20 Jul 1992 15:30:44 +0000 (07:30 -0800)]
updated hashing scheme

SCCS-vsn: sys/ufs/ffs/inode.h 7.29
SCCS-vsn: sys/ufs/ufs/inode.h 7.29
SCCS-vsn: sys/ufs/ffs/ufs_ihash.c 7.5
SCCS-vsn: sys/ufs/ufs/ufs_ihash.c 7.5

31 years agonew parameter types and functions for inode hashing
Kirk McKusick [Mon, 20 Jul 1992 15:30:09 +0000 (07:30 -0800)]
new parameter types and functions for inode hashing

SCCS-vsn: sys/ufs/ffs/ufs_extern.h 7.13
SCCS-vsn: sys/ufs/ufs/ufs_extern.h 7.13

31 years agoremque => ufs_ihashrem
Kirk McKusick [Mon, 20 Jul 1992 15:24:13 +0000 (07:24 -0800)]
remque => ufs_ihashrem

SCCS-vsn: sys/ufs/lfs/lfs_vfsops.c 7.79
SCCS-vsn: sys/ufs/ffs/ffs_vfsops.c 7.75

31 years agoset up and initialize usrinfo data structures used to count processes
Kirk McKusick [Mon, 20 Jul 1992 14:46:39 +0000 (06:46 -0800)]
set up and initialize usrinfo data structures used to count processes

SCCS-vsn: sys/kern/init_main.c 7.53

31 years agodecrement process ownership count on exit
Kirk McKusick [Mon, 20 Jul 1992 14:46:05 +0000 (06:46 -0800)]
decrement process ownership count on exit

SCCS-vsn: sys/kern/kern_exit.c 7.49

31 years agoadd hashinit to size and allocate hash tables
Kirk McKusick [Mon, 20 Jul 1992 14:45:42 +0000 (06:45 -0800)]
add hashinit to size and allocate hash tables

SCCS-vsn: sys/kern/kern_subr.c 7.10

31 years agotransfer proc ownership when doing setuid()
Kirk McKusick [Mon, 20 Jul 1992 14:45:04 +0000 (06:45 -0800)]
transfer proc ownership when doing setuid()

SCCS-vsn: sys/kern/kern_prot.c 7.28

31 years agoadd data structures and chgproccnt() for tracking users processes
Kirk McKusick [Mon, 20 Jul 1992 14:44:10 +0000 (06:44 -0800)]
add data structures and chgproccnt() for tracking users processes

SCCS-vsn: sys/kern/kern_proc.c 7.20

31 years agoadd prototype for hashinit
Kirk McKusick [Mon, 20 Jul 1992 14:42:12 +0000 (06:42 -0800)]
add prototype for hashinit

SCCS-vsn: sys/sys/systm.h 7.25

31 years agoavoid linear scan through proc table to find number of processes
Kirk McKusick [Mon, 20 Jul 1992 14:35:19 +0000 (06:35 -0800)]
avoid linear scan through proc table to find number of processes

SCCS-vsn: sys/kern/kern_fork.c 7.39

31 years agoadd copyright notice for HP and Motrola when using hpux_float.o
Kirk McKusick [Mon, 20 Jul 1992 10:10:05 +0000 (02:10 -0800)]
add copyright notice for HP and Motrola when using hpux_float.o

SCCS-vsn: sys/kern/init_main.c 7.52

31 years agoadd american, british, stop to the install list
Keith Bostic [Mon, 20 Jul 1992 09:38:35 +0000 (01:38 -0800)]
add american, british, stop to the install list

SCCS-vsn: usr.bin/spell/Makefile 4.16

31 years agobring up to date
Keith Bostic [Mon, 20 Jul 1992 08:55:25 +0000 (00:55 -0800)]
bring up to date

SCCS-vsn: sbin/Makefile 5.7

31 years agomissed two tag labels leftover from version one macros
Cynthia A. E. Livingston [Mon, 20 Jul 1992 08:54:51 +0000 (00:54 -0800)]
missed two tag labels leftover from version one macros

SCCS-vsn: usr.bin/ex/vi.1 6.4

31 years agoadd vfs_conf.o to the list of things that depends on the Makefile
Kirk McKusick [Mon, 20 Jul 1992 08:46:36 +0000 (00:46 -0800)]
add vfs_conf.o to the list of things that depends on the Makefile

SCCS-vsn: sys/hp300/conf/Makefile.hp300 7.16

31 years agounderstand and allow for union mounts
Jan-Simon Pendry [Mon, 20 Jul 1992 08:06:31 +0000 (00:06 -0800)]
understand and allow for union mounts

SCCS-vsn: sbin/mount/mount.c 5.50

31 years agohack to allow enabling early ktracing of init
Marc Teitelbaum [Mon, 20 Jul 1992 08:04:55 +0000 (00:04 -0800)]
hack to allow enabling early ktracing of init

SCCS-vsn: sbin/init/init.c 6.11.1.1

31 years agoadd DEBUGSHELL to prompt for shell when /bin/sh exits abnormally
Marc Teitelbaum [Mon, 20 Jul 1992 08:02:52 +0000 (00:02 -0800)]
add DEBUGSHELL to prompt for shell when /bin/sh exits abnormally

SCCS-vsn: sbin/init/init.c 6.11

31 years agomake prompting for shell the default
Marc Teitelbaum [Mon, 20 Jul 1992 08:00:13 +0000 (00:00 -0800)]
make prompting for shell the default

SCCS-vsn: sbin/init/Makefile 5.4

31 years agomust scan whole directory for subdirs or modified files;
Kirk McKusick [Mon, 20 Jul 1992 07:58:51 +0000 (23:58 -0800)]
must scan whole directory for subdirs or modified files;
misc cleanups; keep those off_t's consistent

SCCS-vsn: sbin/dump/traverse.c 5.21

31 years agoadd lfs_maxfilesize in the superblock
Keith Bostic [Mon, 20 Jul 1992 07:51:15 +0000 (23:51 -0800)]
add lfs_maxfilesize in the superblock

SCCS-vsn: sbin/newlfs/lfs.c 5.13

31 years agoadd maxfilesize to superblock
Keith Bostic [Mon, 20 Jul 1992 07:49:36 +0000 (23:49 -0800)]
add maxfilesize to superblock

SCCS-vsn: sbin/dumplfs/dumplfs.c 5.10

31 years agocheckpoint for 4.4Alpha
Keith Bostic [Mon, 20 Jul 1992 07:49:17 +0000 (23:49 -0800)]
checkpoint for 4.4Alpha

SCCS-vsn: sbin/Makefile 5.6

31 years agodate and time created 92/07/19 16:32:19 by bostic
Keith Bostic [Mon, 20 Jul 1992 07:32:19 +0000 (23:32 -0800)]
date and time created 92/07/19 16:32:19 by bostic

SCCS-vsn: old/trman/trman.sh 5.1

31 years agobind only takes three arguments
Marc Teitelbaum [Mon, 20 Jul 1992 07:30:33 +0000 (23:30 -0800)]
bind only takes three arguments

SCCS-vsn: old/talk/talk/ctl.c 1.3

31 years agodate and time created 92/07/19 16:28:10 by bostic
Keith Bostic [Mon, 20 Jul 1992 07:28:10 +0000 (23:28 -0800)]
date and time created 92/07/19 16:28:10 by bostic

SCCS-vsn: old/sdb/instrs.adb 5.1

31 years agodate and time created 92/07/19 16:05:33 by bostic
Keith Bostic [Mon, 20 Jul 1992 07:05:33 +0000 (23:05 -0800)]
date and time created 92/07/19 16:05:33 by bostic

SCCS-vsn: old/games.vax/chess/Makefile 5.1

31 years agoThis file was not locked, but had been modified.
Keith Bostic [Mon, 20 Jul 1992 06:43:14 +0000 (22:43 -0800)]
This file was not locked, but had been modified.
Figured I'd put it on a delta, sure hope it works.  ;-}

SCCS-vsn: old/athena/kinit/kinit.c 1.4

31 years agodate and time created 92/07/19 15:10:54 by bostic
Keith Bostic [Mon, 20 Jul 1992 06:10:54 +0000 (22:10 -0800)]
date and time created 92/07/19 15:10:54 by bostic

SCCS-vsn: libexec/ftpd/extern.h 5.1

31 years agooption E has to be in a safe environment; otherwise you could point
Eric Allman [Mon, 20 Jul 1992 05:47:09 +0000 (21:47 -0800)]
option E has to be in a safe environment; otherwise you could point
at a file that you can't otherwise read

SCCS-vsn: usr.sbin/sendmail/src/readcf.c 5.44

31 years agoOE is the same as omitting it
Eric Allman [Mon, 20 Jul 1992 05:45:22 +0000 (21:45 -0800)]
OE is the same as omitting it

SCCS-vsn: usr.sbin/sendmail/src/readcf.c 5.43

31 years agodate and time created 92/07/19 14:38:12 by bostic
Keith Bostic [Mon, 20 Jul 1992 05:38:12 +0000 (21:38 -0800)]
date and time created 92/07/19 14:38:12 by bostic

SCCS-vsn: lib/csu/mips/Makefile 5.1

31 years agodate and time created 92/07/19 14:35:02 by bostic
Keith Bostic [Mon, 20 Jul 1992 05:35:02 +0000 (21:35 -0800)]
date and time created 92/07/19 14:35:02 by bostic

SCCS-vsn: lib/libc/tahoe/gen/umulsi3.s 5.1

31 years agodate and time created 92/07/19 14:35:01 by bostic
Keith Bostic [Mon, 20 Jul 1992 05:35:01 +0000 (21:35 -0800)]
date and time created 92/07/19 14:35:01 by bostic

SCCS-vsn: lib/libc/tahoe/gen/modsi3.s 5.1

31 years agodate and time created 92/07/19 14:35:00 by bostic
Keith Bostic [Mon, 20 Jul 1992 05:35:00 +0000 (21:35 -0800)]
date and time created 92/07/19 14:35:00 by bostic

SCCS-vsn: lib/libc/tahoe/gen/fixunsdfsi.s 5.1

31 years agodate and time created 92/07/19 14:34:59 by bostic
Keith Bostic [Mon, 20 Jul 1992 05:34:59 +0000 (21:34 -0800)]
date and time created 92/07/19 14:34:59 by bostic

SCCS-vsn: lib/libc/tahoe/gen/fixdfsi.s 5.1

31 years agodate and time created 92/07/19 14:30:33 by bostic
Keith Bostic [Mon, 20 Jul 1992 05:30:33 +0000 (21:30 -0800)]
date and time created 92/07/19 14:30:33 by bostic

SCCS-vsn: lib/libc/db/test/hash.tests/makedb.sh 5.1

31 years agofinish uid_t/gid_t conversion; allow locally customized message for
Eric Allman [Mon, 20 Jul 1992 05:26:14 +0000 (21:26 -0800)]
finish uid_t/gid_t conversion; allow locally customized message for
prepending to all error returns

SCCS-vsn: usr.sbin/sendmail/src/recipient.c 5.35
SCCS-vsn: usr.sbin/sendmail/src/version.c 5.111
SCCS-vsn: usr.sbin/sendmail/src/savemail.c 5.19
SCCS-vsn: usr.sbin/sendmail/src/util.c 5.29
SCCS-vsn: usr.sbin/sendmail/src/readcf.c 5.42

31 years agofix tty inheritance
Christos Zoulas [Mon, 20 Jul 1992 05:00:39 +0000 (21:00 -0800)]
fix tty inheritance

SCCS-vsn: lib/libedit/map.c 5.4

31 years agoother non-uid_t/gid_t variable changes
Eric Allman [Mon, 20 Jul 1992 04:49:33 +0000 (20:49 -0800)]
other non-uid_t/gid_t variable changes

SCCS-vsn: usr.sbin/sendmail/src/sendmail.h 5.36

31 years agochange q_uid to uid_t, q_gid to gid_t
Eric Allman [Mon, 20 Jul 1992 04:46:12 +0000 (20:46 -0800)]
change q_uid to uid_t, q_gid to gid_t

SCCS-vsn: usr.sbin/sendmail/src/sendmail.h 5.35

31 years agoundo fix -r5.8 in favor of a new improved fix to the problem
Kirk McKusick [Mon, 20 Jul 1992 04:34:04 +0000 (20:34 -0800)]
undo fix -r5.8 in favor of a new improved fix to the problem

SCCS-vsn: sbin/restore/restore.c 5.9

31 years agoyank to 5.1
Keith Bostic [Mon, 20 Jul 1992 04:01:16 +0000 (20:01 -0800)]
yank to 5.1

SCCS-vsn: include/protocols/timed.h 5.1

31 years ago/usr/games often isn't in root's path
Keith Bostic [Mon, 20 Jul 1992 03:56:28 +0000 (19:56 -0800)]
/usr/games often isn't in root's path

SCCS-vsn: games/fortune/datfiles/Makefile 5.4

31 years agodate and time created 92/07/19 12:50:18 by bostic
Keith Bostic [Mon, 20 Jul 1992 03:50:18 +0000 (19:50 -0800)]
date and time created 92/07/19 12:50:18 by bostic

SCCS-vsn: games/fortune/datfiles/fortunes-o.fake 5.1

31 years agocheckpoint for 4.4Alpha
Keith Bostic [Mon, 20 Jul 1992 03:32:17 +0000 (19:32 -0800)]
checkpoint for 4.4Alpha

SCCS-vsn: games/Makefile 5.16

31 years agodate and time created 92/07/19 12:25:22 by bostic
Keith Bostic [Mon, 20 Jul 1992 03:25:22 +0000 (19:25 -0800)]
date and time created 92/07/19 12:25:22 by bostic

SCCS-vsn: etc/mtree/4.4BSD.dist 5.1