unix-history/.git
31 years agobuild bzero(3) out of the same sources
Keith Bostic [Thu, 13 May 1993 02:00:29 +0000 (18:00 -0800)]
build bzero(3) out of the same sources

SCCS-vsn: lib/libc/string/memset.c 5.8

31 years agoword-at-a-time version of memset, from Mike Hibler
Keith Bostic [Thu, 13 May 1993 01:16:36 +0000 (17:16 -0800)]
word-at-a-time version of memset, from Mike Hibler

SCCS-vsn: lib/libc/string/memset.c 5.7

31 years agoallow 421 instead of initial greeting message to go to next MX
Eric Allman [Wed, 12 May 1993 23:00:26 +0000 (15:00 -0800)]
allow 421 instead of initial greeting message to go to next MX

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

31 years agodon't allow VERB if PRIV_NOEXPN set
Eric Allman [Wed, 12 May 1993 23:00:08 +0000 (15:00 -0800)]
don't allow VERB if PRIV_NOEXPN set

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

31 years agodon't botch message display (if it begins with digits)
Eric Allman [Wed, 12 May 1993 22:59:50 +0000 (14:59 -0800)]
don't botch message display (if it begins with digits)

SCCS-vsn: usr.sbin/sendmail/src/usersmtp.c 6.30

31 years agoadd tape loading option
Akito Fujita [Wed, 12 May 1993 19:14:19 +0000 (11:14 -0800)]
add tape loading option

SCCS-vsn: sys/luna68k/stand/boot.c 7.3

31 years agoLUNA-II (68040 based LUNA) support
Akito Fujita [Wed, 12 May 1993 19:13:41 +0000 (11:13 -0800)]
LUNA-II (68040 based LUNA) support

SCCS-vsn: sys/luna68k/dev/if_le.c 7.6
SCCS-vsn: sys/luna68k/include/cpu.h 7.4
SCCS-vsn: sys/luna68k/include/pmap.h 7.4
SCCS-vsn: sys/luna68k/luna68k/clock.c 7.8
SCCS-vsn: sys/luna68k/luna68k/clockreg.h 7.4
SCCS-vsn: sys/luna68k/luna68k/locore.s 7.11
SCCS-vsn: sys/luna68k/luna68k/machdep.c 7.10
SCCS-vsn: sys/luna68k/luna68k/pmap.c 7.5
SCCS-vsn: sys/luna68k/luna68k/pmap_bootstrap.c 7.3
SCCS-vsn: sys/luna68k/luna68k/sys_machdep.c 7.4
SCCS-vsn: sys/luna68k/luna68k/trap.c 7.5
SCCS-vsn: sys/luna68k/luna68k/vectors.s 7.3
SCCS-vsn: sys/luna68k/luna68k/vm_machdep.c 7.5

31 years agosync up to hp300/conf/Makefile.hp300 7.21
Akito Fujita [Wed, 12 May 1993 19:07:46 +0000 (11:07 -0800)]
sync up to hp300/conf/Makefile.hp300       7.21

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

31 years agoLUNA-II (68040 based LUNA) support
Akito Fujita [Wed, 12 May 1993 19:07:11 +0000 (11:07 -0800)]
LUNA-II (68040 based LUNA) support

SCCS-vsn: sys/luna68k/conf/PIT 7.2

31 years agodate and time created 93/05/12 04:05:36 by akito
Akito Fujita [Wed, 12 May 1993 19:05:36 +0000 (11:05 -0800)]
date and time created 93/05/12 04:05:36 by akito

SCCS-vsn: sys/luna68k/conf/KABOSU 7.1

31 years agosync up to hp300/conf/GENERIC.hp300 5.6 93/04/17
Akito Fujita [Wed, 12 May 1993 19:04:53 +0000 (11:04 -0800)]
sync up to hp300/conf/GENERIC.hp300 5.6   93/04/17

SCCS-vsn: sys/luna68k/conf/GENERIC.luna68k 7.3

31 years agochanged SWAPPAGER,VNODEPAGER,DEVPAGER definition.
Kazumasa Utashiro [Wed, 12 May 1993 16:23:11 +0000 (08:23 -0800)]
changed SWAPPAGER,VNODEPAGER,DEVPAGER definition.

