unix-history/.git
31 years agoadd in __bt_fd, to return a file descriptor
Keith Bostic [Mon, 24 May 1993 23:56:33 +0000 (15:56 -0800)]
add in __bt_fd, to return a file descriptor

SCCS-vsn: lib/libc/db/btree/bt_open.c 5.31
SCCS-vsn: lib/libc/db/btree/extern.h 5.8

31 years agodate and time created 93/05/24 08:47:52 by eric
Eric Allman [Mon, 24 May 1993 23:47:52 +0000 (15:47 -0800)]
date and time created 93/05/24 08:47:52 by eric

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

31 years agodeclare macvalue
Eric Allman [Mon, 24 May 1993 23:33:45 +0000 (15:33 -0800)]
declare macvalue

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

31 years agoremember to dot terminate host name lookups
Eric Allman [Mon, 24 May 1993 23:30:31 +0000 (15:30 -0800)]
remember to dot terminate host name lookups

SCCS-vsn: usr.sbin/sendmail/src/daemon.c 6.50

31 years agodebugging core dumps if av == NULL
Eric Allman [Mon, 24 May 1993 23:30:04 +0000 (15:30 -0800)]
debugging core dumps if av == NULL

SCCS-vsn: usr.sbin/sendmail/src/map.c 6.19

31 years agoadded cpu_sysctl().
Kazumasa Utashiro [Mon, 24 May 1993 15:42:47 +0000 (07:42 -0800)]
added cpu_sysctl().

SCCS-vsn: sys/news3400/news3400/machdep.c 7.12

31 years agoupdated
Kazumasa Utashiro [Mon, 24 May 1993 15:41:29 +0000 (07:41 -0800)]
updated

SCCS-vsn: sys/news3400/README 5.5

31 years agoSFILES (and any other files, if they get added someday) should
Chris Torek [Mon, 24 May 1993 15:35:39 +0000 (07:35 -0800)]
SFILES (and any other files, if they get added someday) should
not include the swap*.c files

SCCS-vsn: usr.sbin/config.new/mkmakefile.c 5.3

31 years agodate and time created 93/05/23 13:50:47 by hibler
Mike Hibler [Mon, 24 May 1993 04:50:47 +0000 (20:50 -0800)]
date and time created 93/05/23 13:50:47 by hibler

SCCS-vsn: contrib/emacs-18.57/src/doc.c 5.1

31 years agodate and time created 93/05/23 13:50:30 by hibler
Mike Hibler [Mon, 24 May 1993 04:50:30 +0000 (20:50 -0800)]
date and time created 93/05/23 13:50:30 by hibler

SCCS-vsn: contrib/emacs-18.57/src/unexec.c 5.1

31 years agodate and time created 93/05/23 13:50:29 by hibler
Mike Hibler [Mon, 24 May 1993 04:50:29 +0000 (20:50 -0800)]
date and time created 93/05/23 13:50:29 by hibler

SCCS-vsn: contrib/emacs-18.57/src/termcap.c 5.1

31 years agoadd KERN_MAXUPROC, KERN_MAXUFILES, USER_STREAM_MAX and
Keith Bostic [Mon, 24 May 1993 04:39:43 +0000 (20:39 -0800)]
add KERN_MAXUPROC, KERN_MAXUFILES, USER_STREAM_MAX and
USER_TZNAME_MAX for POSIX 1003.1

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

31 years agoadd _SC_STREAM_MAX and _SC_TZNAME_MAX for POSIX 1003.1
Keith Bostic [Mon, 24 May 1993 04:38:54 +0000 (20:38 -0800)]
add _SC_STREAM_MAX and _SC_TZNAME_MAX for POSIX 1003.1

SCCS-vsn: sys/sys/unistd.h 5.17

31 years agoAdd fd interface routine to return file descriptor. Pass file name
Keith Bostic [Mon, 24 May 1993 04:09:07 +0000 (20:09 -0800)]
Add fd interface routine to return file descriptor.  Pass file name
to init_htab so that if no page size is specified, the page size will default
to the block size of the file system.  Initialize fill factor so that it will
dynamically be set during operation.

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

