unix-history/.git
33 years agofd -> vn
Mike Hibler [Wed, 8 May 1991 00:46:18 +0000 (16:46 -0800)]
fd -> vn

SCCS-vsn: sys/hp300/conf/devices.hp300 7.2
SCCS-vsn: sys/hp300/conf/files.hp300 7.8
SCCS-vsn: sys/dev/vnioctl.h 7.3
SCCS-vsn: sys/dev/vn.c 7.5

33 years agoget rid of kernelmap
Mike Hibler [Wed, 8 May 1991 00:45:28 +0000 (16:45 -0800)]
get rid of kernelmap

SCCS-vsn: sys/sys/map.h 7.5

33 years agoget rid of kmapwnt
Mike Hibler [Wed, 8 May 1991 00:45:17 +0000 (16:45 -0800)]
get rid of kmapwnt

SCCS-vsn: sys/sys/systm.h 7.16

33 years agohibler: special checking in kernacc for buffer cache
Mike Hibler [Wed, 8 May 1991 00:44:50 +0000 (16:44 -0800)]
hibler: special checking in kernacc for buffer cache
hibler: kludge to make sure pcb/kstack pages are referenced and modified
william: kludge for apparently unworking VM_INHERIT_NONE

SCCS-vsn: sys/vm/vm_glue.c 7.5

33 years agouse pmap_enter/remove instead of hard PTE ops
Mike Hibler [Wed, 8 May 1991 00:36:16 +0000 (16:36 -0800)]
use pmap_enter/remove instead of hard PTE ops
(requires kludge in pmap module)

SCCS-vsn: sys/vm/vm_pager.c 7.4

33 years agokeep page frame marked busy while in a pager
Mike Hibler [Wed, 8 May 1991 00:35:38 +0000 (16:35 -0800)]
keep page frame marked busy while in a pager
pmap_remove_all -> pmap_page_protect

SCCS-vsn: sys/vm/vm_pageout.c 7.4

33 years agopmap_remove_all -> pmap_page_protect
Mike Hibler [Wed, 8 May 1991 00:35:07 +0000 (16:35 -0800)]
pmap_remove_all -> pmap_page_protect
copy_on_write bit no longer relied on

SCCS-vsn: sys/vm/vm_object.c 7.4

33 years agopmap_kernel can be a macro, pmap_remove_all/pmap_copy_on_write gone
Mike Hibler [Wed, 8 May 1991 00:34:20 +0000 (16:34 -0800)]
pmap_kernel can be a macro, pmap_remove_all/pmap_copy_on_write gone

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

33 years agoget rid of vm_object_pmap_force_copy, vm_object_pmap_copy
Mike Hibler [Wed, 8 May 1991 00:33:39 +0000 (16:33 -0800)]
get rid of vm_object_pmap_force_copy, vm_object_pmap_copy
now works "right" (i.e. ignores the copy_on_write bit)

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

33 years agomove a lot of synchronizing code over to DEBUG since we now
Mike Hibler [Wed, 8 May 1991 00:32:46 +0000 (16:32 -0800)]
move a lot of synchronizing code over to DEBUG since we now
keep the page frame busy while it is being processed by the pager

SCCS-vsn: sys/vm/swap_pager.c 7.4

33 years agodon't perform the "single use" check, it was broken anyway
Mike Hibler [Wed, 8 May 1991 00:31:39 +0000 (16:31 -0800)]
don't perform the "single use" check, it was broken anyway
pmap_remove_all -> pmap_page_protect

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

33 years agopanic if map allocation fails and canwait has been specified
Mike Hibler [Wed, 8 May 1991 00:30:54 +0000 (16:30 -0800)]
panic if map allocation fails and canwait has been specified
(hokey, we should really wait like we are supposed to)

SCCS-vsn: sys/vm/vm_kern.c 7.4

33 years agoadded DEBUG version of vm_page_init to init the
Mike Hibler [Wed, 8 May 1991 00:30:06 +0000 (16:30 -0800)]
added DEBUG version of vm_page_init to init the
pagerowned and ptpage fields

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

