unix-history/.git
32 years agounlock while waiting for data (from forys@cs.utah.edu)
Kirk McKusick [Fri, 10 Apr 1992 06:22:58 +0000 (22:22 -0800)]
unlock while waiting for data (from forys@cs.utah.edu)

SCCS-vsn: sys/miscfs/fifofs/fifo_vnops.c 7.11

32 years agoremove the rest of the typedef's
Keith Bostic [Thu, 9 Apr 1992 06:08:02 +0000 (22:08 -0800)]
remove the rest of the typedef's

SCCS-vsn: sys/ufs/lfs/lfs.h 7.12
SCCS-vsn: sys/ufs/lfs/lfs_bio.c 7.8
SCCS-vsn: sys/ufs/lfs/lfs_debug.c 7.5
SCCS-vsn: sys/ufs/lfs/lfs_extern.h 7.11

32 years agoreacquire the dirtyblk list if write a segment during traversal;
Carl Staelin [Thu, 9 Apr 1992 05:44:32 +0000 (21:44 -0800)]
reacquire the dirtyblk list if write a segment during traversal;
shouldn't be necessary, but not expensive and defensive

SCCS-vsn: sys/ufs/lfs/lfs_segment.c 7.16

32 years agodelete unnecessary test; check depth in case drop out of loop early
Carl Staelin [Thu, 9 Apr 1992 05:43:46 +0000 (21:43 -0800)]
delete unnecessary test; check depth in case drop out of loop early

SCCS-vsn: sys/ufs/lfs/lfs_inode.c 7.59

32 years agodon't reassign multiple times; quick hack, don't reassign ifile at all
Carl Staelin [Thu, 9 Apr 1992 05:42:40 +0000 (21:42 -0800)]
don't reassign multiple times; quick hack, don't reassign ifile at all

SCCS-vsn: sys/ufs/lfs/lfs_bio.c 7.7

32 years agowordsmithing
Keith Bostic [Thu, 9 Apr 1992 00:05:52 +0000 (16:05 -0800)]
wordsmithing

SCCS-vsn: etc/security 5.18

32 years agoupdate
Keith Bostic [Thu, 9 Apr 1992 00:01:17 +0000 (16:01 -0800)]
update

SCCS-vsn: etc/mtree/special 5.2

32 years agochange disk checks to be more concise; don't report anything but name
Keith Bostic [Thu, 9 Apr 1992 00:00:44 +0000 (16:00 -0800)]
change disk checks to be more concise; don't report anything but name
changes for character devices

SCCS-vsn: etc/security 5.17

32 years agoadd mtree/special
Keith Bostic [Wed, 8 Apr 1992 23:29:18 +0000 (15:29 -0800)]
add mtree/special

SCCS-vsn: etc/Makefile 5.12

32 years agobreak kvm routines out of libutil
Keith Bostic [Wed, 8 Apr 1992 23:26:36 +0000 (15:26 -0800)]
break kvm routines out of libutil

SCCS-vsn: lib/Makefile 5.27

32 years agouse -lkvm, now
Keith Bostic [Wed, 8 Apr 1992 23:26:12 +0000 (15:26 -0800)]
use -lkvm, now

SCCS-vsn: bin/ps/Makefile 5.9

32 years agodate and time created 92/04/08 08:25:36 by bostic
Keith Bostic [Wed, 8 Apr 1992 23:25:36 +0000 (15:25 -0800)]
date and time created 92/04/08 08:25:36 by bostic

SCCS-vsn: lib/libkvm/Makefile 5.1

32 years agocreate libkvm
Keith Bostic [Wed, 8 Apr 1992 23:22:21 +0000 (15:22 -0800)]
create libkvm

SCCS-vsn: share/mk/bsd.prog.mk 5.31

32 years agonotice dbm_open failures rather than blindly using NULL
Chris Torek [Wed, 8 Apr 1992 18:02:35 +0000 (10:02 -0800)]
notice dbm_open failures rather than blindly using NULL

SCCS-vsn: lib/libkvm/kvm.c 5.24

32 years agodon't visit a directory after removing it; bug report net2/etc/0
Keith Bostic [Wed, 8 Apr 1992 07:02:29 +0000 (23:02 -0800)]
don't visit a directory after removing it; bug report net2/etc/0

