unix-history/.git
31 years agoCLNP needs rcvif to be correct. put back! (from MITRE)
Keith Sklower [Sat, 13 Feb 1993 07:07:26 +0000 (23:07 -0800)]
CLNP needs rcvif to be correct. put back! (from MITRE)

SCCS-vsn: sys/netccitt/pk_input.c 7.19

31 years agoinclude file typo
Keith Bostic [Sat, 13 Feb 1993 07:04:38 +0000 (23:04 -0800)]
include file typo

SCCS-vsn: lib/libc/sys/syscall.2 6.4

31 years agoneed to free RR packets (plug mbuf leak reported by MITRE)
Keith Sklower [Sat, 13 Feb 1993 06:59:24 +0000 (22:59 -0800)]
need to free RR packets (plug mbuf leak reported by MITRE)

SCCS-vsn: sys/netccitt/if_x25subr.c 7.20

31 years agofixes from MITRE
Keith Sklower [Sat, 13 Feb 1993 06:55:48 +0000 (22:55 -0800)]
fixes from MITRE

SCCS-vsn: sys/netiso/iso_snpac.c 7.22

31 years agominor fixes from MITRE
Keith Sklower [Sat, 13 Feb 1993 06:54:04 +0000 (22:54 -0800)]
minor fixes from MITRE

SCCS-vsn: sys/netiso/clnp_subr.c 7.16

31 years agonumber of bits to ignore in matches is wrong; causes panic(tuba_lookup)
Keith Sklower [Sat, 13 Feb 1993 06:50:46 +0000 (22:50 -0800)]
number of bits to ignore in matches is wrong; causes panic(tuba_lookup)

SCCS-vsn: sys/netiso/tuba_table.c 7.10

31 years agorevise to match most recent version of tcp_input.c
Keith Sklower [Sat, 13 Feb 1993 06:49:45 +0000 (22:49 -0800)]
revise to match most recent version of tcp_input.c

SCCS-vsn: sys/netiso/tuba_subr.c 7.12

31 years agofix System V compatibility -- again
Eric Allman [Sat, 13 Feb 1993 06:36:36 +0000 (22:36 -0800)]
fix System V compatibility -- again

SCCS-vsn: usr.sbin/sendmail/src/queue.c 6.9
SCCS-vsn: usr.sbin/sendmail/src/alias.c 6.7

31 years agoinclude TUBA support for now
Keith Sklower [Sat, 13 Feb 1993 06:17:47 +0000 (22:17 -0800)]
include TUBA support for now

SCCS-vsn: sys/netinet/tcp_input.c 7.33
SCCS-vsn: sys/netinet/tcp_timer.c 7.21
SCCS-vsn: sys/netinet/tcp_output.c 7.27
SCCS-vsn: sys/netinet/tcp_var.h 7.12

31 years agoalthough MULTICAST is standard, MROUTING isn't, need #ifdef
Keith Sklower [Sat, 13 Feb 1993 06:15:22 +0000 (22:15 -0800)]
although MULTICAST is standard, MROUTING isn't, need #ifdef

SCCS-vsn: sys/netinet/igmp.c 7.4

31 years agomake everything configurable on M4 macros
Eric Allman [Sat, 13 Feb 1993 04:11:30 +0000 (20:11 -0800)]
make everything configurable on M4 macros

SCCS-vsn: usr.sbin/sendmail/cf/m4/cf.m4 6.2
SCCS-vsn: usr.sbin/sendmail/cf/m4/proto.m4 6.3
SCCS-vsn: usr.sbin/sendmail/cf/m4/version.m4 6.4
SCCS-vsn: usr.sbin/sendmail/cf/README 6.3

31 years agofix wildcard MX handling (option W no longer needed); fix
Eric Allman [Sat, 13 Feb 1993 03:51:30 +0000 (19:51 -0800)]
fix wildcard MX handling (option W no longer needed); fix
process title when using cached connection; many minor fixes

