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

32 years ago'a b c^W' erases 'b c' instead of just 'c'
Keith Bostic [Fri, 6 Sep 1991 07:36:51 +0000 (23:36 -0800)]
'a b c^W' erases 'b c' instead of just 'c'

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

32 years agowe're in 510 area code now.
Steve Sellgren [Fri, 6 Sep 1991 00:33:18 +0000 (16:33 -0800)]
we're in 510 area code now.

SCCS-vsn: admin/admin/4.3/HEADERS 1.5

32 years agodate and time created 91/09/04 15:36:17 by bostic
Keith Bostic [Thu, 5 Sep 1991 06:36:17 +0000 (22:36 -0800)]
date and time created 91/09/04 15:36:17 by bostic

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

32 years agoadd mpool
Keith Bostic [Thu, 5 Sep 1991 06:35:35 +0000 (22:35 -0800)]
add mpool

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

32 years agodocument that the key gets set on a "get" as well as the data
Keith Bostic [Thu, 5 Sep 1991 06:19:44 +0000 (22:19 -0800)]
document that the key gets set on a "get" as well as the data

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

32 years agodate and time created 91/09/04 14:33:20 by bostic
Keith Bostic [Thu, 5 Sep 1991 05:33:20 +0000 (21:33 -0800)]
date and time created 91/09/04 14:33:20 by bostic

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

32 years agoRev #2. ANSI/POSIX and reformatting, a few bug fixes thrown in
Keith Bostic [Thu, 5 Sep 1991 03:56:47 +0000 (19:56 -0800)]
Rev #2.  ANSI/POSIX and reformatting, a few bug fixes thrown in

SCCS-vsn: lib/libc/db/hash/Makefile.inc 5.2
SCCS-vsn: lib/libc/db/hash/hash.c 5.15
SCCS-vsn: lib/libc/db/hash/hash.h 5.5
SCCS-vsn: lib/libc/db/hash/hash_bigkey.c 5.6
SCCS-vsn: lib/libc/db/hash/hash_buf.c 5.8
SCCS-vsn: lib/libc/db/hash/hash_func.c 5.2
SCCS-vsn: lib/libc/db/hash/hash_log2.c 5.2
SCCS-vsn: lib/libc/db/hash/hash_page.c 5.14
SCCS-vsn: lib/libc/db/hash/hsearch.c 5.6
SCCS-vsn: lib/libc/db/hash/ndbm.c 5.8
SCCS-vsn: lib/libc/db/hash/page.h 5.2
SCCS-vsn: lib/libc/db/hash/search.h 5.2

32 years agonew structure
Keith Bostic [Thu, 5 Sep 1991 03:55:21 +0000 (19:55 -0800)]
new structure

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

32 years agoRev #2. Redo the btree code add recno's and checkpoint
Keith Bostic [Thu, 5 Sep 1991 03:54:11 +0000 (19:54 -0800)]
Rev #2.  Redo the btree code add recno's and checkpoint

