unix-history/.git
31 years agointegrate changes from bind 4.9 (most of them); continue to use address
Mike Karels [Thu, 3 Jun 1993 08:05:01 +0000 (00:05 -0800)]
integrate changes from bind 4.9 (most of them); continue to use address
INADDR_ANY rather than 127.1; convert u_short to u_int16_t as appropriate

SCCS-vsn: lib/libc/net/gethostnamadr.c 6.49
SCCS-vsn: lib/libc/net/herror.c 6.7
SCCS-vsn: lib/libc/net/res_comp.c 6.23
SCCS-vsn: lib/libc/net/res_debug.c 5.37
SCCS-vsn: lib/libc/net/res_init.c 6.16
SCCS-vsn: lib/libc/net/res_mkquery.c 6.17
SCCS-vsn: lib/libc/net/res_query.c 5.12
SCCS-vsn: lib/libc/net/res_send.c 6.28

31 years agocleanups on handling SIGHUP; other nits
Kirk McKusick [Thu, 3 Jun 1993 07:40:24 +0000 (23:40 -0800)]
cleanups on handling SIGHUP; other nits

SCCS-vsn: sbin/init/init.8 6.7

31 years agofix clean_ttys to reparse both getty string and window string;
Kirk McKusick [Thu, 3 Jun 1993 07:38:32 +0000 (23:38 -0800)]
fix clean_ttys to reparse both getty string and window string;
add prototypes and other lint

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

31 years agoadd in mh6.8, from John Romine
Keith Bostic [Thu, 3 Jun 1993 07:34:54 +0000 (23:34 -0800)]
add in mh6.8, from John Romine

SCCS-vsn: contrib/Makefile 5.7

31 years agofix the returns on pr_ functions
Keith Bostic [Thu, 3 Jun 1993 06:54:08 +0000 (22:54 -0800)]
fix the returns on pr_ functions

SCCS-vsn: sys/sys/protosw.h 7.10

31 years agodom_init doesn't return a value
Keith Bostic [Thu, 3 Jun 1993 06:53:48 +0000 (22:53 -0800)]
dom_init doesn't return a value

SCCS-vsn: sys/sys/domain.h 7.7

31 years agoadd mlock/munlock
Mike Hibler [Thu, 3 Jun 1993 06:12:08 +0000 (22:12 -0800)]
add mlock/munlock

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

31 years agodate and time created 93/06/02 15:06:10 by hibler
Mike Hibler [Thu, 3 Jun 1993 06:06:10 +0000 (22:06 -0800)]
date and time created 93/06/02 15:06:10 by hibler

SCCS-vsn: lib/libc/sys/mlock.2 6.1

31 years agomlock returns EAGAIN for requests exceeding one of the limits
Mike Hibler [Thu, 3 Jun 1993 05:19:32 +0000 (21:19 -0800)]
mlock returns EAGAIN for requests exceeding one of the limits

SCCS-vsn: sys/vm/vm_mmap.c 7.29

31 years agoLDIRS -= miscfs netimp netrmp
Keith Bostic [Thu, 3 Jun 1993 04:57:46 +0000 (20:57 -0800)]
LDIRS -= miscfs netimp netrmp

SCCS-vsn: include/Makefile 5.60

31 years agopid_t changes from short to long.
Elan Amir [Thu, 3 Jun 1993 04:56:57 +0000 (20:56 -0800)]
pid_t changes from short to long.

SCCS-vsn: contrib/libg++-2.3/libg++/_G_config.h 1.3

31 years agoAdded mips-dec support from Ralph Campbell.
Elan Amir [Thu, 3 Jun 1993 04:54:40 +0000 (20:54 -0800)]
Added mips-dec support from Ralph Campbell.

SCCS-vsn: contrib/gcc-2.3.3/configure 1.3

31 years agoLDIRS -= dev
Keith Bostic [Thu, 3 Jun 1993 04:54:03 +0000 (20:54 -0800)]
LDIRS -= dev

SCCS-vsn: include/Makefile 5.59

31 years agoChristos removed the comment clause in ParseReadLine
Keith Bostic [Thu, 3 Jun 1993 03:45:54 +0000 (19:45 -0800)]
Christos removed the comment clause in ParseReadLine
this breaks for "# foo:; bar" lines in the Makefile

