unix-history/.git
33 years agoreplaced ifdef vax with BYTE_ORDER as implyed by preexisting gross hack
William Nesheim [Thu, 28 Mar 1991 12:41:04 +0000 (04:41 -0800)]
replaced ifdef vax with BYTE_ORDER as implyed by preexisting gross hack

SCCS-vsn: usr.bin/tip/tip.h 5.7

33 years agoAdded bootp services for emulex
Steve Sellgren [Thu, 28 Mar 1991 11:24:13 +0000 (03:24 -0800)]
Added bootp services for emulex

SCCS-vsn: etc/services 5.7

33 years agoits \not/ an error to specify a keyword twice
Marc Teitelbaum [Thu, 28 Mar 1991 07:49:48 +0000 (23:49 -0800)]
its \not/ an error to specify a keyword twice

SCCS-vsn: bin/ps/ps.h 5.2
SCCS-vsn: bin/ps/ps.c 5.38
SCCS-vsn: bin/ps/print.c 5.5
SCCS-vsn: bin/ps/keyword.c 5.4

33 years agonew vm
Mike Karels [Thu, 28 Mar 1991 07:04:23 +0000 (23:04 -0800)]
new vm

SCCS-vsn: bin/ps/ps.c 5.37
SCCS-vsn: bin/ps/print.c 5.4
SCCS-vsn: bin/ps/keyword.c 5.3

33 years agoadded Pc console entry (e.g. np) so it does not screw up screen
William Nesheim [Thu, 28 Mar 1991 04:51:48 +0000 (20:51 -0800)]
added Pc console entry (e.g. np) so it does not screw up screen

SCCS-vsn: etc/gettytab 5.14

33 years agoadded description of no parity flag
William Nesheim [Thu, 28 Mar 1991 04:36:01 +0000 (20:36 -0800)]
added description of no parity flag

SCCS-vsn: libexec/getty/gettytab.5 6.6

33 years agoadded no parity flage for 386 8-bit character display console
William Nesheim [Thu, 28 Mar 1991 04:20:25 +0000 (20:20 -0800)]
added no parity flage for 386 8-bit character display console

SCCS-vsn: libexec/getty/gettytab.h 5.5
SCCS-vsn: libexec/getty/init.c 5.6
SCCS-vsn: libexec/getty/main.c 5.16

33 years agocopyright revision request from CMU
Kirk McKusick [Thu, 28 Mar 1991 03:32:17 +0000 (19:32 -0800)]
copyright revision request from CMU

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

33 years agoMike's comments on the copyright notice
Kirk McKusick [Thu, 28 Mar 1991 01:58:23 +0000 (17:58 -0800)]
Mike's comments on the copyright notice

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

33 years agoEven cleaner, thanks to gcc -W -Wunused and ANSI / POSIX include files.
Donn Seeley [Wed, 27 Mar 1991 15:04:57 +0000 (07:04 -0800)]
Even cleaner, thanks to gcc -W -Wunused and ANSI / POSIX include files.

SCCS-vsn: usr.sbin/portmap/portmap.c 5.3

33 years agoadded `more things to go wrong'
Cynthia A. E. Livingston [Wed, 27 Mar 1991 12:44:47 +0000 (04:44 -0800)]
added `more things to go wrong'

SCCS-vsn: share/tmac/doc 5.4
SCCS-vsn: share/tmac/doc-common 5.4
SCCS-vsn: share/tmac/doc-nroff 5.3
SCCS-vsn: share/tmac/doc-ditroff 5.5
SCCS-vsn: share/tmac/doc-syms 5.3

33 years agoicode now calls exeve instead of execv;
Keith Sklower [Wed, 27 Mar 1991 04:59:39 +0000 (20:59 -0800)]
icode now calls exeve instead of execv;
copyin and copyout will always win if given a count of 0 bytes.

SCCS-vsn: sys/vax/vax/locore.s 7.30

33 years ago(part from william) clean up the #ifdefs in main (slightly),
Mike Karels [Tue, 26 Mar 1991 09:49:43 +0000 (01:49 -0800)]
(part from william) clean up the #ifdefs in main (slightly),
use howto from args if present on any machine, default to 0

