unix-history/.git
32 years agoneed vm_prot.h before pmap.h
Marc Teitelbaum [Fri, 13 Sep 1991 07:20:05 +0000 (23:20 -0800)]
need vm_prot.h before pmap.h

SCCS-vsn: sys/hp300/hp300/mem.c 7.7

32 years agowhoopsey daisey, pamp_enter() has another arg ralphie
Marc Teitelbaum [Fri, 13 Sep 1991 06:09:38 +0000 (22:09 -0800)]
whoopsey daisey, pamp_enter() has another arg ralphie

SCCS-vsn: sys/vm/pmap.h 7.8

32 years agodate and time created 91/09/12 12:03:57 by bostic
Keith Bostic [Fri, 13 Sep 1991 03:03:57 +0000 (19:03 -0800)]
date and time created 91/09/12 12:03:57 by bostic

SCCS-vsn: lib/libc/db/db/Makefile.inc 5.1

32 years agodb.3 -> dbopen.3
Keith Bostic [Fri, 13 Sep 1991 02:54:36 +0000 (18:54 -0800)]
db.3 -> dbopen.3

SCCS-vsn: lib/libc/db/man/Makefile.inc 5.2
SCCS-vsn: lib/libc/db/man/btree.3 5.4
SCCS-vsn: lib/libc/db/man/dbopen.3 5.20
SCCS-vsn: lib/libc/db/man/mpool.3 5.2

32 years agospell out relationship betweeen R_DUP and R_NOOVERWIRTE
Keith Bostic [Fri, 13 Sep 1991 02:46:28 +0000 (18:46 -0800)]
spell out relationship betweeen R_DUP and R_NOOVERWIRTE

SCCS-vsn: lib/libc/db/man/btree.3 5.3

32 years agodon't necessarily modify key in key/data return; don't automatically
Keith Bostic [Fri, 13 Sep 1991 02:44:27 +0000 (18:44 -0800)]
don't necessarily modify key in key/data return; don't automatically
assign on realloc so that recovery is possible; fix default prefix routine

SCCS-vsn: lib/libc/db/btree/bt_utils.c 5.5

32 years agobt_push -> __bt_push
Keith Bostic [Fri, 13 Sep 1991 02:43:23 +0000 (18:43 -0800)]
bt_push -> __bt_push

SCCS-vsn: lib/libc/db/btree/bt_stack.c 5.2

32 years agoget routines take const *key; move recno externs into recno.h
Keith Bostic [Fri, 13 Sep 1991 02:43:05 +0000 (18:43 -0800)]
get routines take const *key; move recno externs into recno.h

SCCS-vsn: lib/libc/db/btree/extern.h 5.2

32 years agochange bt_nrecs and set BTF_METADIRTY, BTF_MODIFIED elsewhwere; fix bug
Keith Bostic [Fri, 13 Sep 1991 02:42:28 +0000 (18:42 -0800)]
change bt_nrecs and set BTF_METADIRTY, BTF_MODIFIED elsewhwere; fix bug
using rchild->flags instead of bl->flags to get bigkey flag; increment parent
pages in search routines, so just clear stack; fix cursor repositioning code
in routine doing the physical split

SCCS-vsn: lib/libc/db/btree/bt_split.c 5.4

32 years agobt_push -> __bt_push
Keith Bostic [Fri, 13 Sep 1991 02:39:06 +0000 (18:39 -0800)]
bt_push -> __bt_push

SCCS-vsn: lib/libc/db/btree/bt_search.c 5.4

32 years agodelete maxkeypage; do pointer arithmetic in the macros instead of using
Keith Bostic [Fri, 13 Sep 1991 02:17:04 +0000 (18:17 -0800)]
delete maxkeypage; do pointer arithmetic in the macros instead of using
+= sizeof; consolidate macros; replace minkeypage with bt_ovflsize; lots
of minor cleanups.

SCCS-vsn: lib/libc/db/btree/btree.h 5.4