SCCS-vsn: usr.bin/make/parse.c 5.21

31 years agouse ps as default printer
Eric Allman [Thu, 3 Jun 1993 03:30:10 +0000 (19:30 -0800)]
use ps as default printer

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

31 years ago4.4BSD snapshot (revision 8.1); add 1993 to copyright
Keith Bostic [Thu, 3 Jun 1993 02:45:42 +0000 (18:45 -0800)]
4.4BSD snapshot (revision 8.1); add 1993 to copyright

SCCS-vsn: bin/rm/rm.c 8.1

31 years agodon't quit on FTS_DNR directories; the user entered 'rm -rf a a a b'
Keith Bostic [Thu, 3 Jun 1993 02:45:21 +0000 (18:45 -0800)]
don't quit on FTS_DNR directories; the user entered 'rm -rf a a a b'
and fts found the directory, but once it was deleted couldn't read it.

SCCS-vsn: bin/rm/rm.c 5.2

31 years agodon't quit on FTS_DNR directories; the user entered 'rm -rf a a a b' and
Keith Bostic [Thu, 3 Jun 1993 02:43:51 +0000 (18:43 -0800)]
don't quit on FTS_DNR directories; the user entered 'rm -rf a a a b' and
fts found the directory, but once it was deleted couldn't read it.

SCCS-vsn: bin/rm/rm.c 8.2

31 years agomove past the obsolete time argument
Keith Bostic [Thu, 3 Jun 1993 02:31:13 +0000 (18:31 -0800)]
move past the obsolete time argument

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

31 years agofix up vm_map_pageable for mlock/munlock (changes from Mach 3.0)
Mike Hibler [Thu, 3 Jun 1993 02:12:10 +0000 (18:12 -0800)]
fix up vm_map_pageable for mlock/munlock (changes from Mach 3.0)
mostly checks for unallocated pages in range

SCCS-vsn: sys/vm/vm_map.c 7.10

31 years agoadd mlock/munlock calls
Mike Hibler [Thu, 3 Jun 1993 02:10:38 +0000 (18:10 -0800)]
add mlock/munlock calls

SCCS-vsn: sys/vm/vm_mmap.c 7.28

31 years agohack: initialize vm_page_max_wired (max wired user memory) for mlock
Mike Hibler [Thu, 3 Jun 1993 02:10:08 +0000 (18:10 -0800)]
hack: initialize vm_page_max_wired (max wired user memory) for mlock

SCCS-vsn: sys/vm/vm_pageout.c 7.11

31 years agofix minor typo
Mike Hibler [Thu, 3 Jun 1993 02:08:02 +0000 (18:08 -0800)]
fix minor typo

SCCS-vsn: sys/vm/vm_glue.c 7.25

31 years agoadd mlock/munlock
Mike Hibler [Thu, 3 Jun 1993 01:59:27 +0000 (17:59 -0800)]
add mlock/munlock

SCCS-vsn: sys/kern/syscalls.master 7.45

31 years agoadd pmap_wired_count macro for mlock/munlock
Mike Hibler [Thu, 3 Jun 1993 01:57:34 +0000 (17:57 -0800)]
add pmap_wired_count macro for mlock/munlock

SCCS-vsn: sys/i386/include/pmap.h 7.6
SCCS-vsn: sys/luna68k/include/pmap.h 7.5
SCCS-vsn: sys/pmax/include/pmap.h 7.8

31 years agoadd pmap_wired_count macro for use in mlock/munlock
Mike Hibler [Thu, 3 Jun 1993 01:52:27 +0000 (17:52 -0800)]
add pmap_wired_count macro for use in mlock/munlock

SCCS-vsn: sys/hp300/include/pmap.h 7.13

31 years agodeliver data to non-atomic protocols in regular-sized chunks even on machines
Mike Karels [Thu, 3 Jun 1993 01:45:57 +0000 (17:45 -0800)]
deliver data to non-atomic protocols in regular-sized chunks even on machines
without MAPPED_MBUFS, or TCP will send 968-byte packets

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