SCCS-vsn: old/init/init.c 5.19
SCCS-vsn: sbin/init/init.c 5.19

33 years ago_DIR_ => _DIR_H
Keith Bostic [Tue, 26 Mar 1991 09:28:22 +0000 (01:28 -0800)]
_DIR_ => _DIR_H

SCCS-vsn: sys/ufs/ffs/dir.h 7.10
SCCS-vsn: sys/ufs/ufs/dir.h 7.10

33 years agoget rid of unneeded namei
Kirk McKusick [Tue, 26 Mar 1991 09:05:37 +0000 (01:05 -0800)]
get rid of unneeded namei

SCCS-vsn: sys/ufs/ffs/ffs_vnops.c 7.59
SCCS-vsn: sys/ufs/ffs/ufs_vnops.c 7.59
SCCS-vsn: sys/ufs/lfs/lfs_vnops.c 7.59
SCCS-vsn: sys/ufs/ufs/ufs_vnops.c 7.59

33 years agoremove execv (library didn't use), obsolete vhangup, compat for (stub) oquota
Mike Karels [Tue, 26 Mar 1991 06:29:57 +0000 (22:29 -0800)]
remove execv (library didn't use), obsolete vhangup, compat for (stub) oquota

SCCS-vsn: sys/kern/syscalls.master 7.26

33 years agodon't need compat_43 execv, 4.3 used execve for execv
Mike Karels [Tue, 26 Mar 1991 05:41:04 +0000 (21:41 -0800)]
don't need compat_43 execv, 4.3 used execve for execv

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

33 years agonew filedesc structure; point p_stats, p_sigacts at p_addr instead of u.
Mike Karels [Tue, 26 Mar 1991 04:29:06 +0000 (20:29 -0800)]
new filedesc structure; point p_stats, p_sigacts at p_addr instead of u.

SCCS-vsn: sys/kern/init_main.c 7.35

33 years agonow use single array of descriptors, either within filedesc0 struct
Mike Karels [Tue, 26 Mar 1991 04:27:28 +0000 (20:27 -0800)]
now use single array of descriptors, either within filedesc0 struct
or external; rm OFILE* macros; use resource limit for open files; various
cleanups

SCCS-vsn: sys/kern/kern_descrip.c 7.22

33 years agoclean up includes, rm OFILE*, release vmspace instead of replacing if shared,
Mike Karels [Tue, 26 Mar 1991 04:24:23 +0000 (20:24 -0800)]
clean up includes, rm OFILE*, release vmspace instead of replacing if shared,
minor cleanups

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

33 years agorm user.h; namei.h is in vnode.h
Mike Karels [Tue, 26 Mar 1991 04:02:42 +0000 (20:02 -0800)]
rm user.h; namei.h is in vnode.h

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

33 years ago(in last delta:) use array of signal property flags rather than
Mike Karels [Tue, 26 Mar 1991 03:39:09 +0000 (19:39 -0800)]
(in last delta:) use array of signal property flags rather than
wired-in signal names; noproc is history; move fatal signal code to sigexit,
so trap can call directly; rm 386 hacks (save frame type in pcb); fake up
core dump with kinfo_proc

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

33 years agonew device calling conventions, consolidate nullops
Mike Karels [Mon, 25 Mar 1991 07:25:52 +0000 (23:25 -0800)]
new device calling conventions, consolidate nullops

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

33 years agonew device calling conventions, return correct error after revocation
Mike Karels [Mon, 25 Mar 1991 07:24:20 +0000 (23:24 -0800)]
new device calling conventions, return correct error after revocation

SCCS-vsn: sys/kern/tty_tty.c 7.11

33 years agonew device calling conventions
Mike Karels [Mon, 25 Mar 1991 07:17:21 +0000 (23:17 -0800)]
new device calling conventions

SCCS-vsn: sys/kern/tty_tty.c 7.11

33 years agorm user.h, OFILE
Mike Karels [Mon, 25 Mar 1991 07:16:30 +0000 (23:16 -0800)]
rm user.h, OFILE

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

33 years agorm user.h
Mike Karels [Mon, 25 Mar 1991 06:43:47 +0000 (22:43 -0800)]
rm user.h

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

33 years ago(checked in by karels) add i386 tags
William Nesheim [Mon, 25 Mar 1991 06:20:37 +0000 (22:20 -0800)]
(checked in by karels) add i386 tags

SCCS-vsn: sys/kern/Makefile 7.11

33 years agoclose /etc/ttys in getttynam
Mike Karels [Sun, 24 Mar 1991 06:13:06 +0000 (22:13 -0800)]
close /etc/ttys in getttynam

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

33 years agofix #ifndef TRACE definition of `trace' (gcc complains about repeated b)
Chris Torek [Sat, 23 Mar 1991 18:17:17 +0000 (10:17 -0800)]
fix #ifndef TRACE definition of `trace' (gcc complains about repeated b)

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

33 years agouse new db(3) routines, lots of minor cleanup
Keith Bostic [Sat, 23 Mar 1991 16:15:13 +0000 (08:15 -0800)]
use new db(3) routines, lots of minor cleanup

SCCS-vsn: usr.bin/vacation/vacation.c 5.19

33 years agoadded flag bit to note which kind of entry into kernele
William Nesheim [Sat, 23 Mar 1991 13:58:41 +0000 (05:58 -0800)]
added flag bit to note which kind of entry into kernele

SCCS-vsn: sys/i386/include/pcb.h 5.7

33 years agofirst cut at new ndbm, still using ndbm interface
Keith Bostic [Sat, 23 Mar 1991 12:42:05 +0000 (04:42 -0800)]
first cut at new ndbm, still using ndbm interface

SCCS-vsn: usr.bin/vacation/vacation.c 5.18

33 years agoavoid branches, make profiling work. used a trick to shave off
Chris Torek [Sat, 23 Mar 1991 08:57:49 +0000 (00:57 -0800)]
avoid branches, make profiling work.  used a trick to shave off
one instruction (a branch, at that).

SCCS-vsn: lib/libc/vax/sys/Ovfork.s 5.7

33 years agodate and time created 91/03/22 16:05:35 by mccanne
Steven McCanne [Sat, 23 Mar 1991 08:05:35 +0000 (00:05 -0800)]
date and time created 91/03/22 16:05:35 by mccanne

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

33 years agodate and time created 91/03/22 16:01:51 by mccanne
Steven McCanne [Sat, 23 Mar 1991 08:01:51 +0000 (00:01 -0800)]
date and time created 91/03/22 16:01:51 by mccanne

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

33 years agodate and time created 91/03/22 14:54:15 by bostic
Keith Bostic [Sat, 23 Mar 1991 06:54:15 +0000 (22:54 -0800)]
date and time created 91/03/22 14:54:15 by bostic

SCCS-vsn: etc/etc.i386/fstab.wd 5.1

33 years agodate and time created 91/03/22 14:53:39 by bostic
Keith Bostic [Sat, 23 Mar 1991 06:53:39 +0000 (22:53 -0800)]
date and time created 91/03/22 14:53:39 by bostic

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

33 years agodate and time created 91/03/22 14:51:35 by bostic
Keith Bostic [Sat, 23 Mar 1991 06:51:35 +0000 (22:51 -0800)]
date and time created 91/03/22 14:51:35 by bostic

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

33 years agominor cleanup, using wording from makedev.8
Keith Bostic [Sat, 23 Mar 1991 06:48:11 +0000 (22:48 -0800)]
minor cleanup, using wording from makedev.8

SCCS-vsn: share/man/man8/man8.hp300/MAKEDEV.8 5.2
SCCS-vsn: share/man/man8/man8.i386/MAKEDEV.8 5.2
SCCS-vsn: share/man/man8/man8.tahoe/MAKEDEV.8 5.2
SCCS-vsn: share/man/man8/man8.vax/MAKEDEV.8 5.2

33 years ago#ifdef for new vm
Mike Karels [Sat, 23 Mar 1991 06:39:28 +0000 (22:39 -0800)]
#ifdef for new vm

SCCS-vsn: usr.bin/w/w.c 5.27

33 years agoinstall MAKEDEV.local too
Keith Bostic [Sat, 23 Mar 1991 06:35:09 +0000 (22:35 -0800)]
install MAKEDEV.local too

SCCS-vsn: etc/Makefile 5.10

33 years agodate and time created 91/03/22 14:34:34 by bostic
Keith Bostic [Sat, 23 Mar 1991 06:34:34 +0000 (22:34 -0800)]
date and time created 91/03/22 14:34:34 by bostic

SCCS-vsn: etc/MAKEDEV.local 5.1

33 years agodelete makedev, created machine specific ones
Keith Bostic [Sat, 23 Mar 1991 06:29:28 +0000 (22:29 -0800)]
delete makedev, created machine specific ones

SCCS-vsn: share/man/man8/Makefile 5.11

33 years agodate and time created 91/03/22 14:27:55 by bostic
Keith Bostic [Sat, 23 Mar 1991 06:27:55 +0000 (22:27 -0800)]
date and time created 91/03/22 14:27:55 by bostic

SCCS-vsn: share/man/man8/man8.i386/MAKEDEV.8 5.1

33 years agodate and time created 91/03/22 14:23:08 by bostic
Keith Bostic [Sat, 23 Mar 1991 06:23:08 +0000 (22:23 -0800)]
date and time created 91/03/22 14:23:08 by bostic

SCCS-vsn: share/man/man8/man8.i386/Makefile 5.1

33 years agoadd i386 and tahoe subdirectories
Keith Bostic [Sat, 23 Mar 1991 06:22:29 +0000 (22:22 -0800)]
add i386 and tahoe subdirectories

SCCS-vsn: share/man/man8/Makefile 5.10

33 years agodate and time created 91/03/22 14:21:58 by bostic
Keith Bostic [Sat, 23 Mar 1991 06:21:58 +0000 (22:21 -0800)]
date and time created 91/03/22 14:21:58 by bostic

SCCS-vsn: share/man/man8/man8.tahoe/MAKEDEV.8 5.1

33 years agodate and time created 91/03/22 14:14:57 by bostic
Keith Bostic [Sat, 23 Mar 1991 06:14:57 +0000 (22:14 -0800)]
date and time created 91/03/22 14:14:57 by bostic

SCCS-vsn: share/man/man8/man8.tahoe/Makefile 5.1

33 years agodate and time created 91/03/22 14:14:07 by bostic
Keith Bostic [Sat, 23 Mar 1991 06:14:07 +0000 (22:14 -0800)]
date and time created 91/03/22 14:14:07 by bostic

SCCS-vsn: share/man/man8/man8.hp300/MAKEDEV.8 5.1

33 years agoadd MAKEDEV
Keith Bostic [Sat, 23 Mar 1991 06:12:04 +0000 (22:12 -0800)]
add MAKEDEV

SCCS-vsn: share/man/man8/man8.vax/Makefile 5.5
SCCS-vsn: share/man/man8/man8.hp300/Makefile 5.2

33 years agodate and time created 91/03/22 14:06:13 by bostic
Keith Bostic [Sat, 23 Mar 1991 06:06:13 +0000 (22:06 -0800)]
date and time created 91/03/22 14:06:13 by bostic

SCCS-vsn: share/man/man8/man8.vax/MAKEDEV.8 5.1

33 years agodate and time created 91/03/22 13:44:42 by dab
Dave A. Borman [Sat, 23 Mar 1991 05:44:42 +0000 (21:44 -0800)]
date and time created 91/03/22 13:44:42 by dab

SCCS-vsn: lib/libtelnet/enc_des.c 5.1

33 years agoFix for Cray UNICOS sessions
Dave A. Borman [Sat, 23 Mar 1991 05:44:08 +0000 (21:44 -0800)]
Fix for Cray UNICOS sessions

SCCS-vsn: libexec/telnetd/sys_term.c 5.16

33 years agoUpgrade to the latest & greatest authentication/encryption
Dave A. Borman [Sat, 23 Mar 1991 05:17:52 +0000 (21:17 -0800)]
Upgrade to the latest & greatest authentication/encryption

SCCS-vsn: usr.bin/telnet/utilities.c 5.3
SCCS-vsn: usr.bin/telnet/main.c 5.4
SCCS-vsn: usr.bin/telnet/telnet.c 5.53
SCCS-vsn: usr.bin/telnet/terminal.c 5.3
SCCS-vsn: usr.bin/telnet/commands.c 5.5
SCCS-vsn: usr.bin/telnet/externs.h 5.3
SCCS-vsn: libexec/telnetd/state.c 5.10
SCCS-vsn: libexec/telnetd/utility.c 5.8
SCCS-vsn: libexec/telnetd/termstat.c 5.10
SCCS-vsn: lib/libtelnet/auth.c 5.2
SCCS-vsn: lib/libtelnet/Makefile 5.3
SCCS-vsn: lib/libtelnet/auth-proto.h 5.2
SCCS-vsn: lib/libtelnet/encrypt.c 5.2
SCCS-vsn: lib/libtelnet/enc-proto.h 5.2
SCCS-vsn: lib/libtelnet/encrypt.h 5.2
SCCS-vsn: lib/libtelnet/kerberos.c 5.2
SCCS-vsn: lib/libtelnet/kerberos5.c 5.2

33 years agouse isinf(3) and isnan(3) instead of rolling our own
Keith Bostic [Sat, 23 Mar 1991 03:47:17 +0000 (19:47 -0800)]
use isinf(3) and isnan(3) instead of rolling our own

SCCS-vsn: lib/libc/stdio/vfprintf.c 5.47

33 years agoupgrade authentication/encryption to latest & greatest
Dave A. Borman [Fri, 22 Mar 1991 17:43:31 +0000 (09:43 -0800)]
upgrade authentication/encryption to latest & greatest

SCCS-vsn: include/arpa/telnet.h 5.13

33 years agoneeded bsd.prog.mk
Keith Bostic [Fri, 22 Mar 1991 08:10:50 +0000 (00:10 -0800)]
needed bsd.prog.mk

SCCS-vsn: lib/csu/i386/Makefile 5.4

33 years agodon't install the library anywhere
Keith Bostic [Fri, 22 Mar 1991 07:31:28 +0000 (23:31 -0800)]
don't install the library anywhere

SCCS-vsn: usr.bin/uucp/libuu/Makefile 5.2
SCCS-vsn: usr.bin/uucp/libacu/Makefile 5.2

33 years agorename error argument for C preprocessor
Keith Bostic [Fri, 22 Mar 1991 06:15:43 +0000 (22:15 -0800)]
rename error argument for C preprocessor

SCCS-vsn: usr.bin/find/misc.c 5.7

33 years agorename -s option to -T (Sys V. compatibility)
Keith Bostic [Fri, 22 Mar 1991 04:16:05 +0000 (20:16 -0800)]
rename -s option to -T (Sys V. compatibility)

SCCS-vsn: usr.bin/ar/ar.1 6.10
SCCS-vsn: usr.bin/ar/ar.c 5.11
SCCS-vsn: usr.bin/ar/archive.c 5.7
SCCS-vsn: usr.bin/ar/archive.h 5.7
SCCS-vsn: usr.bin/ar/misc.c 5.6

33 years agoar -s option renamed to -T (Sys V compatibility)
Keith Bostic [Fri, 22 Mar 1991 04:14:27 +0000 (20:14 -0800)]
ar -s option renamed to -T (Sys V compatibility)

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

33 years ago<arpa/nameser.h> needs <sys/param.h> for endian stuff
Keith Bostic [Fri, 22 Mar 1991 03:49:11 +0000 (19:49 -0800)]
<arpa/nameser.h> needs <sys/param.h> for endian stuff

SCCS-vsn: usr.sbin/sendmail/src/deliver.c 5.41

33 years agodon't exit on error, fts_read will stop if it's unrecoverable
Keith Bostic [Fri, 22 Mar 1991 03:45:35 +0000 (19:45 -0800)]
don't exit on error, fts_read will stop if it's unrecoverable

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

33 years agofix bug reported by swise@ibm.com
Keith Sklower [Thu, 21 Mar 1991 10:55:47 +0000 (02:55 -0800)]
fix bug reported by swise@ibm.com

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

33 years agodon't use xstr(1) any more
Keith Bostic [Thu, 21 Mar 1991 10:49:14 +0000 (02:49 -0800)]
don't use xstr(1) any more

SCCS-vsn: bin/csh/Makefile 5.18

33 years agoadd gl_matchc, GLOG_MAGCHAR to glob(3)
Keith Bostic [Thu, 21 Mar 1991 10:48:26 +0000 (02:48 -0800)]
add gl_matchc, GLOG_MAGCHAR to glob(3)

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

33 years agodo seconds scaling correctly
Keith Bostic [Thu, 21 Mar 1991 09:50:37 +0000 (01:50 -0800)]
do seconds scaling correctly

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

33 years agodon't do an sccs get on a file
Keith Bostic [Thu, 21 Mar 1991 03:40:47 +0000 (19:40 -0800)]
don't do an sccs get on a file

SCCS-vsn: share/tmac/Makefile 6.13

33 years agoPermit multiple source files to be supplied (for use with cpp -M).
Donn Seeley [Wed, 20 Mar 1991 13:47:03 +0000 (05:47 -0800)]
Permit multiple source files to be supplied (for use with cpp -M).

SCCS-vsn: usr.bin/cpp/cpp.sh 6.4

33 years agoupdate CMU copyright and distribution notice
Kirk McKusick [Wed, 20 Mar 1991 12:57:10 +0000 (04:57 -0800)]
update CMU copyright and distribution notice

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

33 years agoadd gl_matchc, GLOB_MAGCHAR
Keith Bostic [Wed, 20 Mar 1991 11:58:48 +0000 (03:58 -0800)]
add gl_matchc, GLOB_MAGCHAR

SCCS-vsn: lib/libc/gen/glob.c 5.5
SCCS-vsn: lib/libc/gen/glob.3 5.3

33 years agohas nameser.h; needs sys/param.h for endian.h
Keith Bostic [Wed, 20 Mar 1991 11:45:47 +0000 (03:45 -0800)]
has nameser.h; needs sys/param.h for endian.h

SCCS-vsn: lib/libc/net/res_comp.c 6.22
SCCS-vsn: lib/libc/net/sethostent.c 6.9

33 years agoadd gl_matchc, GLOB_MAGCHAR; sort flags
Keith Bostic [Wed, 20 Mar 1991 11:24:21 +0000 (03:24 -0800)]
add gl_matchc, GLOB_MAGCHAR; sort flags

SCCS-vsn: include/glob.h 5.5

33 years agodefine the structures, no longer defined in unistd.h
Keith Bostic [Wed, 20 Mar 1991 11:18:45 +0000 (03:18 -0800)]
define the structures, no longer defined in unistd.h

SCCS-vsn: lib/libcompat/4.3/insque.c 5.5
SCCS-vsn: lib/libcompat/4.3/remque.c 5.5

33 years ago/sys/tahoedist -> /sys/tahoe/dist
Keith Bostic [Wed, 20 Mar 1991 10:57:19 +0000 (02:57 -0800)]
/sys/tahoedist -> /sys/tahoe/dist

SCCS-vsn: sys/tahoe/dist/buildmini 1.7

33 years agodate and time created 91/03/19 18:50:37 by mccanne
Steven McCanne [Wed, 20 Mar 1991 10:50:37 +0000 (02:50 -0800)]
date and time created 91/03/19 18:50:37 by mccanne

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

33 years agodate and time created 91/03/19 18:27:13 by mccanne
Steven McCanne [Wed, 20 Mar 1991 10:27:13 +0000 (02:27 -0800)]
date and time created 91/03/19 18:27:13 by mccanne

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

33 years agoadd bpf
Steven McCanne [Wed, 20 Mar 1991 10:25:44 +0000 (02:25 -0800)]
add bpf

SCCS-vsn: sys/hp300/hp300/conf.c 7.5

33 years agodate and time created 91/03/19 17:51:02 by mckusick
Kirk McKusick [Wed, 20 Mar 1991 09:51:02 +0000 (01:51 -0800)]
date and time created 91/03/19 17:51:02 by mckusick

SCCS-vsn: admin/admin/proposals/NASA.proposal 1.1

33 years agonodev split to enodev/enxio; rename /dev/tty; try to fix conflict
Mike Karels [Wed, 20 Mar 1991 08:12:36 +0000 (00:12 -0800)]
nodev split to enodev/enxio; rename /dev/tty; try to fix conflict
with "fd"

SCCS-vsn: sys/hp300/hp300/conf.c 7.4

33 years agofix sign-post bug
Kirk McKusick [Wed, 20 Mar 1991 07:36:06 +0000 (23:36 -0800)]
fix sign-post bug

SCCS-vsn: sbin/fsck/pass1.c 5.16

33 years agoeliminate bletcherous code
Kirk McKusick [Wed, 20 Mar 1991 07:33:49 +0000 (23:33 -0800)]
eliminate bletcherous code

SCCS-vsn: sbin/fsck/inode.c 5.18

33 years agofix bletcherous code
Kirk McKusick [Wed, 20 Mar 1991 07:29:08 +0000 (23:29 -0800)]
fix bletcherous code

SCCS-vsn: sbin/fsck/preen.c 5.7

33 years agodon't ref non-existent man pages
Keith Bostic [Wed, 20 Mar 1991 06:32:10 +0000 (22:32 -0800)]
don't ref non-existent man pages

SCCS-vsn: lib/libc/stdlib/bsearch.3 5.3

33 years agoreference only bsearch(3) and db(3)
Keith Bostic [Wed, 20 Mar 1991 06:30:54 +0000 (22:30 -0800)]
reference only bsearch(3) and db(3)

SCCS-vsn: lib/libcompat/4.3/lsearch.3 5.4

33 years agoMake the shell happy (new syntax??)
Donn Seeley [Wed, 20 Mar 1991 04:24:20 +0000 (20:24 -0800)]
Make the shell happy (new syntax??)

SCCS-vsn: usr.bin/cpp/cpp.sh 6.3

33 years agobigger buffers for tcp; purge user.h
Mike Karels [Wed, 20 Mar 1991 03:27:00 +0000 (19:27 -0800)]
bigger buffers for tcp; purge user.h

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

33 years agofirst cut for new proc & user structs (still need to put in new vnode calling
Mike Karels [Wed, 20 Mar 1991 03:24:50 +0000 (19:24 -0800)]
first cut for new proc & user structs (still need to put in new vnode calling
convention): get credentials, etc, via proc; u.u_nd, u.u_spare are gone;
purge user.h; consolidate *nullops()

SCCS-vsn: sys/nfs/nfs_node.c 7.30
SCCS-vsn: sys/nfs/nfs_serv.c 7.36
SCCS-vsn: sys/nfs/nfs_srvcache.c 7.10
SCCS-vsn: sys/nfs/nfs_subs.c 7.38
SCCS-vsn: sys/nfs/nfs_syscalls.c 7.25
SCCS-vsn: sys/nfs/nfs_vfsops.c 7.26
SCCS-vsn: sys/nfs/nfs_vnops.c 7.56

33 years agofirst cut for new proc & user structs (still need to put in new vnode calling
Mike Karels [Wed, 20 Mar 1991 03:23:50 +0000 (19:23 -0800)]
first cut for new proc & user structs (still need to put in new vnode calling
convention): get credentials, etc, via proc; u.u_nd, u.u_spare are gone;

SCCS-vsn: sys/nfs/nfs_bio.c 7.18

33 years agofirst cut for new proc & user structs (still need to put in new vnode calling
Mike Karels [Wed, 20 Mar 1991 02:30:44 +0000 (18:30 -0800)]
first cut for new proc & user structs (still need to put in new vnode calling
convention): get credentials, etc, via proc; u.u_nd, u.u_spare are gone;
purge user.h; remove ../ufs/ from includes; consolidate *nullops();
chown/fchmod use proc's credentials, not file's

SCCS-vsn: sys/ufs/mfs/mfs_vfsops.c 7.18
SCCS-vsn: sys/ufs/mfs/mfs_vnops.c 7.21
SCCS-vsn: sys/ufs/ffs/ffs_alloc.c 7.24
SCCS-vsn: sys/ufs/lfs/lfs_alloc.c 7.24
SCCS-vsn: sys/ufs/ffs/ffs_balloc.c 7.12
SCCS-vsn: sys/ufs/lfs/lfs_balloc.c 7.12
SCCS-vsn: sys/ufs/ffs/ufs_disksubr.c 7.15
SCCS-vsn: sys/ufs/ufs/ufs_disksubr.c 7.15
SCCS-vsn: sys/ufs/ffs/ffs_inode.c 7.38
SCCS-vsn: sys/ufs/ffs/ufs_inode.c 7.38
SCCS-vsn: sys/ufs/lfs/lfs_inode.c 7.38
SCCS-vsn: sys/ufs/ufs/ufs_inode.c 7.38
SCCS-vsn: sys/ufs/ffs/ufs_lockf.c 7.3
SCCS-vsn: sys/ufs/ufs/ufs_lockf.c 7.3
SCCS-vsn: sys/ufs/ffs/ufs_lookup.c 7.28
SCCS-vsn: sys/ufs/ufs/ufs_lookup.c 7.28
SCCS-vsn: sys/ufs/ffs/ufs_quota.c 7.7
SCCS-vsn: sys/ufs/ufs/ufs_quota.c 7.7
SCCS-vsn: sys/ufs/ffs/ffs_vfsops.c 7.51
SCCS-vsn: sys/ufs/ffs/ufs_vfsops.c 7.51
SCCS-vsn: sys/ufs/lfs/lfs_vfsops.c 7.51
SCCS-vsn: sys/ufs/ufs/ufs_vfsops.c 7.51
SCCS-vsn: sys/ufs/ffs/ffs_vnops.c 7.58
SCCS-vsn: sys/ufs/ffs/ufs_vnops.c 7.58
SCCS-vsn: sys/ufs/lfs/lfs_vnops.c 7.58
SCCS-vsn: sys/ufs/ufs/ufs_vnops.c 7.58

33 years agoanother cut at "I refuse to talk to myself" error message wording
Eric Allman [Wed, 20 Mar 1991 02:01:42 +0000 (18:01 -0800)]
another cut at "I refuse to talk to myself" error message wording

SCCS-vsn: usr.sbin/sendmail/src/srvrsmtp.c 5.30

33 years agolocate.updatedb moves to /usr/libexec
Kirk McKusick [Wed, 20 Mar 1991 01:58:58 +0000 (17:58 -0800)]
locate.updatedb moves to /usr/libexec

SCCS-vsn: etc/weekly 5.11

33 years agoexpunge user.h, other unneeded headers
Mike Karels [Wed, 20 Mar 1991 01:49:11 +0000 (17:49 -0800)]
expunge user.h, other unneeded headers

SCCS-vsn: sys/kern/vfs_bio.c 7.35
SCCS-vsn: sys/kern/vfs_cluster.c 7.35
SCCS-vsn: sys/kern/vfs_lookup.c 7.28
SCCS-vsn: sys/kern/vfs_vnops.c 7.28

33 years agoadd bpf hooks
Steven McCanne [Tue, 19 Mar 1991 17:08:40 +0000 (09:08 -0800)]
add bpf hooks

SCCS-vsn: sys/hp300/dev/if_le.c 7.3

33 years agoadd if_pcount field
Steven McCanne [Tue, 19 Mar 1991 17:04:24 +0000 (09:04 -0800)]
add if_pcount field

SCCS-vsn: sys/net/if.h 7.11

33 years agoadd bpf
Steven McCanne [Tue, 19 Mar 1991 16:52:57 +0000 (08:52 -0800)]
add bpf

SCCS-vsn: sys/conf/files 7.29

33 years agouse right sccs strings
Keith Bostic [Tue, 19 Mar 1991 10:44:22 +0000 (02:44 -0800)]
use right sccs strings

SCCS-vsn: lib/libc/i386/gen/modf.s 5.5

33 years agoI got a little too enthusiastic, there...
Keith Bostic [Tue, 19 Mar 1991 10:07:36 +0000 (02:07 -0800)]
I got a little too enthusiastic, there...

SCCS-vsn: include/db.h 5.8

33 years agoadd isinf.3
Keith Bostic [Tue, 19 Mar 1991 09:01:52 +0000 (01:01 -0800)]
add isinf.3

SCCS-vsn: lib/libc/gen/Makefile.inc 5.18