SCCS-vsn: etc/rc 5.30

32 years agouse the stat mask for the bit names
Keith Bostic [Tue, 7 Apr 1992 23:52:42 +0000 (15:52 -0800)]
use the stat mask for the bit names

SCCS-vsn: lib/libc/sys/umask.2 6.3

32 years agoblock all the signals that can be blocked while the umask is modified
Keith Bostic [Tue, 7 Apr 1992 23:49:39 +0000 (15:49 -0800)]
block all the signals that can be blocked while the umask is modified

SCCS-vsn: lib/libc/gen/setmode.c 5.11

32 years agolots of changes, lots of cleanups
Keith Bostic [Tue, 7 Apr 1992 11:04:51 +0000 (03:04 -0800)]
lots of changes, lots of cleanups

SCCS-vsn: etc/security 5.16

32 years agoIf I had brains, I'd be a fuckin' menace.
Keith Bostic [Tue, 7 Apr 1992 10:06:45 +0000 (02:06 -0800)]
If I had brains, I'd be a fuckin' menace.

SCCS-vsn: usr.bin/join/join.c 5.4

32 years ago1,$s/exit()/exit(0)/
Chris Torek [Sat, 4 Apr 1992 11:51:23 +0000 (03:51 -0800)]
1,$s/exit()/exit(0)/

SCCS-vsn: sbin/mount_nfs/mount_nfs.c 5.4

32 years agoupdate from Steve McCanne for Sun compatible kvm
Kirk McKusick [Sat, 4 Apr 1992 07:24:03 +0000 (23:24 -0800)]
update from Steve McCanne for Sun compatible kvm

SCCS-vsn: usr.bin/w/w.c 5.32
SCCS-vsn: usr.bin/w/Makefile 5.7

32 years agoupdate from Chris Torek to add argument pointer at known location
Kirk McKusick [Sat, 4 Apr 1992 05:57:59 +0000 (21:57 -0800)]
update from Chris Torek to add argument pointer at known location

SCCS-vsn: sys/kern/kern_exec.c 7.54
SCCS-vsn: sys/hp300/hp300/machdep.c 7.24

32 years agofrom Steve McCanne
Kirk McKusick [Sat, 4 Apr 1992 05:56:23 +0000 (21:56 -0800)]
from Steve McCanne

SCCS-vsn: bin/ps/fmt.c 5.1

32 years agoupdate from Steve McCanne for Sun compatible kvm
Kirk McKusick [Sat, 4 Apr 1992 05:55:48 +0000 (21:55 -0800)]
update from Steve McCanne for Sun compatible kvm

SCCS-vsn: lib/libutil/Makefile 5.11
SCCS-vsn: lib/libkvm/kvm.c 5.23
SCCS-vsn: lib/libkvm/kvm_proc.c 5.23
SCCS-vsn: lib/libkvm/kvm_hp300.c 5.23
SCCS-vsn: bin/ps/nlist.c 5.6
SCCS-vsn: bin/ps/ps.c 5.45
SCCS-vsn: bin/ps/Makefile 5.8
SCCS-vsn: bin/ps/ps.h 5.4
SCCS-vsn: bin/ps/print.c 5.10

32 years agodon't put fts_open in the error message
Keith Bostic [Fri, 3 Apr 1992 05:18:02 +0000 (21:18 -0800)]
don't put fts_open in the error message

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

32 years agodot shouldn't be in root's path at all
Keith Bostic [Fri, 3 Apr 1992 05:15:06 +0000 (21:15 -0800)]
dot shouldn't be in root's path at all

SCCS-vsn: etc/root/dot.cshrc 5.4
SCCS-vsn: etc/root/dot.profile 5.3

32 years agodate and time created 92/04/02 14:05:25 by bostic
Keith Bostic [Fri, 3 Apr 1992 05:05:25 +0000 (21:05 -0800)]
date and time created 92/04/02 14:05:25 by bostic

SCCS-vsn: sbin/nologin/nologin.sh 5.1

32 years agodate and time created 92/04/02 14:05:20 by bostic
Keith Bostic [Fri, 3 Apr 1992 05:05:20 +0000 (21:05 -0800)]
date and time created 92/04/02 14:05:20 by bostic