SCCS-vsn: sys/news3400/conf/NEWS3200 7.5
SCCS-vsn: sys/news3400/conf/NEWS3400 7.5

31 years agodelete DARPA
Andrew Cherenson [Wed, 12 May 1993 13:59:32 +0000 (05:59 -0800)]
delete DARPA

SCCS-vsn: share/man/man4/netintro.4 6.11
SCCS-vsn: share/man/man4/inet.4 6.7

31 years agoadd luna68k define
Akito Fujita [Wed, 12 May 1993 12:04:22 +0000 (04:04 -0800)]
add luna68k define

SCCS-vsn: sys/kern/kern_exit.c 7.53
SCCS-vsn: sys/kern/sys_process.c 7.37

31 years agosupport 68040 based luna68k
Akito Fujita [Wed, 12 May 1993 11:59:36 +0000 (03:59 -0800)]
support 68040 based luna68k

SCCS-vsn: sys/kern/kern_exec.c 7.76

31 years agoFixed typo -- polarity of in_refresh check in plod().
Elan Amir [Wed, 12 May 1993 06:48:29 +0000 (22:48 -0800)]
Fixed typo -- polarity of in_refresh check in plod().

SCCS-vsn: lib/libcurses/cr_put.c 5.18

31 years agoDeleted ugly (and stupid) _win stuff for notifying mvcur() that
Elan Amir [Wed, 12 May 1993 06:40:03 +0000 (22:40 -0800)]
Deleted ugly (and stupid) _win stuff for notifying mvcur() that
we are in refresh.  Added __mvcur as a private function.  Mvcur() is now a
macro that calls __mvcur().

SCCS-vsn: lib/libcurses/cr_put.c 5.17

31 years agoDeleted ugly (and stupid) _win stuff for notifying mvcur() that
Elan Amir [Wed, 12 May 1993 06:38:57 +0000 (22:38 -0800)]
Deleted ugly (and stupid) _win stuff for notifying mvcur() that
we are in refresh().

SCCS-vsn: lib/libcurses/refresh.c 5.42

31 years agoAdded __mvcur and made mvcur a #define.
Elan Amir [Wed, 12 May 1993 06:38:07 +0000 (22:38 -0800)]
Added __mvcur and made mvcur a #define.

SCCS-vsn: lib/libcurses/curses.h 5.33

31 years agodocument new h flag (control for honoring UF_NODUMP);
Chris Torek [Wed, 12 May 1993 05:03:31 +0000 (21:03 -0800)]
document new h flag (control for honoring UF_NODUMP);
f flag's file argument is not optional

SCCS-vsn: sbin/dump/dump.8 6.12

31 years agocontrol for honoring UF_NODUMP; fixups for compat code; lint
Chris Torek [Wed, 12 May 1993 05:02:42 +0000 (21:02 -0800)]
control for honoring UF_NODUMP; fixups for compat code; lint

SCCS-vsn: sbin/dump/dump.h 5.23

31 years agoless-hairy maxino logic; compat for SunOS and other 4.2/4.3 systems;
Chris Torek [Wed, 12 May 1993 05:01:36 +0000 (21:01 -0800)]
less-hairy maxino logic; compat for SunOS and other 4.2/4.3 systems;
control for honoring UF_NODUMP; lint; prettiness police

SCCS-vsn: sbin/dump/main.c 5.26

31 years agoless-hairy maxino logic; compat for SunOS and other 4.2/4.3 systems;`
Chris Torek [Wed, 12 May 1993 04:59:15 +0000 (20:59 -0800)]
less-hairy maxino logic; compat for SunOS and other 4.2/4.3 systems;`

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

31 years agolint; fix protocol botch message (had an embedded newline)
Chris Torek [Wed, 12 May 1993 04:57:43 +0000 (20:57 -0800)]
lint; fix protocol botch message (had an embedded newline)

SCCS-vsn: sbin/dump/dumprmt.c 5.18