SCCS-vsn: usr.sbin/sendmail/src/READ_ME 6.3
SCCS-vsn: usr.sbin/sendmail/src/usersmtp.c 6.5
SCCS-vsn: usr.sbin/sendmail/src/main.c 6.14
SCCS-vsn: usr.sbin/sendmail/src/envelope.c 6.6
SCCS-vsn: usr.sbin/sendmail/src/conf.h 6.6
SCCS-vsn: usr.sbin/sendmail/src/domain.c 6.3
SCCS-vsn: usr.sbin/sendmail/src/version.c 6.18
SCCS-vsn: usr.sbin/sendmail/src/sendmail.h 6.8
SCCS-vsn: usr.sbin/sendmail/src/TODO 6.4
SCCS-vsn: usr.sbin/sendmail/src/readcf.c 6.6
SCCS-vsn: usr.sbin/sendmail/src/deliver.c 6.14
SCCS-vsn: usr.sbin/sendmail/src/conf.c 6.13

31 years agomake addbytes calls declare const char *
Keith Bostic [Sat, 13 Feb 1993 01:38:08 +0000 (17:38 -0800)]
make addbytes calls declare const char *

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

31 years agomake strings to addbytes and addstr const char * (for gcc2)
Keith Bostic [Sat, 13 Feb 1993 01:32:36 +0000 (17:32 -0800)]
make strings to addbytes and addstr const char * (for gcc2)

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

31 years agofor terminals with "db", clear last line before scrolling up
Edward Wang [Fri, 12 Feb 1993 14:02:17 +0000 (06:02 -0800)]
for terminals with "db", clear last line before scrolling up

SCCS-vsn: usr.bin/more/screen.c 5.9
SCCS-vsn: usr.bin/more/prim.c 5.9

31 years agoreplies to some ICMP broadcasts were themselves mistaken broadcast
Keith Sklower [Fri, 12 Feb 1993 11:46:11 +0000 (03:46 -0800)]
replies to some ICMP broadcasts were themselves mistaken broadcast
due to non-clearing of an mbuf-flag.  Fix due to Mike Karels

SCCS-vsn: sys/netinet/ip_icmp.c 7.20

31 years agofix bug in in_canforward reported by yval@cs.huji.ac.il
Keith Sklower [Fri, 12 Feb 1993 11:35:30 +0000 (03:35 -0800)]
fix bug in in_canforward reported by yval@cs.huji.ac.il

SCCS-vsn: sys/netinet/in.c 7.29

31 years agofixed sortscmp typo a -> !a
Christos Zoulas [Fri, 12 Feb 1993 09:13:47 +0000 (01:13 -0800)]
fixed sortscmp typo a -> !a

SCCS-vsn: bin/csh/glob.c 5.39

31 years agoChanged entry processing since termcap entries no longer have
Elan Amir [Fri, 12 Feb 1993 07:34:46 +0000 (23:34 -0800)]
Changed entry processing since termcap entries no longer have
the prefix of 2 characters.

SCCS-vsn: usr.bin/tset/tset.c 5.22

31 years agostrings.h -> string.h
Keith Bostic [Fri, 12 Feb 1993 04:00:05 +0000 (20:00 -0800)]
strings.h -> string.h

SCCS-vsn: lib/libc/db/recno/rec_seq.c 5.7

31 years agotypo, using wrong page in deletion loop; to test, insert a lot of
Keith Bostic [Fri, 12 Feb 1993 03:48:17 +0000 (19:48 -0800)]
typo, using wrong page in deletion loop; to test, insert a lot of
records and delete them.  From philn@optigfx.com (Phil Nguyen)

SCCS-vsn: lib/libc/db/btree/bt_delete.c 5.8

31 years agomove db.h to the end of the includes, make compat.h work better
Keith Bostic [Fri, 12 Feb 1993 03:42:24 +0000 (19:42 -0800)]
move db.h to the end of the includes, make compat.h work better

