unix-history/.git
32 years agoenforce hard CPU limit with SIGKILL (net2/sys/8)
Kirk McKusick [Mon, 16 Mar 1992 05:21:39 +0000 (21:21 -0800)]
enforce hard CPU limit with SIGKILL (net2/sys/8)

SCCS-vsn: sys/kern/kern_clock.c 7.18

32 years agoextra assignments to shut up GCC warnings (for torek)
Kirk McKusick [Mon, 16 Mar 1992 04:26:12 +0000 (20:26 -0800)]
extra assignments to shut up GCC warnings (for torek)

SCCS-vsn: sys/ufs/ffs/ufs_lookup.c 7.42
SCCS-vsn: sys/ufs/ufs/ufs_lookup.c 7.42

32 years agogcc lint
Chris Torek [Sun, 15 Mar 1992 16:38:09 +0000 (08:38 -0800)]
gcc lint

SCCS-vsn: sys/net/if_loop.c 7.16
SCCS-vsn: sys/netinet/if_ether.c 7.21
SCCS-vsn: sys/netinet/udp_usrreq.c 7.23

32 years agoset ip before we use it; gcc lint
Chris Torek [Sun, 15 Mar 1992 16:21:12 +0000 (08:21 -0800)]
set ip before we use it; gcc lint

SCCS-vsn: sys/net/if_sl.c 7.27

32 years agogcc lint
Chris Torek [Sun, 15 Mar 1992 15:40:25 +0000 (07:40 -0800)]
gcc lint

SCCS-vsn: sys/kern/tty_pty.c 7.25
SCCS-vsn: sys/kern/vfs_cache.c 7.11

32 years agofix byte order bug with DIAGNOSTIC, also range check memname[type].
Ralph Campbell [Sun, 15 Mar 1992 12:05:18 +0000 (04:05 -0800)]
fix byte order bug with DIAGNOSTIC, also range check memname[type].

SCCS-vsn: sys/kern/kern_malloc.c 7.32

32 years agofixed disk writes
Ralph Campbell [Sun, 15 Mar 1992 06:00:50 +0000 (22:00 -0800)]
fixed disk writes

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

32 years agoadded ALIGN macro
Ralph Campbell [Sun, 15 Mar 1992 05:55:35 +0000 (21:55 -0800)]
added ALIGN macro

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