33 years agoadded (ifdef'ed) call to initprofclock for high precision
Mike Hibler [Wed, 8 May 1991 00:21:34 +0000 (16:21 -0800)]
added (ifdef'ed) call to initprofclock for high precision
profile timer

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

33 years agonew copyright; att/bsd/shared
Keith Bostic [Wed, 8 May 1991 00:18:37 +0000 (16:18 -0800)]
new copyright; att/bsd/shared

SCCS-vsn: sys/net/bpf.h 7.1
SCCS-vsn: sys/net/bpf_filter.c 7.1
SCCS-vsn: sys/net/bpfdesc.h 7.1
SCCS-vsn: sys/net/if_slvar.h 7.7

33 years agodon't wait for initial mcount buffer,
Mike Hibler [Wed, 8 May 1991 00:16:30 +0000 (16:16 -0800)]
don't wait for initial mcount buffer,
get rid of non-GCC hp300 code

SCCS-vsn: sys/kern/subr_prof.c 7.10

33 years agonew stack limit implementation: when changing limits
Mike Hibler [Wed, 8 May 1991 00:15:14 +0000 (16:15 -0800)]
new stack limit implementation: when changing limits
protect/unprotect the affected areas

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

33 years agoeliminate kernelmap and kmapwnt references
Mike Hibler [Wed, 8 May 1991 00:13:39 +0000 (16:13 -0800)]
eliminate kernelmap and kmapwnt references

SCCS-vsn: sys/kern/subr_rmap.c 7.7

33 years agomove bufinit here from init_main.c
Mike Karels [Tue, 7 May 1991 23:40:01 +0000 (15:40 -0800)]
move bufinit here from init_main.c

SCCS-vsn: sys/kern/vfs_bio.c 7.39
SCCS-vsn: sys/kern/vfs_cluster.c 7.39

33 years agoMAXPARTITIONS enforced differently on i386; no need for bigger const
William Nesheim [Tue, 7 May 1991 22:09:14 +0000 (14:09 -0800)]
MAXPARTITIONS enforced differently on i386; no need for bigger const

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

33 years agonew copyright; att/bsd/shared
Keith Bostic [Tue, 7 May 1991 11:44:53 +0000 (03:44 -0800)]
new copyright; att/bsd/shared

SCCS-vsn: lib/csu/hp300/crt0.c 5.4
SCCS-vsn: lib/csu/i386/crt0.c 5.5
SCCS-vsn: lib/csu/tahoe/crt0.c 5.2
SCCS-vsn: lib/csu/vax/crt0.c 5.8
SCCS-vsn: lib/libc/gmon/gmon.c 5.7

33 years agobranch for the 2nd network distribution
Keith Bostic [Tue, 7 May 1991 11:31:07 +0000 (03:31 -0800)]
branch for the 2nd network distribution

SCCS-vsn: games/Makefile 5.15.1.1

33 years agoupdate comments
Mike Karels [Tue, 7 May 1991 11:13:36 +0000 (03:13 -0800)]
update comments

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

33 years agobranch for the 2nd network distribution
Keith Bostic [Tue, 7 May 1991 11:12:11 +0000 (03:12 -0800)]
branch for the 2nd network distribution

SCCS-vsn: include/Makefile 5.45.1.1

33 years agocreat a version of 4.3's disktab with a free copyright notice
Keith Bostic [Tue, 7 May 1991 11:09:04 +0000 (03:09 -0800)]
creat a version of 4.3's disktab with a free copyright notice

SCCS-vsn: etc/etc.vax/disktab 4.13.1.1

33 years agobranch for the 2nd network distribution
Keith Bostic [Tue, 7 May 1991 10:53:05 +0000 (02:53 -0800)]
branch for the 2nd network distribution

SCCS-vsn: bin/Makefile 5.33.1.1

33 years agonew copyright; att/bsd/shared
Keith Bostic [Tue, 7 May 1991 10:38:14 +0000 (02:38 -0800)]
new copyright; att/bsd/shared

SCCS-vsn: sys/netccitt/hdlc.h 7.4
SCCS-vsn: sys/netiso/argo_debug.h 7.4
SCCS-vsn: sys/netiso/clnp.h 7.8
SCCS-vsn: sys/netiso/clnp_debug.c 7.5
SCCS-vsn: sys/netiso/clnp_er.c 7.7
SCCS-vsn: sys/netiso/clnp_frag.c 7.12
SCCS-vsn: sys/netiso/clnp_input.c 7.13
SCCS-vsn: sys/netiso/clnp_options.c 7.8
SCCS-vsn: sys/netiso/clnp_output.c 7.10
SCCS-vsn: sys/netiso/clnp_raw.c 7.8
SCCS-vsn: sys/netiso/clnp_stat.h 7.4
SCCS-vsn: sys/netiso/clnp_subr.c 7.13
SCCS-vsn: sys/netiso/clnp_timer.c 7.5
SCCS-vsn: sys/netiso/cons_pcb.h 7.4
SCCS-vsn: sys/netiso/clnl.h 7.3
SCCS-vsn: sys/netiso/cons.h 7.3
SCCS-vsn: sys/netiso/eonvar.h 7.5
SCCS-vsn: sys/netiso/esis.c 7.18
SCCS-vsn: sys/netiso/esis.h 7.4
SCCS-vsn: sys/netiso/if_cons.c 7.8
SCCS-vsn: sys/netiso/if_eon.c 7.13
SCCS-vsn: sys/netiso/iso.c 7.12
SCCS-vsn: sys/netiso/iso.h 7.6
SCCS-vsn: sys/netiso/iso_chksum.c 7.5
SCCS-vsn: sys/netiso/iso_errno.h 7.5
SCCS-vsn: sys/netiso/iso_map.h 7.3
SCCS-vsn: sys/netiso/iso_pcb.c 7.9
SCCS-vsn: sys/netiso/iso_pcb.h 7.5
SCCS-vsn: sys/netiso/iso_proto.c 7.8
SCCS-vsn: sys/netiso/iso_snpac.c 7.13
SCCS-vsn: sys/netiso/iso_snpac.h 7.8
SCCS-vsn: sys/netiso/iso_var.h 7.5
SCCS-vsn: sys/netiso/tp.trans 7.8
SCCS-vsn: sys/netiso/tp_astring.c 7.4
SCCS-vsn: sys/netiso/tp_clnp.h 7.3
SCCS-vsn: sys/netiso/tp_cons.c 7.7
SCCS-vsn: sys/netiso/tp_emit.c 7.8
SCCS-vsn: sys/netiso/tp_inet.c 7.8
SCCS-vsn: sys/netiso/tp_input.c 7.18
SCCS-vsn: sys/netiso/tp_ip.h 7.3
SCCS-vsn: sys/netiso/tp_iso.c 7.11
SCCS-vsn: sys/netiso/tp_meas.c 7.4
SCCS-vsn: sys/netiso/tp_meas.h 7.5
SCCS-vsn: sys/netiso/tp_output.c 7.9
SCCS-vsn: sys/netiso/tp_param.h 7.7
SCCS-vsn: sys/netiso/tp_pcb.c 7.11
SCCS-vsn: sys/netiso/tp_pcb.h 7.9
SCCS-vsn: sys/netiso/tp_seq.h 7.5
SCCS-vsn: sys/netiso/tp_stat.h 7.4
SCCS-vsn: sys/netiso/tp_subr.c 7.8
SCCS-vsn: sys/netiso/tp_subr2.c 7.8
SCCS-vsn: sys/netiso/tp_timer.c 7.5
SCCS-vsn: sys/netiso/tp_timer.h 7.4
SCCS-vsn: sys/netiso/tp_tpdu.h 7.4
SCCS-vsn: sys/netiso/tp_trace.c 7.4
SCCS-vsn: sys/netiso/tp_trace.h 7.4
SCCS-vsn: sys/netiso/tp_user.h 7.10
SCCS-vsn: sys/netiso/tp_usrreq.c 7.16
SCCS-vsn: bin/stty/stty.c 5.23

33 years agoforgot to set callback in cons_connect;
Keith Sklower [Tue, 7 May 1991 09:36:38 +0000 (01:36 -0800)]
forgot to set callback in cons_connect;
make cons_tpinput smart about call accepted and disconnection.

SCCS-vsn: sys/netiso/if_cons.c 7.7

33 years agomdoc version three/bsd copyright
Cynthia A. E. Livingston [Tue, 7 May 1991 09:28:46 +0000 (01:28 -0800)]
mdoc version three/bsd copyright

SCCS-vsn: lib/libc/stdio/stdio.3 6.5

33 years agocheckpoint
Keith Bostic [Tue, 7 May 1991 09:28:29 +0000 (01:28 -0800)]
checkpoint

SCCS-vsn: Makefile 5.1

33 years agomdoc version three/bsd copyright
Cynthia A. E. Livingston [Tue, 7 May 1991 09:28:04 +0000 (01:28 -0800)]
mdoc version three/bsd copyright

SCCS-vsn: share/man/man1/intro.1 6.4

33 years agomv pgrm into usr.bin
Keith Bostic [Tue, 7 May 1991 09:24:57 +0000 (01:24 -0800)]
mv pgrm into usr.bin

SCCS-vsn: usr.bin/Makefile 5.6

33 years agodon't toss arguments
Keith Bostic [Tue, 7 May 1991 09:24:03 +0000 (01:24 -0800)]
don't toss arguments

SCCS-vsn: usr.bin/mkdep/mkdep.gcc.sh 5.3

33 years agocheckpoint
Keith Bostic [Tue, 7 May 1991 09:23:45 +0000 (01:23 -0800)]
checkpoint

SCCS-vsn: sbin/Makefile 5.4

33 years agotpclnp_mtu should do work for tpcons_mtu.
Keith Sklower [Tue, 7 May 1991 09:22:37 +0000 (01:22 -0800)]
tpclnp_mtu should do work for tpcons_mtu.

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

33 years agowhen connecting, set refcount on isopcb to remember to clear pkcb;
Keith Sklower [Tue, 7 May 1991 09:20:53 +0000 (01:20 -0800)]
when connecting, set refcount on isopcb to remember to clear pkcb;
get rid of tpcons_mtu; tpclnp_mtu should do the right thing.

SCCS-vsn: sys/netiso/tp_cons.c 7.6

33 years agoforgot to see who gets callback in cons_connect;
Keith Sklower [Tue, 7 May 1991 09:18:57 +0000 (01:18 -0800)]
forgot to see who gets callback in cons_connect;
make cons_tpinput smart about call accepted and disconnection.

SCCS-vsn: sys/netiso/if_cons.c 7.7

33 years agocheckpoint
Keith Bostic [Tue, 7 May 1991 09:16:23 +0000 (01:16 -0800)]
checkpoint

SCCS-vsn: usr.sbin/Makefile 5.6

33 years agofix type conflict for old vm
Mike Karels [Tue, 7 May 1991 09:13:13 +0000 (01:13 -0800)]
fix type conflict for old vm

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

33 years agonew copyright; att/bsd/shared
Keith Bostic [Tue, 7 May 1991 09:12:49 +0000 (01:12 -0800)]
new copyright; att/bsd/shared

SCCS-vsn: usr.sbin/quot/quot.c 4.20

33 years agodon't describe the format in the man page, so nobody depends on it
Keith Bostic [Tue, 7 May 1991 09:11:17 +0000 (01:11 -0800)]
don't describe the format in the man page, so nobody depends on it

SCCS-vsn: usr.sbin/pwd_mkdb/pwd_mkdb.8 5.2
SCCS-vsn: usr.sbin/pwd_mkdb/pwd_mkdb.c 5.5

33 years agochange conventions on static routine, ``call_accepted'';
Keith Sklower [Tue, 7 May 1991 09:11:14 +0000 (01:11 -0800)]
change conventions on static routine, ``call_accepted'';
have it call upper layers which invoked.

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

33 years ago(stolen from marc, who had it checked out...) update newvm stuff;
Mike Karels [Tue, 7 May 1991 09:09:18 +0000 (01:09 -0800)]
(stolen from marc, who had it checked out...) update newvm stuff;
pte.h is now machine dependent; user.h *is* needed (else is hard to return one);
make functions agree with their prototypes; marc cleaned up error handling

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

33 years agokvm needs -I/sys
Mike Karels [Tue, 7 May 1991 09:07:56 +0000 (01:07 -0800)]
kvm needs -I/sys

SCCS-vsn: lib/libutil/Makefile 5.10

33 years agochange dev database to use "mode_t type dev_t dev" as the key
Keith Bostic [Tue, 7 May 1991 09:05:07 +0000 (01:05 -0800)]
change dev database to use "mode_t type dev_t dev" as the key
ANSI clenaups

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

33 years agodon't describe the format in the man page, so nobody depends on it
Keith Bostic [Tue, 7 May 1991 09:04:46 +0000 (01:04 -0800)]
don't describe the format in the man page, so nobody depends on it

SCCS-vsn: usr.sbin/dev_mkdb/dev_mkdb.8 5.3

33 years agochange dev database to use "mode_t type dev_t dev" as the key
Keith Bostic [Tue, 7 May 1991 08:59:08 +0000 (00:59 -0800)]
change dev database to use "mode_t type dev_t dev" as the key

SCCS-vsn: lib/libc/gen/ttyname.c 5.10

33 years agoshouldn't have used p_addr to get current process regs
Mike Karels [Tue, 7 May 1991 08:54:22 +0000 (00:54 -0800)]
shouldn't have used p_addr to get current process regs
(p_regs is relative to kernel stack; this is machine-dependent!)

SCCS-vsn: sys/kern/sys_process.c 7.19

33 years agochange dev database to use "mode_t type dev_t dev" as the key
Keith Bostic [Tue, 7 May 1991 08:53:42 +0000 (00:53 -0800)]
change dev database to use "mode_t type dev_t dev" as the key

SCCS-vsn: lib/libc/gen/devname.c 5.14

33 years ago(mostly by william) update to current system, add cpu types
Mike Karels [Tue, 7 May 1991 08:51:04 +0000 (00:51 -0800)]
(mostly by william) update to current system, add cpu types

SCCS-vsn: sys/i386/include/cpu.h 5.3

33 years agoadd hcx-9, updates (still only 4.3-tahoe vintage)
Mike Karels [Tue, 7 May 1991 08:48:50 +0000 (00:48 -0800)]
add hcx-9, updates (still only 4.3-tahoe vintage)

SCCS-vsn: share/doc/smm/01.setup/0.t 1.5
SCCS-vsn: share/doc/smm/01.setup/1.t 1.5
SCCS-vsn: share/doc/smm/01.setup/2.t 1.7

33 years agorm more stuff the newvm system doesn't have; left-adjust numeric wchans
Mike Karels [Tue, 7 May 1991 08:16:46 +0000 (00:16 -0800)]
rm more stuff the newvm system doesn't have; left-adjust numeric wchans

SCCS-vsn: bin/ps/print.c 5.6

33 years agono text.h for newvm; use S_IFCHR/S_IFBLK as second arg to devname
Mike Karels [Tue, 7 May 1991 08:04:07 +0000 (00:04 -0800)]
no text.h for newvm; use S_IFCHR/S_IFBLK as second arg to devname

SCCS-vsn: usr.sbin/pstat/pstat.c 5.32

33 years agonew copyright; att/bsd/shared
Keith Bostic [Tue, 7 May 1991 07:41:59 +0000 (23:41 -0800)]
new copyright; att/bsd/shared

SCCS-vsn: usr.sbin/sa/sa.c 4.14

33 years agoupdate to new devname
Mike Karels [Tue, 7 May 1991 07:40:31 +0000 (23:40 -0800)]
update to new devname

SCCS-vsn: usr.sbin/pstat/pstat.c 5.32

33 years agoremove the datfiles on make clean
Keith Bostic [Tue, 7 May 1991 07:18:11 +0000 (23:18 -0800)]
remove the datfiles on make clean

SCCS-vsn: games/fortune/datfiles/Makefile 5.2

33 years agoppid is in eproc now
Mike Karels [Tue, 7 May 1991 07:03:05 +0000 (23:03 -0800)]
ppid is in eproc now

SCCS-vsn: bin/ps/keyword.c 5.6

33 years agoput PZERO between PVFS and PSOCK as it had been
Mike Karels [Tue, 7 May 1991 07:02:16 +0000 (23:02 -0800)]
put PZERO between PVFS and PSOCK as it had been

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

33 years agocreate files with the default file mode; ANSI cleanups
Keith Bostic [Tue, 7 May 1991 06:38:36 +0000 (22:38 -0800)]
create files with the default file mode; ANSI cleanups

SCCS-vsn: usr.bin/tee/tee.c 5.11

33 years agocreate files with default modes; ANSI cleanup
Keith Bostic [Tue, 7 May 1991 06:37:27 +0000 (22:37 -0800)]
create files with default modes; ANSI cleanup

SCCS-vsn: usr.bin/tee/tee.c 5.11

33 years agoonce more with feeling - converted to mdoc (version three)
Cynthia A. E. Livingston [Tue, 7 May 1991 06:14:58 +0000 (22:14 -0800)]
once more with feeling - converted to mdoc (version three)
rechecked for proprietary wording (only three sentences, not bad)
this man page still needs some work (list structure inconsistencies -
phrases versus full sentences)

SCCS-vsn: bin/ps/ps.1 6.16

33 years agodate and time created 91/05/06 14:44:17 by bostic
Keith Bostic [Tue, 7 May 1991 05:44:17 +0000 (21:44 -0800)]
date and time created 91/05/06 14:44:17 by bostic

SCCS-vsn: lib/libc/hp300/sys/setlogin.s 5.1

33 years agoremove extraneous .El
Cynthia A. E. Livingston [Tue, 7 May 1991 05:37:36 +0000 (21:37 -0800)]
remove extraneous .El

SCCS-vsn: bin/stty/stty.1 6.12

33 years agomore uncontaminated code from vfs_bio.c to vfs_subr.c
Kirk McKusick [Tue, 7 May 1991 05:36:16 +0000 (21:36 -0800)]
more uncontaminated code from vfs_bio.c to vfs_subr.c

SCCS-vsn: sys/kern/vfs_bio.c 7.38
SCCS-vsn: sys/kern/vfs_cluster.c 7.38
SCCS-vsn: sys/kern/vfs_subr.c 7.54

33 years agowas clearing wrong opt bits.
Marc Teitelbaum [Tue, 7 May 1991 05:28:55 +0000 (21:28 -0800)]
was clearing wrong opt bits.

SCCS-vsn: lib/libc/gen/termios.c 5.8

33 years agomdoc version three (the orginal equation was left in)
Cynthia A. E. Livingston [Tue, 7 May 1991 04:43:56 +0000 (20:43 -0800)]
mdoc version three (the orginal equation was left in)

SCCS-vsn: lib/libm/common_source/lgamma.3 6.4

33 years agoremove author section
Cynthia A. E. Livingston [Tue, 7 May 1991 04:36:51 +0000 (20:36 -0800)]
remove author section

SCCS-vsn: lib/libm/common_source/acosh.3 5.2
SCCS-vsn: lib/libm/common_source/asinh.3 6.4
SCCS-vsn: lib/libm/common_source/atanh.3 5.2
SCCS-vsn: lib/libm/common_source/exp.3 6.11
SCCS-vsn: lib/libm/common_source/hypot.3 6.7
SCCS-vsn: lib/libm/common_source/ieee.3 6.4
SCCS-vsn: lib/libm/common_source/math.3 6.10
SCCS-vsn: lib/libm/common_source/sqrt.3 6.4

33 years agodefine nswdev, nswap
Mike Karels [Tue, 7 May 1991 04:06:06 +0000 (20:06 -0800)]
define nswdev, nswap

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

33 years agodefine selwait
Mike Karels [Tue, 7 May 1991 04:00:57 +0000 (20:00 -0800)]
define selwait

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

33 years agodefine curpri
Mike Karels [Tue, 7 May 1991 03:53:41 +0000 (19:53 -0800)]
define curpri

SCCS-vsn: sys/kern/kern_synch.c 7.16

33 years agodon't use CIGNORE, just OR in TCSASOFT
Keith Bostic [Tue, 7 May 1991 03:46:46 +0000 (19:46 -0800)]
don't use CIGNORE, just OR in TCSASOFT

SCCS-vsn: lib/libc/gen/getpass.c 5.9

33 years agoexpand history notes; from Tom Truscott
Keith Bostic [Tue, 7 May 1991 03:39:10 +0000 (19:39 -0800)]
expand history notes; from Tom Truscott

SCCS-vsn: lib/libc/gen/crypt.3 6.5

33 years agouse _PASSWORD_EFMT1 instead of '_'
Keith Bostic [Tue, 7 May 1991 03:34:54 +0000 (19:34 -0800)]
use _PASSWORD_EFMT1 instead of '_'

SCCS-vsn: usr.bin/passwd/local_passwd.c 5.5

33 years agouse faster routines, also check for errno after setkey (Ultrix)
Keith Bostic [Tue, 7 May 1991 03:27:08 +0000 (19:27 -0800)]
use faster routines, also check for errno after setkey (Ultrix)

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

33 years agoadd disclaimer as per request by Matt Bishop and Dartmouth College
Keith Bostic [Tue, 7 May 1991 03:26:45 +0000 (19:26 -0800)]
add disclaimer as per request by Matt Bishop and Dartmouth College

SCCS-vsn: usr.bin/bdes/bdes.1 5.4

33 years agopsl.h is already included by machine/param.h; add signotify();
Mike Karels [Tue, 7 May 1991 02:29:02 +0000 (18:29 -0800)]
psl.h is already included by machine/param.h; add signotify();
do ast's here, global rather than per-process

SCCS-vsn: sys/hp300/include/cpu.h 7.5

33 years agocleanup, mostly cosmetic; new copyright; att/bsd/shared
Keith Bostic [Tue, 7 May 1991 02:08:59 +0000 (18:08 -0800)]
cleanup, mostly cosmetic; new copyright; att/bsd/shared

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

33 years agoprettiness patrol II: I like function grouping better than alphabetical;
Mike Karels [Tue, 7 May 1991 02:08:08 +0000 (18:08 -0800)]
prettiness patrol II: I like function grouping better than alphabetical;
remove intstack, argdev, icode, other old/grotty stuff

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

33 years agomove copyright to init_main.c
Mike Karels [Tue, 7 May 1991 02:06:27 +0000 (18:06 -0800)]
move copyright to init_main.c

SCCS-vsn: sys/conf/param.c 7.18

33 years agomv kern_lock.c to vm; shm isn't uipc!
Mike Karels [Tue, 7 May 1991 02:04:49 +0000 (18:04 -0800)]
mv kern_lock.c to vm; shm isn't uipc!

SCCS-vsn: sys/conf/files 7.30

33 years agoargdev is gone
Mike Karels [Tue, 7 May 1991 01:48:15 +0000 (17:48 -0800)]
argdev is gone

SCCS-vsn: sys/nfs/nfs_vfsops.c 7.31

33 years agocheck for close failure -- it may be an NFS file system
Keith Bostic [Tue, 7 May 1991 01:25:18 +0000 (17:25 -0800)]
check for close failure -- it may be an NFS file system

SCCS-vsn: bin/cp/cp.c 5.24

33 years agoprettiness patrol II
Mike Karels [Tue, 7 May 1991 01:15:09 +0000 (17:15 -0800)]
prettiness patrol II

SCCS-vsn: sys/sys/map.h 7.4

33 years agoexplicitly close stdout, so can check for flush/write failure
Keith Bostic [Tue, 7 May 1991 01:15:07 +0000 (17:15 -0800)]
explicitly close stdout, so can check for flush/write failure

SCCS-vsn: bin/cat/cat.c 5.14

33 years agomdoc version three/bsd copyright
Cynthia A. E. Livingston [Mon, 6 May 1991 18:48:49 +0000 (10:48 -0800)]
mdoc version three/bsd copyright

SCCS-vsn: share/man/man4/man4.tahoe/mtio.4 6.4

33 years agomdoc version three
Cynthia A. E. Livingston [Mon, 6 May 1991 18:23:09 +0000 (10:23 -0800)]
mdoc version three

SCCS-vsn: usr.bin/cksum/cksum.1 5.3
SCCS-vsn: usr.bin/fold/fold.1 6.5

33 years agomdoc version three/bsd copyright
Cynthia A. E. Livingston [Mon, 6 May 1991 17:38:25 +0000 (09:38 -0800)]
mdoc version three/bsd copyright

SCCS-vsn: usr.bin/pascal/eyacc/eyacc.1 6.7

33 years agomdoc version three/bsd copyright (was never proprietary)
Cynthia A. E. Livingston [Mon, 6 May 1991 16:30:28 +0000 (08:30 -0800)]
mdoc version three/bsd copyright (was never proprietary)

SCCS-vsn: old/lisp/man/lxref.1 6.3

33 years agomdoc version three
Cynthia A. E. Livingston [Mon, 6 May 1991 16:27:33 +0000 (08:27 -0800)]
mdoc version three

SCCS-vsn: old/lisp/man/lisp.1 6.4
SCCS-vsn: old/lisp/man/liszt.1 6.4
SCCS-vsn: old/lisp/man/lxref.1 6.3

33 years agomdoc version three/bsd copyright
Cynthia A. E. Livingston [Mon, 6 May 1991 15:23:24 +0000 (07:23 -0800)]
mdoc version three/bsd copyright

SCCS-vsn: share/man/man5/utmp.5 6.8
SCCS-vsn: share/man/man5/utmp.5 6.8
SCCS-vsn: usr.bin/cut/cut.1 5.4

33 years agomdoc version three
Cynthia A. E. Livingston [Mon, 6 May 1991 14:05:11 +0000 (06:05 -0800)]
mdoc version three

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

33 years agobpf interfaces now allocated dynamically; perhaps they should go
Steven McCanne [Mon, 6 May 1991 14:01:48 +0000 (06:01 -0800)]
bpf interfaces now allocated dynamically; perhaps they should go
in the driver's softc
bpf_devp is gone; instead we have an ioctl to get the link type
bpf_mtap now just passes mbuf to filter -- no pull up

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

33 years agonuked bpf_devp struct; BIOCDEVP now BIOCGDLT
Steven McCanne [Mon, 6 May 1991 13:55:15 +0000 (05:55 -0800)]
nuked bpf_devp struct; BIOCDEVP now BIOCGDLT

SCCS-vsn: sys/net/bpf.h 1.4

33 years agofilter now works with mbufs (buflen = 0)
Steven McCanne [Mon, 6 May 1991 13:54:10 +0000 (05:54 -0800)]
filter now works with mbufs (buflen = 0)

SCCS-vsn: sys/net/bpf_filter.c 1.4

33 years agoadded next field to bpf_if for dynamic allocation
Steven McCanne [Mon, 6 May 1991 13:52:37 +0000 (05:52 -0800)]
added next field to bpf_if for dynamic allocation

SCCS-vsn: sys/net/bpfdesc.h 1.3

33 years agoclean library too
Keith Bostic [Mon, 6 May 1991 11:09:51 +0000 (03:09 -0800)]
clean library too

SCCS-vsn: sys/hp300/stand/Makefile 7.7

33 years agoclean the library too
Keith Bostic [Mon, 6 May 1991 11:09:17 +0000 (03:09 -0800)]
clean the library too

SCCS-vsn: sys/tahoe/stand/Makefile 7.19

33 years agomove small library into a separate directory
Keith Bostic [Mon, 6 May 1991 11:08:43 +0000 (03:08 -0800)]
move small library into a separate directory

SCCS-vsn: sys/vax/stand/Makefile 7.29

33 years agoI couldn't leave this, it was just too ugly. Fixed
Keith Bostic [Mon, 6 May 1991 11:01:03 +0000 (03:01 -0800)]
I couldn't leave this, it was just too ugly.  Fixed

SCCS-vsn: sys/i386/stand/Makefile 7.8

33 years agonew copyright; att/bsd/shared
Keith Bostic [Mon, 6 May 1991 09:40:16 +0000 (01:40 -0800)]
new copyright; att/bsd/shared

SCCS-vsn: sys/sys/vadvise.h 7.2
SCCS-vsn: sys/sys/vcmd.h 7.4
SCCS-vsn: sys/sys/vlimit.h 7.2
SCCS-vsn: sys/sys/vmmeter.h 7.3
SCCS-vsn: sys/sys/vsio.h 7.3