32 years agodon't modify the key in get function; change __bt_first to return
Keith Bostic [Fri, 13 Sep 1991 02:12:59 +0000 (18:12 -0800)]
don't modify the key in get function; change __bt_first to return
first key greater than or equal to the key.

SCCS-vsn: lib/libc/db/btree/bt_get.c 5.4

32 years agoadd routine to dump the meta page
Keith Bostic [Fri, 13 Sep 1991 02:12:16 +0000 (18:12 -0800)]
add routine to dump the meta page

SCCS-vsn: lib/libc/db/btree/bt_debug.c 5.2

32 years agomake the swap code for both in and out routines the same; make
Keith Bostic [Fri, 13 Sep 1991 02:11:33 +0000 (18:11 -0800)]
make the swap code for both in and out routines the same; make
it really work.

SCCS-vsn: lib/libc/db/btree/bt_conv.c 5.2

32 years agofix cursor code in various minor ways; fix the cursor code to return
Keith Bostic [Fri, 13 Sep 1991 02:10:34 +0000 (18:10 -0800)]
fix cursor code in various minor ways; fix the cursor code to return
the key greater than or equal to the specified key (implement range searches)
skip empty pages if no exact match is found

SCCS-vsn: lib/libc/db/btree/bt_seq.c 5.6

32 years agofix overflow checking code to always keep the key in memory, if possible
Keith Bostic [Fri, 13 Sep 1991 02:07:26 +0000 (18:07 -0800)]
fix overflow checking code to always keep the key in memory, if possible
and take into account both key and data; add MODIFIED bit; fix maxkepage and
minkeypage (bt_ovflsize)

SCCS-vsn: lib/libc/db/btree/bt_put.c 5.5

32 years agoremove maxkeypage, fix minkeypage and rename to bt_ovflsize; fix flags
Keith Bostic [Fri, 13 Sep 1991 02:05:40 +0000 (18:05 -0800)]
remove maxkeypage, fix minkeypage and rename to bt_ovflsize; fix flags
bugs, filter bugs, zero out the meta page

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

32 years agomake close of RDONLY succeed; fix sync call to handle a cursor marked
Keith Bostic [Fri, 13 Sep 1991 02:04:21 +0000 (18:04 -0800)]
make close of RDONLY succeed; fix sync call to handle a cursor marked
for deletion

SCCS-vsn: lib/libc/db/btree/bt_close.c 5.2

32 years agoadd append, icursor; add ability to print out page 0
Keith Bostic [Fri, 13 Sep 1991 02:03:09 +0000 (18:03 -0800)]
add append, icursor; add ability to print out page 0

SCCS-vsn: lib/libc/db/test/btree.tests/main.c 5.3

32 years agostdout must have a name, not just NULL: use empty string
Chris Torek [Thu, 12 Sep 1991 10:16:33 +0000 (02:16 -0800)]
stdout must have a name, not just NULL: use empty string

SCCS-vsn: old/sed/sed0.c 4.8

32 years agodate and time created 91/09/11 16:29:28 by bostic
Keith Bostic [Thu, 12 Sep 1991 07:29:28 +0000 (23:29 -0800)]
date and time created 91/09/11 16:29:28 by bostic

SCCS-vsn: lib/libc/db/recno/recno.h 5.1

32 years agouse intermediate on realloc so can recover from failure
Keith Bostic [Thu, 12 Sep 1991 07:29:13 +0000 (23:29 -0800)]
use intermediate on realloc so can recover from failure

SCCS-vsn: lib/libc/db/recno/rec_utils.c 5.2

32 years agodrop exact flag (always exact if found at all); increment/decrement
Keith Bostic [Thu, 12 Sep 1991 07:28:42 +0000 (23:28 -0800)]
drop exact flag (always exact if found at all); increment/decrement
parent pages while searching the tree instead of waiting

SCCS-vsn: lib/libc/db/recno/rec_search.c 5.2