31 years agofix stack frame format checking
Akito Fujita [Thu, 3 Jun 1993 00:59:39 +0000 (16:59 -0800)]
fix stack frame format checking

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

31 years agosupport kernel profiling
Akito Fujita [Thu, 3 Jun 1993 00:58:26 +0000 (16:58 -0800)]
support kernel profiling

SCCS-vsn: sys/luna68k/luna68k/locore.s 7.14

31 years agosupport LUNA-II 2nd SCSI & LANCE (not yet)
Akito Fujita [Thu, 3 Jun 1993 00:57:47 +0000 (16:57 -0800)]
support LUNA-II 2nd SCSI & LANCE (not yet)

SCCS-vsn: sys/luna68k/luna68k/autoconf.c 7.9

31 years agoremove unnecessary include
Akito Fujita [Thu, 3 Jun 1993 00:56:36 +0000 (16:56 -0800)]
remove unnecessary include

SCCS-vsn: sys/luna68k/dev/fb.c 7.4

31 years agosupport kernel profiling
Akito Fujita [Thu, 3 Jun 1993 00:55:30 +0000 (16:55 -0800)]
support kernel profiling

SCCS-vsn: sys/luna68k/conf/Makefile.luna68k 7.6

31 years agofix problem with multiple databases -- keybuf trashed
Eric Allman [Wed, 2 Jun 1993 22:27:38 +0000 (14:27 -0800)]
fix problem with multiple databases -- keybuf trashed

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

31 years ago4.4BSD snapshot (revision 8.1)
Keith Bostic [Wed, 2 Jun 1993 15:23:43 +0000 (07:23 -0800)]
4.4BSD snapshot (revision 8.1)

SCCS-vsn: lib/libc/db/VERSION 8.1
SCCS-vsn: lib/libc/db/Makefile.inc 8.1
SCCS-vsn: lib/libc/db/PORT/Makefile 8.1
SCCS-vsn: lib/libc/db/PORT/README 8.1

31 years agonote that it's available by anonymous ftp from various places
Keith Bostic [Wed, 2 Jun 1993 15:20:23 +0000 (07:20 -0800)]
note that it's available by anonymous ftp from various places

SCCS-vsn: lib/libc/db/VERSION 5.9

31 years ago4.4BSD snapshot (revision 8.1); add 1993 to copyright
Keith Bostic [Wed, 2 Jun 1993 15:04:41 +0000 (07:04 -0800)]
4.4BSD snapshot (revision 8.1); add 1993 to copyright

SCCS-vsn: lib/libc/compat-43/creat.2 8.1
SCCS-vsn: lib/libc/compat-43/creat.c 8.1
SCCS-vsn: lib/libc/compat-43/gethostid.3 8.1
SCCS-vsn: lib/libc/compat-43/gethostid.c 8.1
SCCS-vsn: lib/libc/compat-43/getwd.c 8.1
SCCS-vsn: lib/libc/compat-43/killpg.2 8.1
SCCS-vsn: lib/libc/compat-43/killpg.c 8.1
SCCS-vsn: lib/libc/compat-43/regex.c 8.1
SCCS-vsn: lib/libc/compat-43/sethostid.c 8.1
SCCS-vsn: lib/libc/compat-43/setpgrp.c 8.1
SCCS-vsn: lib/libc/compat-43/setregid.2 8.1
SCCS-vsn: lib/libc/compat-43/setregid.c 8.1
SCCS-vsn: lib/libc/compat-43/setreuid.2 8.1
SCCS-vsn: lib/libc/compat-43/setreuid.c 8.1
SCCS-vsn: lib/libc/compat-43/setrgid.c 8.1
SCCS-vsn: lib/libc/compat-43/setruid.3 8.1
SCCS-vsn: lib/libc/compat-43/setruid.c 8.1
SCCS-vsn: lib/libc/compat-43/sigblock.2 8.1
SCCS-vsn: lib/libc/compat-43/sigcompat.c 8.1
SCCS-vsn: lib/libc/compat-43/sigpause.2 8.1
SCCS-vsn: lib/libc/compat-43/sigsetmask.2 8.1
SCCS-vsn: lib/libc/compat-43/sigvec.2 8.1