31 years agoDynamically compute fill factor (if not user specified). When
Keith Bostic [Mon, 24 May 1993 04:04:58 +0000 (20:04 -0800)]
Dynamically compute fill factor (if not user specified).  When
first overflow page is allocated, set fill factor to the number of entries
on overflowing page.  Verify that new fill factor is at least MIN_FFACTOR.

SCCS-vsn: lib/libc/db/hash/hash_page.c 5.26

31 years agoChange default page size to 4K and fill factor to 40.
Keith Bostic [Mon, 24 May 1993 04:04:00 +0000 (20:04 -0800)]
Change default page size to 4K and fill factor to 40.

SCCS-vsn: lib/libc/db/hash/ndbm.c 5.14

31 years agoUse 4K page default. Use dynamically computed fill factor default
Keith Bostic [Mon, 24 May 1993 04:03:27 +0000 (20:03 -0800)]
Use 4K page default. Use dynamically computed fill factor default
instead of fixed value.

SCCS-vsn: lib/libc/db/hash/hash.h 5.7

31 years agoRemoved comment reference to non-existing file local.h
Christos Zoulas [Mon, 24 May 1993 03:24:26 +0000 (19:24 -0800)]
Removed comment reference to non-existing file local.h

SCCS-vsn: bin/csh/csh.h 5.26

31 years agoRemoved extraneous OBJ+= line
Christos Zoulas [Mon, 24 May 1993 03:17:01 +0000 (19:17 -0800)]
Removed extraneous OBJ+= line

SCCS-vsn: bin/csh/Makefile 5.31