32 years agoredo cursor implementation, __rec_search interface
Keith Bostic [Thu, 12 Sep 1991 07:27:11 +0000 (23:27 -0800)]
redo cursor implementation, __rec_search interface

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

32 years agocheck user flags; minor error changes
Keith Bostic [Thu, 12 Sep 1991 07:26:35 +0000 (23:26 -0800)]
check user flags; minor error changes

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

32 years agocheck user flags; redo cursor implementation; recno doesn't care about
Keith Bostic [Thu, 12 Sep 1991 07:25:33 +0000 (23:25 -0800)]
check user flags; redo cursor implementation; recno doesn't care about
exactness of search results; do R_NOOVERWRITE at user interface level;
don't do parent page increments here

SCCS-vsn: lib/libc/db/recno/rec_put.c 5.2

32 years agoredo cursor deletion; specify delete to __rec_search, don't do parent
Keith Bostic [Thu, 12 Sep 1991 07:23:54 +0000 (23:23 -0800)]
redo cursor deletion; specify delete to __rec_search, don't do parent
decrements here any more; minor cleanups

SCCS-vsn: lib/libc/db/recno/rec_delete.c 5.2

32 years agotruncate when finished writing the file
Keith Bostic [Thu, 12 Sep 1991 07:22:11 +0000 (23:22 -0800)]
truncate when finished writing the file

SCCS-vsn: lib/libc/db/recno/rec_close.c 5.2

32 years agotake const for key argument; specify SEARCH to __rec_search
Keith Bostic [Thu, 12 Sep 1991 07:21:33 +0000 (23:21 -0800)]
take const for key argument; specify SEARCH to __rec_search

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

32 years agoadd __rec_dleaf; __rec_get takes const key; __rec_search takes argument
Keith Bostic [Thu, 12 Sep 1991 07:21:02 +0000 (23:21 -0800)]
add __rec_dleaf; __rec_get takes const key; __rec_search takes argument
for modifying parent pages during search

SCCS-vsn: lib/libc/db/recno/extern.h 5.2

32 years agodate and time created 91/09/11 16:17:35 by bostic
Keith Bostic [Thu, 12 Sep 1991 07:17:35 +0000 (23:17 -0800)]
date and time created 91/09/11 16:17:35 by bostic

SCCS-vsn: lib/libc/db/recno/Makefile.inc 5.1

32 years agoadd prototype for dbm_dirfno; make dbm_pagfno fail on compile
Keith Bostic [Thu, 12 Sep 1991 07:14:59 +0000 (23:14 -0800)]
add prototype for dbm_dirfno; make dbm_pagfno fail on compile

SCCS-vsn: include/ndbm.h 5.7

32 years agominor rearrangements
Keith Bostic [Thu, 12 Sep 1991 07:10:08 +0000 (23:10 -0800)]
minor rearrangements

SCCS-vsn: include/db.h 5.15

32 years agouse dbopen, not hash_open
Keith Bostic [Thu, 12 Sep 1991 07:06:29 +0000 (23:06 -0800)]
use dbopen, not hash_open

SCCS-vsn: lib/libc/db/test/hash.tests/driver2.c 5.2
SCCS-vsn: lib/libc/db/test/hash.tests/tcreat3.c 5.4
SCCS-vsn: lib/libc/db/test/hash.tests/tdel.c 5.5
SCCS-vsn: lib/libc/db/test/hash.tests/thash4.c 5.5
SCCS-vsn: lib/libc/db/test/hash.tests/tread2.c 5.5
SCCS-vsn: lib/libc/db/test/hash.tests/tseq.c 5.4
SCCS-vsn: lib/libc/db/test/hash.tests/tverify.c 5.5

32 years agomake dbm_pagfno fail on compile, not at run-time
Keith Bostic [Thu, 12 Sep 1991 07:02:28 +0000 (23:02 -0800)]
make dbm_pagfno fail on compile, not at run-time

SCCS-vsn: lib/libc/db/hash/ndbm.c 5.11

