unix-history/.git
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

31 years agoadded offsets for partitions.
Ralph Campbell [Mon, 10 May 1993 08:23:22 +0000 (00:23 -0800)]
added offsets for partitions.

SCCS-vsn: etc/etc.pmax/disktab 5.6

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

SCCS-vsn: sys/pmax/include/pcb.h 7.3

31 years agofix definitions for USRTEXT and LOWPAGES for a.out programs.
Ralph Campbell [Mon, 10 May 1993 07:08:37 +0000 (23:08 -0800)]
fix definitions for USRTEXT and LOWPAGES for a.out programs.

SCCS-vsn: sys/pmax/include/vmparam.h 7.3

31 years agofix profiling defs for locore.s and config -p
Ralph Campbell [Mon, 10 May 1993 07:06:58 +0000 (23:06 -0800)]
fix profiling defs for locore.s and config -p

SCCS-vsn: sys/pmax/include/machAsmDefs.h 7.6

31 years agouse non-profiled entry point for splhigh() and splx()
Ralph Campbell [Mon, 10 May 1993 07:05:25 +0000 (23:05 -0800)]
use non-profiled entry point for splhigh() and splx()

SCCS-vsn: sys/pmax/include/profile.h 7.5

31 years agouse comments after #endif
Ralph Campbell [Mon, 10 May 1993 07:02:01 +0000 (23:02 -0800)]
use comments after #endif

SCCS-vsn: sys/pmax/pmax/turbochannel.h 7.3
SCCS-vsn: sys/pmax/pmax/asic.h 7.3
SCCS-vsn: sys/pmax/pmax/kn01.h 7.2
SCCS-vsn: sys/pmax/pmax/kn02.h 7.2

31 years agonew improved pmap changes
Ralph Campbell [Mon, 10 May 1993 06:59:44 +0000 (22:59 -0800)]
new improved pmap changes

SCCS-vsn: sys/pmax/pmax/vm_machdep.c 7.7

31 years agorecognize boot devices with strings like '5/rz0/vmunix'.
Ralph Campbell [Mon, 10 May 1993 06:56:58 +0000 (22:56 -0800)]
recognize boot devices with strings like '5/rz0/vmunix'.

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

31 years agofix cursor bit order
Ralph Campbell [Mon, 10 May 1993 06:50:36 +0000 (22:50 -0800)]
fix cursor bit order

SCCS-vsn: sys/pmax/dev/cfb.c 7.9

31 years agouse comments after #endif
Ralph Campbell [Mon, 10 May 1993 06:49:14 +0000 (22:49 -0800)]
use comments after #endif

SCCS-vsn: sys/pmax/dev/scsi.h 7.4
SCCS-vsn: sys/pmax/dev/rz.c 7.9

31 years agocorrectly define idle loop
Kirk McKusick [Mon, 10 May 1993 02:50:53 +0000 (18:50 -0800)]
correctly define idle loop

SCCS-vsn: sys/hp300/hp300/locore.s 7.26

31 years agolike ffs, do not need to do explicit ufs_ihashrem as it will be
Kirk McKusick [Mon, 10 May 1993 01:40:11 +0000 (17:40 -0800)]
like ffs, do not need to do explicit ufs_ihashrem as it will be
done by vput when calling ufs_inactive with mode zero which then
calls ufs_reclaim

SCCS-vsn: sys/ufs/lfs/lfs_vfsops.c 7.92

31 years agodo not need to do explicit ufs_ihashrem as it will be done when vput
Kirk McKusick [Mon, 10 May 1993 01:32:19 +0000 (17:32 -0800)]
do not need to do explicit ufs_ihashrem as it will be done when vput
calls ufs_inactive which since mode is zero will call ufs_reclaim

SCCS-vsn: sys/ufs/ffs/ffs_vfsops.c 7.86

31 years agoignore ourselves in the run queue
Kirk McKusick [Sun, 9 May 1993 09:46:47 +0000 (01:46 -0800)]
ignore ourselves in the run queue

SCCS-vsn: usr.bin/systat/vmstat.c 5.23
SCCS-vsn: usr.bin/vmstat/vmstat.c 5.44

