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

32 years agofix minor bug in routename() for generic, try out interface list code.
Keith Sklower [Wed, 19 Feb 1992 07:19:38 +0000 (23:19 -0800)]
fix minor bug in routename() for generic, try out interface list code.
(not for general publication, and may be ripped out again).

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

32 years agobe able to print RTM_{IFINFO,{NEW,DEL}ADDR}
Keith Sklower [Wed, 19 Feb 1992 04:43:55 +0000 (20:43 -0800)]
be able to print RTM_{IFINFO,{NEW,DEL}ADDR}

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

32 years agodate and time created 92/02/18 11:58:49 by bostic
Keith Bostic [Wed, 19 Feb 1992 03:58:49 +0000 (19:58 -0800)]
date and time created 92/02/18 11:58:49 by bostic

SCCS-vsn: lib/libc/db/PORT/Makefile 5.1

32 years agocheck for NULL pointer (net2/usr.sbin/1)
Kirk McKusick [Wed, 19 Feb 1992 03:39:34 +0000 (19:39 -0800)]
check for NULL pointer (net2/usr.sbin/1)

SCCS-vsn: usr.sbin/config/mkmakefile.c 5.36

32 years agonew conventions for rt_missmsg
Keith Sklower [Wed, 19 Feb 1992 03:30:09 +0000 (19:30 -0800)]
new conventions for rt_missmsg

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

32 years agodo not send redirects if a packet is forwarded on the same interface
Keith Sklower [Wed, 19 Feb 1992 03:28:29 +0000 (19:28 -0800)]
do not send redirects if a packet is forwarded on the same interface
because of a secondary and different IP addr on that interface.

SCCS-vsn: sys/netinet/ip_input.c 7.21

32 years agoone more time, with feeling
Keith Bostic [Wed, 19 Feb 1992 01:34:47 +0000 (17:34 -0800)]
one more time, with feeling

SCCS-vsn: bin/csh/csh.1 6.22

32 years agoprotect include files included by other include files with #ifndef _NAME_H_
Keith Bostic [Wed, 19 Feb 1992 01:25:48 +0000 (17:25 -0800)]
protect include files included by other include files with #ifndef _NAME_H_

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

32 years agoremove unnecessary machine dependencies; lint
Chris Torek [Tue, 18 Feb 1992 21:28:24 +0000 (13:28 -0800)]
remove unnecessary machine dependencies; lint

SCCS-vsn: sbin/savecore/savecore.c 5.28

32 years agoget rid of #ifdef KERNEL
Kirk McKusick [Tue, 18 Feb 1992 15:46:44 +0000 (07:46 -0800)]
get rid of #ifdef KERNEL

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

32 years agodate and time created 92/02/17 23:46:01 by mckusick
Kirk McKusick [Tue, 18 Feb 1992 15:46:01 +0000 (07:46 -0800)]
date and time created 92/02/17 23:46:01 by mckusick

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

32 years agoselinfo moves out to select.h
Kirk McKusick [Tue, 18 Feb 1992 15:45:53 +0000 (07:45 -0800)]
selinfo moves out to select.h

SCCS-vsn: sys/sys/proc.h 7.32

32 years agoinclude selinfo (for struct selinfo)
Kirk McKusick [Tue, 18 Feb 1992 15:45:32 +0000 (07:45 -0800)]
include selinfo (for struct selinfo)

SCCS-vsn: sys/sys/socketvar.h 7.21
SCCS-vsn: sys/sys/tty.h 7.14

32 years agofix up syntax errors
Kirk McKusick [Tue, 18 Feb 1992 13:16:35 +0000 (05:16 -0800)]
fix up syntax errors

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

32 years agofix typo
Chris Torek [Tue, 18 Feb 1992 11:12:17 +0000 (03:12 -0800)]
fix typo

SCCS-vsn: sbin/dmesg/dmesg.c 5.12

32 years agopc is a char *
Kirk McKusick [Tue, 18 Feb 1992 09:34:55 +0000 (01:34 -0800)]
pc is a char *

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

32 years agorebuild .depend only when necessary
Chris Torek [Sun, 16 Feb 1992 17:53:44 +0000 (09:53 -0800)]
rebuild .depend only when necessary

SCCS-vsn: usr.bin/spell/Makefile 4.15

32 years agosqueaky clean stdarg usage, for sparc gcc
Chris Torek [Sun, 16 Feb 1992 16:59:27 +0000 (08:59 -0800)]
squeaky clean stdarg usage, for sparc gcc

SCCS-vsn: games/cribbage/io.c 5.9
SCCS-vsn: games/snake/snake/move.c 5.9
SCCS-vsn: old/lex/sub1.c 4.6

32 years agogeneralizations to support sparc
Chris Torek [Sun, 16 Feb 1992 14:51:33 +0000 (06:51 -0800)]
generalizations to support sparc

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

32 years agohave to zero mount structures when they are allocated
Kirk McKusick [Sun, 16 Feb 1992 14:49:33 +0000 (06:49 -0800)]
have to zero mount structures when they are allocated

SCCS-vsn: sys/ufs/ffs/ffs_vfsops.c 7.63