32 years agoreturn -1 on error, not 1 in __put_page
Keith Bostic [Thu, 12 Sep 1991 07:01:51 +0000 (23:01 -0800)]
return -1 on error, not 1 in __put_page

SCCS-vsn: lib/libc/db/hash/hash_page.c 5.17

32 years agohash_open -> __hash_open; flush_meta checked wrong return value for
Keith Bostic [Thu, 12 Sep 1991 07:01:07 +0000 (23:01 -0800)]
hash_open -> __hash_open; flush_meta checked wrong return value for
__put_page; formatting typo

SCCS-vsn: lib/libc/db/hash/hash.c 5.18

32 years agoremove __hash_open stub, change dbpanic get call to take const key
Keith Bostic [Thu, 12 Sep 1991 06:58:11 +0000 (22:58 -0800)]
remove __hash_open stub, change dbpanic get call to take const key

SCCS-vsn: lib/libc/db/db/db.c 5.2

32 years agospeed change requires a tcsetattr
Keith Bostic [Wed, 11 Sep 1991 08:15:11 +0000 (00:15 -0800)]
speed change requires a tcsetattr

SCCS-vsn: bin/stty/stty.c 5.29

32 years agoDon't expand ! followed by \ (_ESC)
Christos Zoulas [Tue, 10 Sep 1991 07:46:50 +0000 (23:46 -0800)]
Don't expand ! followed by \ (_ESC)

SCCS-vsn: bin/csh/lex.c 5.22

32 years agoonly send SIGINFO on ^T if ISIG is set
Marc Teitelbaum [Tue, 10 Sep 1991 07:27:25 +0000 (23:27 -0800)]
only send SIGINFO on ^T if ISIG is set

SCCS-vsn: sys/kern/tty.c 7.47

32 years agodon't need to use old nroff anymore
Keith Bostic [Tue, 10 Sep 1991 06:23:22 +0000 (22:23 -0800)]
don't need to use old nroff anymore

SCCS-vsn: share/mk/bsd.lib.mk 5.28
SCCS-vsn: share/mk/bsd.prog.mk 5.28

32 years agofix Jim's affiliation
Keith Bostic [Tue, 10 Sep 1991 05:47:20 +0000 (21:47 -0800)]
fix Jim's affiliation

SCCS-vsn: usr.bin/cksum/cksum.c 5.4
SCCS-vsn: usr.bin/cksum/crc.c 5.3

32 years agomdoc version three
Cynthia A. E. Livingston [Tue, 10 Sep 1991 05:10:03 +0000 (21:10 -0800)]
mdoc version three

SCCS-vsn: usr.sbin/pwd_mkdb/pwd_mkdb.8 5.4

32 years agodon't use MALLOC macro if DIAGNOSTICS is defined.
Ralph Campbell [Mon, 9 Sep 1991 13:14:56 +0000 (05:14 -0800)]
don't use MALLOC macro if DIAGNOSTICS is defined.

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

32 years agoreworded first sentence, converted to mdoc version three
Cynthia A. E. Livingston [Mon, 9 Sep 1991 10:02:22 +0000 (02:02 -0800)]
reworded first sentence, converted to mdoc version three

SCCS-vsn: usr.sbin/iostat/iostat.8 6.9

32 years agomdoc version three
Cynthia A. E. Livingston [Mon, 9 Sep 1991 08:55:21 +0000 (00:55 -0800)]
mdoc version three

SCCS-vsn: old/flcopy/flcopy.8 5.3

32 years agobump the hash version to 2; (allocate overflow pages beyond EOF)
Keith Bostic [Mon, 9 Sep 1991 04:45:18 +0000 (20:45 -0800)]
bump the hash version to 2; (allocate overflow pages beyond EOF)

SCCS-vsn: lib/libc/db/hash/hash.c 5.17
SCCS-vsn: lib/libc/db/hash/hash.h 5.6
SCCS-vsn: lib/libc/db/hash/hash_page.c 5.16