31 years agodate and time created 93/05/08 11:04:58 by hibler
Mike Hibler [Sun, 9 May 1993 02:04:58 +0000 (18:04 -0800)]
date and time created 93/05/08 11:04:58 by hibler

SCCS-vsn: contrib/emacs-18.57/Makefile 5.1

31 years agodate and time created 93/05/08 10:58:24 by hibler
Mike Hibler [Sun, 9 May 1993 01:58:24 +0000 (17:58 -0800)]
date and time created 93/05/08 10:58:24 by hibler

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

31 years agodate and time created 93/05/08 10:58:18 by hibler
Mike Hibler [Sun, 9 May 1993 01:58:18 +0000 (17:58 -0800)]
date and time created 93/05/08 10:58:18 by hibler

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

31 years agodate and time created 93/05/08 10:30:40 by hibler
Mike Hibler [Sun, 9 May 1993 01:30:40 +0000 (17:30 -0800)]
date and time created 93/05/08 10:30:40 by hibler

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

31 years agodate and time created 93/05/08 10:01:35 by hibler
Mike Hibler [Sun, 9 May 1993 01:01:35 +0000 (17:01 -0800)]
date and time created 93/05/08 10:01:35 by hibler

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

31 years agodate and time created 93/05/08 09:49:09 by hibler
Mike Hibler [Sun, 9 May 1993 00:49:09 +0000 (16:49 -0800)]
date and time created 93/05/08 09:49:09 by hibler

SCCS-vsn: contrib/emacs-18.57/src/Makefile 5.1

31 years agodate and time created 93/05/08 09:40:12 by hibler
Mike Hibler [Sun, 9 May 1993 00:40:12 +0000 (16:40 -0800)]
date and time created 93/05/08 09:40:12 by hibler

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

31 years agodate and time created 93/05/08 09:29:53 by hibler
Mike Hibler [Sun, 9 May 1993 00:29:53 +0000 (16:29 -0800)]
date and time created 93/05/08 09:29:53 by hibler

SCCS-vsn: contrib/emacs-18.57/src/m-hp9000s300.h 5.1

31 years agodate and time created 93/05/08 09:25:51 by hibler
Mike Hibler [Sun, 9 May 1993 00:25:51 +0000 (16:25 -0800)]
date and time created 93/05/08 09:25:51 by hibler

SCCS-vsn: contrib/emacs-18.57/src/s-bsd4-4.h 5.1

31 years agoavoid redef of TRUE/FALSE
Mike Hibler [Sat, 8 May 1993 22:47:10 +0000 (14:47 -0800)]
avoid redef of TRUE/FALSE

SCCS-vsn: old/adb/adb.hp300/defs.h 5.2

31 years agoget rid of unmatched quote so ANSI cpp doesn't barf
Mike Hibler [Sat, 8 May 1993 22:46:43 +0000 (14:46 -0800)]
get rid of unmatched quote so ANSI cpp doesn't barf

SCCS-vsn: old/adb/adb.hp300/runpcs.c 5.2

31 years agodon't unlink directories (see job.c SCCS rev 5.16)
Mike Hibler [Sat, 8 May 1993 10:02:24 +0000 (02:02 -0800)]
don't unlink directories (see job.c SCCS rev 5.16)

SCCS-vsn: usr.bin/make/compat.c 5.9

31 years agoprotect against multiple inclusion
Kirk McKusick [Sat, 8 May 1993 07:02:27 +0000 (23:02 -0800)]
protect against multiple inclusion

SCCS-vsn: sys/pmax/include/endian.h 7.10

31 years agofix lookback bug in network interrupt handling (from cgd@postgres)
Kirk McKusick [Sat, 8 May 1993 06:19:15 +0000 (22:19 -0800)]
fix lookback bug in network interrupt handling (from cgd@postgres)

SCCS-vsn: sys/i386/isa/isa.c 7.5

31 years agoendian.h now protects itself
Kirk McKusick [Sat, 8 May 1993 05:53:21 +0000 (21:53 -0800)]
endian.h now protects itself

SCCS-vsn: sys/sys/wait.h 7.19

31 years agono need to include endian.h as it is brought in by types.h
Kirk McKusick [Sat, 8 May 1993 05:52:59 +0000 (21:52 -0800)]
no need to include endian.h as it is brought in by types.h