SCCS-vsn: lib/libc/db/btree/bt_close.c 5.9
SCCS-vsn: lib/libc/db/btree/bt_conv.c 5.6
SCCS-vsn: lib/libc/db/btree/bt_debug.c 5.6
SCCS-vsn: lib/libc/db/btree/bt_delete.c 5.7
SCCS-vsn: lib/libc/db/btree/bt_get.c 5.7
SCCS-vsn: lib/libc/db/btree/bt_open.c 5.24
SCCS-vsn: lib/libc/db/btree/bt_overflow.c 5.7
SCCS-vsn: lib/libc/db/btree/bt_page.c 5.3
SCCS-vsn: lib/libc/db/btree/bt_put.c 5.12
SCCS-vsn: lib/libc/db/btree/bt_search.c 5.8
SCCS-vsn: lib/libc/db/btree/bt_seq.c 5.8
SCCS-vsn: lib/libc/db/btree/bt_split.c 5.11
SCCS-vsn: lib/libc/db/btree/bt_stack.c 5.4
SCCS-vsn: lib/libc/db/btree/bt_utils.c 5.9
SCCS-vsn: lib/libc/db/db/db.c 5.4
SCCS-vsn: lib/libc/db/hash/hash.c 5.31
SCCS-vsn: lib/libc/db/hash/hash_bigkey.c 5.9
SCCS-vsn: lib/libc/db/hash/hash_buf.c 5.12
SCCS-vsn: lib/libc/db/hash/hash_func.c 5.4
SCCS-vsn: lib/libc/db/hash/hash_page.c 5.24
SCCS-vsn: lib/libc/db/hash/hsearch.c 5.8
SCCS-vsn: lib/libc/db/hash/ndbm.c 5.13
SCCS-vsn: lib/libc/db/mpool/mpool.c 5.4
SCCS-vsn: lib/libc/db/recno/rec_close.c 5.8
SCCS-vsn: lib/libc/db/recno/rec_delete.c 5.5
SCCS-vsn: lib/libc/db/recno/rec_get.c 5.5
SCCS-vsn: lib/libc/db/recno/rec_open.c 5.13
SCCS-vsn: lib/libc/db/recno/rec_put.c 5.8
SCCS-vsn: lib/libc/db/recno/rec_search.c 5.7
SCCS-vsn: lib/libc/db/recno/rec_seq.c 5.6
SCCS-vsn: lib/libc/db/recno/rec_utils.c 5.6

31 years agotypo
Keith Bostic [Fri, 12 Feb 1993 03:30:13 +0000 (19:30 -0800)]
typo

SCCS-vsn: lib/libc/db/PORT/Makefile 5.4

31 years agogcc -Wall from Craig Leres (no substantive changes)
Keith Bostic [Fri, 12 Feb 1993 00:28:43 +0000 (16:28 -0800)]
gcc -Wall from Craig Leres (no substantive changes)

SCCS-vsn: sbin/restore/dirs.c 5.27
SCCS-vsn: sbin/restore/extern.h 5.4
SCCS-vsn: sbin/restore/interactive.c 5.20
SCCS-vsn: sbin/restore/main.c 5.12
SCCS-vsn: sbin/restore/symtab.c 5.8
SCCS-vsn: sbin/restore/tape.c 5.36

31 years agoatof.c is in libc/stdlib now
Keith Bostic [Thu, 11 Feb 1993 15:17:54 +0000 (07:17 -0800)]
atof.c is in libc/stdlib now

SCCS-vsn: lib/libc/hp300/stdlib/Makefile.inc 5.2
SCCS-vsn: lib/libc/i386/stdlib/Makefile.inc 5.2
SCCS-vsn: lib/libc/mips/stdlib/Makefile.inc 5.3
SCCS-vsn: lib/libc/tahoe/stdlib/Makefile.inc 5.2
SCCS-vsn: lib/libc/vax/stdlib/Makefile.inc 5.2

31 years agoANSI C, prototypes
Keith Bostic [Thu, 11 Feb 1993 15:14:03 +0000 (07:14 -0800)]
ANSI C, prototypes

SCCS-vsn: usr.sbin/chroot/chroot.c 5.9
SCCS-vsn: usr.sbin/syslogd/syslogd.c 5.49

31 years agoANSI C
Keith Bostic [Thu, 11 Feb 1993 14:51:13 +0000 (06:51 -0800)]
ANSI C

SCCS-vsn: usr.bin/nohup/nohup.c 5.5

31 years agoANSI C prototypes
Keith Bostic [Thu, 11 Feb 1993 14:47:54 +0000 (06:47 -0800)]
ANSI C prototypes