31 years agolint (calloc declaration is provided elsewhere)
Chris Torek [Wed, 12 May 1993 04:50:16 +0000 (20:50 -0800)]
lint (calloc declaration is provided elsewhere)

SCCS-vsn: sbin/dump/itime.c 5.17

31 years agogcc lint
Chris Torek [Wed, 12 May 1993 04:49:40 +0000 (20:49 -0800)]
gcc lint

SCCS-vsn: sbin/dump/optr.c 5.16

31 years agonote that minfree code pretends -z does not exist
Chris Torek [Wed, 12 May 1993 04:45:47 +0000 (20:45 -0800)]
note that minfree code pretends -z does not exist

SCCS-vsn: sbin/savecore/savecore.8 6.9

31 years agoaccount for size of vmunix in minfree calculations
Chris Torek [Wed, 12 May 1993 04:45:25 +0000 (20:45 -0800)]
account for size of vmunix in minfree calculations

SCCS-vsn: sbin/savecore/savecore.c 5.38

31 years agomove awk to contrib/gawk.2.14
Keith Bostic [Wed, 12 May 1993 04:13:12 +0000 (20:13 -0800)]
move awk to contrib/gawk.2.14

SCCS-vsn: usr.bin/Makefile 5.22

31 years agoJim Gillogly's new version of adventure
Keith Bostic [Wed, 12 May 1993 03:57:27 +0000 (19:57 -0800)]
Jim Gillogly's new version of adventure

SCCS-vsn: games/Makefile 5.19

31 years agolint
Kirk McKusick [Wed, 12 May 1993 03:29:41 +0000 (19:29 -0800)]
lint

SCCS-vsn: sbin/dump/tape.c 5.27

31 years agoupdate from Rodney Ruddock (rodney@snowhite.cis.uoguelph.ca)
Keith Bostic [Wed, 12 May 1993 03:08:37 +0000 (19:08 -0800)]
update from Rodney Ruddock (rodney@snowhite.cis.uoguelph.ca)

SCCS-vsn: contrib/ed/c.c 5.5
SCCS-vsn: contrib/ed/e.c 5.7
SCCS-vsn: contrib/ed/g.c 5.10
SCCS-vsn: contrib/ed/filename.c 5.7
SCCS-vsn: contrib/ed/main.c 5.12
SCCS-vsn: contrib/ed/r.c 5.8
SCCS-vsn: contrib/ed/re.c 5.6
SCCS-vsn: contrib/ed/u.c 5.5
SCCS-vsn: contrib/ed/w.c 5.8
SCCS-vsn: contrib/ed/sub.c 5.8
SCCS-vsn: contrib/ed/ed.1 5.9

31 years agodate and time created 93/05/11 11:53:22 by bostic
Keith Bostic [Wed, 12 May 1993 02:53:22 +0000 (18:53 -0800)]
date and time created 93/05/11 11:53:22 by bostic

SCCS-vsn: usr.sbin/timed/timed/extern.h 5.1

31 years agoput in correct SCCS header, copyright
Keith Bostic [Wed, 12 May 1993 02:53:05 +0000 (18:53 -0800)]
put in correct SCCS header, copyright

SCCS-vsn: usr.sbin/timed/timed/cksum.c 5.2

31 years agodate and time created 93/05/11 11:52:33 by bostic
Keith Bostic [Wed, 12 May 1993 02:52:33 +0000 (18:52 -0800)]
date and time created 93/05/11 11:52:33 by bostic

SCCS-vsn: usr.sbin/timed/timed/cksum.c 5.1

31 years agoput in sccs keywords line
Keith Bostic [Wed, 12 May 1993 02:52:25 +0000 (18:52 -0800)]
put in sccs keywords line

SCCS-vsn: usr.sbin/timed/timed/pathnames.h 5.6

31 years agonew version from Vernon Schryver (vjs@sgi.com); see ../timed/CHANGES for details
Keith Bostic [Wed, 12 May 1993 02:51:19 +0000 (18:51 -0800)]
new version from Vernon Schryver (vjs@sgi.com); see ../timed/CHANGES for details

