unix-history/.git
31 years agodate and time created 93/03/07 16:19:30 by bostic
Keith Bostic [Mon, 8 Mar 1993 08:19:30 +0000 (00:19 -0800)]
date and time created 93/03/07 16:19:30 by bostic

SCCS-vsn: usr.sbin/timed/timed/TODO 5.1

31 years agouse transienterror() all places where we do this sort of mapping
Eric Allman [Mon, 8 Mar 1993 08:16:16 +0000 (00:16 -0800)]
use transienterror() all places where we do this sort of mapping

SCCS-vsn: usr.sbin/sendmail/src/daemon.c 6.15
SCCS-vsn: usr.sbin/sendmail/src/util.c 6.11
SCCS-vsn: usr.sbin/sendmail/src/deliver.c 6.40
SCCS-vsn: usr.sbin/sendmail/src/conf.c 6.33
SCCS-vsn: usr.sbin/sendmail/src/alias.c 6.22

31 years agoclean up from= logging on internally generated responses
Eric Allman [Mon, 8 Mar 1993 08:15:35 +0000 (00:15 -0800)]
clean up from= logging on internally generated responses

SCCS-vsn: usr.sbin/sendmail/src/headers.c 6.16

31 years agocomplain if whitespace after w, r, :, b or t objects, or if a label
Keith Bostic [Mon, 8 Mar 1993 08:14:34 +0000 (00:14 -0800)]
complain if whitespace after w, r, :, b or t objects, or if a label
isn't used

SCCS-vsn: usr.bin/sed/compile.c 5.7

31 years agomake default parsing correct, i.e. "-am" didn't work
Keith Bostic [Mon, 8 Mar 1993 07:24:31 +0000 (23:24 -0800)]
make default parsing correct, i.e. "-am" didn't work

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

31 years agodocument that \n in a y command string is a newline
Keith Bostic [Mon, 8 Mar 1993 06:57:36 +0000 (22:57 -0800)]
document that \n in a y command string is a newline

SCCS-vsn: usr.bin/sed/sed.1 5.3

31 years agoPOSIX specifies non-overlapping, always; see description of maximal
Keith Bostic [Mon, 8 Mar 1993 06:44:36 +0000 (22:44 -0800)]
POSIX specifies non-overlapping, always; see description of maximal
substrings of regular expressions in 2.8.2

SCCS-vsn: usr.bin/sed/POSIX 5.11

31 years agodeclare transienterror()
Eric Allman [Mon, 8 Mar 1993 06:43:08 +0000 (22:43 -0800)]
declare transienterror()

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

31 years agoSince 'q' "branches to the end of the script", the general wording
Keith Bostic [Mon, 8 Mar 1993 06:25:39 +0000 (22:25 -0800)]
Since 'q' "branches to the end of the script", the general wording
covers this one.

SCCS-vsn: usr.bin/sed/POSIX 5.10

31 years agouse library versions of err/warn
Keith Bostic [Mon, 8 Mar 1993 04:35:25 +0000 (20:35 -0800)]
use library versions of err/warn

SCCS-vsn: usr.bin/du/du.c 5.20

31 years agoadd errors, standards section
Keith Bostic [Mon, 8 Mar 1993 04:35:10 +0000 (20:35 -0800)]
add errors, standards section

SCCS-vsn: lib/libc/gen/utime.3 6.7

31 years agoif reach the root directory, have to cd to the original directory
Keith Bostic [Mon, 8 Mar 1993 04:34:18 +0000 (20:34 -0800)]
if reach the root directory, have to cd to the original directory
when load the paths for the next root.  test case is "du d1/d1d1 d2/d2d1",
the second root will not be in the right directory.

SCCS-vsn: lib/libc/gen/fts.c 5.41

31 years agofix typo
Eric Allman [Sun, 7 Mar 1993 23:18:17 +0000 (15:18 -0800)]
fix typo

SCCS-vsn: usr.sbin/sendmail/cf/cf/mail.cs.mc 6.6