32 years agobump the hash version to 2; (allocate overflow pages beyond EOF)
Keith Bostic [Mon, 9 Sep 1991 03:33:18 +0000 (19:33 -0800)]
bump the hash version to 2; (allocate overflow pages beyond EOF)

SCCS-vsn: include/db.h 5.14

32 years agolint
Keith Bostic [Mon, 9 Sep 1991 03:30:57 +0000 (19:30 -0800)]
lint

SCCS-vsn: lib/libc/db/hash/hash_buf.c 5.9
SCCS-vsn: lib/libc/db/hash/hash_log2.c 5.3

32 years agocheck return values, delete unused arguments, get now takes const *key
Keith Bostic [Mon, 9 Sep 1991 03:29:13 +0000 (19:29 -0800)]
check return values, delete unused arguments, get now takes const *key

SCCS-vsn: lib/libc/db/hash/hash.c 5.16

32 years agodelete unused arguments, modify some return values
Keith Bostic [Mon, 9 Sep 1991 03:27:47 +0000 (19:27 -0800)]
delete unused arguments, modify some return values

SCCS-vsn: lib/libc/db/hash/extern.h 5.2

32 years agolint -- unused variables, check return values of some functions
Keith Bostic [Mon, 9 Sep 1991 03:26:40 +0000 (19:26 -0800)]
lint -- unused variables, check return values of some functions

SCCS-vsn: lib/libc/db/hash/hash_page.c 5.15

32 years agoadd dbm_dirfno, dbm_pagfno functions
Keith Bostic [Mon, 9 Sep 1991 03:24:52 +0000 (19:24 -0800)]
add dbm_dirfno, dbm_pagfno functions

SCCS-vsn: lib/libc/db/hash/ndbm.c 5.10

32 years agosplit from sys/signal.h
Mike Karels [Mon, 9 Sep 1991 03:24:43 +0000 (19:24 -0800)]
split from sys/signal.h

SCCS-vsn: sys/hp300/include/signal.h 7.1
SCCS-vsn: sys/i386/include/signal.h 7.1
SCCS-vsn: sys/tahoe/include/signal.h 7.1
SCCS-vsn: sys/vax/include/signal.h 7.1

32 years agomove machine-dependent stuff to <machine/signal.h>; try to clean up
Mike Karels [Mon, 9 Sep 1991 03:22:36 +0000 (19:22 -0800)]
move machine-dependent stuff to <machine/signal.h>; try to clean up
(note that sig_t and signal prototypes are incomplete but standard...)

SCCS-vsn: sys/sys/signal.h 7.20

32 years agoneeds __DBINTERFACE_PRIVATE to get prototype for hash_open
Keith Bostic [Mon, 9 Sep 1991 03:20:05 +0000 (19:20 -0800)]
needs __DBINTERFACE_PRIVATE to get prototype for hash_open
ndbm.h includes db.h

SCCS-vsn: lib/libc/db/hash/ndbm.c 5.9

32 years agodb.h needs __DBINTERFACE_PRIVATE to get prototype for hash_open
Keith Bostic [Mon, 9 Sep 1991 03:18:50 +0000 (19:18 -0800)]
db.h needs __DBINTERFACE_PRIVATE to get prototype for hash_open

SCCS-vsn: lib/libc/db/hash/hsearch.c 5.7

32 years agodelete unused arguments to big_delete, big_keydata; check return
Keith Bostic [Mon, 9 Sep 1991 03:17:32 +0000 (19:17 -0800)]
delete unused arguments to big_delete, big_keydata; check return
value of big_return

SCCS-vsn: lib/libc/db/hash/hash_bigkey.c 5.7

32 years agomake consistent in terms of BSD distribution
Keith Bostic [Mon, 9 Sep 1991 03:02:51 +0000 (19:02 -0800)]
make consistent in terms of BSD distribution

SCCS-vsn: lib/libc/db/hash/README 5.4

32 years agoadd R_APPEND, R_CURSOR to put routine; seq call now returns <= for
Keith Bostic [Mon, 9 Sep 1991 02:27:18 +0000 (18:27 -0800)]
add R_APPEND, R_CURSOR to put routine; seq call now returns <= for
btrees; minor reorg