SCCS-vsn: sys/sys/vnode.h 7.69

31 years agomake safe for multiple includes
Kirk McKusick [Sat, 8 May 1993 05:49:05 +0000 (21:49 -0800)]
make safe for multiple includes

SCCS-vsn: sys/hp300/include/endian.h 7.10

31 years agocksum.c is now generic
Kirk McKusick [Sat, 8 May 1993 05:44:10 +0000 (21:44 -0800)]
cksum.c is now generic

SCCS-vsn: usr.sbin/timed/timed/Makefile 5.12

31 years agodoesn't need to include sys/resource.h anymore
Mike Hibler [Sat, 8 May 1993 05:13:15 +0000 (21:13 -0800)]
doesn't need to include sys/resource.h anymore

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

31 years agocheck the right header (from BSDI)
Kirk McKusick [Sat, 8 May 1993 04:56:54 +0000 (20:56 -0800)]
check the right header (from BSDI)

SCCS-vsn: sbin/restore/tape.c 5.37

31 years agodate and time created 93/05/07 13:44:19 by hibler
Mike Hibler [Sat, 8 May 1993 04:44:19 +0000 (20:44 -0800)]
date and time created 93/05/07 13:44:19 by hibler

SCCS-vsn: old/adb/adb.hp300/defs.h 5.1

31 years agodate and time created 93/05/07 13:43:31 by hibler
Mike Hibler [Sat, 8 May 1993 04:43:31 +0000 (20:43 -0800)]
date and time created 93/05/07 13:43:31 by hibler

SCCS-vsn: old/adb/adb.hp300/runpcs.c 5.1

31 years agoavoid zero-length record at EOF
Keith Bostic [Sat, 8 May 1993 02:40:45 +0000 (18:40 -0800)]
avoid zero-length record at EOF

SCCS-vsn: lib/libc/db/recno/rec_get.c 5.9

31 years agohandle C++ and struct-values
Chris Torek [Sat, 8 May 1993 02:13:43 +0000 (18:13 -0800)]
handle C++ and struct-values

SCCS-vsn: sys/sparc/include/stdarg.h 7.5
SCCS-vsn: sys/sparc/include/varargs.h 7.5

31 years agomake the sys_ arrays all `const char *const []' (for consistency,
Keith Bostic [Sat, 8 May 1993 01:59:02 +0000 (17:59 -0800)]
make the sys_ arrays all `const char *const []' (for consistency,
and for compatibility with GNU/Cygnus)

SCCS-vsn: lib/libc/gen/siglist.c 5.9

31 years agotype mismatch
Keith Bostic [Sat, 8 May 1993 01:34:24 +0000 (17:34 -0800)]
type mismatch

SCCS-vsn: lib/libc/db/btree/bt_open.c 5.28

31 years agomake __cputchar visible, the back compatibility stuff uses it
Keith Bostic [Sat, 8 May 1993 01:10:49 +0000 (17:10 -0800)]
make __cputchar visible, the back compatibility stuff uses it
bug report 4.4BSD-alpha/include/0

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

31 years agoshut gcc up about large integer constants
Keith Bostic [Sat, 8 May 1993 00:54:28 +0000 (16:54 -0800)]
shut gcc up about large integer constants

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

31 years agomake the sys_ arrays all `const char *const []' (for consistency,
Keith Bostic [Sat, 8 May 1993 00:39:25 +0000 (16:39 -0800)]
make the sys_ arrays all `const char *const []' (for consistency,
and for compatibility with GNU/Cygnus)

SCCS-vsn: include/unistd.h 5.30

31 years agoadd confstr(3)
Keith Bostic [Sat, 8 May 1993 00:38:25 +0000 (16:38 -0800)]
add confstr(3)

SCCS-vsn: include/unistd.h 5.29

31 years agoadd ListenQueueLength daemon option keyword
Eric Allman [Fri, 7 May 1993 23:56:57 +0000 (15:56 -0800)]
add ListenQueueLength daemon option keyword

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

31 years agomake the sys_ arrays all `const char *const []' (for consistency,
Chris Torek [Fri, 7 May 1993 23:47:39 +0000 (15:47 -0800)]
make the sys_ arrays all `const char *const []' (for consistency,
and for compatibility with GNU/Cygnus)