31 years agostop if we reach out of band mark while peeking; otherwise
Chris Torek [Sun, 7 Mar 1993 15:42:02 +0000 (07:42 -0800)]
stop if we reach out of band mark while peeking; otherwise
we will go into an infinite loop copying 0 bytes each time.  (From
Tom Truscott <trt@cs.duke.edu>)

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

31 years agoMinor indentation fixes.
Craig Leres [Sun, 7 Mar 1993 12:35:39 +0000 (04:35 -0800)]
Minor indentation fixes.

SCCS-vsn: usr.bin/rlogin/kcmd.c 5.8

31 years agotry utimes(f, NULL) before trying to read/write the file
Keith Bostic [Sun, 7 Mar 1993 05:41:07 +0000 (21:41 -0800)]
try utimes(f, NULL) before trying to read/write the file

SCCS-vsn: usr.bin/touch/touch.c 5.3

31 years agoimplement from scratch, using utimes(2), for POSIX 1003.2
Keith Bostic [Sun, 7 Mar 1993 05:34:38 +0000 (21:34 -0800)]
implement from scratch, using utimes(2), for POSIX 1003.2

SCCS-vsn: usr.bin/touch/touch.1 6.5
SCCS-vsn: usr.bin/touch/touch.c 5.2

31 years agodocument FEATURE(notsticky)
Eric Allman [Sun, 7 Mar 1993 03:05:12 +0000 (19:05 -0800)]
document FEATURE(notsticky)

SCCS-vsn: usr.sbin/sendmail/cf/README 6.12

31 years agoupgrade to POSIX 1003.1 compliance
Keith Bostic [Sun, 7 Mar 1993 03:04:09 +0000 (19:04 -0800)]
upgrade to POSIX 1003.1 compliance

SCCS-vsn: lib/libc/gen/utime.3 6.6

31 years agodon't automatically print errno in usrerr -- it can be too misleading
Eric Allman [Sun, 7 Mar 1993 02:52:59 +0000 (18:52 -0800)]
don't automatically print errno in usrerr -- it can be too misleading

SCCS-vsn: usr.sbin/sendmail/src/sysexits.c 6.2
SCCS-vsn: usr.sbin/sendmail/src/recipient.c 6.24
SCCS-vsn: usr.sbin/sendmail/src/err.c 6.7
SCCS-vsn: usr.sbin/sendmail/src/deliver.c 6.39

31 years agoalways let root print queue; look at group set if available
Eric Allman [Sun, 7 Mar 1993 02:52:15 +0000 (18:52 -0800)]
always let root print queue; look at group set if available

SCCS-vsn: usr.sbin/sendmail/src/queue.c 6.25

31 years agomake shadow records really work
Keith Bostic [Sun, 7 Mar 1993 02:45:41 +0000 (18:45 -0800)]
make shadow records really work
make fgetline calls work (was messing up on continuation lines)

SCCS-vsn: lib/libc/gen/getcap.c 5.14

31 years agomake shadow records really work
Keith Bostic [Sun, 7 Mar 1993 02:44:01 +0000 (18:44 -0800)]
make shadow records really work

SCCS-vsn: usr.bin/cap_mkdb/cap_mkdb.c 5.5

31 years agodocument the format of the database
Keith Bostic [Sun, 7 Mar 1993 02:43:35 +0000 (18:43 -0800)]
document the format of the database

SCCS-vsn: usr.bin/cap_mkdb/cap_mkdb.1 5.4

31 years agoneed forwarder info after all -- but get it from /etc/sendmail.cw
Eric Allman [Sun, 7 Mar 1993 02:30:59 +0000 (18:30 -0800)]
need forwarder info after all -- but get it from /etc/sendmail.cw

SCCS-vsn: usr.sbin/sendmail/cf/cf/ucbvax.mc 6.4
SCCS-vsn: usr.sbin/sendmail/cf/cf/mail.eecs.mc 6.4
SCCS-vsn: usr.sbin/sendmail/cf/cf/mail.cs.mc 6.5

31 years agodelete reference to two-character names
Keith Bostic [Sun, 7 Mar 1993 02:30:10 +0000 (18:30 -0800)]
delete reference to two-character names