SCCS-vsn: lib/libc/db/btree/Makefile.inc 5.4
SCCS-vsn: lib/libc/db/btree/bt_delete.c 5.3
SCCS-vsn: lib/libc/db/btree/bt_get.c 5.3
SCCS-vsn: lib/libc/db/btree/bt_open.c 5.10
SCCS-vsn: lib/libc/db/btree/bt_overflow.c 5.3
SCCS-vsn: lib/libc/db/btree/bt_put.c 5.4
SCCS-vsn: lib/libc/db/btree/bt_search.c 5.3
SCCS-vsn: lib/libc/db/btree/bt_seq.c 5.5
SCCS-vsn: lib/libc/db/btree/bt_split.c 5.3
SCCS-vsn: lib/libc/db/btree/bt_utils.c 5.4
SCCS-vsn: lib/libc/db/btree/btree.h 5.3
SCCS-vsn: lib/libc/db/btree/bt_close.c 5.1
SCCS-vsn: lib/libc/db/btree/bt_conv.c 5.1
SCCS-vsn: lib/libc/db/btree/bt_debug.c 5.1
SCCS-vsn: lib/libc/db/btree/bt_stack.c 5.1
SCCS-vsn: lib/libc/db/btree/extern.h 5.1
SCCS-vsn: lib/libc/db/test/btree.tests/main.c 5.2
SCCS-vsn: lib/libc/db/db/db.c 5.1
SCCS-vsn: lib/libc/db/recno/extern.h 5.1
SCCS-vsn: lib/libc/db/recno/rec_close.c 5.1
SCCS-vsn: lib/libc/db/recno/rec_delete.c 5.1
SCCS-vsn: lib/libc/db/recno/rec_get.c 5.1
SCCS-vsn: lib/libc/db/recno/rec_open.c 5.1
SCCS-vsn: lib/libc/db/recno/rec_put.c 5.1
SCCS-vsn: lib/libc/db/recno/rec_search.c 5.1
SCCS-vsn: lib/libc/db/recno/rec_seq.c 5.1
SCCS-vsn: lib/libc/db/recno/rec_utils.c 5.1

32 years agodate and time created 91/09/04 12:44:43 by bostic
Keith Bostic [Thu, 5 Sep 1991 03:44:43 +0000 (19:44 -0800)]
date and time created 91/09/04 12:44:43 by bostic

SCCS-vsn: lib/libc/db/test/hash.tests/driver2.c 5.1

32 years agodate and time created 91/09/04 12:44:33 by bostic
Keith Bostic [Thu, 5 Sep 1991 03:44:33 +0000 (19:44 -0800)]
date and time created 91/09/04 12:44:33 by bostic

SCCS-vsn: lib/libc/db/test/hash.tests/testit 5.1

32 years agoclean up SCCS headers, include files
Keith Bostic [Thu, 5 Sep 1991 03:43:44 +0000 (19:43 -0800)]
clean up SCCS headers, include files

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

32 years agoRev #2 (after ANSI/POSIX changes to hash)
Keith Bostic [Thu, 5 Sep 1991 03:39:48 +0000 (19:39 -0800)]
Rev #2 (after ANSI/POSIX changes to hash)

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

32 years agoRev #2; new interface, btrees, recno's.
Keith Bostic [Thu, 5 Sep 1991 03:37:04 +0000 (19:37 -0800)]
Rev #2; new interface, btrees, recno's.

SCCS-vsn: include/db.h 5.12

32 years agoadd mpool.h
Keith Bostic [Thu, 5 Sep 1991 03:11:36 +0000 (19:11 -0800)]
add mpool.h

SCCS-vsn: include/Makefile 5.47

32 years agocheckpoint btree mpool
Keith Bostic [Thu, 5 Sep 1991 02:38:07 +0000 (18:38 -0800)]
checkpoint btree mpool

SCCS-vsn: include/mpool.h 5.1
SCCS-vsn: lib/libc/db/mpool/mpool.c 5.1

32 years agobreak db(3) up into multiple manual pages
Keith Bostic [Thu, 5 Sep 1991 02:36:43 +0000 (18:36 -0800)]
break db(3) up into multiple manual pages

SCCS-vsn: lib/libc/db/man/dbopen.3 5.17
SCCS-vsn: lib/libc/db/man/btree.3 5.1
SCCS-vsn: lib/libc/db/man/hash.3 5.1
SCCS-vsn: lib/libc/db/man/mpool.3 5.1
SCCS-vsn: lib/libc/db/man/recno.3 5.1

32 years agoensuring that "$<whatever>" is always output as "$<whatever>"
Keith Bostic [Thu, 5 Sep 1991 01:07:29 +0000 (17:07 -0800)]
ensuring that "$<whatever>" is always output as "$<whatever>"
when <whatever> is not a meaningful macro char