SCCS-vsn: lib/libc/db/man/dbopen.3 5.19

32 years agocomment out maxkeypage for now
Keith Bostic [Mon, 9 Sep 1991 02:24:45 +0000 (18:24 -0800)]
comment out maxkeypage for now

SCCS-vsn: lib/libc/db/man/btree.3 5.2

32 years agofold routine flags into one list; add pointer oriented swap macros;
Keith Bostic [Mon, 9 Sep 1991 02:21:05 +0000 (18:21 -0800)]
fold routine flags into one list; add pointer oriented swap macros;
make get routine key argument a const.

SCCS-vsn: include/db.h 5.13

32 years agofix to previous changes
Ralph Campbell [Sun, 8 Sep 1991 07:07:55 +0000 (23:07 -0800)]
fix to previous changes

SCCS-vsn: sys/kern/kern_exit.c 7.38

32 years agoforgot to include changes for pmax
Ralph Campbell [Sun, 8 Sep 1991 05:14:50 +0000 (21:14 -0800)]
forgot to include changes for pmax

SCCS-vsn: usr.sbin/config/mkioconf.c 5.21
SCCS-vsn: usr.sbin/config/mkmakefile.c 5.35

32 years agoadded COFF support for pmax
Ralph Campbell [Sun, 8 Sep 1991 04:31:23 +0000 (20:31 -0800)]
added COFF support for pmax

SCCS-vsn: sys/kern/kern_exec.c 7.48

32 years agoforgot some proto defs.
Ralph Campbell [Sun, 8 Sep 1991 04:25:44 +0000 (20:25 -0800)]
forgot some proto defs.

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

32 years agoadded mips and pmax support
Ralph Campbell [Sun, 8 Sep 1991 04:21:24 +0000 (20:21 -0800)]
added mips and pmax support

SCCS-vsn: usr.sbin/config/config.h 5.15
SCCS-vsn: usr.sbin/config/mkioconf.c 5.20
SCCS-vsn: usr.sbin/config/config.y 5.15
SCCS-vsn: usr.sbin/config/mkmakefile.c 5.34
SCCS-vsn: usr.sbin/config/main.c 5.18

32 years agofix extern decl to match actual declaration.
Ralph Campbell [Sat, 7 Sep 1991 10:23:24 +0000 (02:23 -0800)]
fix extern decl to match actual declaration.

SCCS-vsn: usr.sbin/syslogd/syslogd.c 5.47

32 years agoadded mips to ifdef hp300, i386
Ralph Campbell [Sat, 7 Sep 1991 10:18:45 +0000 (02:18 -0800)]
added mips to ifdef hp300, i386

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

32 years agoadd ANSI prototypes for pmap functions.
Ralph Campbell [Sat, 7 Sep 1991 10:04:31 +0000 (02:04 -0800)]
add ANSI prototypes for pmap functions.

SCCS-vsn: sys/vm/pmap.h 7.6

32 years agoadded mips
Ralph Campbell [Sat, 7 Sep 1991 09:36:11 +0000 (01:36 -0800)]
added mips

SCCS-vsn: lib/libc/gen/Makefile.inc 5.22
SCCS-vsn: lib/libc/string/Makefile.inc 5.7
SCCS-vsn: lib/libc/string/Makefile.inc 5.8

32 years agoadd mips
Ralph Campbell [Sat, 7 Sep 1991 09:04:02 +0000 (01:04 -0800)]
add mips

SCCS-vsn: lib/libc/net/Makefile.inc 5.4

32 years agoindex() is not static its extern
Ralph Campbell [Sat, 7 Sep 1991 09:00:50 +0000 (01:00 -0800)]
index() is not static its extern

SCCS-vsn: lib/librpc/rpc/getrpcent.c 1.2

32 years agoadd ifdef mips
Ralph Campbell [Sat, 7 Sep 1991 09:00:23 +0000 (01:00 -0800)]
add ifdef mips