SCCS-vsn: usr.sbin/timed/timed/acksend.c 5.1
SCCS-vsn: usr.sbin/timed/timed/byteorder.c 5.1
SCCS-vsn: usr.sbin/timed/timed/candidate.c 5.1
SCCS-vsn: usr.sbin/timed/timed/correct.c 5.1
SCCS-vsn: usr.sbin/timed/timed/globals.h 5.1
SCCS-vsn: usr.sbin/timed/timed/master.c 5.1
SCCS-vsn: usr.sbin/timed/timed/measure.c 5.1
SCCS-vsn: usr.sbin/timed/timed/networkdelta.c 5.1
SCCS-vsn: usr.sbin/timed/timed/pathnames.h 5.5
SCCS-vsn: usr.sbin/timed/timed/readmsg.c 5.1
SCCS-vsn: usr.sbin/timed/timed/slave.c 5.1
SCCS-vsn: usr.sbin/timed/timed/timed.8 6.7
SCCS-vsn: usr.sbin/timed/timed/timed.c 5.1

31 years agodate and time created 93/05/11 11:50:48 by bostic
Keith Bostic [Wed, 12 May 1993 02:50:48 +0000 (18:50 -0800)]
date and time created 93/05/11 11:50:48 by bostic

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

31 years agodate and time created 93/05/11 11:50:07 by bostic
Keith Bostic [Wed, 12 May 1993 02:50:07 +0000 (18:50 -0800)]
date and time created 93/05/11 11:50:07 by bostic

SCCS-vsn: usr.sbin/timed/timedc/extern.h 5.1

31 years agoput back in keywords ine
Keith Bostic [Wed, 12 May 1993 02:49:56 +0000 (18:49 -0800)]
put back in keywords ine

SCCS-vsn: usr.sbin/timed/timedc/Makefile 5.4

31 years agonew version from Vernon Schryver (vjs@sgi.com); see ../timed/CHANGES for details
Keith Bostic [Wed, 12 May 1993 02:49:37 +0000 (18:49 -0800)]
new version from Vernon Schryver (vjs@sgi.com); see ../timed/CHANGES for details

SCCS-vsn: usr.sbin/timed/timedc/Makefile 5.3
SCCS-vsn: usr.sbin/timed/timedc/cmds.c 5.1
SCCS-vsn: usr.sbin/timed/timedc/cmdtab.c 2.7
SCCS-vsn: usr.sbin/timed/timedc/timedc.8 6.7
SCCS-vsn: usr.sbin/timed/timedc/timedc.c 5.1
SCCS-vsn: usr.sbin/timed/timedc/timedc.h 5.1

31 years agotn3270 works (well, compiles) again
Keith Bostic [Wed, 12 May 1993 01:10:45 +0000 (17:10 -0800)]
tn3270 works (well, compiles) again

SCCS-vsn: usr.bin/Makefile 5.21

31 years agodate and time created 93/05/11 10:05:59 by bostic
Keith Bostic [Wed, 12 May 1993 01:05:59 +0000 (17:05 -0800)]
date and time created 93/05/11 10:05:59 by bostic

SCCS-vsn: usr.bin/tn3270/tools/mkhits/Makefile 5.1

31 years agodate and time created 93/05/11 10:05:55 by bostic
Keith Bostic [Wed, 12 May 1993 01:05:55 +0000 (17:05 -0800)]
date and time created 93/05/11 10:05:55 by bostic

SCCS-vsn: usr.bin/tn3270/tools/mkdstoas/Makefile 5.1

31 years agodate and time created 93/05/11 10:05:48 by bostic
Keith Bostic [Wed, 12 May 1993 01:05:48 +0000 (17:05 -0800)]
date and time created 93/05/11 10:05:48 by bostic

SCCS-vsn: usr.bin/tn3270/tools/mkdctype/Makefile 5.1

31 years agodate and time created 93/05/11 10:05:42 by bostic
Keith Bostic [Wed, 12 May 1993 01:05:42 +0000 (17:05 -0800)]
date and time created 93/05/11 10:05:42 by bostic

SCCS-vsn: usr.bin/tn3270/tools/mkastosc/Makefile 5.1