SCCS-vsn: usr.bin/m4/eval.c 5.6

32 years agoFix for -n flag. Contine execution for some `special' builtins
Christos Zoulas [Wed, 4 Sep 1991 16:37:26 +0000 (08:37 -0800)]
Fix for -n flag. Contine execution for some `special' builtins

SCCS-vsn: bin/csh/sem.c 5.20

32 years agofix xfree() so it can be re-written as a macro
Christos Zoulas [Wed, 4 Sep 1991 16:36:51 +0000 (08:36 -0800)]
fix xfree() so it can be re-written as a macro

SCCS-vsn: bin/csh/func.c 5.25
SCCS-vsn: bin/csh/misc.c 5.15

32 years agonow that SO_RCVBUF calls down, calculate maxcredit, and use in
Keith Sklower [Wed, 4 Sep 1991 12:23:20 +0000 (04:23 -0800)]
now that SO_RCVBUF calls down, calculate maxcredit, and use in
LOCAL_CREDIT macro.

SCCS-vsn: sys/netiso/tp_param.h 7.9
SCCS-vsn: sys/netiso/tp_subr.c 7.12
SCCS-vsn: sys/netiso/tp_subr2.c 7.13

32 years agoupper level protocols now call when setting socket level options
Keith Sklower [Wed, 4 Sep 1991 12:19:00 +0000 (04:19 -0800)]
upper level protocols now call when setting socket level options

SCCS-vsn: sys/netiso/tp_output.c 7.13

32 years agocall tp_getoptions as soon as paramters are known
Keith Sklower [Wed, 4 Sep 1991 12:17:52 +0000 (04:17 -0800)]
call tp_getoptions as soon as paramters are known

SCCS-vsn: sys/netiso/tp.trans 7.12

32 years agoupper level protocols now call when setting socket level options
Keith Sklower [Wed, 4 Sep 1991 12:15:47 +0000 (04:15 -0800)]
upper level protocols now call when setting socket level options

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

32 years agoremove K&R concatenation "comment"
William Nesheim [Wed, 4 Sep 1991 11:03:34 +0000 (03:03 -0800)]
remove K&R concatenation "comment"

SCCS-vsn: usr.sbin/config/mkioconf.c 5.19

32 years agosysline doesn't compile any more
Keith Bostic [Wed, 4 Sep 1991 10:59:02 +0000 (02:59 -0800)]
sysline doesn't compile any more

SCCS-vsn: old/Makefile 5.19