SCCS-vsn: share/termcap/termcap.5 6.11

31 years agominor bug in analyzing stat return status
Eric Allman [Sun, 7 Mar 1993 02:03:50 +0000 (18:03 -0800)]
minor bug in analyzing stat return status

SCCS-vsn: usr.sbin/sendmail/src/queue.c 6.24

31 years agoFEATURE(notsticky) lets UDB get at even specific addresses
Eric Allman [Sun, 7 Mar 1993 01:59:25 +0000 (17:59 -0800)]
FEATURE(notsticky) lets UDB get at even specific addresses

SCCS-vsn: usr.sbin/sendmail/cf/m4/proto.m4 6.19
SCCS-vsn: usr.sbin/sendmail/cf/m4/version.m4 6.16

31 years agoadd FEATURE(notsticky)
Eric Allman [Sun, 7 Mar 1993 01:49:03 +0000 (17:49 -0800)]
add FEATURE(notsticky)

SCCS-vsn: usr.sbin/sendmail/cf/cf/mail.cs.mc 6.4
SCCS-vsn: usr.sbin/sendmail/cf/cf/mail.eecs.mc 6.3
SCCS-vsn: usr.sbin/sendmail/cf/cf/ucbvax.mc 6.3

31 years agodate and time created 93/03/06 09:47:40 by eric
Eric Allman [Sun, 7 Mar 1993 01:47:40 +0000 (17:47 -0800)]
date and time created 93/03/06 09:47:40 by eric

SCCS-vsn: usr.sbin/sendmail/cf/feature/notsticky.m4 6.1

31 years agoimprove logging to reduce redundancy
Eric Allman [Sun, 7 Mar 1993 01:32:29 +0000 (17:32 -0800)]
improve logging to reduce redundancy

SCCS-vsn: usr.sbin/sendmail/src/deliver.c 6.38

31 years agolog numeric IP addr in Received: lines per 1123 section 5.2.8
Eric Allman [Sun, 7 Mar 1993 01:32:10 +0000 (17:32 -0800)]
log numeric IP addr in Received: lines per 1123 section 5.2.8

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

31 years agodon't use $=F when $=w will do
Eric Allman [Sun, 7 Mar 1993 00:54:12 +0000 (16:54 -0800)]
don't use $=F when $=w will do

SCCS-vsn: usr.sbin/sendmail/cf/cf/ucbvax.mc 6.2
SCCS-vsn: usr.sbin/sendmail/cf/cf/mail.eecs.mc 6.2

31 years agodon't use $=F class -- just set $=w instead
Eric Allman [Sun, 7 Mar 1993 00:51:40 +0000 (16:51 -0800)]
don't use $=F class -- just set $=w instead

SCCS-vsn: usr.sbin/sendmail/cf/cf/mail.cs.mc 6.3

31 years agoallow host on local addresses; don't do domain extension on
Eric Allman [Sun, 7 Mar 1993 00:32:12 +0000 (16:32 -0800)]
allow host on local addresses; don't do domain extension on
return path, ever -- for <> addresses

SCCS-vsn: usr.sbin/sendmail/src/headers.c 6.15
SCCS-vsn: usr.sbin/sendmail/src/parseaddr.c 6.24
SCCS-vsn: usr.sbin/sendmail/src/deliver.c 6.37

31 years agoprint query class in debugging output
Eric Allman [Sun, 7 Mar 1993 00:31:06 +0000 (16:31 -0800)]
print query class in debugging output

SCCS-vsn: usr.sbin/sendmail/src/domain.c 6.11

31 years agoupdate to reflect merger of getkerninfo functionality
Kirk McKusick [Sat, 6 Mar 1993 11:16:56 +0000 (03:16 -0800)]
update to reflect merger of getkerninfo functionality

SCCS-vsn: lib/libc/gen/sysctl.3 6.3

31 years agoif you throw something away, and type ?, you get an empty list
Keith Bostic [Sat, 6 Mar 1993 10:31:11 +0000 (02:31 -0800)]
if you throw something away, and type ?, you get an empty list
from Rich $alz