31 years agodate and time created 93/05/11 10:05:36 by bostic
Keith Bostic [Wed, 12 May 1993 01:05:36 +0000 (17:05 -0800)]
date and time created 93/05/11 10:05:36 by bostic

SCCS-vsn: usr.bin/tn3270/tools/mkastods/Makefile 5.1

31 years agodate and time created 93/05/11 10:05:26 by bostic
Keith Bostic [Wed, 12 May 1993 01:05:26 +0000 (17:05 -0800)]
date and time created 93/05/11 10:05:26 by bostic

SCCS-vsn: usr.bin/tn3270/tools/Makefile 5.1

31 years agodate and time created 93/05/11 10:05:10 by bostic
Keith Bostic [Wed, 12 May 1993 01:05:10 +0000 (17:05 -0800)]
date and time created 93/05/11 10:05:10 by bostic

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

31 years agomake tn3270 compile again
Keith Bostic [Wed, 12 May 1993 01:04:36 +0000 (17:04 -0800)]
make tn3270 compile again

SCCS-vsn: usr.bin/tn3270/sys_curses/telextrn.h 4.3
SCCS-vsn: usr.bin/tn3270/sys_curses/termout.c 4.5

31 years agodate and time created 93/05/11 10:04:18 by bostic
Keith Bostic [Wed, 12 May 1993 01:04:18 +0000 (17:04 -0800)]
date and time created 93/05/11 10:04:18 by bostic

SCCS-vsn: usr.bin/tn3270/mset/Makefile 5.1

31 years agodate and time created 93/05/11 10:02:26 by bostic
Keith Bostic [Wed, 12 May 1993 01:02:26 +0000 (17:02 -0800)]
date and time created 93/05/11 10:02:26 by bostic

SCCS-vsn: usr.bin/tn3270/Makefile.inc 5.1

31 years agodate and time created 93/05/11 10:02:21 by bostic
Keith Bostic [Wed, 12 May 1993 01:02:21 +0000 (17:02 -0800)]
date and time created 93/05/11 10:02:21 by bostic

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

31 years agomake tn3270 compile again
Keith Bostic [Wed, 12 May 1993 01:02:13 +0000 (17:02 -0800)]
make tn3270 compile again

SCCS-vsn: usr.bin/telnet/externs.h 5.6
SCCS-vsn: usr.bin/telnet/tn3270.c 5.4
SCCS-vsn: usr.bin/telnet/commands.c 5.11

31 years agomve telextrn.h into the sys_curses subdirectory
Keith Bostic [Wed, 12 May 1993 00:11:10 +0000 (16:11 -0800)]
mve telextrn.h into the sys_curses subdirectory

SCCS-vsn: usr.bin/telnet/tn3270.c 5.3

31 years agomv telextrn.h into the sys_curses directory, it's the only place it's used
Keith Bostic [Wed, 12 May 1993 00:09:18 +0000 (16:09 -0800)]
mv telextrn.h into the sys_curses directory, it's the only place it's used

SCCS-vsn: usr.bin/tn3270/sys_curses/termout.c 4.4

31 years agoO8 => O7; add Oj
Eric Allman [Tue, 11 May 1993 23:42:24 +0000 (15:42 -0800)]
O8 => O7; add Oj

SCCS-vsn: usr.sbin/sendmail/cf/m4/cf.m4 6.15

31 years ago*file* mailer flags changed
Eric Allman [Tue, 11 May 1993 23:37:32 +0000 (15:37 -0800)]
*file* mailer flags changed

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

31 years agomajor rewrite of alias module; cache name server canonification
Eric Allman [Tue, 11 May 1993 23:35:44 +0000 (15:35 -0800)]
major rewrite of alias module; cache name server canonification
results; O8 => O7; add Oj (MIME format messages); fully qualify EXPN output;
many minor tweaks

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

31 years agoOption 8 => option 7; add Oj (confMIME_FORMAT_ERRORS)
Eric Allman [Tue, 11 May 1993 23:33:22 +0000 (15:33 -0800)]
Option 8 => option 7; add Oj (confMIME_FORMAT_ERRORS)

