unix-history/.git
32 years agoupdate the 'see also' list to be a little more reasonable
Keith Bostic [Fri, 28 Feb 1992 03:01:09 +0000 (19:01 -0800)]
update the 'see also' list to be a little more reasonable

SCCS-vsn: usr.bin/find/find.1 6.30

32 years agoKNF
Keith Bostic [Thu, 27 Feb 1992 08:14:38 +0000 (00:14 -0800)]
KNF

SCCS-vsn: bin/ls/ls.c 5.58

32 years agopartial hooks for caching all email connections; won't work
Eric Allman [Thu, 27 Feb 1992 06:05:04 +0000 (22:05 -0800)]
partial hooks for caching all email connections; won't work
because it could result in too many connections, and some could
time out.

SCCS-vsn: usr.sbin/sendmail/src/usersmtp.c 5.20.1.1
SCCS-vsn: usr.sbin/sendmail/src/sendmail.h 5.30.1.1
SCCS-vsn: usr.sbin/sendmail/src/daemon.c 5.42.1.1
SCCS-vsn: usr.sbin/sendmail/src/deliver.c 5.54.1.1

32 years agonew select model
Kirk McKusick [Thu, 27 Feb 1992 02:34:43 +0000 (18:34 -0800)]
new select model

SCCS-vsn: sys/pmax/dev/dc.c 7.2
SCCS-vsn: sys/pmax/dev/pm.c 7.2

32 years agocheck I/O status when appending to files
Eric Allman [Wed, 26 Feb 1992 22:57:58 +0000 (14:57 -0800)]
check I/O status when appending to files

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

32 years agotest for aliveness of board by looking at status of timer chip;
Keith Sklower [Wed, 26 Feb 1992 10:33:46 +0000 (02:33 -0800)]
test for aliveness of board by looking at status of timer chip;
(which needs to have high output to permit interrupts);\ spin loop in uprim
forgot to increment timo variable.

SCCS-vsn: sys/i386/isa/if_apx.c 7.3

32 years agoadd lots of extern's; add struct clockinfo and struct loadavg
Kirk McKusick [Wed, 26 Feb 1992 09:19:47 +0000 (01:19 -0800)]
add lots of extern's; add struct clockinfo and struct loadavg
defining the structures returned by getkerninfo for clcok rate and
load average respectively

SCCS-vsn: sys/sys/kernel.h 7.6

32 years agoadd stubs for getting load average and clock rate
Kirk McKusick [Wed, 26 Feb 1992 09:18:27 +0000 (01:18 -0800)]
add stubs for getting load average and clock rate

SCCS-vsn: sys/kern/kern_sysctl.c 7.21
SCCS-vsn: sys/sys/sysctl.h 7.12

32 years agoadd kinfo_clockrate so profilers can find out system clock rate
Kirk McKusick [Wed, 26 Feb 1992 09:17:10 +0000 (01:17 -0800)]
add kinfo_clockrate so profilers can find out system clock rate
through getkerninfo

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

32 years agoaverunnable now a structure
Kirk McKusick [Wed, 26 Feb 1992 09:15:08 +0000 (01:15 -0800)]
averunnable now a structure

SCCS-vsn: sys/kern/tty.c 7.50
SCCS-vsn: sys/kern/kern_synch.c 7.21

32 years agocalculate hz, tick, and profhz
Kirk McKusick [Wed, 26 Feb 1992 09:14:13 +0000 (01:14 -0800)]
calculate hz, tick, and profhz

SCCS-vsn: sys/hp300/hp300/clock.c 7.8

32 years agoadd kinfo_loadavg to get loadavg through getkerninfo
Kirk McKusick [Wed, 26 Feb 1992 09:11:32 +0000 (01:11 -0800)]
add kinfo_loadavg to get loadavg through getkerninfo

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