SCCS-vsn: games/rogue/pack.c 5.4

31 years agomake utime(NULL) work for POSIX 1003.1 compatibility
Keith Bostic [Sat, 6 Mar 1993 09:23:38 +0000 (01:23 -0800)]
make utime(NULL) work for POSIX 1003.1 compatibility

SCCS-vsn: sys/sys/vnode.h 7.66
SCCS-vsn: sys/ufs/ffs/ufs_vnops.c 7.115
SCCS-vsn: sys/ufs/ufs/ufs_vnops.c 7.115
SCCS-vsn: sys/kern/vfs_subr.c 7.96
SCCS-vsn: sys/kern/vfs_syscalls.c 7.103

31 years agoPOSIX 1003.1 compliant utime library call
Keith Bostic [Sat, 6 Mar 1993 08:47:32 +0000 (00:47 -0800)]
POSIX 1003.1 compliant utime library call

SCCS-vsn: lib/libc/gen/utime.c 5.5

31 years agoavoid loops on nameserver NO_DATA errors; getsockname can return
Eric Allman [Sat, 6 Mar 1993 07:09:46 +0000 (23:09 -0800)]
avoid loops on nameserver NO_DATA errors; getsockname can return
zero length names on SunOS

SCCS-vsn: usr.sbin/sendmail/src/domain.c 6.10
SCCS-vsn: usr.sbin/sendmail/src/version.c 6.35
SCCS-vsn: usr.sbin/sendmail/src/daemon.c 6.14

31 years agoavoid having C flag qualify list:; and error <> syntax
Eric Allman [Sat, 6 Mar 1993 06:47:31 +0000 (22:47 -0800)]
avoid having C flag qualify list:; and error <> syntax

SCCS-vsn: usr.sbin/sendmail/cf/m4/proto.m4 6.18
SCCS-vsn: usr.sbin/sendmail/cf/m4/version.m4 6.15
SCCS-vsn: usr.sbin/sendmail/cf/mailer/local.m4 6.5
SCCS-vsn: usr.sbin/sendmail/cf/mailer/smtp.m4 6.7
SCCS-vsn: usr.sbin/sendmail/cf/mailer/uucp.m4 6.8

31 years agosecond version, it really works now
Keith Bostic [Sat, 6 Mar 1993 06:26:43 +0000 (22:26 -0800)]
second version, it really works now

SCCS-vsn: usr.bin/uname/uname.c 5.2

31 years agoalmost never needed m_pullup to insure at least 4 bytes in first
Keith Sklower [Sat, 6 Mar 1993 04:19:46 +0000 (20:19 -0800)]
almost never needed m_pullup to insure at least 4 bytes in first
mbuf causes double allocation of mbufs, causing grief in busy routers.
(From Heimlich@IBM via jch)

SCCS-vsn: sys/net/rtsock.c 7.35

31 years agoneed type consistency for sysctl (by sklower)
Keith Bostic [Sat, 6 Mar 1993 04:13:08 +0000 (20:13 -0800)]
need type consistency for sysctl (by sklower)

SCCS-vsn: sys/net/rtsock.c 7.34

31 years agowhen doing a RTM_GET you can have different sockaddrs returned
Keith Sklower [Sat, 6 Mar 1993 04:12:13 +0000 (20:12 -0800)]
when doing a RTM_GET you can have different sockaddrs returned
than what you started with.

SCCS-vsn: sys/net/rtsock.c 7.33

31 years agodeprecate machine in favor of uname
Keith Bostic [Sat, 6 Mar 1993 02:25:03 +0000 (18:25 -0800)]
deprecate machine in favor of uname

SCCS-vsn: old/machine/machine.1 5.8

31 years agoreplace machine.c with a shell script that calls uname
Keith Bostic [Sat, 6 Mar 1993 02:24:54 +0000 (18:24 -0800)]
replace machine.c with a shell script that calls uname

SCCS-vsn: old/machine/Makefile 5.6