31 years ago4.4BSD snapshot (revision 8.1)
Keith Bostic [Wed, 2 Jun 1993 15:03:27 +0000 (07:03 -0800)]
4.4BSD snapshot (revision 8.1)

SCCS-vsn: lib/libc/compat-43/Makefile.inc 8.1

31 years ago4.4BSD snapshot (revision 8.1); add 1993 to copyright
Keith Bostic [Wed, 2 Jun 1993 14:58:56 +0000 (06:58 -0800)]
4.4BSD snapshot (revision 8.1); add 1993 to copyright

SCCS-vsn: lib/csu/vax/crt0.c 8.1

31 years ago4.4BSD snapshot (revision 8.1)
Keith Bostic [Wed, 2 Jun 1993 14:58:52 +0000 (06:58 -0800)]
4.4BSD snapshot (revision 8.1)

SCCS-vsn: lib/csu/vax/Makefile 8.1

31 years ago4.4BSD snapshot (revision 8.1); add 1993 to copyright
Keith Bostic [Wed, 2 Jun 1993 14:58:17 +0000 (06:58 -0800)]
4.4BSD snapshot (revision 8.1); add 1993 to copyright

SCCS-vsn: lib/csu/tahoe/crt0.c 8.1

31 years ago4.4BSD snapshot (revision 8.1)
Keith Bostic [Wed, 2 Jun 1993 14:58:12 +0000 (06:58 -0800)]
4.4BSD snapshot (revision 8.1)

SCCS-vsn: lib/csu/sparc/Makefile 8.1
SCCS-vsn: lib/csu/tahoe/Makefile 8.1

31 years ago4.4BSD snapshot (revision 8.1); add 1993 to copyright
Keith Bostic [Wed, 2 Jun 1993 14:58:02 +0000 (06:58 -0800)]
4.4BSD snapshot (revision 8.1); add 1993 to copyright

SCCS-vsn: lib/csu/mips/crt0.s 8.1
SCCS-vsn: lib/csu/sparc/crt0.c 8.1

31 years ago4.4BSD snapshot (revision 8.1)
Keith Bostic [Wed, 2 Jun 1993 14:57:03 +0000 (06:57 -0800)]
4.4BSD snapshot (revision 8.1)

SCCS-vsn: lib/csu/i386/Makefile 8.1
SCCS-vsn: lib/csu/mips/Makefile 8.1

31 years ago4.4BSD snapshot (revision 8.1); add 1993 to copyright
Keith Bostic [Wed, 2 Jun 1993 14:56:38 +0000 (06:56 -0800)]
4.4BSD snapshot (revision 8.1); add 1993 to copyright

SCCS-vsn: lib/csu/i386/crt0.c 8.1

31 years ago4.4BSD snapshot (revision 8.1)
Keith Bostic [Wed, 2 Jun 1993 14:56:24 +0000 (06:56 -0800)]
4.4BSD snapshot (revision 8.1)

SCCS-vsn: lib/csu/hp300/Makefile 8.1

31 years ago4.4BSD snapshot (revision 8.1); add 1993 to copyright
Keith Bostic [Wed, 2 Jun 1993 14:56:20 +0000 (06:56 -0800)]
4.4BSD snapshot (revision 8.1); add 1993 to copyright

SCCS-vsn: lib/csu/hp300/crt0.c 8.1

31 years agoMLINKS typo
Keith Bostic [Wed, 2 Jun 1993 14:54:46 +0000 (06:54 -0800)]
MLINKS typo

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

31 years agomove moncontrol.3 here from man/man3/
Keith Bostic [Wed, 2 Jun 1993 14:54:14 +0000 (06:54 -0800)]
move moncontrol.3 here from man/man3/

SCCS-vsn: lib/libc/gmon/Makefile.inc 5.2

31 years agorewrite, convert to new macro package
Kirk McKusick [Wed, 2 Jun 1993 14:42:40 +0000 (06:42 -0800)]
rewrite, convert to new macro package

SCCS-vsn: usr.sbin/pstat/pstat.8 6.9