SCCS-vsn: include/signal.h 5.6
SCCS-vsn: include/stdio.h 5.25

31 years agoGNU put in the extra const, there's no reason to not have it...
Keith Bostic [Fri, 7 May 1993 23:31:38 +0000 (15:31 -0800)]
GNU put in the extra const, there's no reason to not have it...

SCCS-vsn: include/signal.h 5.6

31 years agoadd ListenQueueSize keyword to O (Daemon Options) option
Eric Allman [Fri, 7 May 1993 22:38:00 +0000 (14:38 -0800)]
add ListenQueueSize keyword to O (Daemon Options) option

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

31 years agoget lseek declaration from <unistd.h>, so that we get the right one
Chris Torek [Fri, 7 May 1993 22:37:25 +0000 (14:37 -0800)]
get lseek declaration from <unistd.h>, so that we get the right one

SCCS-vsn: games/hack/hack.save.c 5.2

31 years agolint, prototype, get past -Wall (it all started with lseek...)
Chris Torek [Fri, 7 May 1993 21:38:22 +0000 (13:38 -0800)]
lint, prototype, get past -Wall (it all started with lseek...)

SCCS-vsn: old/boggle/boggle.c 5.7

31 years agoadd security routines iskmemdev, isdisk, and chrtoblk
Kazumasa Utashiro [Fri, 7 May 1993 20:41:11 +0000 (12:41 -0800)]
add security routines iskmemdev, isdisk, and chrtoblk

SCCS-vsn: sys/news3400/news3400/conf.c 7.5

31 years agorearrange and generally make more like HP300 generic
Chris Torek [Fri, 7 May 1993 16:20:30 +0000 (08:20 -0800)]
rearrange and generally make more like HP300 generic

SCCS-vsn: sys/sparc/conf/GENERIC.sparc 7.2

31 years agorewrite: always allocate buffer immediately; always honor user
Chris Torek [Fri, 7 May 1993 13:48:01 +0000 (05:48 -0800)]
rewrite: always allocate buffer immediately; always honor user
mode flags; set fseek optimization iff new buffer is proper size

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

31 years agosplit out buffer size and tty determination code for setvbuf
Chris Torek [Fri, 7 May 1993 13:44:16 +0000 (05:44 -0800)]
split out buffer size and tty determination code for setvbuf
(add new function __swhatbuf)

SCCS-vsn: lib/libc/stdio/makebuf.c 5.3

31 years agoadd __swhatbuf, internal routine for determining "proper" buffering
Chris Torek [Fri, 7 May 1993 13:41:47 +0000 (05:41 -0800)]
add __swhatbuf, internal routine for determining "proper" buffering

SCCS-vsn: lib/libc/stdio/local.h 5.3

31 years agoAdded CE for clear to end of line.
Elan Amir [Fri, 7 May 1993 07:46:29 +0000 (23:46 -0800)]
Added CE for clear to end of line.

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

31 years agoRefresh() does not modify ISPASTEOL.
Elan Amir [Fri, 7 May 1993 07:01:04 +0000 (23:01 -0800)]
Refresh() does not modify ISPASTEOL.

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

31 years agoMust take into account ISPASTEOL when clearing.
Elan Amir [Fri, 7 May 1993 07:00:30 +0000 (23:00 -0800)]
Must take into account ISPASTEOL when clearing.

SCCS-vsn: lib/libcurses/clrtobot.c 5.13
SCCS-vsn: lib/libcurses/clrtoeol.c 5.11

31 years agoanother shot at fixing the SIZE_T_MAX test
Keith Bostic [Fri, 7 May 1993 06:29:59 +0000 (22:29 -0800)]
another shot at fixing the SIZE_T_MAX test

SCCS-vsn: lib/libc/db/recno/rec_open.c 5.17

31 years agomake defn of usage() match prototype
Mike Hibler [Fri, 7 May 1993 06:20:12 +0000 (22:20 -0800)]
make defn of usage() match prototype

SCCS-vsn: sbin/restore/main.c 5.13