SCCS-vsn: lib/librpc/rpc/auth.h 1.3

32 years agoadded pmax/mips changes
Ralph Campbell [Sat, 7 Sep 1991 08:53:44 +0000 (00:53 -0800)]
added pmax/mips changes

SCCS-vsn: include/a.out.h 5.8
SCCS-vsn: include/setjmp.h 5.6

32 years agoadd extern to zero dimention arrays.
Ralph Campbell [Sat, 7 Sep 1991 08:26:25 +0000 (00:26 -0800)]
add extern to zero dimention arrays.

SCCS-vsn: sys/sys/mount.h 7.23

32 years agoadd pmax sigcontext
Ralph Campbell [Sat, 7 Sep 1991 08:18:36 +0000 (00:18 -0800)]
add pmax sigcontext

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

32 years agoadopt TCP's policies concerning acks & (among others) use the fast
Keith Sklower [Sat, 7 Sep 1991 08:15:21 +0000 (00:15 -0800)]
adopt TCP's policies concerning acks & (among others) use the fast
timeout mechanism and delayed acks.

SCCS-vsn: sys/netiso/tp_subr.c 7.13
SCCS-vsn: sys/netiso/tp_stat.h 7.6
SCCS-vsn: sys/netiso/tp.trans 7.13
SCCS-vsn: sys/netiso/iso_proto.c 7.9
SCCS-vsn: sys/netiso/tp_timer.c 7.9
SCCS-vsn: sys/netiso/tp_timer.h 7.6

32 years agoadd extern to zero dimention arrays.
Ralph Campbell [Sat, 7 Sep 1991 08:09:19 +0000 (00:09 -0800)]
add extern to zero dimention arrays.

SCCS-vsn: sys/sys/conf.h 7.10

32 years agolast line of while not reached; shut up mips compiler (from Ralph Campbell);
Keith Sklower [Sat, 7 Sep 1991 08:03:32 +0000 (00:03 -0800)]
last line of while not reached; shut up mips compiler (from Ralph Campbell);
make sosetopt inform protocols of SOL_SOCKET options being changed.

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

32 years agoremove machine dependencies
Ralph Campbell [Sat, 7 Sep 1991 07:51:13 +0000 (23:51 -0800)]
remove machine dependencies

SCCS-vsn: sys/nfs/nfs_vnops.c 7.61

32 years agoRev #2. ANSI/POSIX and reformatting, a few bug fixes thrown in
Keith Bostic [Sat, 7 Sep 1991 07:25:33 +0000 (23:25 -0800)]
Rev #2.  ANSI/POSIX and reformatting, a few bug fixes thrown in

SCCS-vsn: lib/libc/db/hash/extern.h 5.1

32 years agoadd printf if signal ignored in system process.
Ralph Campbell [Sat, 7 Sep 1991 06:53:29 +0000 (22:53 -0800)]
add printf if signal ignored in system process.

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

32 years agodelete hp300 and i386 ifdefs for vmapbuf() and vunmapbuf().
Ralph Campbell [Sat, 7 Sep 1991 06:48:21 +0000 (22:48 -0800)]
delete hp300 and i386 ifdefs for vmapbuf() and vunmapbuf().

SCCS-vsn: sys/kern/kern_physio.c 7.21

32 years agofix comment
Ralph Campbell [Sat, 7 Sep 1991 06:46:13 +0000 (22:46 -0800)]
fix comment

SCCS-vsn: sys/kern/kern_fork.c 7.30

32 years agoallow "negative" offsets for cdevs
Mike Karels [Sat, 7 Sep 1991 06:34:59 +0000 (22:34 -0800)]
allow "negative" offsets for cdevs

SCCS-vsn: sys/miscfs/specfs/spec_vnops.c 7.38

32 years agoadded ifdef PSL_ALLCC around old wait system call code.
Ralph Campbell [Sat, 7 Sep 1991 06:34:47 +0000 (22:34 -0800)]
added ifdef PSL_ALLCC around old wait system call code.

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