SCCS-vsn: sbin/nologin/Makefile 5.1

32 years agoformat fixes
Kirk McKusick [Thu, 2 Apr 1992 10:14:26 +0000 (02:14 -0800)]
format fixes

SCCS-vsn: lib/libkvm/kvm_nlist.3 5.2

32 years agofix all references to __fdnlist
Kirk McKusick [Thu, 2 Apr 1992 10:10:07 +0000 (02:10 -0800)]
fix all references to __fdnlist

SCCS-vsn: lib/libc/gen/nlist.c 5.10
SCCS-vsn: lib/libc/mips/gen/nlist.c 5.10

32 years agofrom Steve McCanne
Kirk McKusick [Thu, 2 Apr 1992 09:44:50 +0000 (01:44 -0800)]
from Steve McCanne

SCCS-vsn: lib/libkvm/kvm.3 5.1
SCCS-vsn: lib/libkvm/kvm_geterr.3 5.1
SCCS-vsn: lib/libkvm/kvm_nlist.3 5.1
SCCS-vsn: lib/libkvm/kvm_getprocs.3 5.1
SCCS-vsn: lib/libkvm/kvm_open.3 5.1
SCCS-vsn: lib/libkvm/kvm_sparc.c 5.1
SCCS-vsn: lib/libkvm/kvm_private.h 5.1

32 years agofix LBL contrib notice
Kirk McKusick [Thu, 2 Apr 1992 09:13:12 +0000 (01:13 -0800)]
fix LBL contrib notice

SCCS-vsn: sys/sys/device.h 7.2
SCCS-vsn: sys/sys/fbio.h 7.2
SCCS-vsn: sys/kern/subr_autoconf.c 7.2

32 years agoupdate from Steve McCanne for Sun compatible kvm
Kirk McKusick [Thu, 2 Apr 1992 08:52:45 +0000 (00:52 -0800)]
update from Steve McCanne for Sun compatible kvm

SCCS-vsn: include/kvm.h 5.7

32 years agosplit __fdnlist from nlist, for kvm
Chris Torek [Thu, 2 Apr 1992 08:15:24 +0000 (00:15 -0800)]
split __fdnlist from nlist, for kvm

SCCS-vsn: lib/libc/gen/nlist.c 5.9
SCCS-vsn: lib/libc/mips/gen/nlist.c 5.9

32 years agoanother pass, add NFS export check, writeable disk check
Keith Bostic [Thu, 2 Apr 1992 00:06:21 +0000 (16:06 -0800)]
another pass, add NFS export check, writeable disk check

SCCS-vsn: etc/security 5.15

32 years agoput in a lot more of the reasonable security checks, and some of the
Keith Bostic [Wed, 1 Apr 1992 11:11:12 +0000 (03:11 -0800)]
put in a lot more of the reasonable security checks, and some of the
unreasonable ones

SCCS-vsn: etc/security 5.14

32 years agodon't run if getting nothing from the terminal
Keith Bostic [Wed, 1 Apr 1992 07:39:20 +0000 (23:39 -0800)]
don't run if getting nothing from the terminal

SCCS-vsn: usr.bin/tset/term.c 5.3

32 years agodate and time created 92/03/31 16:20:17 by bostic
Keith Bostic [Wed, 1 Apr 1992 07:20:17 +0000 (23:20 -0800)]
date and time created 92/03/31 16:20:17 by bostic

SCCS-vsn: etc/mtree/special 5.1

32 years agomissing parameter for printf
Keith Bostic [Wed, 1 Apr 1992 07:20:00 +0000 (23:20 -0800)]
missing parameter for printf

SCCS-vsn: usr.sbin/mtree/compare.c 5.10

32 years agodumb bug in apx_probe()
Keith Sklower [Wed, 1 Apr 1992 06:17:38 +0000 (22:17 -0800)]
dumb bug in apx_probe()

SCCS-vsn: sys/i386/isa/if_apx.c 7.9

32 years agoFix the setuid/device scripts, ls -l is a different number of fields!
Keith Bostic [Wed, 1 Apr 1992 04:39:25 +0000 (20:39 -0800)]
Fix the setuid/device scripts, ls -l is a different number of fields!