31 years agoupdate login copyright string
Kirk McKusick [Wed, 2 Jun 1993 14:24:29 +0000 (06:24 -0800)]
update login copyright string

SCCS-vsn: usr.bin/login/login.c 5.79

31 years ago4.4BSD snapshot (revision 8.1)
Keith Bostic [Wed, 2 Jun 1993 14:16:03 +0000 (06:16 -0800)]
4.4BSD snapshot (revision 8.1)

SCCS-vsn: local/kerberosIV/registerd/Makefile 8.1

31 years ago4.4BSD snapshot (revision 8.1); add 1993 to copyright
Keith Bostic [Wed, 2 Jun 1993 14:16:00 +0000 (06:16 -0800)]
4.4BSD snapshot (revision 8.1); add 1993 to copyright

SCCS-vsn: local/kerberosIV/registerd/registerd.c 8.1
SCCS-vsn: local/kerberosIV/registerd/registerd.8 8.1

31 years ago4.4BSD snapshot (revision 8.1)
Keith Bostic [Wed, 2 Jun 1993 14:15:18 +0000 (06:15 -0800)]
4.4BSD snapshot (revision 8.1)

SCCS-vsn: local/kerberosIV/register/Makefile 8.1

31 years ago4.4BSD snapshot (revision 8.1); add 1993 to copyright
Keith Bostic [Wed, 2 Jun 1993 14:15:14 +0000 (06:15 -0800)]
4.4BSD snapshot (revision 8.1); add 1993 to copyright

SCCS-vsn: local/kerberosIV/register/pathnames.h 8.1
SCCS-vsn: local/kerberosIV/register/register.c 8.1
SCCS-vsn: local/kerberosIV/register/register_proto.h 8.1
SCCS-vsn: local/kerberosIV/register/register.1 8.1

31 years ago4.4BSD snapshot (revision 8.1)
Keith Bostic [Wed, 2 Jun 1993 14:14:48 +0000 (06:14 -0800)]
4.4BSD snapshot (revision 8.1)

SCCS-vsn: local/kerberosIV/make_odd/Makefile 8.1
SCCS-vsn: local/kerberosIV/make_p/Makefile 8.1
SCCS-vsn: local/kerberosIV/make_p_table/Makefile 8.1
SCCS-vsn: local/kerberosIV/make_s_table/Makefile 8.1
SCCS-vsn: local/kerberosIV/man/Makefile 8.1

31 years ago4.4BSD snapshot (revision 8.1); add 1993 to copyright
Keith Bostic [Wed, 2 Jun 1993 14:13:30 +0000 (06:13 -0800)]
4.4BSD snapshot (revision 8.1); add 1993 to copyright

SCCS-vsn: local/kerberosIV/make_keypair/make_keypair.8 8.1
SCCS-vsn: local/kerberosIV/make_keypair/make_keypair.c 8.1

31 years ago4.4BSD snapshot (revision 8.1)
Keith Bostic [Wed, 2 Jun 1993 14:13:23 +0000 (06:13 -0800)]
4.4BSD snapshot (revision 8.1)

SCCS-vsn: local/kerberosIV/make_ip/Makefile 8.1
SCCS-vsn: local/kerberosIV/make_key_perm/Makefile 8.1
SCCS-vsn: local/kerberosIV/make_keypair/Makefile 8.1

31 years agopass second argument to getty; reparse getty entry on restart
Kirk McKusick [Wed, 2 Jun 1993 14:12:45 +0000 (06:12 -0800)]
pass second argument to getty; reparse getty entry on restart

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

31 years ago4.4BSD snapshot (revision 8.1)
Keith Bostic [Wed, 2 Jun 1993 14:12:41 +0000 (06:12 -0800)]
4.4BSD snapshot (revision 8.1)