32 years agoget rid of random trash
Kirk McKusick [Sun, 16 Feb 1992 14:30:12 +0000 (06:30 -0800)]
get rid of random trash

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

32 years agomore descriptive panic message
Kirk McKusick [Sun, 16 Feb 1992 14:20:36 +0000 (06:20 -0800)]
more descriptive panic message

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

32 years ago__LDPGSZ moves out to <sys/exec.h>
Kirk McKusick [Sun, 16 Feb 1992 13:37:25 +0000 (05:37 -0800)]
__LDPGSZ moves out to <sys/exec.h>

SCCS-vsn: include/a.out.h 5.9

32 years ago__LDPGSZ moves in from a.out.h
Kirk McKusick [Sun, 16 Feb 1992 13:36:58 +0000 (05:36 -0800)]
__LDPGSZ moves in from a.out.h

SCCS-vsn: sys/sys/exec.h 7.9

32 years agoconvert to use new select interface, selrecord/selwakeup
Kirk McKusick [Sun, 16 Feb 1992 13:20:52 +0000 (05:20 -0800)]
convert to use new select interface, selrecord/selwakeup

SCCS-vsn: sys/hp/dev/hil.c 7.11

32 years agouse proper parameters to close routine
Mike Karels [Sun, 16 Feb 1992 13:20:19 +0000 (05:20 -0800)]
use proper parameters to close routine

SCCS-vsn: sys/hp/dev/hil.c 7.10

32 years agoconvert to use new select interface, selrecord/selwakeup
Chris Torek [Sun, 16 Feb 1992 13:18:30 +0000 (05:18 -0800)]
convert to use new select interface, selrecord/selwakeup

SCCS-vsn: sys/hp300/dev/dcm.c 7.17
SCCS-vsn: sys/hp/dev/dca.c 7.15
SCCS-vsn: sys/hp/dev/ite.c 7.10
SCCS-vsn: sys/hp/dev/hilvar.h 7.3

32 years agodelete sbselqueue; convert to use new select interface, selrecord/selwakeup
Kirk McKusick [Sun, 16 Feb 1992 13:15:00 +0000 (05:15 -0800)]
delete sbselqueue; convert to use new select interface, selrecord/selwakeup

SCCS-vsn: sys/kern/uipc_socket2.c 7.18

32 years agoconvert to use new select interface, selrecord/selwakeup
Kirk McKusick [Sun, 16 Feb 1992 13:14:15 +0000 (05:14 -0800)]
convert to use new select interface, selrecord/selwakeup

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

32 years agodefine new select interface, selrecord/selwakeup
Kirk McKusick [Sun, 16 Feb 1992 13:13:52 +0000 (05:13 -0800)]
define new select interface, selrecord/selwakeup

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

32 years agoconvert to use new select interface, selrecord/selwakeup
Kirk McKusick [Sun, 16 Feb 1992 13:12:36 +0000 (05:12 -0800)]
convert to use new select interface, selrecord/selwakeup

SCCS-vsn: sys/kern/subr_log.c 7.13
SCCS-vsn: sys/kern/tty.c 7.49
SCCS-vsn: sys/kern/tty_pty.c 7.24
SCCS-vsn: sys/kern/sys_socket.c 7.13

32 years agohave to include proc.h before socketvar.h
Kirk McKusick [Sun, 16 Feb 1992 10:16:00 +0000 (02:16 -0800)]
have to include proc.h before socketvar.h

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

32 years agoneed to include proc.h; dump routine currently takes no parameters
Kirk McKusick [Sun, 16 Feb 1992 10:14:57 +0000 (02:14 -0800)]
need to include proc.h; dump routine currently takes no parameters

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

32 years agohave to include proc.h before socketvar.h
Kirk McKusick [Sun, 16 Feb 1992 10:08:27 +0000 (02:08 -0800)]
have to include proc.h before socketvar.h

SCCS-vsn: sys/hp/hpux/hpux_tty.c 7.10

32 years agouse selrecord and selwakeup to implement selecting
Kirk McKusick [Sun, 16 Feb 1992 10:05:19 +0000 (02:05 -0800)]
use selrecord and selwakeup to implement selecting

SCCS-vsn: sys/net/bpf.c 7.8
SCCS-vsn: sys/net/bpfdesc.h 7.4

32 years agohave to include proc.h before socketvar.h
Kirk McKusick [Sun, 16 Feb 1992 10:02:31 +0000 (02:02 -0800)]
have to include proc.h before socketvar.h

SCCS-vsn: sys/netinet/tcp_subr.c 7.21
SCCS-vsn: sys/netinet/tcp_usrreq.c 7.16
SCCS-vsn: sys/netinet/ip_output.c 7.25
SCCS-vsn: sys/netinet/tcp_debug.c 7.7
SCCS-vsn: sys/netinet/tcp_input.c 7.27
SCCS-vsn: sys/netinet/tcp_timer.c 7.19
SCCS-vsn: sys/netinet/udp_usrreq.c 7.23
SCCS-vsn: sys/netinet/raw_ip.c 7.9
SCCS-vsn: sys/netinet/tcp_output.c 7.24
SCCS-vsn: sys/hp300/dev/st.c 7.5