32 years agouse getkerninfo to get load information (fallback to /dev/kmem if
Kirk McKusick [Wed, 26 Feb 1992 09:09:27 +0000 (01:09 -0800)]
use getkerninfo to get load information (fallback to /dev/kmem if
getkerninfo is not available)

SCCS-vsn: lib/libc/gen/getloadavg.c 6.3

32 years agolint
Kirk McKusick [Wed, 26 Feb 1992 08:34:53 +0000 (00:34 -0800)]
lint

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

32 years agoFixed no stat'ing on -i option -- need to stat.
Elan Amir [Wed, 26 Feb 1992 06:56:47 +0000 (22:56 -0800)]
Fixed no stat'ing on -i option -- need to stat.

SCCS-vsn: bin/ls/ls.c 5.57

32 years agoconvert to use new select interface, selrecord/selwakeup
Chris Torek [Wed, 26 Feb 1992 06:06:21 +0000 (22:06 -0800)]
convert to use new select interface, selrecord/selwakeup

SCCS-vsn: sys/i386/isa/com.c 7.6

32 years agoconvert to use new select interface, selrecord/selwakeup
Chris Torek [Wed, 26 Feb 1992 06:06:06 +0000 (22:06 -0800)]
convert to use new select interface, selrecord/selwakeup
also fix indentation (style police)

SCCS-vsn: sys/i386/isa/pccons.c 5.12

32 years agohave to return error when bmap fails (from karels@bsdi.com)
Kirk McKusick [Wed, 26 Feb 1992 05:26:06 +0000 (21:26 -0800)]
have to return error when bmap fails (from karels@bsdi.com)

SCCS-vsn: sys/ufs/ffs/ufs_vnops.c 7.80
SCCS-vsn: sys/ufs/ufs/ufs_vnops.c 7.80

32 years agodon't set cloning flag on proxy arp entries
Keith Sklower [Wed, 26 Feb 1992 04:44:10 +0000 (20:44 -0800)]
don't set cloning flag on proxy arp entries

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

32 years agomake it possible to change routes with duped keys, when
Keith Sklower [Wed, 26 Feb 1992 04:43:11 +0000 (20:43 -0800)]
make it possible to change routes with duped keys, when
exactly matching netmasks are provided

SCCS-vsn: sys/net/rtsock.c 7.26

32 years agomay get null vp to reassignbuf during shutdown
Kirk McKusick [Wed, 26 Feb 1992 04:33:36 +0000 (20:33 -0800)]
may get null vp to reassignbuf during shutdown

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

32 years agomark installed routes as static so that gated won't get rid of them
Keith Sklower [Wed, 26 Feb 1992 04:22:57 +0000 (20:22 -0800)]
mark installed routes as static so that gated won't get rid of them

SCCS-vsn: usr.sbin/arp/arp.c 5.13

32 years agofix memory leak introduced in -r7.43; asethetic cleanups
Kirk McKusick [Wed, 26 Feb 1992 04:01:35 +0000 (20:01 -0800)]
fix memory leak introduced in -r7.43; asethetic cleanups

SCCS-vsn: sys/nfs/nfs_serv.c 7.48

32 years agoadd -C flag to do cycle elimination
Kirk McKusick [Tue, 25 Feb 1992 14:27:34 +0000 (06:27 -0800)]
add -C flag to do cycle elimination

SCCS-vsn: usr.bin/gprof/gprof.h 5.11
SCCS-vsn: usr.bin/gprof/printgprof.c 5.8
SCCS-vsn: usr.bin/gprof/gprof.c 5.9
SCCS-vsn: usr.bin/gprof/dfn.c 5.5
SCCS-vsn: usr.bin/gprof/arcs.c 5.7

32 years agoallow on-line comments; don't double-parse RCPT To: addresses;
Eric Allman [Tue, 25 Feb 1992 13:15:45 +0000 (05:15 -0800)]
allow on-line comments; don't double-parse RCPT To: addresses;
warn on truncated lines; do some sanity checks on .cf file descriptor

SCCS-vsn: usr.sbin/sendmail/src/usersmtp.c 5.20
SCCS-vsn: usr.sbin/sendmail/src/version.c 5.94
SCCS-vsn: usr.sbin/sendmail/src/util.c 5.25
SCCS-vsn: usr.sbin/sendmail/src/readcf.c 5.34

32 years agonew configuration version level control line
Eric Allman [Tue, 25 Feb 1992 08:15:19 +0000 (00:15 -0800)]
new configuration version level control line

SCCS-vsn: usr.sbin/sendmail/cf/m4/proto.m4 2.24
SCCS-vsn: usr.sbin/sendmail/cf/m4/version.m4 2.6

32 years agoadd new 'V' config line to control configuration syntax version
Eric Allman [Tue, 25 Feb 1992 08:11:46 +0000 (00:11 -0800)]
add new 'V' config line to control configuration syntax version

SCCS-vsn: usr.sbin/sendmail/src/version.c 5.93
SCCS-vsn: usr.sbin/sendmail/src/readcf.c 5.33

32 years agonew nfsd syntax
Kirk McKusick [Tue, 25 Feb 1992 03:01:20 +0000 (19:01 -0800)]
new nfsd syntax

SCCS-vsn: etc/rc 5.29

32 years agoadd utmp group
Mike Karels [Tue, 25 Feb 1992 03:00:55 +0000 (19:00 -0800)]
add utmp group

SCCS-vsn: etc/group 5.5

32 years agoinstall utmp in rc script
Mike Karels [Tue, 25 Feb 1992 03:00:41 +0000 (19:00 -0800)]
install utmp in rc script

SCCS-vsn: etc/rc 5.28

32 years agoneed libgnulib.a to get quads
Kirk McKusick [Tue, 25 Feb 1992 01:36:08 +0000 (17:36 -0800)]
need libgnulib.a to get quads

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

32 years agoupdate for kernel profiling
Kirk McKusick [Tue, 25 Feb 1992 01:33:55 +0000 (17:33 -0800)]
update for kernel profiling

SCCS-vsn: sys/hp300/conf/Makefile.hp300 7.13

32 years agolint
Kirk McKusick [Tue, 25 Feb 1992 01:24:30 +0000 (17:24 -0800)]
lint

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

32 years agoget rid of unnecessary asm's
Kirk McKusick [Tue, 25 Feb 1992 01:24:14 +0000 (17:24 -0800)]
get rid of unnecessary asm's

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

32 years agofrom Bryan Costales: several smallish changes, mostly to clean
Eric Allman [Sat, 22 Feb 1992 12:57:54 +0000 (04:57 -0800)]
from Bryan Costales: several smallish changes, mostly to clean
up debugging output.  The major change is that test mode (-bt)
doesn't automatically run through ruleset three any more.

SCCS-vsn: usr.sbin/sendmail/src/main.c 5.45
SCCS-vsn: usr.sbin/sendmail/src/parseaddr.c 5.17
SCCS-vsn: usr.sbin/sendmail/src/version.c 5.92
SCCS-vsn: usr.sbin/sendmail/src/util.c 5.24
SCCS-vsn: usr.sbin/sendmail/src/readcf.c 5.32

32 years agosymlinks are OK if not being followed
Kirk McKusick [Sat, 22 Feb 1992 07:57:45 +0000 (23:57 -0800)]
symlinks are OK if not being followed

SCCS-vsn: sys/ufs/ffs/ufs_vnops.c 7.79
SCCS-vsn: sys/ufs/ufs/ufs_vnops.c 7.79

32 years agoclean up comment
John Heidemann [Sat, 22 Feb 1992 07:56:01 +0000 (23:56 -0800)]
clean up comment

SCCS-vsn: sys/ufs/ffs/ufs_lookup.c 7.40
SCCS-vsn: sys/ufs/ufs/ufs_lookup.c 7.40

32 years agouse continue rather than goto
Kirk McKusick [Sat, 22 Feb 1992 07:41:36 +0000 (23:41 -0800)]
use continue rather than goto

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

32 years agolookup converted to new form
John Heidemann [Sat, 22 Feb 1992 07:40:29 +0000 (23:40 -0800)]
lookup converted to new form

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

32 years agovsyslog prototype can't use va_list
Keith Bostic [Sat, 22 Feb 1992 06:40:17 +0000 (22:40 -0800)]
vsyslog prototype can't use va_list

SCCS-vsn: sys/sys/syslog.h 7.21

32 years agoyet another oversight (need to mask off af bits from op)
Keith Sklower [Sat, 22 Feb 1992 04:05:08 +0000 (20:05 -0800)]
yet another oversight (need to mask off af bits from op)

SCCS-vsn: sys/net/rtsock.c 7.25

32 years agoforgot to zero out new ifaddr structure
Keith Sklower [Sat, 22 Feb 1992 02:43:35 +0000 (18:43 -0800)]
forgot to zero out new ifaddr structure

SCCS-vsn: sys/netns/ns.c 7.11

32 years agoreport metric on ifaddr structures
Keith Sklower [Fri, 21 Feb 1992 07:32:11 +0000 (23:32 -0800)]
report metric on ifaddr structures

SCCS-vsn: sbin/route/route.c 5.44

32 years ago(by sklower) /sys/net files included mtpr.h which was vax and tahoe
Mike Karels [Fri, 21 Feb 1992 07:22:01 +0000 (23:22 -0800)]
(by sklower) /sys/net files included mtpr.h which was vax and tahoe
specific; now they include cpu.h, which in tern includes mtpr.h ...

SCCS-vsn: sys/vax/include/cpu.h 7.7

32 years agomtpr.h is vax and tahoe specific; net*/*.c files should include cpu.h
Keith Sklower [Fri, 21 Feb 1992 07:20:19 +0000 (23:20 -0800)]
mtpr.h is vax and tahoe specific; net*/*.c files should include cpu.h

SCCS-vsn: sys/vax/include/mtpr.h 7.7

32 years agomtpr.h is vax and tahoe specific, have net files which need it for spl()
Keith Sklower [Fri, 21 Feb 1992 07:18:16 +0000 (23:18 -0800)]
mtpr.h is vax and tahoe specific, have net files which need it for spl()
include cpu.h instead.

SCCS-vsn: sys/tahoe/include/mtpr.h 7.3
SCCS-vsn: sys/tahoe/include/cpu.h 7.4

32 years agominor typo-level changes for consistency with new header files
Keith Sklower [Fri, 21 Feb 1992 06:20:54 +0000 (22:20 -0800)]
minor typo-level changes for consistency with new header files

SCCS-vsn: sys/netiso/iso_snpac.c 7.17
SCCS-vsn: sys/netiso/esis.c 7.21

32 years agoproc.h not necessary
Keith Sklower [Fri, 21 Feb 1992 05:47:44 +0000 (21:47 -0800)]
proc.h not necessary

SCCS-vsn: sys/netinet/in_pcb.c 7.17

32 years agouse new kerninfo instead of SIOCGCONF, routing socket instead of
Keith Sklower [Fri, 21 Feb 1992 03:59:57 +0000 (19:59 -0800)]
use new kerninfo instead of SIOCGCONF, routing socket instead of
SIOC{ADD,DEL}RT; edit only, can't test for a while.

SCCS-vsn: sbin/XNSrouted/tables.c 5.10
SCCS-vsn: sbin/XNSrouted/startup.c 5.12
SCCS-vsn: sbin/XNSrouted/main.c 5.12
SCCS-vsn: sbin/XNSrouted/defs.h 5.10

32 years ago#ifdef KERNEL around function prototypes
Kirk McKusick [Fri, 21 Feb 1992 03:37:25 +0000 (19:37 -0800)]
#ifdef KERNEL around function prototypes

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

32 years agouse per-address metrics
Keith Sklower [Fri, 21 Feb 1992 02:51:43 +0000 (18:51 -0800)]
use per-address metrics

SCCS-vsn: sbin/routed/startup.c 5.21

32 years agofollow kernel convention for shortest mask
Keith Sklower [Fri, 21 Feb 1992 02:46:38 +0000 (18:46 -0800)]
follow kernel convention for shortest mask

SCCS-vsn: sbin/routed/tables.c 5.19

32 years agoshut up lint
Keith Sklower [Fri, 21 Feb 1992 02:45:15 +0000 (18:45 -0800)]
shut up lint

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

32 years agomake it possible to have different metrics for different networks
Keith Sklower [Fri, 21 Feb 1992 02:41:56 +0000 (18:41 -0800)]
make it possible to have different metrics for different networks
on same phys interface

SCCS-vsn: sys/netns/ns.c 7.10

32 years agomake it possible to have different metrics on different addresses
Keith Sklower [Fri, 21 Feb 1992 02:39:40 +0000 (18:39 -0800)]
make it possible to have different metrics on different addresses
on same physical interface

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

32 years agosubject line specified by daily script
Keith Bostic [Fri, 21 Feb 1992 02:04:12 +0000 (18:04 -0800)]
subject line specified by daily script

SCCS-vsn: etc/security 5.11

32 years agovm_map_findspace returns 0 on success, not failure
Chris Torek [Thu, 20 Feb 1992 14:31:05 +0000 (06:31 -0800)]
vm_map_findspace returns 0 on success, not failure

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

32 years agopmap_kernel() becomes kernel_pmap
Kirk McKusick [Thu, 20 Feb 1992 13:03:05 +0000 (05:03 -0800)]
pmap_kernel() becomes kernel_pmap

SCCS-vsn: sys/hp300/dev/sd.c 7.12
SCCS-vsn: sys/hp300/dev/rd.c 7.13

32 years agolint
Kirk McKusick [Thu, 20 Feb 1992 11:10:59 +0000 (03:10 -0800)]
lint

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

32 years agocleanup the buggies
Kirk McKusick [Thu, 20 Feb 1992 11:00:39 +0000 (03:00 -0800)]
cleanup the buggies

SCCS-vsn: sys/vm/vm_kern.c 7.7
SCCS-vsn: sys/vm/vm_object.h 7.6
SCCS-vsn: sys/vm/vm_kern.h 7.4

32 years agoadd void decls
Kirk McKusick [Thu, 20 Feb 1992 10:50:19 +0000 (02:50 -0800)]
add void decls

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

32 years agosplit vm_map_findspace out of vm_map_find
Chris Torek [Thu, 20 Feb 1992 10:46:08 +0000 (02:46 -0800)]
split vm_map_findspace out of vm_map_find

SCCS-vsn: sys/vm/vm_kern.c 7.6
SCCS-vsn: sys/vm/vm_map.c 7.5

32 years agoprototype for new function
Chris Torek [Thu, 20 Feb 1992 10:44:04 +0000 (02:44 -0800)]
prototype for new function

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

32 years agoprototypes
Chris Torek [Thu, 20 Feb 1992 10:43:38 +0000 (02:43 -0800)]
prototypes

SCCS-vsn: sys/vm/vm_kern.h 7.3
SCCS-vsn: sys/vm/vm_object.h 7.5

32 years agoeliminate variable kernel_pmap and function pmap_kernel
Kirk McKusick [Thu, 20 Feb 1992 10:41:07 +0000 (02:41 -0800)]
eliminate variable kernel_pmap and function pmap_kernel

SCCS-vsn: sys/i386/include/pmap.h 7.5
SCCS-vsn: sys/i386/i386/pmap.c 7.10
SCCS-vsn: sys/hp300/hp300/pmap.c 7.8
SCCS-vsn: sys/hp300/include/pmap.h 7.8
SCCS-vsn: sys/pmax/include/pmap.h 7.2
SCCS-vsn: sys/pmax/pmax/pmap.c 7.2

32 years agomisc cleanups
Chris Torek [Thu, 20 Feb 1992 10:38:53 +0000 (02:38 -0800)]
misc cleanups

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

32 years agoeliminate pmap_kernel()
Chris Torek [Thu, 20 Feb 1992 10:35:58 +0000 (02:35 -0800)]
eliminate pmap_kernel()

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

32 years agoeliminate function pmap_kernel
Chris Torek [Thu, 20 Feb 1992 10:30:04 +0000 (02:30 -0800)]
eliminate function pmap_kernel

SCCS-vsn: sys/i386/i386/machdep.c 7.9
SCCS-vsn: sys/i386/i386/mem.c 7.5

32 years agopmap_kernel() is really kernel_pmap variable
Chris Torek [Thu, 20 Feb 1992 10:28:05 +0000 (02:28 -0800)]
pmap_kernel() is really kernel_pmap variable

SCCS-vsn: sys/hp300/hp300/machdep.c 7.22
SCCS-vsn: sys/hp300/hp300/mem.c 7.9

32 years agoeliminate variable kernel_pmap and function pmap_kernel
Chris Torek [Thu, 20 Feb 1992 10:25:42 +0000 (02:25 -0800)]
eliminate variable kernel_pmap and function pmap_kernel

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

32 years agoreplace vm_page_init with VM_PAGE_INIT macro
Chris Torek [Thu, 20 Feb 1992 10:08:03 +0000 (02:08 -0800)]
replace vm_page_init with VM_PAGE_INIT macro

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

32 years agomove definition of vm_page_init into vm_page.h so can be shared
Chris Torek [Thu, 20 Feb 1992 10:06:33 +0000 (02:06 -0800)]
move definition of vm_page_init into vm_page.h so can be shared

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

32 years agodefine VM_PAGE_INIT as vm_page_init was only used in one place
Chris Torek [Thu, 20 Feb 1992 10:05:01 +0000 (02:05 -0800)]
define VM_PAGE_INIT as vm_page_init was only used in one place

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

32 years agofrom Chris Torek
Kirk McKusick [Thu, 20 Feb 1992 09:50:00 +0000 (01:50 -0800)]
from Chris Torek

SCCS-vsn: sys/sys/device.h 7.1
SCCS-vsn: sys/sys/fbio.h 7.1
SCCS-vsn: sys/kern/subr_autoconf.c 7.1

32 years agorip away illusion of portability in ALIGN
Keith Bostic [Thu, 20 Feb 1992 09:45:51 +0000 (01:45 -0800)]
rip away illusion of portability in ALIGN

SCCS-vsn: sys/vax/include/param.h 7.21
SCCS-vsn: sys/tahoe/include/param.h 7.10
SCCS-vsn: sys/hp300/include/param.h 7.9
SCCS-vsn: sys/i386/include/param.h 5.9

32 years agomove varargs.h into <machine/varargs.h>; make stdarg.h an machine link
Keith Bostic [Thu, 20 Feb 1992 09:09:48 +0000 (01:09 -0800)]
move varargs.h into <machine/varargs.h>; make stdarg.h an machine link

SCCS-vsn: include/Makefile 5.49

32 years agobreak into separate machine-dependent files for Sparc port
Keith Bostic [Thu, 20 Feb 1992 09:07:22 +0000 (01:07 -0800)]
break into separate machine-dependent files for Sparc port
varargs.h moved from /usr/src/include

SCCS-vsn: sys/hp300/include/varargs.h 5.4
SCCS-vsn: sys/hp300/include/stdarg.h 7.3

32 years agouse kinfo to survey interface list, and use routing socket instead of
Keith Sklower [Thu, 20 Feb 1992 09:03:07 +0000 (01:03 -0800)]
use kinfo to survey interface list, and use routing socket instead of
old ioctls

SCCS-vsn: sbin/routed/inet.c 5.9
SCCS-vsn: sbin/routed/tables.c 5.18
SCCS-vsn: sbin/routed/startup.c 5.20
SCCS-vsn: sbin/routed/main.c 5.24
SCCS-vsn: sbin/routed/defs.h 5.11

32 years agoyank to 5.1, install on uunet
Keith Bostic [Thu, 20 Feb 1992 07:45:08 +0000 (23:45 -0800)]
yank to 5.1, install on uunet

SCCS-vsn: share/man/man7/mdoc.7 5.1

32 years agothrow away arcs that are out of range
Kirk McKusick [Thu, 20 Feb 1992 06:17:54 +0000 (22:17 -0800)]
throw away arcs that are out of range

SCCS-vsn: usr.bin/gprof/gprof.c 5.8

32 years agonllookup failures are acceptable
Kirk McKusick [Thu, 20 Feb 1992 06:17:30 +0000 (22:17 -0800)]
nllookup failures are acceptable

SCCS-vsn: usr.bin/gprof/lookup.c 5.6

32 years agoalign the allocated stat structure correctly
Keith Bostic [Thu, 20 Feb 1992 04:57:55 +0000 (20:57 -0800)]
align the allocated stat structure correctly

SCCS-vsn: lib/libc/gen/fts.c 5.31

32 years agoadd mtree(8) checks, using spec files in /etc/mtree
Keith Bostic [Thu, 20 Feb 1992 04:57:11 +0000 (20:57 -0800)]
add mtree(8) checks, using spec files in /etc/mtree

SCCS-vsn: etc/security 5.10

32 years agodon't skip first two chars unless "./"
Keith Bostic [Thu, 20 Feb 1992 04:40:49 +0000 (20:40 -0800)]
don't skip first two chars unless "./"

SCCS-vsn: usr.sbin/mtree/mtree.h 5.9

32 years agochange CFLAGS
Keith Bostic [Thu, 20 Feb 1992 04:19:40 +0000 (20:19 -0800)]
change CFLAGS

SCCS-vsn: usr.sbin/mtree/Makefile 5.6

32 years agoinitialize root
Keith Bostic [Thu, 20 Feb 1992 04:19:20 +0000 (20:19 -0800)]
initialize root

SCCS-vsn: usr.sbin/mtree/spec.c 5.16

32 years agouse new getkerninfo to configure list of neighbors
Keith Sklower [Thu, 20 Feb 1992 03:47:42 +0000 (19:47 -0800)]
use new getkerninfo to configure list of neighbors

SCCS-vsn: usr.sbin/rwhod/rwhod.c 5.21

32 years agofix setuid files, devices checks
Keith Bostic [Thu, 20 Feb 1992 03:43:46 +0000 (19:43 -0800)]
fix setuid files, devices checks

SCCS-vsn: etc/security 5.9

32 years agostop stupid warningsL`struct mbuf' declared inside parameter list
Keith Sklower [Thu, 20 Feb 1992 03:28:29 +0000 (19:28 -0800)]
stop stupid warningsL`struct mbuf' declared inside parameter list

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

32 years agocommas don't require quoting
Keith Bostic [Thu, 20 Feb 1992 02:27:23 +0000 (18:27 -0800)]
commas don't require quoting

SCCS-vsn: usr.bin/join/join.1 6.9

32 years agodate and time created 92/02/19 08:30:22 by bostic
Keith Bostic [Thu, 20 Feb 1992 00:30:22 +0000 (16:30 -0800)]
date and time created 92/02/19 08:30:22 by bostic

SCCS-vsn: games/fortune/fortune/Makefile 5.1

32 years agoadd structure def's for gcc
Keith Bostic [Thu, 20 Feb 1992 00:28:37 +0000 (16:28 -0800)]
add structure def's for gcc

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

32 years agodevice open routine now gets a proc pointer
Kirk McKusick [Wed, 19 Feb 1992 07:55:27 +0000 (23:55 -0800)]
device open routine now gets a proc pointer

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

32 years agoadd routine for common ethernet glue (mostly to put link addr
Keith Sklower [Wed, 19 Feb 1992 07:50:50 +0000 (23:50 -0800)]
add routine for common ethernet glue (mostly to put link addr
in ifp link-layer ifa)

SCCS-vsn: sys/net/if_ethersubr.c 7.17

32 years agodescribing routing message headers for add/delete/state change change
Keith Sklower [Wed, 19 Feb 1992 07:49:36 +0000 (23:49 -0800)]
describing routing message headers for add/delete/state change change
on interfaces; collect stats in common structure, so that will be useful
for getkerninfo

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

32 years agoget rid for ifa->ifa_ft; new routing messages for adding/deleting
Keith Sklower [Wed, 19 Feb 1992 07:48:26 +0000 (23:48 -0800)]
get rid for ifa->ifa_ft; new routing messages for adding/deleting
/state change on interfaces', new convention for rt_missmsg

SCCS-vsn: sys/net/route.c 7.29

32 years agonew kerninfo for surveying interface list; new conventions for
Keith Sklower [Wed, 19 Feb 1992 07:47:10 +0000 (23:47 -0800)]
new kerninfo for surveying interface list; new conventions for
rt_missmsg; new routing messages for interface added, deleted, state change

SCCS-vsn: sys/net/rtsock.c 7.24

32 years agorearrange routing message format so that common parts are first;
Keith Sklower [Wed, 19 Feb 1992 07:45:33 +0000 (23:45 -0800)]
rearrange routing message format so that common parts are first;
consequently up version number; remove old RTHASH cruft; add new sockaddr for
RTA_{NEW,DEL}ADDR, new convention and structure for calling rt_missmsg

SCCS-vsn: sys/net/route.h 7.16

32 years agogenerate routing messages for interface state changes;
Keith Sklower [Wed, 19 Feb 1992 07:40:44 +0000 (23:40 -0800)]
generate routing messages for interface state changes;
move ethernet specific stuff to if_ethersubr.c

SCCS-vsn: sys/net/if.c 7.17

32 years agoadd new kinfo for interface list
Keith Sklower [Wed, 19 Feb 1992 07:36:08 +0000 (23:36 -0800)]
add new kinfo for interface list

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