SCCS-vsn: local/kerberosIV/Makefile 8.1
SCCS-vsn: local/kerberosIV/Makefile.inc 8.1
SCCS-vsn: local/kerberosIV/acl/Makefile 8.1
SCCS-vsn: local/kerberosIV/compile_et/Makefile 8.1
SCCS-vsn: local/kerberosIV/des/Makefile 8.1
SCCS-vsn: local/kerberosIV/ext_srvtab/Makefile 8.1
SCCS-vsn: local/kerberosIV/include/Makefile 8.1
SCCS-vsn: local/kerberosIV/kdb/Makefile 8.1
SCCS-vsn: local/kerberosIV/kdb_destroy/Makefile 8.1
SCCS-vsn: local/kerberosIV/kdb_edit/Makefile 8.1
SCCS-vsn: local/kerberosIV/kdb_init/Makefile 8.1
SCCS-vsn: local/kerberosIV/kdb_util/Makefile 8.1
SCCS-vsn: local/kerberosIV/kdestroy/Makefile 8.1
SCCS-vsn: local/kerberosIV/kerberos/Makefile 8.1
SCCS-vsn: local/kerberosIV/kinit/Makefile 8.1
SCCS-vsn: local/kerberosIV/klist/Makefile 8.1
SCCS-vsn: local/kerberosIV/krb/Makefile 8.1
SCCS-vsn: local/kerberosIV/ksrvtgt/Makefile 8.1
SCCS-vsn: local/kerberosIV/kstash/Makefile 8.1
SCCS-vsn: local/kerberosIV/make_fp/Makefile 8.1

31 years agounedit Makefile
Keith Bostic [Wed, 2 Jun 1993 14:05:06 +0000 (06:05 -0800)]
unedit Makefile

SCCS-vsn: sys/libkern/Makefile 7.9

31 years ago4.4BSD snapshot (revision 8.1)
Keith Bostic [Wed, 2 Jun 1993 14:03:51 +0000 (06:03 -0800)]
4.4BSD snapshot (revision 8.1)

SCCS-vsn: share/doc/smm/Makefile 8.1

31 years agodon't compile -g by default
Keith Bostic [Wed, 2 Jun 1993 14:03:39 +0000 (06:03 -0800)]
don't compile -g by default

SCCS-vsn: bin/sh/Makefile 5.5

31 years agodate and time created 93/06/01 22:13:51 by mckusick
Kirk McKusick [Wed, 2 Jun 1993 13:13:51 +0000 (05:13 -0800)]
date and time created 93/06/01 22:13:51 by mckusick

SCCS-vsn: lib/libc/sys/ktrace.2 6.1

31 years agoneeds '.' in the path
Keith Bostic [Wed, 2 Jun 1993 13:08:14 +0000 (05:08 -0800)]
needs '.' in the path

SCCS-vsn: contrib/sort/TEST/stests 5.2

31 years agofix troff botch
Eric Allman [Wed, 2 Jun 1993 12:05:24 +0000 (04:05 -0800)]
fix troff botch

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

31 years agonew doc scheme
Eric Allman [Wed, 2 Jun 1993 12:05:13 +0000 (04:05 -0800)]
new doc scheme

SCCS-vsn: usr.sbin/sendmail/doc/Makefile 5.3
SCCS-vsn: usr.sbin/sendmail/doc/usenix/Makefile 5.4
SCCS-vsn: usr.sbin/sendmail/doc/intro/Makefile 5.4
SCCS-vsn: usr.sbin/sendmail/doc/op/Makefile 5.3

31 years agoold changes
Eric Allman [Wed, 2 Jun 1993 11:35:02 +0000 (03:35 -0800)]
old changes

SCCS-vsn: usr.sbin/sendmail/doc/Makefile 5.2

31 years agoadd busyprt to sysctl debug
Kirk McKusick [Wed, 2 Jun 1993 10:40:46 +0000 (02:40 -0800)]
add busyprt to sysctl debug

SCCS-vsn: sys/kern/vfs_subr.c 7.100

31 years agofix sort -u with an empty input file
Keith Bostic [Wed, 2 Jun 1993 09:35:20 +0000 (01:35 -0800)]
fix sort -u with an empty input file

SCCS-vsn: contrib/sort/append.c 5.2

31 years agoupdate copyright on bootup
Kirk McKusick [Wed, 2 Jun 1993 09:11:02 +0000 (01:11 -0800)]
update copyright on bootup

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

31 years agoFixed "\" in comments.
Elan Amir [Wed, 2 Jun 1993 08:56:54 +0000 (00:56 -0800)]
Fixed "\" in comments.