31 years agodate and time created 93/03/05 10:22:28 by bostic
Keith Bostic [Sat, 6 Mar 1993 02:22:28 +0000 (18:22 -0800)]
date and time created 93/03/05 10:22:28 by bostic

SCCS-vsn: usr.bin/uname/uname.1 5.1

31 years agodate and time created 93/03/05 10:22:26 by bostic
Keith Bostic [Sat, 6 Mar 1993 02:22:26 +0000 (18:22 -0800)]
date and time created 93/03/05 10:22:26 by bostic

SCCS-vsn: usr.bin/uname/uname.c 5.1

31 years agodate and time created 93/03/05 10:22:24 by bostic
Keith Bostic [Sat, 6 Mar 1993 02:22:24 +0000 (18:22 -0800)]
date and time created 93/03/05 10:22:24 by bostic

SCCS-vsn: usr.bin/uname/Makefile 5.1

31 years agoneed extra quotes in USERDB_SPEC
Eric Allman [Sat, 6 Mar 1993 00:51:19 +0000 (16:51 -0800)]
need extra quotes in USERDB_SPEC

SCCS-vsn: usr.sbin/sendmail/cf/cf/mail.cs.mc 6.2

31 years agofix daemon startup log message
Eric Allman [Sat, 6 Mar 1993 00:35:37 +0000 (16:35 -0800)]
fix daemon startup log message

SCCS-vsn: usr.sbin/sendmail/src/main.c 6.36

31 years agoup MCI cache size
Eric Allman [Sat, 6 Mar 1993 00:24:16 +0000 (16:24 -0800)]
up MCI cache size

SCCS-vsn: usr.sbin/sendmail/cf/cf/vangogh.cs.mc 6.2

31 years agoGNU portability; treat user@ (no host) as user; don't put two domains
Eric Allman [Fri, 5 Mar 1993 23:37:15 +0000 (15:37 -0800)]
GNU portability; treat user@ (no host) as user; don't put two domains
on $=E in SMTP mailer

SCCS-vsn: usr.sbin/sendmail/cf/m4/version.m4 6.14

31 years agofix documentation of confMESSAGE_TIMEOUT
Eric Allman [Fri, 5 Mar 1993 23:36:07 +0000 (15:36 -0800)]
fix documentation of confMESSAGE_TIMEOUT

SCCS-vsn: usr.sbin/sendmail/cf/README 6.11

31 years agofix GNU m4 bogosity
Eric Allman [Fri, 5 Mar 1993 23:35:52 +0000 (15:35 -0800)]
fix GNU m4 bogosity

SCCS-vsn: usr.sbin/sendmail/cf/feature/nouucp.m4 6.2

31 years agocatch user@ (no host) case -- treat as user@local
Eric Allman [Fri, 5 Mar 1993 23:34:53 +0000 (15:34 -0800)]
catch user@ (no host) case -- treat as user@local

SCCS-vsn: usr.sbin/sendmail/cf/m4/proto.m4 6.17

31 years agofix excess # args to syslog; fix pid log file open; consider addrs
Eric Allman [Fri, 5 Mar 1993 23:28:22 +0000 (15:28 -0800)]
fix excess # args to syslog; fix pid log file open; consider addrs
"different" if uids differ; exit in main on bad args; fix null ptr refs
through RealHostName; diagnose null return from hostsignature

SCCS-vsn: usr.sbin/sendmail/src/version.c 6.34

31 years agomiscellaneous updates
Eric Allman [Fri, 5 Mar 1993 23:26:26 +0000 (15:26 -0800)]
miscellaneous updates

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

31 years agodiagnose null signature
Eric Allman [Fri, 5 Mar 1993 14:26:21 +0000 (06:26 -0800)]
diagnose null signature

SCCS-vsn: usr.sbin/sendmail/src/deliver.c 6.36

31 years agoset RealHostName under all circumstances
Eric Allman [Fri, 5 Mar 1993 14:25:58 +0000 (06:25 -0800)]
set RealHostName under all circumstances

SCCS-vsn: usr.sbin/sendmail/src/main.c 6.35