SCCS-vsn: usr.sbin/sendmail/cf/m4/proto.m4 6.38
SCCS-vsn: usr.sbin/sendmail/cf/m4/version.m4 6.28

31 years agodocument SMTP_MAILER_FLAGS and UUCP_MAILER_FLAGS
Eric Allman [Tue, 11 May 1993 23:32:25 +0000 (15:32 -0800)]
document SMTP_MAILER_FLAGS and UUCP_MAILER_FLAGS

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

31 years agoaliases; update ucbvax to cs
Keith Bostic [Tue, 11 May 1993 23:22:18 +0000 (15:22 -0800)]
aliases; update ucbvax to cs

SCCS-vsn: etc/aliases 5.7

31 years agoavoid some implicit dependencies on NETINET
Eric Allman [Tue, 11 May 1993 23:17:49 +0000 (15:17 -0800)]
avoid some implicit dependencies on NETINET

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

31 years agohave *file* mailer output all appropriate flags
Eric Allman [Tue, 11 May 1993 23:17:29 +0000 (15:17 -0800)]
have *file* mailer output all appropriate flags

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

31 years agodebugging in putheader
Eric Allman [Tue, 11 May 1993 23:17:14 +0000 (15:17 -0800)]
debugging in putheader

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

31 years agoterminate cfdata array with a fully bracketed initializer,
Chris Torek [Tue, 11 May 1993 12:31:16 +0000 (04:31 -0800)]
terminate cfdata array with a fully bracketed initializer,
just to shut up that !@*&# warning from gcc 2.3.3

SCCS-vsn: usr.sbin/config.new/mkioconf.c 5.5

31 years agoadded "sys/time.h" to pmax ioconf.c
Ralph Campbell [Tue, 11 May 1993 12:25:34 +0000 (04:25 -0800)]
added "sys/time.h" to pmax ioconf.c

SCCS-vsn: usr.sbin/config/mkioconf.c 5.30

31 years agobreak clustering code out of vfs_bio.c
Kirk McKusick [Tue, 11 May 1993 08:18:32 +0000 (00:18 -0800)]
break clustering code out of vfs_bio.c

SCCS-vsn: sys/kern/vfs_cluster.c 7.60
SCCS-vsn: sys/kern/vfs_bio.c 7.60

31 years agodelete bogus lseek definition
Kirk McKusick [Tue, 11 May 1993 07:59:48 +0000 (23:59 -0800)]
delete bogus lseek definition

SCCS-vsn: sbin/fsck/utilities.c 5.35

31 years agobreak clustering out of vfs_bio.c into vfs_cluster.c
Kirk McKusick [Tue, 11 May 1993 07:03:36 +0000 (23:03 -0800)]
break clustering out of vfs_bio.c into vfs_cluster.c

SCCS-vsn: sys/conf/files.newconf 7.5
SCCS-vsn: sys/conf/files 7.49

31 years agoadd sysctl debugging flag to print out buffer stats
Kirk McKusick [Tue, 11 May 1993 07:02:13 +0000 (23:02 -0800)]
add sysctl debugging flag to print out buffer stats

SCCS-vsn: sys/kern/vfs_syscalls.c 7.108

31 years agocluster debugging; goes with 7.112.1.2 in ufs/ufs_vnops.c
Kirk McKusick [Tue, 11 May 1993 06:37:34 +0000 (22:37 -0800)]
cluster debugging; goes with 7.112.1.2 in ufs/ufs_vnops.c

SCCS-vsn: sys/kern/vfs_bio.c 7.59.1.1
SCCS-vsn: sys/kern/vfs_cluster.c 7.59.1.1

31 years agouse definitions of user and super-user changeable flags
Kirk McKusick [Tue, 11 May 1993 06:08:16 +0000 (22:08 -0800)]
use definitions of user and super-user changeable flags

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

31 years agoAdd diagnostic check on cluster_rbuild to make sure I/O.
Margo Seltzer [Tue, 11 May 1993 06:02:27 +0000 (22:02 -0800)]
Add diagnostic check on cluster_rbuild to make sure I/O.
Restructure cluster_write. Do not assume that this routine will always get
called to allocate a block.