SCCS-vsn: contrib/gcc-2.3.3/Makefile.in 1.3

31 years agodon't rebuild non-alias database maps on -bi
Eric Allman [Wed, 2 Jun 1993 08:54:59 +0000 (00:54 -0800)]
don't rebuild non-alias database maps on -bi

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

31 years agodate and time created 93/06/01 17:49:11 by elan
Elan Amir [Wed, 2 Jun 1993 08:49:11 +0000 (00:49 -0800)]
date and time created 93/06/01 17:49:11 by elan

SCCS-vsn: contrib/gcc-2.3.3/Makefile 1.1

31 years agomissing initialization (from Karels)
Kirk McKusick [Wed, 2 Jun 1993 08:47:52 +0000 (00:47 -0800)]
missing initialization (from Karels)

SCCS-vsn: usr.sbin/inetd/inetd.c 5.33

31 years agost_size is a quad and must be cast to an int in read() call.
Elan Amir [Wed, 2 Jun 1993 08:42:21 +0000 (00:42 -0800)]
st_size is a quad and must be cast to an int in read() call.

SCCS-vsn: local/X11R5/mit/config/imake.c 1.2

31 years ago4.4BSD snapshot (revision 8.1)
Keith Bostic [Wed, 2 Jun 1993 08:17:18 +0000 (00:17 -0800)]
4.4BSD snapshot (revision 8.1)

SCCS-vsn: bin/date/date.1 8.1

31 years agotypo, it's %S, not %s
Keith Bostic [Wed, 2 Jun 1993 08:17:08 +0000 (00:17 -0800)]
typo, it's %S, not %s

SCCS-vsn: bin/date/date.1 6.19

31 years ago4.4BSD snapshot (revision 8.1)
Keith Bostic [Wed, 2 Jun 1993 08:14:02 +0000 (00:14 -0800)]
4.4BSD snapshot (revision 8.1)

SCCS-vsn: bin/date/date.1 8.1

31 years agocleanup from George Lavender
Keith Bostic [Wed, 2 Jun 1993 08:13:07 +0000 (00:13 -0800)]
cleanup from George Lavender

SCCS-vsn: bin/date/date.1 6.18

31 years agocleanup by George Lavender
Keith Bostic [Wed, 2 Jun 1993 08:08:29 +0000 (00:08 -0800)]
cleanup by George Lavender

SCCS-vsn: usr.bin/cut/cut.1 5.6

31 years agocleanup by George Lavendar
Keith Bostic [Wed, 2 Jun 1993 08:04:44 +0000 (00:04 -0800)]
cleanup by George Lavendar

SCCS-vsn: usr.bin/ctags/ctags.1 6.9

31 years agouse __indir to maintain double alignment on stack for 'offset'.
Ralph Campbell [Wed, 2 Jun 1993 07:53:58 +0000 (23:53 -0800)]
use __indir to maintain double alignment on stack for 'offset'.

SCCS-vsn: lib/libc/sys/mmap.c 5.2

31 years agofix bug when expanding the size of a file with truncate
Kirk McKusick [Wed, 2 Jun 1993 07:50:58 +0000 (23:50 -0800)]
fix bug when expanding the size of a file with truncate

SCCS-vsn: sys/ufs/ffs/ffs_inode.c 7.71

31 years agodate and time created 93/06/01 16:44:56 by bostic
Keith Bostic [Wed, 2 Jun 1993 07:44:56 +0000 (23:44 -0800)]
date and time created 93/06/01 16:44:56 by bostic

SCCS-vsn: contrib/sort/TEST/stests 5.1

31 years agodate and time created 93/06/01 16:44:55 by bostic
Keith Bostic [Wed, 2 Jun 1993 07:44:55 +0000 (23:44 -0800)]
date and time created 93/06/01 16:44:55 by bostic

SCCS-vsn: contrib/sort/tmp.c 5.1

31 years agodate and time created 93/06/01 16:44:54 by bostic
Keith Bostic [Wed, 2 Jun 1993 07:44:54 +0000 (23:44 -0800)]
date and time created 93/06/01 16:44:54 by bostic

