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

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