31 years agoAdded missing \ in \*(ua in the operator section
Christos Zoulas [Mon, 24 May 1993 03:10:27 +0000 (19:10 -0800)]
Added missing \ in \*(ua in the operator section

SCCS-vsn: bin/csh/csh.1 6.24

31 years agodate and time created 93/05/23 11:10:11 by hibler
Mike Hibler [Mon, 24 May 1993 02:10:11 +0000 (18:10 -0800)]
date and time created 93/05/23 11:10:11 by hibler

SCCS-vsn: contrib/emacs-18.57/etc/movemail.c 5.1

31 years agomessage insists on a literal " " or "-" for continuation
Eric Allman [Sun, 23 May 1993 22:32:56 +0000 (14:32 -0800)]
message insists on a literal " " or "-" for continuation

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

31 years agotar => pax
Eric Allman [Sun, 23 May 1993 22:16:50 +0000 (14:16 -0800)]
tar => pax

SCCS-vsn: usr.sbin/sendmail/Makefile 6.7

31 years agoFixed gcc -Wall warnings
Christos Zoulas [Sun, 23 May 1993 10:06:52 +0000 (02:06 -0800)]
Fixed gcc -Wall warnings

SCCS-vsn: bin/csh/alloc.c 5.14
SCCS-vsn: bin/csh/char.c 5.9
SCCS-vsn: bin/csh/char.h 5.8
SCCS-vsn: bin/csh/const.c 5.7
SCCS-vsn: bin/csh/csh.c 5.38
SCCS-vsn: bin/csh/csh.h 5.25
SCCS-vsn: bin/csh/dir.c 5.20
SCCS-vsn: bin/csh/dir.h 5.6
SCCS-vsn: bin/csh/dol.c 5.20
SCCS-vsn: bin/csh/err.c 5.13
SCCS-vsn: bin/csh/exec.c 5.22
SCCS-vsn: bin/csh/exp.c 5.16
SCCS-vsn: bin/csh/extern.h 5.15
SCCS-vsn: bin/csh/file.c 5.24
SCCS-vsn: bin/csh/func.c 5.39
SCCS-vsn: bin/csh/glob.c 5.40
SCCS-vsn: bin/csh/hist.c 5.11
SCCS-vsn: bin/csh/init.c 5.16
SCCS-vsn: bin/csh/lex.c 5.28
SCCS-vsn: bin/csh/misc.c 5.19
SCCS-vsn: bin/csh/parse.c 5.13
SCCS-vsn: bin/csh/pathnames.h 5.8
SCCS-vsn: bin/csh/proc.c 5.29
SCCS-vsn: bin/csh/proc.h 5.8
SCCS-vsn: bin/csh/sem.c 5.23
SCCS-vsn: bin/csh/set.c 5.20
SCCS-vsn: bin/csh/str.c 5.13
SCCS-vsn: bin/csh/time.c 5.16

31 years agoadd a file descriptor return interface
Keith Bostic [Sun, 23 May 1993 07:35:57 +0000 (23:35 -0800)]
add a file descriptor return interface

SCCS-vsn: include/db.h 5.25

31 years agoit's not alpha anymore
Keith Bostic [Sun, 23 May 1993 05:45:52 +0000 (21:45 -0800)]
it's not alpha anymore

SCCS-vsn: sys/conf/newvers.sh 7.7

31 years agorecno bug -- if split to a new page on index 0 (a sorted split) was
Keith Bostic [Sun, 23 May 1993 05:16:54 +0000 (21:16 -0800)]
recno bug -- if split to a new page on index 0 (a sorted split) was
changing a random value as the new number of records on the left page

SCCS-vsn: lib/libc/db/btree/bt_split.c 5.17

31 years agomake test3 try different page size
Keith Bostic [Sun, 23 May 1993 05:15:00 +0000 (21:15 -0800)]
make test3 try different page size

SCCS-vsn: lib/libc/db/test/run.test 5.17

31 years agotrying to get all the fields right is too much trouble: just reset
Chris Torek [Sun, 23 May 1993 05:12:45 +0000 (21:12 -0800)]
trying to get all the fields right is too much trouble: just reset
to a minimal state and let __srefill or __swsetup do the dirty work

SCCS-vsn: lib/libc/stdio/setvbuf.c 5.6

31 years agosupport 64K pages
Keith Bostic [Sun, 23 May 1993 05:12:19 +0000 (21:12 -0800)]
support 64K pages

SCCS-vsn: lib/libc/db/btree/bt_open.c 5.30
SCCS-vsn: lib/libc/db/btree/btree.h 5.15

31 years agoadd psize to RECNO
Keith Bostic [Sun, 23 May 1993 05:09:45 +0000 (21:09 -0800)]
add psize to RECNO

SCCS-vsn: lib/libc/db/test/dbtest.c 5.18

31 years agoalias maps include null byte; don't add .db if it already exits
Eric Allman [Sun, 23 May 1993 02:52:48 +0000 (18:52 -0800)]
alias maps include null byte; don't add .db if it already exits

SCCS-vsn: usr.sbin/sendmail/src/alias.c 6.48
SCCS-vsn: usr.sbin/sendmail/src/map.c 6.18

31 years agosleep(3) returns a u_int
Keith Bostic [Sun, 23 May 1993 01:50:55 +0000 (17:50 -0800)]
sleep(3) returns a u_int

SCCS-vsn: lib/libc/gen/sleep.3 6.5

31 years agomove daemon, getloadavg, pwcache into C library
Keith Bostic [Sun, 23 May 1993 01:21:21 +0000 (17:21 -0800)]
move daemon, getloadavg, pwcache into C library

SCCS-vsn: lib/libutil/Makefile 5.13

31 years agoupdate for 6.60
Eric Allman [Sun, 23 May 1993 01:17:45 +0000 (17:17 -0800)]
update for 6.60

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

31 years agoIBM_AIX => _AIX3
Eric Allman [Sun, 23 May 1993 01:15:21 +0000 (17:15 -0800)]
IBM_AIX => _AIX3

SCCS-vsn: usr.sbin/sendmail/src/conf.h 6.32

31 years agoavoid writing an error message announcing that you can't write the
Eric Allman [Sun, 23 May 1993 01:05:02 +0000 (17:05 -0800)]
avoid writing an error message announcing that you can't write the
message

SCCS-vsn: usr.sbin/sendmail/src/err.c 6.21

31 years agodocumentation update
Eric Allman [Sun, 23 May 1993 00:44:03 +0000 (16:44 -0800)]
documentation update

SCCS-vsn: usr.sbin/sendmail/src/map.c 6.17

31 years agodon't pass pseudo-domains to $[ ... $] (can cause wierd problems
Eric Allman [Sun, 23 May 1993 00:43:39 +0000 (16:43 -0800)]
don't pass pseudo-domains to $[ ... $] (can cause wierd problems
with wildcard MX records); dot terminate relay hostnames in S0.

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

31 years agomerge alias database with maps, expanding and changing interface;
Eric Allman [Sun, 23 May 1993 00:42:50 +0000 (16:42 -0800)]
merge alias database with maps, expanding and changing interface;
announce mailer/host/user triple on -bv flag; don't send unsolicited
multiline HELO replies -- it breaks Pony Express; AIX portability changes

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

31 years agoAIX compatibility changes; clean up map initialization functions
Eric Allman [Sat, 22 May 1993 23:58:05 +0000 (15:58 -0800)]
AIX compatibility changes; clean up map initialization functions

SCCS-vsn: usr.sbin/sendmail/src/main.c 6.65
SCCS-vsn: usr.sbin/sendmail/src/conf.h 6.31
SCCS-vsn: usr.sbin/sendmail/src/parseaddr.c 6.56
SCCS-vsn: usr.sbin/sendmail/src/queue.c 6.57
SCCS-vsn: usr.sbin/sendmail/src/conf.c 6.60

31 years agouse strerror
Jan-Simon Pendry [Sat, 22 May 1993 17:34:23 +0000 (09:34 -0800)]
use strerror

SCCS-vsn: usr.sbin/amd/amd/xutil.c 5.6
SCCS-vsn: usr.sbin/amd/config/os-bsd44.h 5.5

31 years agofix warning about regexec
Jan-Simon Pendry [Sat, 22 May 1993 17:33:55 +0000 (09:33 -0800)]
fix warning about regexec

SCCS-vsn: usr.sbin/amd/amd/mapc.c 5.7

31 years agocleanup for NIS maps
Eric Allman [Sat, 22 May 1993 11:29:48 +0000 (03:29 -0800)]
cleanup for NIS maps

SCCS-vsn: usr.sbin/sendmail/src/parseaddr.c 6.55
SCCS-vsn: usr.sbin/sendmail/src/readcf.c 6.39
SCCS-vsn: usr.sbin/sendmail/src/map.c 6.16

31 years agodon't include .db on database file names
Eric Allman [Sat, 22 May 1993 10:49:42 +0000 (02:49 -0800)]
don't include .db on database file names

SCCS-vsn: usr.sbin/sendmail/cf/feature/mailertable.m4 6.2
SCCS-vsn: usr.sbin/sendmail/cf/feature/bitdomain.m4 6.3
SCCS-vsn: usr.sbin/sendmail/cf/feature/uucpdomain.m4 6.2

31 years agoadd REDIRECT to list of top-level pseudo-domains
Eric Allman [Sat, 22 May 1993 10:49:28 +0000 (02:49 -0800)]
add REDIRECT to list of top-level pseudo-domains

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

31 years agoavoid extra qualification of top level pseudo-domains and gateways
Eric Allman [Sat, 22 May 1993 10:49:02 +0000 (02:49 -0800)]
avoid extra qualification of top level pseudo-domains and gateways

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

31 years ago$=P is top-level pseudo-domains
Eric Allman [Sat, 22 May 1993 10:48:32 +0000 (02:48 -0800)]
$=P is top-level pseudo-domains

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

31 years agoavoid unexpected multiline replies to HELO packet -- it breaks
Eric Allman [Sat, 22 May 1993 09:59:54 +0000 (01:59 -0800)]
avoid unexpected multiline replies to HELO packet -- it breaks
Pony Express on VMS; instead use a two line 220 greeting with ESMTP as the
first word of the second line

SCCS-vsn: usr.sbin/sendmail/src/usersmtp.c 6.31
SCCS-vsn: usr.sbin/sendmail/src/srvrsmtp.c 6.54

31 years agochanges to merge alias and map implementations
Eric Allman [Sat, 22 May 1993 09:59:00 +0000 (01:59 -0800)]
changes to merge alias and map implementations

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

31 years agopessimize on channel flushing
Eric Allman [Sat, 22 May 1993 09:58:42 +0000 (01:58 -0800)]
pessimize on channel flushing

SCCS-vsn: usr.sbin/sendmail/src/err.c 6.20

31 years agochanges to merge alias and map implementations
Eric Allman [Sat, 22 May 1993 09:58:12 +0000 (01:58 -0800)]
changes to merge alias and map implementations

SCCS-vsn: usr.sbin/sendmail/src/alias.c 6.47
SCCS-vsn: usr.sbin/sendmail/src/map.c 6.15
SCCS-vsn: usr.sbin/sendmail/src/sendmail.h 6.66
SCCS-vsn: usr.sbin/sendmail/src/readcf.c 6.38
SCCS-vsn: usr.sbin/sendmail/src/conf.c 6.59

31 years agoadd support for CTL_MACHDEP
Kirk McKusick [Sat, 22 May 1993 09:39:41 +0000 (01:39 -0800)]
add support for CTL_MACHDEP

SCCS-vsn: sys/i386/include/cpu.h 5.7
SCCS-vsn: sys/i386/i386/machdep.c 7.16

31 years agouse sysctl rather than nlist
Kirk McKusick [Sat, 22 May 1993 09:34:17 +0000 (01:34 -0800)]
use sysctl rather than nlist

SCCS-vsn: usr.sbin/rwhod/rwhod.c 5.26

31 years agouse sysctl to get boottime and load average
Kirk McKusick [Sat, 22 May 1993 09:16:31 +0000 (01:16 -0800)]
use sysctl to get boottime and load average

SCCS-vsn: usr.bin/w/w.c 5.37

31 years agovi w.c
Kirk McKusick [Sat, 22 May 1993 09:15:01 +0000 (01:15 -0800)]
vi w.c

SCCS-vsn: usr.bin/w/w.c 5.37

31 years agouse paths.h name
Keith Bostic [Sat, 22 May 1993 09:04:04 +0000 (01:04 -0800)]
use paths.h name

SCCS-vsn: lib/libc/gen/getpass.c 5.10

31 years agoHenry Spencer's Alpha 3.0 regex release
Keith Bostic [Sat, 22 May 1993 07:06:57 +0000 (23:06 -0800)]
Henry Spencer's Alpha 3.0 regex release

SCCS-vsn: lib/libc/regex/cname.h 5.2
SCCS-vsn: lib/libc/regex/engine.c 5.5
SCCS-vsn: lib/libc/regex/re_format.7 5.2
SCCS-vsn: lib/libc/regex/regcomp.c 5.6
SCCS-vsn: lib/libc/regex/regerror.c 5.4
SCCS-vsn: lib/libc/regex/regex.3 5.2
SCCS-vsn: lib/libc/regex/regex2.h 5.2
SCCS-vsn: lib/libc/regex/regexec.c 5.4
SCCS-vsn: lib/libc/regex/regfree.c 5.2
SCCS-vsn: lib/libc/regex/utils.h 5.3

31 years agodate and time created 93/05/21 16:06:31 by bostic
Keith Bostic [Sat, 22 May 1993 07:06:31 +0000 (23:06 -0800)]
date and time created 93/05/21 16:06:31 by bostic

SCCS-vsn: lib/libc/regex/WHATSNEW 5.1

31 years agoupdate for new vm system
Kirk McKusick [Sat, 22 May 1993 06:46:04 +0000 (22:46 -0800)]
update for new vm system

SCCS-vsn: usr.bin/systat/swap.c 5.14

31 years agoadd other source areas
Kirk McKusick [Sat, 22 May 1993 06:40:23 +0000 (22:40 -0800)]
add other source areas

SCCS-vsn: usr.bin/systat/Makefile 5.14

31 years agoupdate header to reflect redistributable status
Kirk McKusick [Sat, 22 May 1993 06:34:24 +0000 (22:34 -0800)]
update header to reflect redistributable status

SCCS-vsn: usr.bin/systat/cmds.c 5.12
SCCS-vsn: usr.bin/systat/cmdtab.c 5.4
SCCS-vsn: usr.bin/systat/disks.c 5.16
SCCS-vsn: usr.bin/systat/fetch.c 5.7
SCCS-vsn: usr.bin/systat/iostat.c 5.13
SCCS-vsn: usr.bin/systat/keyboard.c 5.5
SCCS-vsn: usr.bin/systat/main.c 5.16
SCCS-vsn: usr.bin/systat/mbufs.c 5.9
SCCS-vsn: usr.bin/systat/netcmds.c 5.7
SCCS-vsn: usr.bin/systat/netstat.c 5.12
SCCS-vsn: usr.bin/systat/pigs.c 5.16
SCCS-vsn: usr.bin/systat/systat.h 5.10

31 years agodate and time created 93/05/21 15:10:08 by torek
Chris Torek [Sat, 22 May 1993 06:10:08 +0000 (22:10 -0800)]
date and time created 93/05/21 15:10:08 by torek

SCCS-vsn: usr.bin/vmstat.sparc/vmstat.8 5.1
SCCS-vsn: usr.bin/vmstat.sparc/vmstat.c 5.1

31 years agodate and time created 93/05/21 15:10:07 by torek
Chris Torek [Sat, 22 May 1993 06:10:07 +0000 (22:10 -0800)]
date and time created 93/05/21 15:10:07 by torek

SCCS-vsn: usr.bin/vmstat.sparc/names.c 5.1
SCCS-vsn: usr.bin/vmstat.sparc/sum.c 5.1
SCCS-vsn: usr.bin/vmstat.sparc/util.c 5.1

31 years agodate and time created 93/05/21 15:10:06 by torek
Chris Torek [Sat, 22 May 1993 06:10:06 +0000 (22:10 -0800)]
date and time created 93/05/21 15:10:06 by torek

SCCS-vsn: usr.bin/vmstat.sparc/intr.c 5.1
SCCS-vsn: usr.bin/vmstat.sparc/main.c 5.1
SCCS-vsn: usr.bin/vmstat.sparc/mem.c 5.1

31 years agodate and time created 93/05/21 15:10:05 by torek
Chris Torek [Sat, 22 May 1993 06:10:05 +0000 (22:10 -0800)]
date and time created 93/05/21 15:10:05 by torek

SCCS-vsn: usr.bin/vmstat.sparc/extern.h 5.1
SCCS-vsn: usr.bin/vmstat.sparc/getdev.c 5.1
SCCS-vsn: usr.bin/vmstat.sparc/getdev.h 5.1

31 years agodate and time created 93/05/21 15:10:04 by torek
Chris Torek [Sat, 22 May 1993 06:10:04 +0000 (22:10 -0800)]
date and time created 93/05/21 15:10:04 by torek

SCCS-vsn: usr.bin/vmstat.sparc/Makefile 5.1

31 years agoalways call __sflush, in case somehow fp->_p > fp->_bf._base in __SRW
Chris Torek [Sat, 22 May 1993 05:53:09 +0000 (21:53 -0800)]
always call __sflush, in case somehow fp->_p > fp->_bf._base in __SRW

SCCS-vsn: lib/libc/stdio/freopen.c 5.7
SCCS-vsn: lib/libc/stdio/ungetc.c 5.8

31 years agoSparc has its own vmstat
Keith Bostic [Sat, 22 May 1993 05:47:30 +0000 (21:47 -0800)]
Sparc has its own vmstat

SCCS-vsn: usr.bin/Makefile 5.24

31 years agoalways call __sflush, in case somehow fp->_p > fp->_bf._base in __SRW
Chris Torek [Sat, 22 May 1993 05:46:52 +0000 (21:46 -0800)]
always call __sflush, in case somehow fp->_p > fp->_bf._base in __SRW

SCCS-vsn: lib/libc/stdio/fclose.c 5.4

31 years agoallow __SRW flush if somehow fp->_p > fp->_bf._base
Chris Torek [Sat, 22 May 1993 05:44:50 +0000 (21:44 -0800)]
allow __SRW flush if somehow fp->_p > fp->_bf._base

SCCS-vsn: lib/libc/stdio/fflush.c 5.4

31 years agoput line breaks in synopsis statement
Keith Bostic [Sat, 22 May 1993 05:41:38 +0000 (21:41 -0800)]
put line breaks in synopsis statement

SCCS-vsn: bin/pax/pax.1 1.3

31 years agosys_errlist defined in stdio.h (in a complicated fashion...)
Keith Bostic [Sat, 22 May 1993 05:36:44 +0000 (21:36 -0800)]
sys_errlist defined in stdio.h (in a complicated fashion...)

SCCS-vsn: bin/pax/tty_subs.c 1.2

31 years agoadd pax
Keith Bostic [Sat, 22 May 1993 05:33:57 +0000 (21:33 -0800)]
add pax

SCCS-vsn: bin/Makefile 5.40

31 years agoprotect against malicious clients
Kirk McKusick [Sat, 22 May 1993 05:02:12 +0000 (21:02 -0800)]
protect against malicious clients

SCCS-vsn: sys/nfs/nfs_serv.c 7.65

31 years agoHenry Spencer's Alpha 3.0 regex release
Keith Bostic [Sat, 22 May 1993 04:03:59 +0000 (20:03 -0800)]
Henry Spencer's Alpha 3.0 regex release

SCCS-vsn: include/regex.h 5.3

31 years agoparenthesize the negative numbers so "256-CHAR_MIN" works
Keith Bostic [Sat, 22 May 1993 03:42:52 +0000 (19:42 -0800)]
parenthesize the negative numbers so "256-CHAR_MIN" works

SCCS-vsn: sys/hp300/include/limits.h 7.8

31 years agoadd the other example lpr file, upgrade to current configuration
Keith Bostic [Sat, 22 May 1993 02:42:33 +0000 (18:42 -0800)]
add the other example lpr file, upgrade to current configuration

SCCS-vsn: etc/printcap 5.4

31 years agoAdd "nocrypt" target to create a subdirectory
Dave A. Borman [Sat, 22 May 1993 01:28:09 +0000 (17:28 -0800)]
Add "nocrypt" target to create a subdirectory
with source with encryption removed.

SCCS-vsn: libexec/telnetd/Makefile 5.19

31 years agoAdd "nocrypt" target to create a subdirectory
Dave A. Borman [Sat, 22 May 1993 01:23:27 +0000 (17:23 -0800)]
Add "nocrypt" target to create a subdirectory

SCCS-vsn: usr.bin/telnet/Makefile 5.9

31 years agoAdd "nocrypt" target to create a subdirectory
Dave A. Borman [Sat, 22 May 1993 01:17:27 +0000 (17:17 -0800)]
Add "nocrypt" target to create a subdirectory
with source with encryption removed.

SCCS-vsn: lib/libtelnet/Makefile 5.7
SCCS-vsn: lib/libtelnet/Makefile 5.7

31 years agosettranscom has to return an int to be in the commands table
Keith Bostic [Sat, 22 May 1993 00:19:01 +0000 (16:19 -0800)]
settranscom has to return an int to be in the commands table

SCCS-vsn: usr.bin/telnet/externs.h 5.8
SCCS-vsn: usr.bin/telnet/tn3270.c 5.5

31 years agocast const char * so it compiles without complaining
Keith Bostic [Sat, 22 May 1993 00:06:32 +0000 (16:06 -0800)]
cast const char * so it compiles without complaining
(no, I didn't fix the problem)

SCCS-vsn: local/kerberosIV/compile_et/error_message.c 5.3

31 years agosys_siglist is declared as a const char *
Keith Bostic [Sat, 22 May 1993 00:02:40 +0000 (16:02 -0800)]
sys_siglist is declared as a const char *

SCCS-vsn: usr.bin/sccs/sccs.c 5.13

31 years agoadd unistd.h to make lseek calls work
Keith Bostic [Sat, 22 May 1993 00:01:11 +0000 (16:01 -0800)]
add unistd.h to make lseek calls work

SCCS-vsn: old/sh/name.c 4.5
SCCS-vsn: old/sh/service.c 4.9

31 years agounknown font specification
Keith Bostic [Fri, 21 May 1993 23:58:15 +0000 (15:58 -0800)]
unknown font specification

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

31 years agoadd support for NEWDB
Eric Allman [Fri, 21 May 1993 23:54:42 +0000 (15:54 -0800)]
add support for NEWDB

SCCS-vsn: usr.sbin/sendmail/praliases/praliases.c 6.3

31 years agolog more information on -bv "deliverable" message
Eric Allman [Fri, 21 May 1993 23:20:26 +0000 (15:20 -0800)]
log more information on -bv "deliverable" message

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

31 years agoneed to delete ndbm.h from db library as well as ndbm.o
Eric Allman [Fri, 21 May 1993 22:06:31 +0000 (14:06 -0800)]
need to delete ndbm.h from db library as well as ndbm.o

SCCS-vsn: usr.sbin/sendmail/src/READ_ME 6.6

31 years agoadd CPU_MACHDEP
Kirk McKusick [Fri, 21 May 1993 12:22:25 +0000 (04:22 -0800)]
add CPU_MACHDEP

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

31 years agoadd CTL_MACHDEP definitions
Kirk McKusick [Fri, 21 May 1993 12:21:33 +0000 (04:21 -0800)]
add CTL_MACHDEP definitions

SCCS-vsn: sys/hp300/include/cpu.h 7.14

31 years agoadd cpu_sysctl
Kirk McKusick [Fri, 21 May 1993 12:21:02 +0000 (04:21 -0800)]
add cpu_sysctl

SCCS-vsn: sys/hp300/hp300/machdep.c 7.37

31 years agopage size is max indx_t + 1, so store in a larger integral type
Keith Bostic [Fri, 21 May 1993 10:46:38 +0000 (02:46 -0800)]
page size is max indx_t + 1, so store in a larger integral type

SCCS-vsn: include/mpool.h 5.3

31 years agoadd boottime
Kirk McKusick [Fri, 21 May 1993 10:26:11 +0000 (02:26 -0800)]
add boottime

SCCS-vsn: usr.sbin/sysctl/sysctl.8 5.5

31 years agoadd KERN_BOOTTIME
Kirk McKusick [Fri, 21 May 1993 08:52:12 +0000 (00:52 -0800)]
add KERN_BOOTTIME

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

31 years agodate and time created 93/05/20 17:47:46 by hibler
Mike Hibler [Fri, 21 May 1993 08:47:46 +0000 (00:47 -0800)]
date and time created 93/05/20 17:47:46 by hibler

SCCS-vsn: contrib/emacs-18.57/src/fileio.c 5.1

31 years agouse library versions of warn and friends
Keith Bostic [Fri, 21 May 1993 07:39:40 +0000 (23:39 -0800)]
use library versions of warn and friends

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

31 years agodate and time created 93/05/20 16:19:36 by bostic
Keith Bostic [Fri, 21 May 1993 07:19:36 +0000 (23:19 -0800)]
date and time created 93/05/20 16:19:36 by bostic

SCCS-vsn: share/doc/smm/06.nfs/1.t 5.1

31 years agodate and time created 93/05/20 16:19:31 by bostic
Keith Bostic [Fri, 21 May 1993 07:19:31 +0000 (23:19 -0800)]
date and time created 93/05/20 16:19:31 by bostic

SCCS-vsn: share/doc/smm/06.nfs/Makefile 5.1

31 years agoconvert from dbm to ndbm
Keith Bostic [Fri, 21 May 1993 07:05:27 +0000 (23:05 -0800)]
convert from dbm to ndbm

SCCS-vsn: usr.sbin/sendmail/praliases/praliases.c 6.2
SCCS-vsn: usr.sbin/sendmail/praliases/Makefile 6.2