SCCS-vsn: usr.bin/nice/nice.c 5.6

31 years ago[ ] used *(char *)NULL (net2/bin/16). also, /bin/[ should work
Chris Torek [Thu, 11 Feb 1993 14:04:44 +0000 (06:04 -0800)]
[ ] used *(char *)NULL (net2/bin/16).  also, /bin/[ should work
just like [

SCCS-vsn: bin/test/test.c 5.3

31 years agoadd atof.c to the SRCS lists
Keith Bostic [Thu, 11 Feb 1993 12:58:47 +0000 (04:58 -0800)]
add atof.c to the SRCS lists

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

31 years agodate and time created 93/02/10 20:56:45 by bostic
Keith Bostic [Thu, 11 Feb 1993 12:56:45 +0000 (04:56 -0800)]
date and time created 93/02/10 20:56:45 by bostic

SCCS-vsn: contrib/ed/Makefile 5.1

31 years agodate and time created 93/02/10 20:56:32 by bostic
Keith Bostic [Thu, 11 Feb 1993 12:56:32 +0000 (04:56 -0800)]
date and time created 93/02/10 20:56:32 by bostic

SCCS-vsn: contrib/ed/ed.1 5.1

31 years agobreak up .o removal, C library command lines too long
Keith Bostic [Thu, 11 Feb 1993 12:51:21 +0000 (04:51 -0800)]
break up .o removal, C library command lines too long

SCCS-vsn: share/mk/bsd.lib.mk 5.38

31 years agodo not allow mappings above the top user address
Kirk McKusick [Thu, 11 Feb 1993 12:49:17 +0000 (04:49 -0800)]
do not allow mappings above the top user address

SCCS-vsn: sys/vm/vm_mmap.c 7.19

31 years agohave to account for one extra needed page
Kirk McKusick [Thu, 11 Feb 1993 12:44:55 +0000 (04:44 -0800)]
have to account for one extra needed page

SCCS-vsn: sys/vm/vm_page.c 7.15

31 years agobpf doesn't need sys/dir.h
Keith Bostic [Thu, 11 Feb 1993 12:38:43 +0000 (04:38 -0800)]
bpf doesn't need sys/dir.h

SCCS-vsn: sys/net/bpf.c 7.13

31 years agou_short, u_long aren't POSIX, so may not be typdef'd
Keith Bostic [Thu, 11 Feb 1993 12:29:06 +0000 (04:29 -0800)]
u_short, u_long aren't POSIX, so may not be typdef'd

SCCS-vsn: include/unistd.h 5.25
SCCS-vsn: sys/sys/types.h 7.25
SCCS-vsn: sys/sys/dirent.h 7.4

31 years agou_short, u_long aren't POSIX, so may not be typedef'd
Keith Bostic [Thu, 11 Feb 1993 12:24:15 +0000 (04:24 -0800)]
u_short, u_long aren't POSIX, so may not be typedef'd

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

31 years agoadditional information for uname
Kirk McKusick [Thu, 11 Feb 1993 11:41:22 +0000 (03:41 -0800)]
additional information for uname

SCCS-vsn: sys/conf/newvers.sh 7.6

31 years agoconstruct string that can be copied out later
Kirk McKusick [Thu, 11 Feb 1993 11:40:28 +0000 (03:40 -0800)]
construct string that can be copied out later

SCCS-vsn: sys/hp300/hp300/machdep.c 7.36

31 years agoeliminate need for kinfo.h
Kirk McKusick [Thu, 11 Feb 1993 11:39:53 +0000 (03:39 -0800)]
eliminate need for kinfo.h

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

31 years agoMUST USE SPENCERS OLD REGEXP PACKAGE (available by searching
Marc Teitelbaum [Thu, 11 Feb 1993 09:23:36 +0000 (01:23 -0800)]
MUST USE SPENCERS OLD REGEXP PACKAGE (available by searching
libcompat first -- BARF...)

SCCS-vsn: usr.bin/grep/egrep/Makefile 5.2

31 years agofilename before error string
Keith Bostic [Thu, 11 Feb 1993 09:03:50 +0000 (01:03 -0800)]
filename before error string

SCCS-vsn: usr.bin/fstat/fstat.c 5.42

31 years agolocal version update
Akito Fujita [Thu, 11 Feb 1993 07:50:53 +0000 (23:50 -0800)]
local version update

SCCS-vsn: sys/luna68k/stand/init_main.c 7.6

31 years agoadd "tailor" option
Akito Fujita [Thu, 11 Feb 1993 07:50:32 +0000 (23:50 -0800)]
add "tailor" option

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

31 years agodate and time created 93/02/10 15:22:27 by elan
Elan Amir [Thu, 11 Feb 1993 07:22:27 +0000 (23:22 -0800)]
date and time created 93/02/10 15:22:27 by elan

SCCS-vsn: contrib/libg++-2.3/libiberty/strsignal.c 1.1

31 years agodate and time created 93/02/10 15:13:41 by elan
Elan Amir [Thu, 11 Feb 1993 07:13:41 +0000 (23:13 -0800)]
date and time created 93/02/10 15:13:41 by elan

SCCS-vsn: contrib/libg++-2.3/Makefile.BSD 1.1

31 years agoadd GLOB_BRACE, GLOB_TILDE, plus minor cleanups and prototyping
Keith Bostic [Thu, 11 Feb 1993 07:05:51 +0000 (23:05 -0800)]
add GLOB_BRACE, GLOB_TILDE, plus minor cleanups and prototyping
from Christos Zoulas

SCCS-vsn: lib/libc/gen/glob.3 5.8
SCCS-vsn: lib/libc/gen/glob.c 5.19

31 years agomake declarations work with new prototypes in globh
Keith Bostic [Thu, 11 Feb 1993 06:47:53 +0000 (22:47 -0800)]
make declarations work with new prototypes in globh

SCCS-vsn: sbin/restore/dirs.c 5.26
SCCS-vsn: sbin/restore/extern.h 5.3
SCCS-vsn: sbin/restore/interactive.c 5.19
SCCS-vsn: sbin/restore/utilities.c 5.11

31 years agoadd GLOB_BRACE, GLOB_TILDE; minor cleanup
Keith Bostic [Thu, 11 Feb 1993 06:29:35 +0000 (22:29 -0800)]
add GLOB_BRACE, GLOB_TILDE; minor cleanup

SCCS-vsn: include/glob.h 5.9

31 years agodate and time created 93/02/10 13:08:15 by elan
Elan Amir [Thu, 11 Feb 1993 05:08:15 +0000 (21:08 -0800)]
date and time created 93/02/10 13:08:15 by elan

SCCS-vsn: contrib/gcc-2.3.3/hconfig.h 1.1

31 years agodate and time created 93/02/10 12:32:05 by elan
Elan Amir [Thu, 11 Feb 1993 04:32:05 +0000 (20:32 -0800)]
date and time created 93/02/10 12:32:05 by elan

SCCS-vsn: contrib/gcc-2.3.3/config.h 1.1

31 years agomove setuid.3 -> setuid.2
Keith Bostic [Thu, 11 Feb 1993 03:17:43 +0000 (19:17 -0800)]
move setuid.3 -> setuid.2

SCCS-vsn: lib/libc/sys/Makefile.inc 5.24
SCCS-vsn: lib/libc/gen/Makefile.inc 5.32

31 years agoadd gamma.c to all architectures
Keith Bostic [Thu, 11 Feb 1993 02:51:29 +0000 (18:51 -0800)]
add gamma.c to all architectures

SCCS-vsn: lib/libm/Makefile 5.16

31 years agoM_* are not in ANSI or POSIX
Keith Bostic [Thu, 11 Feb 1993 02:48:08 +0000 (18:48 -0800)]
M_* are not in ANSI or POSIX

SCCS-vsn: include/math.h 5.10

31 years agomove kvm_vmunix.db from /var/run to /var/db
Keith Bostic [Thu, 11 Feb 1993 01:27:34 +0000 (17:27 -0800)]
move kvm_vmunix.db from /var/run to /var/db

SCCS-vsn: etc/mtree/special 5.6

31 years agosqrt() is double; dist2() might as well be too [caught by gcc2]
Chris Torek [Wed, 10 Feb 1993 16:38:16 +0000 (08:38 -0800)]
sqrt() is double; dist2() might as well be too [caught by gcc2]

SCCS-vsn: lib/libplot/t300/line.c 4.3
SCCS-vsn: lib/libplot/t300/subr.c 4.3
SCCS-vsn: lib/libplot/t300s/line.c 4.3
SCCS-vsn: lib/libplot/t300s/subr.c 4.3
SCCS-vsn: lib/libplot/t450/line.c 4.3
SCCS-vsn: lib/libplot/t450/subr.c 4.3

31 years agoadded some partition for dump
Akito Fujita [Wed, 10 Feb 1993 10:17:36 +0000 (02:17 -0800)]
added some partition for dump

SCCS-vsn: sys/luna68k/stand/fsdump.c 7.2

31 years agolocal verison update
Akito Fujita [Wed, 10 Feb 1993 10:16:57 +0000 (02:16 -0800)]
local verison update

SCCS-vsn: sys/luna68k/stand/init_main.c 7.5

31 years agoembedded subcomments lead to grief
Chris Torek [Tue, 9 Feb 1993 13:47:05 +0000 (05:47 -0800)]
embedded subcomments lead to grief

SCCS-vsn: lib/librpc/rpc/rpc.h 1.3
SCCS-vsn: lib/librpc/rpc/svc.h 1.2

31 years agosparc needs gamma.c
Chris Torek [Tue, 9 Feb 1993 10:54:26 +0000 (02:54 -0800)]
sparc needs gamma.c

SCCS-vsn: lib/libm/Makefile 5.15

31 years agocheck in for bostic by torek: don't use assembly exp() for mc68881 either
Keith Bostic [Tue, 9 Feb 1993 10:51:25 +0000 (02:51 -0800)]
check in for bostic by torek: don't use assembly exp() for mc68881 either

SCCS-vsn: lib/libm/Makefile 5.14

31 years ago#ifdef MROUTING didn't quite get all refs to external variables
Keith Sklower [Mon, 8 Feb 1993 13:23:37 +0000 (05:23 -0800)]
#ifdef MROUTING didn't quite get all refs to external variables

SCCS-vsn: sys/netinet/ip_output.c 7.28

31 years agoigmp.c now reserves storge for multicast routing socket;
Keith Sklower [Mon, 8 Feb 1993 13:14:51 +0000 (05:14 -0800)]
igmp.c now reserves storge for multicast routing socket;
allows for future variants of ip_mroute.c

SCCS-vsn: sys/netinet/igmp.c 7.4

31 years agocpp can't handle ' in comments
Ralph Campbell [Sat, 6 Feb 1993 13:45:19 +0000 (05:45 -0800)]
cpp can't handle ' in comments

SCCS-vsn: sys/pmax/pmax/fp.s 7.6

31 years agomodified to take a.out format kernel and make ECOFF file for DEC.
Ralph Campbell [Fri, 5 Feb 1993 12:01:31 +0000 (04:01 -0800)]
modified to take a.out format kernel and make ECOFF file for DEC.

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

31 years agominor format cleanup
Ralph Campbell [Fri, 5 Feb 1993 11:56:55 +0000 (03:56 -0800)]
minor format cleanup

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

31 years agochanges for a.out format
Ralph Campbell [Fri, 5 Feb 1993 11:55:42 +0000 (03:55 -0800)]
changes for a.out format

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

31 years agochanges for a.out format and gas
Ralph Campbell [Fri, 5 Feb 1993 11:54:38 +0000 (03:54 -0800)]
changes for a.out format and gas

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

31 years agoin in_addmulti, don't link the inm to the ia until the SIOCADDMULTI ioctl
Andrew Cherenson [Fri, 5 Feb 1993 11:46:10 +0000 (03:46 -0800)]
in in_addmulti, don't link the inm to the ia until the SIOCADDMULTI ioctl
succeeds to prevent accesses to deallocated memory.

SCCS-vsn: sys/netinet/in.c 7.28

31 years agoa.out programs begin at virt. address 0x1000
Ralph Campbell [Fri, 5 Feb 1993 11:41:34 +0000 (03:41 -0800)]
a.out programs begin at virt. address 0x1000

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

31 years agoreal reloc.h for a.out format and gcc.
Ralph Campbell [Fri, 5 Feb 1993 11:40:31 +0000 (03:40 -0800)]
real reloc.h for a.out format and gcc.

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

31 years agoadded more kernel virtual address space
Ralph Campbell [Fri, 5 Feb 1993 11:37:45 +0000 (03:37 -0800)]
added more kernel virtual address space

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

31 years agoremoved COFF since a.out is used now
Ralph Campbell [Fri, 5 Feb 1993 11:37:03 +0000 (03:37 -0800)]
removed COFF since a.out is used now

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

31 years agoreal a.out header for MIPS
Ralph Campbell [Fri, 5 Feb 1993 11:36:22 +0000 (03:36 -0800)]
real a.out header for MIPS

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

31 years agoOK to optimize with gcc2
Ralph Campbell [Fri, 5 Feb 1993 11:31:02 +0000 (03:31 -0800)]
OK to optimize with gcc2

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

31 years agomodified to use gcc
Ralph Campbell [Fri, 5 Feb 1993 11:30:43 +0000 (03:30 -0800)]
modified to use gcc

SCCS-vsn: sys/pmax/conf/Makefile.pmax 7.6

31 years agochanged the name of exit() to exit1() because gcc2 thinks it
Ralph Campbell [Fri, 5 Feb 1993 11:21:41 +0000 (03:21 -0800)]
changed the name of exit() to exit1() because gcc2 thinks it
knows that exit() doesn't return.

SCCS-vsn: sys/kern/kern_exit.c 7.52
SCCS-vsn: sys/kern/kern_sig.c 7.53
SCCS-vsn: sys/kern/sys_process.c 7.36

31 years agoremoved mips special case since gcc tools available now
Ralph Campbell [Fri, 5 Feb 1993 11:16:27 +0000 (03:16 -0800)]
removed mips special case since gcc tools available now

SCCS-vsn: share/mk/bsd.lib.mk 5.37

31 years agodate and time created 93/02/04 19:06:03 by ralph
Ralph Campbell [Fri, 5 Feb 1993 11:06:03 +0000 (03:06 -0800)]
date and time created 93/02/04 19:06:03 by ralph

SCCS-vsn: lib/libkvm/kvm_mips.c 1.1

31 years agoremove special case for mips since gcc is available now
Ralph Campbell [Fri, 5 Feb 1993 11:01:20 +0000 (03:01 -0800)]
remove special case for mips since gcc is available now

SCCS-vsn: lib/libc/sys/Makefile.inc 5.23

31 years agouse RSYSCALL to be like other machines
Ralph Campbell [Fri, 5 Feb 1993 10:59:07 +0000 (02:59 -0800)]
use RSYSCALL to be like other machines

SCCS-vsn: lib/libc/mips/sys/sigreturn.s 5.2
SCCS-vsn: lib/libc/mips/sys/syscall.s 5.2

31 years agogas doesn't understand .sdata yet
Ralph Campbell [Fri, 5 Feb 1993 10:58:37 +0000 (02:58 -0800)]
gas doesn't understand .sdata yet

SCCS-vsn: lib/libc/mips/sys/sbrk.s 5.2

31 years agocpp can't handle ' in comments like ultrix assembler
Ralph Campbell [Fri, 5 Feb 1993 10:58:14 +0000 (02:58 -0800)]
cpp can't handle ' in comments like ultrix assembler

SCCS-vsn: lib/libc/mips/gen/_setjmp.s 5.5
SCCS-vsn: lib/libc/mips/gen/ldexp.s 5.5
SCCS-vsn: lib/libc/mips/string/bcopy.s 5.5
SCCS-vsn: lib/libc/mips/string/bzero.s 5.4
SCCS-vsn: lib/libc/mips/sys/brk.s 5.2

31 years agochanges to match other machines using gcc.
Ralph Campbell [Fri, 5 Feb 1993 10:49:46 +0000 (02:49 -0800)]
changes to match other machines using gcc.

SCCS-vsn: lib/libc/mips/SYS.h 5.3

31 years agouse symbolic constant FD_CLOEXEC.
Ralph Campbell [Fri, 5 Feb 1993 10:47:56 +0000 (02:47 -0800)]
use symbolic constant FD_CLOEXEC.

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

31 years agochanges for a.out format with gcc
Ralph Campbell [Fri, 5 Feb 1993 10:45:00 +0000 (02:45 -0800)]
changes for a.out format with gcc

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

31 years agoFixed message() so that it works correctly. (no '\n''s).
Elan Amir [Fri, 5 Feb 1993 07:38:52 +0000 (23:38 -0800)]
Fixed message() so that it works correctly. (no '\n''s).

SCCS-vsn: usr.bin/talk/io.c 5.8

31 years agoadd line for muti byte read
Akito Fujita [Fri, 5 Feb 1993 07:26:07 +0000 (23:26 -0800)]
add line for muti byte read

SCCS-vsn: sys/luna68k/dev/kbd.c 7.6

31 years agoadd line for error detect & multi byte read
Akito Fujita [Fri, 5 Feb 1993 07:25:00 +0000 (23:25 -0800)]
add line for error detect & multi byte read

SCCS-vsn: sys/luna68k/dev/sio.c 7.7

31 years agoreset Tx interrupt
Akito Fujita [Fri, 5 Feb 1993 07:23:15 +0000 (23:23 -0800)]
reset Tx interrupt

SCCS-vsn: sys/luna68k/dev/bmc.c 7.6

31 years agoFix message for "skiprc" so that the message
Dave A. Borman [Fri, 5 Feb 1993 05:26:53 +0000 (21:26 -0800)]
Fix message for "skiprc" so that the message
that gets printed when it is changed is correct. (It
used to print the exact opposite of what was really
being done...)

SCCS-vsn: usr.bin/telnet/commands.c 5.9

31 years agokern_kinfo merged into kern_sysctl
Kirk McKusick [Thu, 4 Feb 1993 17:31:47 +0000 (09:31 -0800)]
kern_kinfo merged into kern_sysctl

SCCS-vsn: sys/conf/files 7.47

31 years agokinfo.h becomes sysctl.h; merged in contribution from BSDI
Kirk McKusick [Thu, 4 Feb 1993 17:30:28 +0000 (09:30 -0800)]
kinfo.h becomes sysctl.h; merged in contribution from BSDI

SCCS-vsn: sys/sys/sysctl.h 7.13

31 years agoadd CTL_VM definitions
Kirk McKusick [Thu, 4 Feb 1993 17:27:58 +0000 (09:27 -0800)]
add CTL_VM definitions

SCCS-vsn: sys/vm/vm_param.h 7.7

31 years agoadd vm_sysctl framwork; kinfo_loadavg becomes sysctl_loadavg;
Kirk McKusick [Thu, 4 Feb 1993 17:25:38 +0000 (09:25 -0800)]
add vm_sysctl framwork; kinfo_loadavg becomes sysctl_loadavg;
kinfo_meter becomes sysctl_meter

SCCS-vsn: sys/vm/vm_meter.c 7.18

31 years agokern_kinfo becomes kern_sysctl; major overhaul and merger with BSDI
Kirk McKusick [Thu, 4 Feb 1993 17:22:15 +0000 (09:22 -0800)]
kern_kinfo becomes kern_sysctl; major overhaul and merger with BSDI
contributed interface

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

31 years agoadd framework for net_sysctl
Kirk McKusick [Thu, 4 Feb 1993 17:12:53 +0000 (09:12 -0800)]
add framework for net_sysctl

SCCS-vsn: sys/kern/uipc_domain.c 7.12

31 years agokinfo_vnode becomes sysctl_vnode
Kirk McKusick [Thu, 4 Feb 1993 17:12:33 +0000 (09:12 -0800)]
kinfo_vnode becomes sysctl_vnode

SCCS-vsn: sys/kern/vfs_subr.c 7.94

31 years agokinfo_clock becomes sysctl_clock
Kirk McKusick [Thu, 4 Feb 1993 17:11:57 +0000 (09:11 -0800)]
kinfo_clock becomes sysctl_clock

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