31 years agodon't put two @host.domain on users in $=E
Eric Allman [Fri, 5 Mar 1993 11:31:26 +0000 (03:31 -0800)]
don't put two @host.domain on users in $=E

SCCS-vsn: usr.sbin/sendmail/cf/mailer/smtp.m4 6.6

31 years agoupdate from Mike karels at BSDI
Kirk McKusick [Fri, 5 Mar 1993 11:02:37 +0000 (03:02 -0800)]
update from Mike karels at BSDI

SCCS-vsn: lib/libc/compat-43/setregid.2 6.3

31 years agoupdate from Mike Karels at BSDI
Kirk McKusick [Fri, 5 Mar 1993 10:52:24 +0000 (02:52 -0800)]
update from Mike Karels at BSDI

SCCS-vsn: lib/libc/sys/execve.2 6.11
SCCS-vsn: lib/libc/sys/intro.2 6.16
SCCS-vsn: lib/libc/sys/sigaction.2 6.7

31 years agostupid stdargs.h fix
Keith Bostic [Fri, 5 Mar 1993 10:47:34 +0000 (02:47 -0800)]
stupid stdargs.h fix

SCCS-vsn: usr.bin/rlogin/rlogin.c 5.39

31 years agoupdate from Mike Karels at BSDI
Kirk McKusick [Fri, 5 Mar 1993 10:47:04 +0000 (02:47 -0800)]
update from Mike Karels at BSDI

SCCS-vsn: lib/libc/sys/_exit.2 6.8

31 years agoCraig Leres prototyping fixes, plus some of mine
Keith Bostic [Fri, 5 Mar 1993 10:31:49 +0000 (02:31 -0800)]
Craig Leres prototyping fixes, plus some of mine

SCCS-vsn: usr.bin/rlogin/des_rw.c 5.9
SCCS-vsn: usr.bin/rlogin/kcmd.c 5.7
SCCS-vsn: usr.bin/rlogin/krcmd.c 1.7
SCCS-vsn: usr.bin/rlogin/rlogin.c 5.38

31 years agodate and time created 93/03/04 18:31:32 by bostic
Keith Bostic [Fri, 5 Mar 1993 10:31:32 +0000 (02:31 -0800)]
date and time created 93/03/04 18:31:32 by bostic

SCCS-vsn: usr.bin/rlogin/krb.h 5.1

31 years agochange buffer lengths of sysctl(2) to be size_t's
Keith Bostic [Fri, 5 Mar 1993 09:59:27 +0000 (01:59 -0800)]
change buffer lengths of sysctl(2) to be size_t's

SCCS-vsn: sys/kern/uipc_domain.c 7.14
SCCS-vsn: sys/vm/vm_meter.c 7.20

31 years agochange buffer lengths of sysctl(2) to be size_t's
Keith Bostic [Fri, 5 Mar 1993 09:58:50 +0000 (01:58 -0800)]
change buffer lengths of sysctl(2) to be size_t's
change array size of sysctl(2) to be u_int's

SCCS-vsn: sys/kern/kern_sysctl.c 7.31

31 years agochange buffer lengths of sysctl(2) to be size_t's
Keith Bostic [Fri, 5 Mar 1993 09:58:34 +0000 (01:58 -0800)]
change buffer lengths of sysctl(2) to be size_t's

SCCS-vsn: sys/kern/kern_clock.c 7.30
SCCS-vsn: sys/kern/vfs_subr.c 7.95

31 years agochange buffer lengths of sysctl(2) to be size_t's
Keith Bostic [Fri, 5 Mar 1993 09:57:51 +0000 (01:57 -0800)]
change buffer lengths of sysctl(2) to be size_t's
change array size of sysctl(2) to be u_int's

SCCS-vsn: sys/sys/sysctl.h 7.16

31 years agochange buffer lengths of sysctl(2) to be size_t's
Keith Bostic [Fri, 5 Mar 1993 09:54:23 +0000 (01:54 -0800)]
change buffer lengths of sysctl(2) to be size_t's

SCCS-vsn: lib/libc/gen/sysctl.3 6.2