32 years agoFix argument mistatch in call to inet_ntoa() (it causes problems on the
Craig Leres [Wed, 4 Sep 1991 09:38:12 +0000 (01:38 -0800)]
Fix argument mistatch in call to inet_ntoa() (it causes problems on the
sparc).

SCCS-vsn: usr.sbin/sendmail/src/daemon.c 5.38

32 years agoAdd a 9 track device
Steve Sellgren [Wed, 4 Sep 1991 09:00:15 +0000 (01:00 -0800)]
Add a 9 track device

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

32 years agouse SIG_ERR, not BADSIG
Keith Bostic [Wed, 4 Sep 1991 06:19:42 +0000 (22:19 -0800)]
use SIG_ERR, not BADSIG

SCCS-vsn: lib/libc/gen/signal.c 5.6

32 years ago#define BADSIG as SIG_ERR
Keith Bostic [Wed, 4 Sep 1991 06:19:17 +0000 (22:19 -0800)]
#define BADSIG as SIG_ERR

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

32 years agoadd sig_atomic_t (ANSI); fix SA_RESTART comment; add SIG_ERR (ANSI)
Keith Bostic [Wed, 4 Sep 1991 06:11:32 +0000 (22:11 -0800)]
add sig_atomic_t (ANSI); fix SA_RESTART comment; add SIG_ERR (ANSI)

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

32 years agofread/fwrite return size_t
Keith Bostic [Wed, 4 Sep 1991 03:02:41 +0000 (19:02 -0800)]
fread/fwrite return size_t

SCCS-vsn: lib/libc/stdio/fread.c 5.5
SCCS-vsn: lib/libc/stdio/fwrite.c 5.6

32 years agoadd SCCS header
Keith Bostic [Wed, 4 Sep 1991 02:45:04 +0000 (18:45 -0800)]
add SCCS header

SCCS-vsn: usr.bin/m4/Makefile 5.9

32 years agoNew version from Oz Yigit
Keith Bostic [Wed, 4 Sep 1991 02:43:34 +0000 (18:43 -0800)]
New version from Oz Yigit

SCCS-vsn: usr.bin/m4/extern.h 5.1
SCCS-vsn: usr.bin/m4/stdd.h 5.1

32 years agoNew version from Oz Yigit; BSD-ized
Keith Bostic [Wed, 4 Sep 1991 02:38:24 +0000 (18:38 -0800)]
New version from Oz Yigit; BSD-ized

SCCS-vsn: usr.bin/m4/Makefile 5.8
SCCS-vsn: usr.bin/m4/eval.c 5.5
SCCS-vsn: usr.bin/m4/expr.c 5.4
SCCS-vsn: usr.bin/m4/look.c 5.4
SCCS-vsn: usr.bin/m4/m4.1 6.11
SCCS-vsn: usr.bin/m4/main.c 5.7
SCCS-vsn: usr.bin/m4/mdef.h 5.7
SCCS-vsn: usr.bin/m4/misc.c 5.7
SCCS-vsn: usr.bin/m4/pathnames.h 5.4

32 years agodo not panic after modified data found on the freelist
Kirk McKusick [Wed, 4 Sep 1991 02:16:20 +0000 (18:16 -0800)]
do not panic after modified data found on the freelist

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

32 years agofirst cut at new VM statistics gathering
Kirk McKusick [Wed, 4 Sep 1991 02:15:07 +0000 (18:15 -0800)]
first cut at new VM statistics gathering

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

32 years agouse #define for dn_skipname from resolv.h
Mike Karels [Wed, 4 Sep 1991 01:04:54 +0000 (17:04 -0800)]
use #define for dn_skipname from resolv.h

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

32 years agoNew version from Oz Yigit
Keith Bostic [Wed, 4 Sep 1991 00:47:38 +0000 (16:47 -0800)]
New version from Oz Yigit

SCCS-vsn: usr.bin/m4/eval.h 5.1
SCCS-vsn: usr.bin/m4/extr.h 5.3
SCCS-vsn: usr.bin/m4/look.h 5.1
SCCS-vsn: usr.bin/m4/misc.h 5.1

32 years agovolker-craig 414h added
John A. Kunze [Wed, 4 Sep 1991 00:22:23 +0000 (16:22 -0800)]
volker-craig 414h added

SCCS-vsn: share/termcap/termcap.src 5.90

32 years agodon't include vm_statistics.h anymore
William Nesheim [Wed, 4 Sep 1991 00:10:51 +0000 (16:10 -0800)]
don't include vm_statistics.h anymore

SCCS-vsn: sys/i386/i386/mem.c 7.3

32 years agoadded ISO network software interrupts
Keith Sklower [Tue, 3 Sep 1991 23:57:19 +0000 (15:57 -0800)]
added ISO network software interrupts

SCCS-vsn: sys/i386/isa/icu.s 7.3

32 years agofread/fwrite return size_t
Keith Bostic [Tue, 3 Sep 1991 23:48:36 +0000 (15:48 -0800)]
fread/fwrite return size_t

SCCS-vsn: include/stdio.h 5.19

32 years agoClear aliases and evals on error in btoeof
Christos Zoulas [Tue, 3 Sep 1991 07:52:04 +0000 (23:52 -0800)]
Clear aliases and evals on error in btoeof

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