SCCS-vsn: etc/security 5.13

32 years agodon't close fts_rfd if can't get back, fts_close will try again
Keith Bostic [Tue, 31 Mar 1992 08:47:57 +0000 (00:47 -0800)]
don't close fts_rfd if can't get back, fts_close will try again

SCCS-vsn: lib/libc/gen/fts.c 5.36

32 years agodon't bother to cd if didn't successfully build the child (not a bug
Keith Bostic [Tue, 31 Mar 1992 08:44:16 +0000 (00:44 -0800)]
don't bother to cd if didn't successfully build the child (not a bug
but not necessary); check FTS_NOCHDIR on up-to-parent FCHDIR; don't close the
file descriptor on successful return to root directory; set FTS_DP in fts_build

SCCS-vsn: lib/libc/gen/fts.c 5.35

32 years agocheck for failures when fts_read finishes
Keith Bostic [Tue, 31 Mar 1992 06:29:12 +0000 (22:29 -0800)]
check for failures when fts_read finishes

SCCS-vsn: usr.bin/du/du.c 5.16

32 years agocheckpoint before reinstating symbols.sort cruft.
Keith Sklower [Tue, 31 Mar 1992 02:21:55 +0000 (18:21 -0800)]
checkpoint before reinstating symbols.sort cruft.

SCCS-vsn: sys/vax/conf/Makefile.vax 7.20

32 years agocheckpoint current semi-working version before putting back symorder
Keith Sklower [Tue, 31 Mar 1992 02:13:24 +0000 (18:13 -0800)]
checkpoint current semi-working version before putting back symorder

SCCS-vsn: sys/vax/conf/Makefile.vax 7.20

32 years agodon't put regex.c in for now
Keith Bostic [Tue, 31 Mar 1992 01:40:48 +0000 (17:40 -0800)]
don't put regex.c in for now

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

32 years agoargc decremented by getopt
Keith Bostic [Tue, 31 Mar 1992 00:28:33 +0000 (16:28 -0800)]
argc decremented by getopt

SCCS-vsn: sys/pmax/stand/mkboottape.c 7.3

32 years agoKNR, BSD/ANSI stylistic changes
Keith Bostic [Tue, 31 Mar 1992 00:24:14 +0000 (16:24 -0800)]
KNR, BSD/ANSI stylistic changes

SCCS-vsn: sys/pmax/stand/mkboottape.c 7.2

32 years agodate and time created 92/03/30 09:13:26 by bostic
Keith Bostic [Tue, 31 Mar 1992 00:13:26 +0000 (16:13 -0800)]
date and time created 92/03/30 09:13:26 by bostic

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

32 years agofix spelling MAP_HASSEMPHORE -> MAP_HASSEMAPHORE
Keith Bostic [Mon, 30 Mar 1992 23:47:20 +0000 (15:47 -0800)]
fix spelling MAP_HASSEMPHORE -> MAP_HASSEMAPHORE

SCCS-vsn: sys/sys/mman.h 7.6

32 years agofix auto root switching
Ralph Campbell [Mon, 30 Mar 1992 11:54:32 +0000 (03:54 -0800)]
fix auto root switching

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

32 years agofix stack trace
Ralph Campbell [Mon, 30 Mar 1992 11:53:33 +0000 (03:53 -0800)]
fix stack trace

SCCS-vsn: sys/pmax/pmax/kadb.c 7.3

32 years agoworking version!
Ralph Campbell [Mon, 30 Mar 1992 11:51:14 +0000 (03:51 -0800)]
working version!

SCCS-vsn: sys/pmax/dev/tz.c 7.3

32 years agominor cleanup
Ralph Campbell [Mon, 30 Mar 1992 11:44:30 +0000 (03:44 -0800)]
minor cleanup

SCCS-vsn: sys/pmax/dev/sii.c 7.4

32 years agofix MODE sense/select structure
Ralph Campbell [Mon, 30 Mar 1992 11:42:58 +0000 (03:42 -0800)]
fix MODE sense/select structure

SCCS-vsn: sys/pmax/dev/scsi.h 7.2

32 years agoremove debug stuff
Ralph Campbell [Mon, 30 Mar 1992 11:40:11 +0000 (03:40 -0800)]
remove debug stuff

SCCS-vsn: sys/pmax/dev/rz.c 7.2

32 years agoenhance error printout
Ralph Campbell [Mon, 30 Mar 1992 11:38:51 +0000 (03:38 -0800)]
enhance error printout

SCCS-vsn: sys/pmax/dev/scsi.c 7.2

32 years agofix printf
Ralph Campbell [Mon, 30 Mar 1992 11:37:41 +0000 (03:37 -0800)]
fix printf

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

32 years agofixes for tapes.
Ralph Campbell [Mon, 30 Mar 1992 11:36:12 +0000 (03:36 -0800)]
fixes for tapes.

SCCS-vsn: sys/pmax/dev/asc.c 7.3

32 years agoadded MT_ISTK50 for DEC SCSI TK50 & MT02
Ralph Campbell [Mon, 30 Mar 1992 11:27:57 +0000 (03:27 -0800)]
added MT_ISTK50 for DEC SCSI TK50 & MT02

SCCS-vsn: sys/sys/mtio.h 7.8

32 years agogethostbyname takes a const char *, not a char *
Keith Bostic [Mon, 30 Mar 1992 03:49:42 +0000 (19:49 -0800)]
gethostbyname takes a const char *, not a char *

SCCS-vsn: lib/libc/net/gethostnamadr.c 6.46

32 years agoThe 386 has a virtual console just like the hp300.
Keith Bostic [Mon, 30 Mar 1992 03:34:01 +0000 (19:34 -0800)]
The 386 has a virtual console just like the hp300.

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

32 years agopass pointer to 0, not 0
Keith Bostic [Mon, 30 Mar 1992 03:26:26 +0000 (19:26 -0800)]
pass pointer to 0, not 0

SCCS-vsn: libexec/getty/main.c 5.18

32 years agodate and time created 92/03/29 11:48:12 by bostic
Keith Bostic [Mon, 30 Mar 1992 02:48:12 +0000 (18:48 -0800)]
date and time created 92/03/29 11:48:12 by bostic

SCCS-vsn: lib/libc/compat-43/regex.c 5.1

32 years agoadd regex compatibility routines
Keith Bostic [Mon, 30 Mar 1992 02:48:05 +0000 (18:48 -0800)]
add regex compatibility routines

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

32 years agoreplace gtty with explicit ioctl's won't need libcompat
Keith Bostic [Mon, 30 Mar 1992 02:46:03 +0000 (18:46 -0800)]
replace gtty with explicit ioctl's won't need libcompat

SCCS-vsn: old/more/more.c 5.27

32 years agodon't need libcompat any more
Keith Bostic [Mon, 30 Mar 1992 02:45:47 +0000 (18:45 -0800)]
don't need libcompat any more

SCCS-vsn: old/more/Makefile 5.12

32 years agoNote that the interface is obsolete
Keith Bostic [Mon, 30 Mar 1992 02:11:17 +0000 (18:11 -0800)]
Note that the interface is obsolete

SCCS-vsn: lib/libcompat/4.3/re_comp.3 6.4

32 years agoFagin misspelled
Keith Bostic [Mon, 30 Mar 1992 00:01:08 +0000 (16:01 -0800)]
Fagin misspelled

SCCS-vsn: admin/admin/contrib/contrib 5.22

32 years agogethostbyname should be const char, not char
Keith Bostic [Sun, 29 Mar 1992 23:17:34 +0000 (15:17 -0800)]
gethostbyname should be const char, not char

SCCS-vsn: include/netdb.h 5.16

32 years agofix include files
Keith Bostic [Sun, 29 Mar 1992 22:33:20 +0000 (14:33 -0800)]
fix include files

SCCS-vsn: lib/libc/gen/tcsetpgrp.3 5.3
SCCS-vsn: lib/libc/gen/tcgetpgrp.3 5.3

32 years agofix includes
Keith Bostic [Sun, 29 Mar 1992 22:32:45 +0000 (14:32 -0800)]
fix includes

SCCS-vsn: lib/libc/gen/ctime.3 6.16
SCCS-vsn: lib/libc/gen/utime.3 6.5

32 years agofix include files
Keith Bostic [Sun, 29 Mar 1992 22:31:10 +0000 (14:31 -0800)]
fix include files

SCCS-vsn: lib/libc/sys/fcntl.2 6.8
SCCS-vsn: lib/libc/sys/open.2 6.9
SCCS-vsn: lib/libc/compat-43/creat.2 6.11

32 years agochanges for p_md.md_regs
Ralph Campbell [Sun, 29 Mar 1992 13:46:13 +0000 (05:46 -0800)]
changes for p_md.md_regs

SCCS-vsn: sys/pmax/ultrix/ultrix_compat.c 7.2

32 years agodefine doff_t for size of directory offsets
Kirk McKusick [Sat, 28 Mar 1992 09:39:19 +0000 (01:39 -0800)]
define doff_t for size of directory offsets

SCCS-vsn: sys/ufs/ffs/ufs_vnops.c 7.83
SCCS-vsn: sys/ufs/ufs/ufs_vnops.c 7.83
SCCS-vsn: sys/ufs/ffs/ufs_extern.h 7.4
SCCS-vsn: sys/ufs/ufs/ufs_extern.h 7.4

32 years agodefine doff_t for size of directory offsets
Kirk McKusick [Sat, 28 Mar 1992 07:52:40 +0000 (23:52 -0800)]
define doff_t for size of directory offsets

SCCS-vsn: sys/ufs/ffs/inode.h 7.23
SCCS-vsn: sys/ufs/ufs/inode.h 7.23
SCCS-vsn: sys/ufs/ffs/ufs_lookup.c 7.43
SCCS-vsn: sys/ufs/ufs/ufs_lookup.c 7.43

32 years agoif we are forwarding to a RTF_REJECTED route, we must free packet.
Keith Sklower [Fri, 27 Mar 1992 11:52:25 +0000 (03:52 -0800)]
if we are forwarding to a RTF_REJECTED route, we must free packet.

SCCS-vsn: sys/net/if_ethersubr.c 7.18

32 years agoensure proper types for local variables and parameters
Kirk McKusick [Fri, 27 Mar 1992 10:39:09 +0000 (02:39 -0800)]
ensure proper types for local variables and parameters

SCCS-vsn: sys/ufs/ffs/ffs_alloc.c 7.31
SCCS-vsn: sys/ufs/ffs/ffs_inode.c 7.47
SCCS-vsn: sys/ufs/ffs/ffs_extern.h 7.5

32 years agoensure proper types for local variables
Kirk McKusick [Fri, 27 Mar 1992 10:10:12 +0000 (02:10 -0800)]
ensure proper types for local variables

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

32 years agoextended gprof header
Kirk McKusick [Thu, 26 Mar 1992 07:51:40 +0000 (23:51 -0800)]
extended gprof header

SCCS-vsn: sys/sys/gmon.h 7.3

32 years agoM_PREPEND has already freed if no mbufs available.
Keith Sklower [Thu, 26 Mar 1992 02:53:27 +0000 (18:53 -0800)]
M_PREPEND has already freed if no mbufs available.

SCCS-vsn: sys/vax/if/if_vv.c 7.11

32 years agoupdate from Ralph Campbell to eliminate floating point
Kirk McKusick [Tue, 24 Mar 1992 08:52:01 +0000 (00:52 -0800)]
update from Ralph Campbell to eliminate floating point

SCCS-vsn: sbin/fsck/main.c 5.30

32 years ago(code) to syscall() must be unsigned to catch negative numbers
Kirk McKusick [Tue, 24 Mar 1992 08:16:28 +0000 (00:16 -0800)]
(code) to syscall() must be unsigned to catch negative numbers

SCCS-vsn: sys/i386/i386/trap.c 7.9
SCCS-vsn: sys/pmax/pmax/trap.c 7.5

32 years agofix register listing break point.
Ralph Campbell [Mon, 23 Mar 1992 12:46:38 +0000 (04:46 -0800)]
fix register listing break point.

SCCS-vsn: sys/pmax/include/kdbparam.h 7.2

32 years agodon't save FP state more than once.
Ralph Campbell [Mon, 23 Mar 1992 12:45:27 +0000 (04:45 -0800)]
don't save FP state more than once.

SCCS-vsn: sys/pmax/pmax/locore.s 7.5

32 years agoadded memory mini-root support.
Ralph Campbell [Mon, 23 Mar 1992 12:43:26 +0000 (04:43 -0800)]
added memory mini-root support.

SCCS-vsn: sys/pmax/pmax/machdep.c 7.5

32 years agoadded support for memory mini-root.
Ralph Campbell [Mon, 23 Mar 1992 12:40:57 +0000 (04:40 -0800)]
added support for memory mini-root.

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

32 years agofix name of __ctype to match ctype.h
Ralph Campbell [Mon, 23 Mar 1992 12:39:37 +0000 (04:39 -0800)]
fix name of __ctype to match ctype.h

SCCS-vsn: sys/deprecated/kdb/kdb_ctype.c 7.3

32 years agoremove ITOV and use vnode pointer instead.
Ralph Campbell [Mon, 23 Mar 1992 12:38:06 +0000 (04:38 -0800)]
remove ITOV and use vnode pointer instead.

SCCS-vsn: sys/ufs/ffs/ffs_vnops.c 7.70
SCCS-vsn: sys/ufs/ffs/ffs_balloc.c 7.16

32 years agofix comments.
Ralph Campbell [Mon, 23 Mar 1992 12:35:59 +0000 (04:35 -0800)]
fix comments.

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

32 years agoremove ITOV and use vnode pointer instead.
Ralph Campbell [Mon, 23 Mar 1992 12:34:28 +0000 (04:34 -0800)]
remove ITOV and use vnode pointer instead.

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

32 years agoadded support for memory mini-root.
Ralph Campbell [Mon, 23 Mar 1992 12:32:27 +0000 (04:32 -0800)]
added support for memory mini-root.

SCCS-vsn: sys/ufs/mfs/mfs_vfsops.c 7.23
SCCS-vsn: sys/ufs/mfs/mfs_vnops.c 7.29

32 years agoif you have markedly different interface addresses on the same iface,
Keith Sklower [Sun, 22 Mar 1992 14:56:59 +0000 (06:56 -0800)]
if you have markedly different interface addresses on the same iface,
use the one chosen in the route when in_pcbconnect()ing.  (By Dennis Ferguson)

SCCS-vsn: sys/netinet/in_pcb.c 7.18

32 years agoroot logins should always start with a umask of 022
Keith Bostic [Sun, 22 Mar 1992 03:16:53 +0000 (19:16 -0800)]
root logins should always start with a umask of 022

SCCS-vsn: etc/root/dot.cshrc 5.3
SCCS-vsn: etc/root/dot.profile 5.2

32 years agoempty ine
Keith Bostic [Sun, 22 Mar 1992 02:49:16 +0000 (18:49 -0800)]
empty ine

SCCS-vsn: usr.bin/rev/Makefile 5.4

32 years agoforgot to exit with right status
Keith Bostic [Sun, 22 Mar 1992 02:48:15 +0000 (18:48 -0800)]
forgot to exit with right status

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

32 years agobring rev back into the main-line source tree
Keith Bostic [Sun, 22 Mar 1992 02:44:42 +0000 (18:44 -0800)]
bring rev back into the main-line source tree
reimplement it to work like the rest of the programs

SCCS-vsn: usr.bin/rev/rev.1 6.3
SCCS-vsn: usr.bin/rev/rev.c 5.1

32 years agoreject connections more quickly if load average goes up;
Eric Allman [Sat, 21 Mar 1992 14:33:10 +0000 (06:33 -0800)]
reject connections more quickly if load average goes up;
try to time out on opens of .forward files on hung filesystems

SCCS-vsn: usr.sbin/sendmail/src/recipient.c 5.27
SCCS-vsn: usr.sbin/sendmail/src/version.c 5.95
SCCS-vsn: usr.sbin/sendmail/src/daemon.c 5.43
SCCS-vsn: usr.sbin/sendmail/src/readcf.c 5.35
SCCS-vsn: usr.sbin/sendmail/src/conf.c 5.35
SCCS-vsn: usr.sbin/sendmail/src/alias.c 5.32

32 years agocheck for configuration level higher than we understand
Eric Allman [Sat, 21 Mar 1992 12:54:22 +0000 (04:54 -0800)]
check for configuration level higher than we understand

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