SCCS-vsn: sys/kern/vfs_bio.c 7.59
SCCS-vsn: sys/kern/vfs_cluster.c 7.59

31 years agomake definitions of user and super-user changeable flags
Kirk McKusick [Tue, 11 May 1993 06:01:20 +0000 (22:01 -0800)]
make definitions of user and super-user changeable flags

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

31 years agoturn down clock rate when kernel is not being profiled
Kirk McKusick [Tue, 11 May 1993 05:30:08 +0000 (21:30 -0800)]
turn down clock rate when kernel is not being profiled

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

31 years agoprettiness police
Keith Bostic [Tue, 11 May 1993 05:01:21 +0000 (21:01 -0800)]
prettiness police

SCCS-vsn: usr.bin/systat/iostat.c 5.12
SCCS-vsn: usr.bin/systat/vmstat.c 5.24

31 years agosysctl has been generalized to contain non-kernel information
Keith Bostic [Tue, 11 May 1993 03:23:21 +0000 (19:23 -0800)]
sysctl has been generalized to contain non-kernel information
add all of the POSIX 1003.1 and 1003.2 variables, document everything

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

31 years ago1.3 -> 1.4
Keith Bostic [Tue, 11 May 1993 03:20:54 +0000 (19:20 -0800)]
1.3 -> 1.4

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

31 years agodelete R_CURSORLOG from the interface (and the code)
Keith Bostic [Tue, 11 May 1993 03:19:58 +0000 (19:19 -0800)]
delete R_CURSORLOG from the interface (and the code)

SCCS-vsn: lib/libc/db/recno/rec_put.c 5.12
SCCS-vsn: lib/libc/db/man/dbopen.3 5.24

31 years agodelete a section of code that, as far as I can tell has no effect
Keith Bostic [Tue, 11 May 1993 03:16:01 +0000 (19:16 -0800)]
delete a section of code that, as far as I can tell has no effect
only AL and DL are used in the scrolling implementation, and setting them to
empty strings means that no scrolling will happen, since the test is against
NULL, not an empty string.  I have no idea what this was supposed to do.

SCCS-vsn: lib/libcurses/setterm.c 5.18

31 years agodon't call startwin() until the last minute, it outputs characters to
Keith Bostic [Tue, 11 May 1993 03:14:35 +0000 (19:14 -0800)]
don't call startwin() until the last minute, it outputs characters to
the screen

SCCS-vsn: lib/libcurses/initscr.c 5.14

31 years agoturn off line buffering in __startwin(), turn it back on in endwin()
Keith Bostic [Tue, 11 May 1993 03:13:53 +0000 (19:13 -0800)]
turn off line buffering in __startwin(), turn it back on in endwin()

SCCS-vsn: lib/libcurses/tty.c 5.10

31 years agodelete R_CURSORLOG
Keith Bostic [Tue, 11 May 1993 02:59:55 +0000 (18:59 -0800)]
delete R_CURSORLOG

SCCS-vsn: lib/libc/db/test/dbtest.c 5.15
SCCS-vsn: include/db.h 5.22

31 years agostrip spaces off of beginning of message-id (in case it was folded)
Eric Allman [Mon, 10 May 1993 22:55:34 +0000 (14:55 -0800)]
strip spaces off of beginning of message-id (in case it was folded)
before logging

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

31 years agosupport for sequential swap devices and concatonated disks
Mike Hibler [Mon, 10 May 1993 12:24:11 +0000 (04:24 -0800)]
support for sequential swap devices and concatonated disks

SCCS-vsn: usr.sbin/config/config.h 5.19
SCCS-vsn: usr.sbin/config/lang.l 5.10
SCCS-vsn: usr.sbin/config/main.c 5.21
SCCS-vsn: usr.sbin/config/mkioconf.c 5.29
SCCS-vsn: usr.sbin/config/config.y 5.19
SCCS-vsn: usr.sbin/config/mkswapconf.c 5.12