32 years agohave to use bcopy as short may be unaligned
Chris Torek [Sun, 16 Feb 1992 09:53:47 +0000 (01:53 -0800)]
have to use bcopy as short may be unaligned

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

32 years agomust include proc.h before socketvar.h
Kirk McKusick [Sun, 16 Feb 1992 09:44:53 +0000 (01:44 -0800)]
must include proc.h before socketvar.h

SCCS-vsn: sys/net/if.c 7.16
SCCS-vsn: sys/net/raw_cb.c 7.13
SCCS-vsn: sys/net/raw_usrreq.c 7.10

32 years agohave to include proc before socketvar.h
Kirk McKusick [Sun, 16 Feb 1992 09:37:58 +0000 (01:37 -0800)]
have to include proc before socketvar.h

SCCS-vsn: sys/nfs/nfs_srvcache.c 7.13

32 years agomust include proc before tty.h and socketvar.h
Kirk McKusick [Sun, 16 Feb 1992 09:32:36 +0000 (01:32 -0800)]
must include proc before tty.h and socketvar.h

SCCS-vsn: sys/kern/kern_exit.c 7.43
SCCS-vsn: sys/miscfs/fifofs/fifo_vnops.c 7.10
SCCS-vsn: sys/kern/tty_compat.c 7.12
SCCS-vsn: sys/kern/tty_conf.c 7.8
SCCS-vsn: sys/kern/tty_subr.c 7.9
SCCS-vsn: sys/kern/tty_tty.c 7.17

32 years agoupdate from Rick Maclem for leases
Kirk McKusick [Sun, 16 Feb 1992 09:12:32 +0000 (01:12 -0800)]
update from Rick Maclem for leases

SCCS-vsn: sbin/nfsd/nfsd.8 5.10
SCCS-vsn: sbin/nfsd/nfsd.c 5.11
SCCS-vsn: sbin/nfsiod/nfsiod.c 5.5

32 years agodefine struct selinfo; function prototypes for selrecord and selwakeup
Kirk McKusick [Sun, 16 Feb 1992 09:05:32 +0000 (01:05 -0800)]
define struct selinfo; function prototypes for selrecord and selwakeup

SCCS-vsn: sys/sys/proc.h 7.31

32 years agosb_sel is now struct selinfo, not a proc pointer
Kirk McKusick [Sun, 16 Feb 1992 09:04:53 +0000 (01:04 -0800)]
sb_sel is now struct selinfo, not a proc pointer

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

32 years agot_rsel and t_wsel are now struct selinfo, not proc pointers
Kirk McKusick [Sun, 16 Feb 1992 09:04:13 +0000 (01:04 -0800)]
t_rsel and t_wsel are now struct selinfo, not proc pointers

SCCS-vsn: sys/sys/tty.h 7.13

32 years agognu cpp balks on single apostrophes in asm comments.
Keith Sklower [Sat, 15 Feb 1992 11:41:41 +0000 (03:41 -0800)]
gnu cpp balks on single apostrophes in asm comments.

SCCS-vsn: sys/hp300/stand/srt0.c 7.5

32 years agohave to use VM_MIN_ADDRESS instead of assuming binaries start at zero
Chris Torek [Sat, 15 Feb 1992 10:01:00 +0000 (02:01 -0800)]
have to use VM_MIN_ADDRESS instead of assuming binaries start at zero

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

32 years agostyle police; pass init -- to indicate no arguments
Keith Bostic [Sat, 15 Feb 1992 09:59:55 +0000 (01:59 -0800)]
style police; pass init -- to indicate no arguments

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

32 years agocompatibility for COMPAT_SUNOS
Chris Torek [Sat, 15 Feb 1992 09:47:24 +0000 (01:47 -0800)]
compatibility for COMPAT_SUNOS

SCCS-vsn: sys/kern/uipc_syscalls.c 7.25

32 years agolint
Chris Torek [Sat, 15 Feb 1992 09:40:30 +0000 (01:40 -0800)]
lint

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

32 years agomisc cleanups
Chris Torek [Sat, 15 Feb 1992 09:40:03 +0000 (01:40 -0800)]
misc cleanups

SCCS-vsn: sys/kern/tty_subr.c 7.8

32 years agoadd COMPAT_SUNOS
Chris Torek [Sat, 15 Feb 1992 09:38:56 +0000 (01:38 -0800)]
add COMPAT_SUNOS

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

32 years agoalways set sig, no need to test catch, makes gcc happy
Chris Torek [Sat, 15 Feb 1992 09:38:04 +0000 (01:38 -0800)]
always set sig, no need to test catch, makes gcc happy

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

32 years agotrace context switches
Marc Teitelbaum [Sat, 15 Feb 1992 09:23:53 +0000 (01:23 -0800)]
trace context switches

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

32 years agolint; uwritec is defined only for the vax
Chris Torek [Sat, 15 Feb 1992 09:20:10 +0000 (01:20 -0800)]
lint; uwritec is defined only for the vax

SCCS-vsn: sys/kern/kern_subr.c 7.8