31 years agodon't try to copy in/out size if not requested in getkerninfo (hibler)
Kirk McKusick [Fri, 5 Mar 1993 08:56:29 +0000 (00:56 -0800)]
don't try to copy in/out size if not requested in getkerninfo (hibler)

SCCS-vsn: sys/kern/kern_sysctl.c 7.30

31 years agouse mkdir -p, so it will construct the path
Keith Bostic [Fri, 5 Mar 1993 08:48:03 +0000 (00:48 -0800)]
use mkdir -p, so it will construct the path

SCCS-vsn: usr.bin/shar/shar.sh 5.3

31 years agorevision 5.8 broke tr, this fix handles blah, blah, blah
Keith Bostic [Fri, 5 Mar 1993 08:46:36 +0000 (00:46 -0800)]
revision 5.8 broke tr, this fix handles blah, blah, blah
test case #3: echo 'foo' | obj/tr 'fo' '\aX'

SCCS-vsn: usr.bin/tr/str.c 5.9

31 years agocheckpoint
Elan Amir [Fri, 5 Mar 1993 08:16:27 +0000 (00:16 -0800)]
checkpoint

SCCS-vsn: lib/libc/gen/Makefile.inc 5.33

31 years agomake it compile...
Keith Bostic [Fri, 5 Mar 1993 08:11:08 +0000 (00:11 -0800)]
make it compile...

SCCS-vsn: lib/libc/gen/getcap.c 5.13

31 years agorename file flags to UF_* and SF_*, minimize name space problems
Keith Bostic [Fri, 5 Mar 1993 07:56:36 +0000 (23:56 -0800)]
rename file flags to UF_* and SF_*, minimize name space problems

SCCS-vsn: sys/sys/stat.h 7.19
SCCS-vsn: lib/libc/sys/chflags.2 6.9
SCCS-vsn: sys/ufs/ffs/ufs_vnops.c 7.114
SCCS-vsn: sys/ufs/ufs/ufs_vnops.c 7.114
SCCS-vsn: bin/ls/stat_flags.c 5.2

31 years agoFixed to work with new fgetline(3) (need to clobber \n).
Elan Amir [Fri, 5 Mar 1993 07:44:56 +0000 (23:44 -0800)]
Fixed to work with new fgetline(3) (need to clobber \n).

SCCS-vsn: lib/libc/gen/getcap.c 5.12

31 years agobcopy => memcpy (safe in all these cases) for ANSI (sigh)
Chris Torek [Fri, 5 Mar 1993 07:36:39 +0000 (23:36 -0800)]
bcopy => memcpy (safe in all these cases) for ANSI (sigh)

SCCS-vsn: lib/libc/stdio/fread.c 5.6
SCCS-vsn: lib/libc/stdio/fvwrite.c 5.4
SCCS-vsn: lib/libc/stdio/fgets.c 5.5
SCCS-vsn: lib/libc/stdio/tmpfile.c 5.5
SCCS-vsn: lib/libc/stdio/fgetln.c 5.4
SCCS-vsn: lib/libc/stdio/ungetc.c 5.7

31 years agodate and time created 93/03/04 15:04:33 by bostic
Keith Bostic [Fri, 5 Mar 1993 07:04:33 +0000 (23:04 -0800)]
date and time created 93/03/04 15:04:33 by bostic

SCCS-vsn: lib/libc/gen/err.3 5.1

31 years agodate and time created 93/03/04 15:03:14 by bostic
Keith Bostic [Fri, 5 Mar 1993 07:03:14 +0000 (23:03 -0800)]
date and time created 93/03/04 15:03:14 by bostic

SCCS-vsn: lib/libc/gen/err.c 5.1

31 years agoadd err.h
Keith Bostic [Fri, 5 Mar 1993 07:02:19 +0000 (23:02 -0800)]
add err.h

SCCS-vsn: include/Makefile 5.55

31 years agodate and time created 93/03/04 15:01:29 by bostic
Keith Bostic [Fri, 5 Mar 1993 07:01:29 +0000 (23:01 -0800)]
date and time created 93/03/04 15:01:29 by bostic