32 years agochange CLSIZE to CLBYTES so the code will work (CLSIZE is # pages).
Ralph Campbell [Sun, 15 Mar 1992 05:54:29 +0000 (21:54 -0800)]
change CLSIZE to CLBYTES so the code will work (CLSIZE is # pages).

SCCS-vsn: lib/libc/gen/opendir.c 5.12

32 years agofix stack trace, print all regs.
Ralph Campbell [Sun, 15 Mar 1992 05:52:23 +0000 (21:52 -0800)]
fix stack trace, print all regs.

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

32 years agofix FP initialization in setregs().
Ralph Campbell [Sun, 15 Mar 1992 05:50:23 +0000 (21:50 -0800)]
fix FP initialization in setregs().

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

32 years agocleanup code & fix a KSEG0 addr being used for phys addr.
Ralph Campbell [Sun, 15 Mar 1992 05:48:50 +0000 (21:48 -0800)]
cleanup code & fix a KSEG0 addr being used for phys addr.

SCCS-vsn: sys/pmax/pmax/pmap.c 7.4

32 years agodon't need to block interrupts for FPU context switch
Ralph Campbell [Sun, 15 Mar 1992 05:45:38 +0000 (21:45 -0800)]
don't need to block interrupts for FPU context switch

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

32 years agoup the default threshold for complaining about server not responding
Kirk McKusick [Sat, 14 Mar 1992 10:08:02 +0000 (02:08 -0800)]
up the default threshold for complaining about server not responding

SCCS-vsn: sys/nfs/nqnfs.h 7.3

32 years agominor fixes from Macklem
Kirk McKusick [Sat, 14 Mar 1992 10:06:26 +0000 (02:06 -0800)]
minor fixes from Macklem

SCCS-vsn: sys/nfs/nfs_socket.c 7.27

32 years agomust have directory vnode as first op VOP_LINK
Kirk McKusick [Sat, 14 Mar 1992 09:57:14 +0000 (01:57 -0800)]
must have directory vnode as first op VOP_LINK

SCCS-vsn: sys/nfs/nfs_serv.c 7.49

32 years agohave to set uio_procp for soreceive
Kirk McKusick [Sat, 14 Mar 1992 09:33:34 +0000 (01:33 -0800)]
have to set uio_procp for soreceive

SCCS-vsn: sys/nfs/nfs_socket.c 7.26

32 years agouse different values to null out freed structures
Kirk McKusick [Sat, 14 Mar 1992 09:32:17 +0000 (01:32 -0800)]
use different values to null out freed structures

SCCS-vsn: sys/kern/kern_malloc.c 7.31

32 years agoalways print out something for -o option
Keith Bostic [Sat, 14 Mar 1992 09:18:55 +0000 (01:18 -0800)]
always print out something for -o option

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

32 years agoadd cpu_coredump
Chris Torek [Sat, 14 Mar 1992 09:15:58 +0000 (01:15 -0800)]
add cpu_coredump

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

32 years agoadd cpu_coredump; lint in cpu_fork
Chris Torek [Sat, 14 Mar 1992 09:15:47 +0000 (01:15 -0800)]
add cpu_coredump; lint in cpu_fork

SCCS-vsn: sys/i386/i386/vm_machdep.c 7.8

32 years agocalculate all of the field sizes dynamically
Elan Amir [Sat, 14 Mar 1992 09:09:09 +0000 (01:09 -0800)]
calculate all of the field sizes dynamically

SCCS-vsn: bin/ls/extern.h 5.3
SCCS-vsn: bin/ls/ls.c 5.62
SCCS-vsn: bin/ls/ls.h 5.16
SCCS-vsn: bin/ls/print.c 5.33

32 years agouse proc pointer from uio rather than (sometimes unset curproc)
Kirk McKusick [Sat, 14 Mar 1992 09:08:37 +0000 (01:08 -0800)]
use proc pointer from uio rather than (sometimes unset curproc)

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

32 years agoadd cpu_coredump for machine dependent coredump state
Kirk McKusick [Sat, 14 Mar 1992 09:07:48 +0000 (01:07 -0800)]
add cpu_coredump for machine dependent coredump state

SCCS-vsn: sys/kern/kern_sig.c 7.43

32 years agop_regs => p_md.md_regs (checked in for sklower by torek)
Keith Sklower [Sat, 14 Mar 1992 09:07:34 +0000 (01:07 -0800)]
p_regs => p_md.md_regs (checked in for sklower by torek)

SCCS-vsn: sys/i386/i386/machdep.c 7.10
SCCS-vsn: sys/i386/i386/trap.c 7.7
SCCS-vsn: sys/i386/i386/vm_machdep.c 7.7

32 years agoadd cpu_coredump for machine dependent coredump state
Kirk McKusick [Sat, 14 Mar 1992 09:03:51 +0000 (01:03 -0800)]
add cpu_coredump for machine dependent coredump state

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

32 years agominor optimization from torek
Kirk McKusick [Sat, 14 Mar 1992 08:51:46 +0000 (00:51 -0800)]
minor optimization from torek

SCCS-vsn: sys/kern/sys_generic.c 7.33

32 years agoparanoia
Kirk McKusick [Sat, 14 Mar 1992 08:46:09 +0000 (00:46 -0800)]
paranoia

SCCS-vsn: sys/kern/uipc_usrreq.c 7.31

32 years agochange _ctype_ to __ctype
Keith Bostic [Sat, 14 Mar 1992 07:04:24 +0000 (23:04 -0800)]
change _ctype_ to __ctype

SCCS-vsn: lib/libc/locale/isctype.c 5.6

32 years ago__ctype_ should be __ctype
Jan-Simon Pendry [Sat, 14 Mar 1992 06:06:37 +0000 (22:06 -0800)]
__ctype_ should be __ctype

SCCS-vsn: include/ctype.h 5.7

32 years agoadd upper/lower case maps, use double underscores for extern names
Keith Bostic [Fri, 13 Mar 1992 09:33:10 +0000 (01:33 -0800)]
add upper/lower case maps, use double underscores for extern names

SCCS-vsn: include/ctype.h 5.6

32 years agodate and time created 92/03/12 17:31:58 by bostic
Keith Bostic [Fri, 13 Mar 1992 09:31:58 +0000 (01:31 -0800)]
date and time created 92/03/12 17:31:58 by bostic

SCCS-vsn: lib/libc/locale/ctype_case.c 5.1

32 years agouse double underscores for ANSI C
Keith Bostic [Fri, 13 Mar 1992 09:31:51 +0000 (01:31 -0800)]
use double underscores for ANSI C

SCCS-vsn: lib/libc/locale/ctype.c 5.7

32 years agogcc lint
Chris Torek [Thu, 12 Mar 1992 13:53:07 +0000 (05:53 -0800)]
gcc lint

SCCS-vsn: sys/kern/subr_prf.c 7.38
SCCS-vsn: sys/ufs/ffs/ufs_ihash.c 7.4
SCCS-vsn: sys/ufs/ufs/ufs_ihash.c 7.4
SCCS-vsn: sys/ufs/ffs/ufs_quota.c 7.14
SCCS-vsn: sys/ufs/ufs/ufs_quota.c 7.14
SCCS-vsn: sys/net/if.c 7.18
SCCS-vsn: sys/netinet/in.c 7.24

32 years agoinet_maskof should check for default
Keith Sklower [Thu, 12 Mar 1992 10:42:59 +0000 (02:42 -0800)]
inet_maskof should check for default

SCCS-vsn: sbin/routed/inet.c 5.10

32 years agomake mail understand TMPDIR
Keith Bostic [Thu, 12 Mar 1992 08:46:39 +0000 (00:46 -0800)]
make mail understand TMPDIR

SCCS-vsn: usr.bin/mail/fio.c 5.25
SCCS-vsn: usr.bin/mail/quit.c 5.17
SCCS-vsn: usr.bin/mail/temp.c 5.16

32 years agomake fts(3) work again, welcome to the wonderful world of ANSI!
Keith Bostic [Wed, 11 Mar 1992 14:16:27 +0000 (06:16 -0800)]
make fts(3) work again, welcome to the wonderful world of ANSI!

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

32 years agosparc
Chris Torek [Wed, 11 Mar 1992 08:32:05 +0000 (00:32 -0800)]
sparc

SCCS-vsn: sys/ufs/mfs/mfs_vnops.c 7.28

32 years agolatest version from Mike
Kirk McKusick [Tue, 10 Mar 1992 15:01:54 +0000 (07:01 -0800)]
latest version from Mike

SCCS-vsn: sbin/startslip/startslip.c 5.5

32 years agocheckin for Mike by Kirk
Mike Karels [Tue, 10 Mar 1992 15:00:53 +0000 (07:00 -0800)]
checkin for Mike by Kirk

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

32 years agofix from Donn Seeley to make shadow pages pageable
Kirk McKusick [Tue, 10 Mar 1992 14:49:40 +0000 (06:49 -0800)]
fix from Donn Seeley to make shadow pages pageable

SCCS-vsn: sys/vm/vm_fault.c 7.9

32 years agofirst cut at fixing discconect/reconnect hanging confusion
Kirk McKusick [Tue, 10 Mar 1992 14:27:42 +0000 (06:27 -0800)]
first cut at fixing discconect/reconnect hanging confusion

SCCS-vsn: sys/nfs/nfs.h 7.14
SCCS-vsn: sys/nfs/nfs_syscalls.c 7.29
SCCS-vsn: sys/nfs/nfs_socket.c 7.25
SCCS-vsn: sys/nfs/nfs_nqlease.c 7.5
SCCS-vsn: sys/nfs/nqnfs.h 7.2

32 years agostruct clockinfo definition moves from kernel.h to time.h
Kirk McKusick [Tue, 10 Mar 1992 08:56:59 +0000 (00:56 -0800)]
struct clockinfo definition moves from kernel.h to time.h

SCCS-vsn: sys/sys/kernel.h 7.7
SCCS-vsn: sys/sys/time.h 7.7

32 years agotypo
Kirk McKusick [Tue, 10 Mar 1992 08:56:22 +0000 (00:56 -0800)]
typo

SCCS-vsn: sys/sys/malloc.h 7.30

32 years agoflags is -o, not -g
Keith Bostic [Tue, 10 Mar 1992 08:22:13 +0000 (00:22 -0800)]
flags is -o, not -g

SCCS-vsn: bin/ls/ls.1 6.23

32 years agoexplain what is really happening
Keith Bostic [Tue, 10 Mar 1992 08:15:28 +0000 (00:15 -0800)]
explain what is really happening

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

32 years agofrom Chris Torek; see ANSI C, section 2.2.4.2.1
Keith Bostic [Tue, 10 Mar 1992 06:48:22 +0000 (22:48 -0800)]
from Chris Torek; see ANSI C, section 2.2.4.2.1

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

32 years agodo it right, from Chris Torek
Keith Bostic [Tue, 10 Mar 1992 06:37:52 +0000 (22:37 -0800)]
do it right, from Chris Torek

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

32 years agomake block size a long
Keith Bostic [Tue, 10 Mar 1992 06:31:34 +0000 (22:31 -0800)]
make block size a long

SCCS-vsn: bin/df/df.c 5.29
SCCS-vsn: lib/libc/gen/getbsize.c 5.2

32 years agodelete the -g flag, display group for all "long" listings
Keith Bostic [Tue, 10 Mar 1992 06:30:37 +0000 (22:30 -0800)]
delete the -g flag, display group for all "long" listings

SCCS-vsn: bin/ls/ls.1 6.22

32 years agoemalloc no longer used, -g flag is gone
Keith Bostic [Tue, 10 Mar 1992 06:30:03 +0000 (22:30 -0800)]
emalloc no longer used, -g flag is gone

SCCS-vsn: bin/ls/util.c 5.12

32 years agomake block size a long
Keith Bostic [Tue, 10 Mar 1992 06:28:43 +0000 (22:28 -0800)]
make block size a long

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

32 years agodate and time created 92/03/09 14:24:37 by bostic
Keith Bostic [Tue, 10 Mar 1992 06:24:37 +0000 (22:24 -0800)]
date and time created 92/03/09 14:24:37 by bostic

SCCS-vsn: sys/pmax/dev/cfbreg.h 7.1

32 years agodate and time created 92/03/09 14:24:32 by bostic
Keith Bostic [Tue, 10 Mar 1992 06:24:32 +0000 (22:24 -0800)]
date and time created 92/03/09 14:24:32 by bostic

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

32 years agodate and time created 92/03/09 14:24:27 by bostic
Keith Bostic [Tue, 10 Mar 1992 06:24:27 +0000 (22:24 -0800)]
date and time created 92/03/09 14:24:27 by bostic

SCCS-vsn: sys/pmax/dev/ascreg.h 7.1

32 years agodate and time created 92/03/09 14:24:21 by bostic
Keith Bostic [Tue, 10 Mar 1992 06:24:21 +0000 (22:24 -0800)]
date and time created 92/03/09 14:24:21 by bostic

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

32 years agodate and time created 92/03/09 14:11:40 by bostic
Keith Bostic [Tue, 10 Mar 1992 06:11:40 +0000 (22:11 -0800)]
date and time created 92/03/09 14:11:40 by bostic

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

32 years agodate and time created 92/03/09 14:07:52 by bostic
Keith Bostic [Tue, 10 Mar 1992 06:07:52 +0000 (22:07 -0800)]
date and time created 92/03/09 14:07:52 by bostic

SCCS-vsn: lib/csu/mips/crt0.s 5.1

32 years agoupdate from Ralph Campbell
Keith Bostic [Tue, 10 Mar 1992 06:05:14 +0000 (22:05 -0800)]
update from Ralph Campbell

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

32 years agodate and time created 92/03/09 14:04:05 by bostic
Keith Bostic [Tue, 10 Mar 1992 06:04:05 +0000 (22:04 -0800)]
date and time created 92/03/09 14:04:05 by bostic

SCCS-vsn: etc/etc.pmax/MAKEDEV 5.1

32 years agodate and time created 92/03/09 14:04:02 by bostic
Keith Bostic [Tue, 10 Mar 1992 06:04:02 +0000 (22:04 -0800)]
date and time created 92/03/09 14:04:02 by bostic

SCCS-vsn: etc/etc.pmax/fstab.rz 5.1

32 years agodate and time created 92/03/09 14:03:56 by bostic
Keith Bostic [Tue, 10 Mar 1992 06:03:56 +0000 (22:03 -0800)]
date and time created 92/03/09 14:03:56 by bostic

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

32 years agoruleset 5 should include @ $R on user portion of address
Eric Allman [Tue, 10 Mar 1992 04:57:33 +0000 (20:57 -0800)]
ruleset 5 should include @ $R on user portion of address

SCCS-vsn: usr.sbin/sendmail/cf/m4/proto.m4 2.25

32 years agoit's a new sendmail now
Eric Allman [Tue, 10 Mar 1992 03:06:08 +0000 (19:06 -0800)]
it's a new sendmail now

SCCS-vsn: usr.sbin/sendmail/cf/cf/chez.cs.mc 2.4

32 years agogcc lint
Chris Torek [Tue, 10 Mar 1992 01:55:58 +0000 (17:55 -0800)]
gcc lint

SCCS-vsn: sys/kern/tty_compat.c 7.13

32 years agofix printf %b
Mike Karels [Mon, 9 Mar 1992 09:44:19 +0000 (01:44 -0800)]
fix printf %b

SCCS-vsn: sys/kern/subr_prf.c 7.37

32 years agoremove broken debugging hooks (otherwise endgame can get stuck);
Chris Torek [Mon, 9 Mar 1992 06:33:09 +0000 (22:33 -0800)]
remove broken debugging hooks (otherwise endgame can get stuck);
brighten things up with a comment here and there.  the code is no
better but at least now there are clues....

SCCS-vsn: games/mille/comp.c 5.6

32 years agoallow ^L during endgame prompts. rm flush_input: this ioctl's
Chris Torek [Mon, 9 Mar 1992 02:07:00 +0000 (18:07 -0800)]
allow ^L during endgame prompts.  rm flush_input: this ioctl's
interface is utterly broken, and anyway it is a bad idea to do this
in general.

SCCS-vsn: games/mille/misc.c 5.7

32 years agoallow ^L during endgame prompts; rm flush_input: we cannot
Chris Torek [Mon, 9 Mar 1992 02:04:32 +0000 (18:04 -0800)]
allow ^L during endgame prompts; rm flush_input: we cannot
use this ioctl correctly because it uses FREAD and FWRITE, which are

SCCS-vsn: games/mille/misc.c 5.7

32 years agoexit with sensible code
Chris Torek [Mon, 9 Mar 1992 02:01:30 +0000 (18:01 -0800)]
exit with sensible code

SCCS-vsn: games/mille/mille.c 5.6

32 years agoexit with sensible code; rm unnecessary uninitialized var access
Chris Torek [Mon, 9 Mar 1992 01:59:58 +0000 (17:59 -0800)]
exit with sensible code; rm unnecessary uninitialized var access

SCCS-vsn: games/mille/init.c 5.5

32 years agocannot examine battle card if there is no such card
Chris Torek [Mon, 9 Mar 1992 01:57:59 +0000 (17:57 -0800)]
cannot examine battle card if there is no such card

SCCS-vsn: games/mille/comp.c 5.5

32 years agodo not use uninitialized variables
Chris Torek [Sun, 8 Mar 1992 23:55:00 +0000 (15:55 -0800)]
do not use uninitialized variables

SCCS-vsn: games/mille/init.c 5.5

32 years agobreak ufs up
Keith Bostic [Sun, 8 Mar 1992 03:10:23 +0000 (19:10 -0800)]
break ufs up

SCCS-vsn: usr.sbin/mkproto/mkproto.c 5.8

32 years agomove pcc assembler/loader to /usr/old/bin
Keith Bostic [Sun, 8 Mar 1992 03:09:48 +0000 (19:09 -0800)]
move pcc assembler/loader to /usr/old/bin

SCCS-vsn: usr.bin/pascal/pc/pathnames.h 5.2

32 years agofix C library prototypes
Keith Bostic [Sun, 8 Mar 1992 03:08:39 +0000 (19:08 -0800)]
fix C library prototypes

SCCS-vsn: sys/sys/termios.h 7.24

32 years agofixes for ds5000
Ralph Campbell [Sun, 8 Mar 1992 02:00:12 +0000 (18:00 -0800)]
fixes for ds5000

SCCS-vsn: sys/pmax/stand/conf.c 7.2
SCCS-vsn: sys/pmax/stand/mkboot.c 7.2

32 years agoadded support for ds5000
Ralph Campbell [Sun, 8 Mar 1992 01:57:32 +0000 (17:57 -0800)]
added support for ds5000

SCCS-vsn: sys/pmax/pmax/cons.c 7.3
SCCS-vsn: sys/pmax/pmax/conf.c 7.3

32 years agochages for ds5000
Ralph Campbell [Sun, 8 Mar 1992 01:55:12 +0000 (17:55 -0800)]
chages for ds5000

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

32 years agoadded support for more than one X driver.
Ralph Campbell [Sun, 8 Mar 1992 01:49:30 +0000 (17:49 -0800)]
added support for more than one X driver.

SCCS-vsn: sys/pmax/dev/dc.c 7.5

32 years agochanges for ds5000
Ralph Campbell [Sun, 8 Mar 1992 01:47:02 +0000 (17:47 -0800)]
changes for ds5000

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

32 years agofix so it compiles
Ralph Campbell [Sun, 8 Mar 1992 01:41:09 +0000 (17:41 -0800)]
fix so it compiles

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

32 years agoadded cfb for ds5000
Ralph Campbell [Sun, 8 Mar 1992 01:36:01 +0000 (17:36 -0800)]
added cfb for ds5000

SCCS-vsn: sys/pmax/conf/files.pmax 7.5

32 years agomtpr.h is not used
Ralph Campbell [Sun, 8 Mar 1992 01:32:05 +0000 (17:32 -0800)]
mtpr.h is not used

SCCS-vsn: sys/net/raw_usrreq.c 7.10

32 years agodon't try to read nswap, its not used if NEWVM defined.
Ralph Campbell [Sun, 8 Mar 1992 01:29:36 +0000 (17:29 -0800)]
don't try to read nswap, its not used if NEWVM defined.

SCCS-vsn: lib/libkvm/kvm.c 5.22
SCCS-vsn: lib/libkvm/kvm_hp300.c 5.22
SCCS-vsn: lib/libkvm/kvm_proc.c 5.22

32 years agofix include files
Ralph Campbell [Sun, 8 Mar 1992 01:25:53 +0000 (17:25 -0800)]
fix include files

SCCS-vsn: lib/libc/mips/gen/_setjmp.s 5.3
SCCS-vsn: lib/libc/mips/gen/setjmp.s 5.3

32 years agodo denorms correctly
Ralph Campbell [Sun, 8 Mar 1992 01:23:39 +0000 (17:23 -0800)]
do denorms correctly

SCCS-vsn: lib/libc/mips/gen/ldexp.s 5.3

32 years agoadded mips case
Ralph Campbell [Sun, 8 Mar 1992 01:19:01 +0000 (17:19 -0800)]
added mips case

SCCS-vsn: lib/libc/stdlib/Makefile.inc 5.9

32 years agoavoid arithmetic overflow in constant expression.
Ralph Campbell [Sun, 8 Mar 1992 01:17:24 +0000 (17:17 -0800)]
avoid arithmetic overflow in constant expression.

SCCS-vsn: lib/libc/stdlib/strtol.c 5.5

32 years agoadded mips case
Ralph Campbell [Sun, 8 Mar 1992 01:15:08 +0000 (17:15 -0800)]
added mips case

SCCS-vsn: lib/libm/Makefile 5.8

32 years agoprint host name in debugging info
Eric Allman [Sat, 7 Mar 1992 09:05:15 +0000 (01:05 -0800)]
print host name in debugging info

SCCS-vsn: usr.sbin/sendmail/src/domain.c 5.33

32 years agolast change broke loose matching
Keith Bostic [Sat, 7 Mar 1992 05:51:41 +0000 (21:51 -0800)]
last change broke loose matching

SCCS-vsn: usr.bin/finger/util.c 5.19
SCCS-vsn: usr.bin/finger/finger.c 5.25

32 years agotypo, LINK1 and lINK2 have the same value in the IFFBITS string
Keith Bostic [Sat, 7 Mar 1992 04:41:15 +0000 (20:41 -0800)]
typo, LINK1 and lINK2 have the same value in the IFFBITS string

SCCS-vsn: sbin/ifconfig/ifconfig.c 5.7

32 years agothis version works, has been tidied up for public consumption
Keith Sklower [Fri, 6 Mar 1992 11:17:44 +0000 (03:17 -0800)]
this version works, has been tidied up for public consumption

SCCS-vsn: sys/i386/isa/if_apx.c 7.8
SCCS-vsn: sys/i386/isa/if_apxreg.h 7.4

32 years agothis version has some debugging code
Keith Sklower [Fri, 6 Mar 1992 10:45:02 +0000 (02:45 -0800)]
this version has some debugging code

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

32 years agoWhile we're at it, it's safer to use sizeof than a defined buffer size.
Craig Leres [Fri, 6 Mar 1992 10:07:21 +0000 (02:07 -0800)]
While we're at it, it's safer to use sizeof than a defined buffer size.

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

32 years agoRename buf -> tbuf to avoid gcc warnings about the buf defined in dump.h.
Craig Leres [Fri, 6 Mar 1992 10:04:32 +0000 (02:04 -0800)]
Rename buf -> tbuf to avoid gcc warnings about the buf defined in dump.h.

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

32 years agoMade fts_pointer and fts_number fields separate fields.
Elan Amir [Fri, 6 Mar 1992 08:34:01 +0000 (00:34 -0800)]
Made fts_pointer and fts_number fields separate fields.

SCCS-vsn: include/fts.h 5.23
SCCS-vsn: lib/libc/gen/fts.c 5.33
SCCS-vsn: lib/libc/gen/fts.3 5.21

32 years agothis version almost works, but buffer counts are wiered
Keith Sklower [Thu, 5 Mar 1992 12:02:26 +0000 (04:02 -0800)]
this version almost works, but buffer counts are wiered

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

32 years agoadd escape clause, if we've done a distribution of it
Keith Bostic [Thu, 5 Mar 1992 09:30:56 +0000 (01:30 -0800)]
add escape clause, if we've done a distribution of it

SCCS-vsn: admin/admin/forms/access 5.5