31 years agodate and time created 93/05/06 15:07:19 by bostic
Keith Bostic [Fri, 7 May 1993 06:07:19 +0000 (22:07 -0800)]
date and time created 93/05/06 15:07:19 by bostic

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

31 years agodate and time created 93/05/06 15:07:01 by bostic
Keith Bostic [Fri, 7 May 1993 06:07:01 +0000 (22:07 -0800)]
date and time created 93/05/06 15:07:01 by bostic

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

31 years agomake _PATH_STDPATH include *everything*
Keith Bostic [Fri, 7 May 1993 06:05:48 +0000 (22:05 -0800)]
make _PATH_STDPATH include *everything*

SCCS-vsn: include/paths.h 5.19

31 years ago_OLD_SENDMAIL_ compatibility
Eric Allman [Fri, 7 May 1993 05:44:41 +0000 (21:44 -0800)]
_OLD_SENDMAIL_ compatibility

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

31 years agoadd SMTP_MAILER_FLAGS and UUCP_MAILER_FLAGS
Eric Allman [Fri, 7 May 1993 05:37:16 +0000 (21:37 -0800)]
add SMTP_MAILER_FLAGS and UUCP_MAILER_FLAGS

SCCS-vsn: usr.sbin/sendmail/cf/mailer/local.m4 6.8
SCCS-vsn: usr.sbin/sendmail/cf/mailer/smtp.m4 6.9
SCCS-vsn: usr.sbin/sendmail/cf/mailer/uucp.m4 6.12

31 years agoavoid unnecessary hangs
Kirk McKusick [Fri, 7 May 1993 05:36:25 +0000 (21:36 -0800)]
avoid unnecessary hangs

SCCS-vsn: bin/df/df.c 5.35

31 years agoput whereis back in the main tree
Keith Bostic [Fri, 7 May 1993 05:17:57 +0000 (21:17 -0800)]
put whereis back in the main tree

SCCS-vsn: usr.bin/Makefile 5.20

31 years agomove whereis back into the main tree
Keith Bostic [Fri, 7 May 1993 05:17:30 +0000 (21:17 -0800)]
move whereis back into the main tree

SCCS-vsn: old/Makefile 5.36

31 years agodocument O8 => O7 change, j (MIME Encapsulation) option, expanded A option
Eric Allman [Fri, 7 May 1993 05:06:15 +0000 (21:06 -0800)]
document O8 => O7 change, j (MIME Encapsulation) option, expanded A option

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

31 years agodocument change in alias file syntax
Eric Allman [Fri, 7 May 1993 04:57:01 +0000 (20:57 -0800)]
document change in alias file syntax

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

31 years agoFixed SCROLLWIN problems: don't output last character of window
Elan Amir [Fri, 7 May 1993 04:39:39 +0000 (20:39 -0800)]
Fixed SCROLLWIN problems: don't output last character of window
until first character on next line is output.

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

31 years agoupdate for pwd bug from Rick Macklem
Kirk McKusick [Fri, 7 May 1993 04:22:06 +0000 (20:22 -0800)]
update for pwd bug from Rick Macklem

SCCS-vsn: sys/nfs/nfs_vfsops.c 7.51

31 years agoallow comma separated A option(s)
Eric Allman [Fri, 7 May 1993 03:58:12 +0000 (19:58 -0800)]
allow comma separated A option(s)

SCCS-vsn: usr.sbin/sendmail/src/alias.c 6.45

31 years agoadd support for "maxgroups" option
Mike Hibler [Fri, 7 May 1993 03:50:48 +0000 (19:50 -0800)]
add support for "maxgroups" option

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

31 years agocleanup for NIS and general usability
Eric Allman [Fri, 7 May 1993 02:28:20 +0000 (18:28 -0800)]
cleanup for NIS and general usability

SCCS-vsn: usr.sbin/sendmail/src/alias.c 6.44

31 years agodescribe the _POSIX_SAVED_IDS behavior
Keith Bostic [Fri, 7 May 1993 01:48:19 +0000 (17:48 -0800)]
describe the _POSIX_SAVED_IDS behavior

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

31 years agofix bug causing mail to be returned in -bv mode
Eric Allman [Fri, 7 May 1993 01:24:24 +0000 (17:24 -0800)]
fix bug causing mail to be returned in -bv mode

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