SCCS-vsn: include/err.h 5.1

31 years agotypo
Keith Bostic [Fri, 5 Mar 1993 06:57:16 +0000 (22:57 -0800)]
typo

SCCS-vsn: lib/libc/compat-43/setreuid.2 6.7

31 years agorework fgetline(3) to be 8-bit clean; it no longer replaces \n with \0
Keith Bostic [Fri, 5 Mar 1993 06:42:52 +0000 (22:42 -0800)]
rework fgetline(3) to be 8-bit clean; it no longer replaces \n with \0

SCCS-vsn: usr.bin/join/join.c 5.6

31 years agorework fgetline(3) to be 8-bit clean; it no longer replace \n with \0
Keith Bostic [Fri, 5 Mar 1993 06:39:54 +0000 (22:39 -0800)]
rework fgetline(3) to be 8-bit clean; it no longer replace \n with \0

SCCS-vsn: lib/libedit/el.c 5.3

31 years agorework fgetline(3) to be 8-bit clean
Keith Bostic [Fri, 5 Mar 1993 06:32:32 +0000 (22:32 -0800)]
rework fgetline(3) to be 8-bit clean

SCCS-vsn: games/quiz/quiz.c 5.3

31 years agodelete machine, add uname
Keith Bostic [Fri, 5 Mar 1993 05:18:12 +0000 (21:18 -0800)]
delete machine, add uname

SCCS-vsn: usr.bin/Makefile 5.15

31 years agodate and time created 93/03/04 13:09:14 by bostic
Keith Bostic [Fri, 5 Mar 1993 05:09:14 +0000 (21:09 -0800)]
date and time created 93/03/04 13:09:14 by bostic

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

31 years agooff_t's may not be quad_t's on all systems
Keith Bostic [Fri, 5 Mar 1993 04:18:48 +0000 (20:18 -0800)]
off_t's may not be quad_t's on all systems

SCCS-vsn: usr.bin/hexdump/display.c 5.14

31 years agoI messed up the #ifdef's for _POSIX_SOURCE
Keith Bostic [Fri, 5 Mar 1993 01:53:23 +0000 (17:53 -0800)]
I messed up the #ifdef's for _POSIX_SOURCE

SCCS-vsn: sys/sys/stat.h 7.18

31 years agoconsider addresses "different" if their uids differ
Eric Allman [Fri, 5 Mar 1993 00:03:56 +0000 (16:03 -0800)]
consider addresses "different" if their uids differ

SCCS-vsn: usr.sbin/sendmail/src/parseaddr.c 6.23

31 years agoexit on bad parameters
Eric Allman [Fri, 5 Mar 1993 00:03:31 +0000 (16:03 -0800)]
exit on bad parameters

SCCS-vsn: usr.sbin/sendmail/src/main.c 6.34

31 years agotwo new routines for file flags: flags_to_string and string_to_flags
Keith Bostic [Thu, 4 Mar 1993 12:37:50 +0000 (04:37 -0800)]
two new routines for file flags: flags_to_string and string_to_flags
currently used by chflags(1) and install(1)
date and time created 93/03/03 20:37:50 by bostic

SCCS-vsn: bin/ls/stat_flags.c 5.1

31 years agoadd flags_to_string declaration
Keith Bostic [Thu, 4 Mar 1993 12:36:44 +0000 (04:36 -0800)]
add flags_to_string declaration

SCCS-vsn: bin/ls/extern.h 5.4

31 years agobreak flags_from_fid out into separate file, stat_flags.c
Keith Bostic [Thu, 4 Mar 1993 12:36:26 +0000 (04:36 -0800)]
break flags_from_fid out into separate file, stat_flags.c
used by chflags, install

SCCS-vsn: bin/ls/ls.c 5.71

31 years agoadd stat_flags file (used by chflags and install)
Keith Bostic [Thu, 4 Mar 1993 12:35:56 +0000 (04:35 -0800)]
add stat_flags file (used by chflags and install)

SCCS-vsn: bin/ls/Makefile 5.5