SCCS-vsn: contrib/sort/sort.h 5.1

31 years agodate and time created 93/06/01 16:44:53 by bostic
Keith Bostic [Wed, 2 Jun 1993 07:44:53 +0000 (23:44 -0800)]
date and time created 93/06/01 16:44:53 by bostic

SCCS-vsn: contrib/sort/sort.c 5.1

31 years agodate and time created 93/06/01 16:44:52 by bostic
Keith Bostic [Wed, 2 Jun 1993 07:44:52 +0000 (23:44 -0800)]
date and time created 93/06/01 16:44:52 by bostic

SCCS-vsn: contrib/sort/sort.1 5.1

31 years agodate and time created 93/06/01 16:44:51 by bostic
Keith Bostic [Wed, 2 Jun 1993 07:44:51 +0000 (23:44 -0800)]
date and time created 93/06/01 16:44:51 by bostic

SCCS-vsn: contrib/sort/pathnames.h 5.1

31 years agodate and time created 93/06/01 16:44:50 by bostic
Keith Bostic [Wed, 2 Jun 1993 07:44:50 +0000 (23:44 -0800)]
date and time created 93/06/01 16:44:50 by bostic

SCCS-vsn: contrib/sort/msort.c 5.1

31 years agodate and time created 93/06/01 16:44:49 by bostic
Keith Bostic [Wed, 2 Jun 1993 07:44:49 +0000 (23:44 -0800)]
date and time created 93/06/01 16:44:49 by bostic

SCCS-vsn: contrib/sort/init.c 5.1

31 years agodate and time created 93/06/01 16:44:48 by bostic
Keith Bostic [Wed, 2 Jun 1993 07:44:48 +0000 (23:44 -0800)]
date and time created 93/06/01 16:44:48 by bostic

SCCS-vsn: contrib/sort/fsort.h 5.1

31 years agodate and time created 93/06/01 16:44:47 by bostic
Keith Bostic [Wed, 2 Jun 1993 07:44:47 +0000 (23:44 -0800)]
date and time created 93/06/01 16:44:47 by bostic

SCCS-vsn: contrib/sort/fsort.c 5.1

31 years agodate and time created 93/06/01 16:44:45 by bostic
Keith Bostic [Wed, 2 Jun 1993 07:44:45 +0000 (23:44 -0800)]
date and time created 93/06/01 16:44:45 by bostic

SCCS-vsn: contrib/sort/files.c 5.1

31 years agodate and time created 93/06/01 16:44:43 by bostic
Keith Bostic [Wed, 2 Jun 1993 07:44:43 +0000 (23:44 -0800)]
date and time created 93/06/01 16:44:43 by bostic

SCCS-vsn: contrib/sort/fields.c 5.1

31 years agodate and time created 93/06/01 16:44:42 by bostic
Keith Bostic [Wed, 2 Jun 1993 07:44:42 +0000 (23:44 -0800)]
date and time created 93/06/01 16:44:42 by bostic

SCCS-vsn: contrib/sort/extern.h 5.1

31 years agodate and time created 93/06/01 16:44:41 by bostic
Keith Bostic [Wed, 2 Jun 1993 07:44:41 +0000 (23:44 -0800)]
date and time created 93/06/01 16:44:41 by bostic

SCCS-vsn: contrib/sort/append.c 5.1

31 years agodate and time created 93/06/01 16:44:40 by bostic
Keith Bostic [Wed, 2 Jun 1993 07:44:40 +0000 (23:44 -0800)]
date and time created 93/06/01 16:44:40 by bostic

SCCS-vsn: contrib/sort/Makefile 5.1

31 years agobug fix from Mark Davies <mark@comp.vuw.ac.nz>
Kirk McKusick [Wed, 2 Jun 1993 04:34:09 +0000 (20:34 -0800)]
bug fix from Mark Davies <mark@comp.vuw.ac.nz>

SCCS-vsn: sys/hp300/stand/ite_hy.c 7.4

31 years agodeal with new message
Marc Teitelbaum [Wed, 2 Jun 1993 04:33:08 +0000 (20:33 -0800)]
deal with new message

SCCS-vsn: sys/hp300/dev/st.c 7.10