31 years agotypo
Keith Bostic [Thu, 6 May 1993 15:58:02 +0000 (07:58 -0800)]
typo

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

31 years agoadd -O flag to usage message, tune minfree message
Kirk McKusick [Thu, 6 May 1993 08:33:01 +0000 (00:33 -0800)]
add -O flag to usage message, tune minfree message

SCCS-vsn: sbin/newfs/newfs.c 6.35

31 years agoadd -O option to build old format filesystems
Kirk McKusick [Thu, 6 May 1993 08:04:17 +0000 (00:04 -0800)]
add -O option to build old format filesystems

SCCS-vsn: sbin/newfs/newfs.8 6.13

31 years agoadd -O flag to build old format filesystems;
Kirk McKusick [Thu, 6 May 1993 08:00:36 +0000 (00:00 -0800)]
add -O flag to build old format filesystems;
set default minfree to 5%;
set default maxcontig to MINPHYS / bsize

SCCS-vsn: sbin/newfs/newfs.c 6.34
SCCS-vsn: sbin/newfs/mkfs.c 6.30

31 years agoKERN_NO_TRUNC is true, we don't truncate file names
Kirk McKusick [Thu, 6 May 1993 06:45:28 +0000 (22:45 -0800)]
KERN_NO_TRUNC is true, we don't truncate file names

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

31 years agouse fts_errno field, stat may not have been called
Keith Bostic [Thu, 6 May 1993 04:03:43 +0000 (20:03 -0800)]
use fts_errno field, stat may not have been called

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

31 years agofixes for problems causing mail to be both sent and rejected
Eric Allman [Thu, 6 May 1993 03:06:32 +0000 (19:06 -0800)]
fixes for problems causing mail to be both sent and rejected

SCCS-vsn: usr.sbin/sendmail/src/parseaddr.c 6.50
SCCS-vsn: usr.sbin/sendmail/src/srvrsmtp.c 6.52

31 years agofix VRFY and EXPN output to have fully qualified names
Eric Allman [Wed, 5 May 1993 23:40:37 +0000 (15:40 -0800)]
fix VRFY and EXPN output to have fully qualified names

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

31 years agocreate dead.letter with FileMode instead of 0666
Eric Allman [Wed, 5 May 1993 23:11:29 +0000 (15:11 -0800)]
create dead.letter with FileMode instead of 0666

SCCS-vsn: usr.sbin/sendmail/src/collect.c 6.16
SCCS-vsn: usr.sbin/sendmail/src/savemail.c 6.40
SCCS-vsn: usr.sbin/sendmail/src/util.c 6.18
SCCS-vsn: usr.sbin/sendmail/src/deliver.c 6.72

31 years agochange prototype for dfopen
Eric Allman [Wed, 5 May 1993 22:51:11 +0000 (14:51 -0800)]
change prototype for dfopen

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

31 years agoO8 => O7; add Oj
Eric Allman [Wed, 5 May 1993 22:12:37 +0000 (14:12 -0800)]
O8 => O7; add Oj

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

31 years agoadd references to MIME documents
Eric Allman [Wed, 5 May 1993 22:11:03 +0000 (14:11 -0800)]
add references to MIME documents

SCCS-vsn: usr.sbin/sendmail/READ_ME 6.8

31 years agoadd missing return value.
Jan-Simon Pendry [Wed, 5 May 1993 20:22:31 +0000 (12:22 -0800)]
add missing return value.

SCCS-vsn: sys/deprecated/lofs/lofs_subr.c 7.2

31 years agoadd security routines iskmemdev, isdisk, and chrtoblk
Chris Torek [Wed, 5 May 1993 17:44:36 +0000 (09:44 -0800)]
add security routines iskmemdev, isdisk, and chrtoblk

SCCS-vsn: sys/sparc/sparc/conf.c 7.5
SCCS-vsn: sys/sparc/sparc/conf.c 7.5

31 years agoadd hardware assist for segment and context flush;
Chris Torek [Wed, 5 May 1993 17:36:20 +0000 (09:36 -0800)]
add hardware assist for segment and context flush;
just call seg/ctx flush code from range flush, as needed

SCCS-vsn: sys/sparc/sparc/cache.c 7.6