32 years agoleave curproc set until last sleep, then clear before state is invalid
Mike Karels [Sat, 7 Sep 1991 06:33:34 +0000 (22:33 -0800)]
leave curproc set until last sleep, then clear before state is invalid
(so clock, etc. don't poke around stuff that's been freed)

SCCS-vsn: sys/kern/kern_exit.c 7.36

32 years agoadd pmax
Ralph Campbell [Sat, 7 Sep 1991 06:24:09 +0000 (22:24 -0800)]
add pmax

SCCS-vsn: sys/kern/Makefile 7.14

32 years agolfortune doesn't exist anymore
Steve Sellgren [Sat, 7 Sep 1991 04:42:24 +0000 (20:42 -0800)]
lfortune doesn't exist anymore

SCCS-vsn: games/larn/Makefile 5.11

32 years agowe need writable strings since we're writing to char consts...
Steve Sellgren [Sat, 7 Sep 1991 04:38:30 +0000 (20:38 -0800)]
we need writable strings since we're writing to char consts...

SCCS-vsn: games/larn/Makefile 5.10

32 years agomalloc is void *
Steve Sellgren [Sat, 7 Sep 1991 04:37:48 +0000 (20:37 -0800)]
malloc is void *

SCCS-vsn: games/larn/header.h 5.4

32 years agogarbage
Steve Sellgren [Sat, 7 Sep 1991 04:01:34 +0000 (20:01 -0800)]
garbage

SCCS-vsn: games/larn/data.c 5.6
SCCS-vsn: games/larn/header.h 5.5

32 years agoReplaced exp with expr to avoild libm conflict
Christos Zoulas [Fri, 6 Sep 1991 16:25:50 +0000 (08:25 -0800)]
Replaced exp with expr to avoild libm conflict

SCCS-vsn: bin/csh/func.c 5.26
SCCS-vsn: bin/csh/extern.h 5.8
SCCS-vsn: bin/csh/set.c 5.15
SCCS-vsn: bin/csh/exp.c 5.14

32 years agoadd COIP
Mike Karels [Fri, 6 Sep 1991 09:02:37 +0000 (01:02 -0800)]
add COIP

SCCS-vsn: sys/sys/socket.h 7.14

32 years agoeffectively merge tp_ref structure with rest of tp_pcb;
Keith Sklower [Fri, 6 Sep 1991 09:02:22 +0000 (01:02 -0800)]
effectively merge tp_ref structure with rest of tp_pcb;
this version doesn't crash, but does exhibit lumpy behavior;
ack & retrans policies need to be fixed

SCCS-vsn: sys/netiso/tp_pcb.c 7.17
SCCS-vsn: sys/netiso/tp_pcb.h 7.15
SCCS-vsn: sys/netiso/tp_input.c 7.22
SCCS-vsn: sys/netiso/tp_timer.c 7.8
SCCS-vsn: sys/netiso/tp_timer.h 7.5

32 years agogather info in one place for netstat for variable allocated tp_refs
Keith Sklower [Fri, 6 Sep 1991 08:58:18 +0000 (00:58 -0800)]
gather info in one place for netstat for variable allocated tp_refs

SCCS-vsn: sys/netiso/tp_pcb.h 7.14
SCCS-vsn: sys/netiso/tp_timer.c 7.7

32 years agodata files are in /var/rwho, not /var/spool/rwho
Steve Sellgren [Fri, 6 Sep 1991 08:31:37 +0000 (00:31 -0800)]
data files are in /var/rwho, not /var/spool/rwho

SCCS-vsn: usr.bin/rwho/rwho.1 6.8

32 years agodata files are in /var/rwho, not /usr/var/rwho
Steve Sellgren [Fri, 6 Sep 1991 08:30:35 +0000 (00:30 -0800)]
data files are in /var/rwho, not /usr/var/rwho

SCCS-vsn: usr.bin/ruptime/ruptime.1 6.10