31 years agocorrectly count # of devices when units may be out of order
Mike Hibler [Mon, 10 May 1993 12:12:11 +0000 (04:12 -0800)]
correctly count # of devices when units may be out of order

SCCS-vsn: usr.sbin/config/mkheaders.c 5.10

31 years agocleanup, integrate with new pseudo-device interface
Mike Hibler [Mon, 10 May 1993 11:06:58 +0000 (03:06 -0800)]
cleanup, integrate with new pseudo-device interface

SCCS-vsn: sys/dev/cd.c 7.7

31 years agoconcatonated disk support moved to cd.c
Mike Hibler [Mon, 10 May 1993 11:04:37 +0000 (03:04 -0800)]
concatonated disk support moved to cd.c

SCCS-vsn: sys/hp300/hp300/autoconf.c 7.11

31 years agoadded dec_label program
Ralph Campbell [Mon, 10 May 1993 09:11:01 +0000 (01:11 -0800)]
added dec_label program

SCCS-vsn: sys/pmax/stand/Makefile 5.6

31 years agodate and time created 93/05/09 18:09:59 by ralph
Ralph Campbell [Mon, 10 May 1993 09:09:59 +0000 (01:09 -0800)]
date and time created 93/05/09 18:09:59 by ralph

SCCS-vsn: sys/pmax/stand/dec_label.c 7.1

31 years agoadded DEC disk partition info back in.
Ralph Campbell [Mon, 10 May 1993 09:06:56 +0000 (01:06 -0800)]
added DEC disk partition info back in.

SCCS-vsn: sys/pmax/stand/dec_boot.h 7.3

31 years agopass the PROM entry point vector to the loaded program.
Ralph Campbell [Mon, 10 May 1993 09:05:26 +0000 (01:05 -0800)]
pass the PROM entry point vector to the loaded program.

SCCS-vsn: sys/pmax/stand/boot.c 7.9

31 years agonew improved pmap changes
Ralph Campbell [Mon, 10 May 1993 09:02:41 +0000 (01:02 -0800)]
new improved pmap changes

SCCS-vsn: sys/pmax/pmax/genassym.c 7.5
SCCS-vsn: sys/pmax/pmax/pmap.c 7.14
SCCS-vsn: sys/pmax/include/pmap.h 7.7
SCCS-vsn: sys/pmax/include/pte.h 7.3
SCCS-vsn: sys/pmax/include/param.h 7.10

31 years agodelete extra space
Ralph Campbell [Mon, 10 May 1993 08:48:05 +0000 (00:48 -0800)]
delete extra space

SCCS-vsn: sys/pmax/pmax/autoconf.c 7.11

31 years agonew improved pmap changes
Ralph Campbell [Mon, 10 May 1993 08:46:36 +0000 (00:46 -0800)]
new improved pmap changes

SCCS-vsn: sys/pmax/pmax/machdep.c 7.20
SCCS-vsn: sys/pmax/pmax/trap.c 7.17
SCCS-vsn: sys/pmax/pmax/locore.s 7.15

31 years agoupdate bpf stuff from hp300/dev/if_le.c
Ralph Campbell [Mon, 10 May 1993 08:37:28 +0000 (00:37 -0800)]
update bpf stuff from hp300/dev/if_le.c

SCCS-vsn: sys/pmax/dev/if_le.c 7.10

31 years agodate and time created 93/05/09 17:32:52 by ralph
Ralph Campbell [Mon, 10 May 1993 08:32:52 +0000 (00:32 -0800)]
date and time created 93/05/09 17:32:52 by ralph

SCCS-vsn: sys/pmax/conf/GENERIC.pmax 7.1

31 years agoupdate for changes to config
Ralph Campbell [Mon, 10 May 1993 08:29:47 +0000 (00:29 -0800)]
update for changes to config

SCCS-vsn: sys/pmax/conf/MAXP 7.2

31 years agodate and time created 93/05/09 17:28:05 by ralph
Ralph Campbell [Mon, 10 May 1993 08:28:05 +0000 (00:28 -0800)]
date and time created 93/05/09 17:28:05 by ralph

SCCS-vsn: sys/pmax/conf/MAXP 7.1