unix-history/.git
34 years agoclose routines must return error
Mike Karels [Wed, 4 Apr 1990 13:19:34 +0000 (05:19 -0800)]
close routines must return error

SCCS-vsn: sys/vax/mba/ht.c 7.9
SCCS-vsn: sys/vax/mba/mt.c 7.6

34 years agorev 7
Mike Karels [Wed, 4 Apr 1990 13:18:10 +0000 (05:18 -0800)]
rev 7

SCCS-vsn: sys/vax/uba/dmx.c 7.1

34 years agotsleep: unwind after signal interrupts; close routines must return value
Mike Karels [Wed, 4 Apr 1990 13:17:10 +0000 (05:17 -0800)]
tsleep: unwind after signal interrupts; close routines must return value

SCCS-vsn: sys/vax/uba/dmx.c 1.5

34 years agoattempt to make it possible to put breakpoints in printf
Mike Karels [Wed, 4 Apr 1990 13:17:01 +0000 (05:17 -0800)]
attempt to make it possible to put breakpoints in printf

SCCS-vsn: sys/deprecated/kdb/kdb_trap.c 7.7

34 years agotsleep: unwind after signal interrupts; close routines must return value
Mike Karels [Wed, 4 Apr 1990 13:16:55 +0000 (05:16 -0800)]
tsleep: unwind after signal interrupts; close routines must return value

SCCS-vsn: sys/vax/uba/dz.c 7.7
SCCS-vsn: sys/vax/uba/ut.c 7.7
SCCS-vsn: sys/vax/uba/tm.c 7.9
SCCS-vsn: sys/vax/uba/uda.c 7.27
SCCS-vsn: sys/vax/uba/ad.c 7.7
SCCS-vsn: sys/vax/uba/rx.c 7.4
SCCS-vsn: sys/vax/uba/np.c 7.6
SCCS-vsn: sys/vax/uba/ct.c 7.5
SCCS-vsn: sys/vax/uba/dn.c 7.6
SCCS-vsn: sys/vax/uba/lp.c 7.6
SCCS-vsn: sys/vax/uba/lpa.c 7.4
SCCS-vsn: sys/vax/uba/ps.c 7.5
SCCS-vsn: sys/vax/uba/vp.c 7.4
SCCS-vsn: sys/vax/uba/dmz.c 7.8
SCCS-vsn: sys/vax/uba/uu.c 7.4
SCCS-vsn: sys/vax/uba/dhu.c 7.10
SCCS-vsn: sys/vax/uba/dmf.c 7.11
SCCS-vsn: sys/vax/uba/ik.c 7.6
SCCS-vsn: sys/vax/uba/dh.c 7.11

34 years agosync with tahoe
Mike Karels [Wed, 4 Apr 1990 13:11:52 +0000 (05:11 -0800)]
sync with tahoe

SCCS-vsn: sys/vax/vax/kdb_machdep.c 7.7

34 years agomove current kdb options from boothowto to separate patchable variables
Mike Karels [Wed, 4 Apr 1990 13:05:59 +0000 (05:05 -0800)]
move current kdb options from boothowto to separate patchable variables

SCCS-vsn: sys/tahoe/tahoe/kdb_machdep.c 7.9

34 years agoadd ALIGN macro to round pointer up to aligned boundary
Mike Karels [Wed, 4 Apr 1990 13:04:36 +0000 (05:04 -0800)]
add ALIGN macro to round pointer up to aligned boundary

SCCS-vsn: sys/vax/include/param.h 7.15
SCCS-vsn: sys/tahoe/include/param.h 7.5

34 years agorm setjmp, longjmp
Mike Karels [Wed, 4 Apr 1990 13:02:01 +0000 (05:02 -0800)]
rm setjmp, longjmp

SCCS-vsn: sys/tahoe/tahoe/locore.s 7.12

34 years agou.u_eosys is gone, use EJUSTRETURN; stop using u.u_error
Mike Karels [Wed, 4 Apr 1990 13:01:33 +0000 (05:01 -0800)]
u.u_eosys is gone, use EJUSTRETURN; stop using u.u_error

SCCS-vsn: sys/vax/vax/machdep.c 7.24
SCCS-vsn: sys/tahoe/tahoe/machdep.c 7.8

34 years agodon't bother copying in data for /dev/null
Mike Karels [Wed, 4 Apr 1990 12:57:53 +0000 (04:57 -0800)]
don't bother copying in data for /dev/null

SCCS-vsn: sys/vax/vax/mem.c 7.4
SCCS-vsn: sys/tahoe/tahoe/mem.c 7.4

34 years agoISSIG => CURSIG; remove setjmp; use ERESTART to indicate restart
Mike Karels [Wed, 4 Apr 1990 12:54:57 +0000 (04:54 -0800)]
ISSIG => CURSIG; remove setjmp; use ERESTART to indicate restart
of current syscall; reduce use of u.u_error; check for signals after giving
up CPU

SCCS-vsn: sys/vax/vax/trap.c 7.7
SCCS-vsn: sys/tahoe/tahoe/trap.c 7.7

34 years agorm setjmp, longjmp
Mike Karels [Wed, 4 Apr 1990 12:52:36 +0000 (04:52 -0800)]
rm setjmp, longjmp

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

34 years agotsleep; unwind on interrupt
Mike Karels [Wed, 4 Apr 1990 12:50:20 +0000 (04:50 -0800)]
tsleep; unwind on interrupt

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

34 years agomove tar(5) to tar.format(5)
Keith Bostic [Wed, 4 Apr 1990 12:49:42 +0000 (04:49 -0800)]
move tar(5) to tar.format(5)

SCCS-vsn: old/tar/tar.1 6.7

34 years agotsleep; unwind on interrupt; don't back up uio then copyin again
Mike Karels [Wed, 4 Apr 1990 12:49:00 +0000 (04:49 -0800)]
tsleep; unwind on interrupt; don't back up uio then copyin again
after blocking; KNF; strings for sleep messages; SIGINFO; NOKERNINFO lflag
allow input to be read from queue after carrier drops

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

34 years agotsleep II, as it was meant to be
Mike Karels [Wed, 4 Apr 1990 12:42:36 +0000 (04:42 -0800)]
tsleep II, as it was meant to be

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

34 years agotsleep I (checked in for marc)
Marc Teitelbaum [Wed, 4 Apr 1990 12:41:04 +0000 (04:41 -0800)]
tsleep I (checked in for marc)

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

34 years agoproc hashing with pointers instead of indices
Mike Karels [Wed, 4 Apr 1990 12:38:16 +0000 (04:38 -0800)]
proc hashing with pointers instead of indices

SCCS-vsn: sys/kern/kern_proc.c 7.9

34 years agoremove setjmp; new tsleep
Mike Karels [Wed, 4 Apr 1990 12:36:05 +0000 (04:36 -0800)]
remove setjmp; new tsleep

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

34 years agonew tsleep; rm setjmp's; strings for sleep messages
Mike Karels [Wed, 4 Apr 1990 12:33:14 +0000 (04:33 -0800)]
new tsleep; rm setjmp's; strings for sleep messages

SCCS-vsn: sys/miscfs/specfs/spec_vnops.c 7.25
SCCS-vsn: sys/kern/vfs_vnops.c 7.18

34 years agotsleep; sblock/sbwait catch/return interrupts; implement lowat,
Mike Karels [Wed, 4 Apr 1990 12:31:51 +0000 (04:31 -0800)]
tsleep; sblock/sbwait catch/return interrupts; implement lowat,
timeout; move SIGPIPE up to syscall layer; strings for sleep messages

SCCS-vsn: sys/kern/uipc_socket.c 7.17
SCCS-vsn: sys/kern/uipc_socket2.c 7.11

34 years agoutime/stime now in proc structure, copy to rusage for getrusage
Mike Karels [Wed, 4 Apr 1990 12:28:15 +0000 (04:28 -0800)]
utime/stime now in proc structure, copy to rusage for getrusage

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

34 years agoYech! use a "reserved" errno for fdopen
Mike Karels [Wed, 4 Apr 1990 12:26:15 +0000 (04:26 -0800)]
Yech! use a "reserved" errno for fdopen

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

34 years agoremove setjmp's; check for EINTR/ERESTART, and clear error if there's
Mike Karels [Wed, 4 Apr 1990 12:25:20 +0000 (04:25 -0800)]
remove setjmp's; check for EINTR/ERESTART, and clear error if there's
a short count to return; tsleep cleans up select; reduce use of u.u_error

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

34 years agoremove u.u_error; fixes in previous delta; rearrange compat code
Mike Karels [Wed, 4 Apr 1990 12:14:01 +0000 (04:14 -0800)]
remove u.u_error; fixes in previous delta; rearrange compat code
so tags/vi/*grind recognize functions

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

34 years agonew tsleep, catching interrupts; access rights now in control fields;
Mike Karels [Wed, 4 Apr 1990 12:09:03 +0000 (04:09 -0800)]
new tsleep, catching interrupts; access rights now in control fields;
start changing refs to u.u_error to use locals and RETURN; pipes now bidirectional

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

34 years agoas of Feb 23: tsleep; confirming sockets; hack for reduced max size
Mike Karels [Wed, 4 Apr 1990 12:05:45 +0000 (04:05 -0800)]
as of Feb 23: tsleep; confirming sockets; hack for reduced max size
of unix-domain sockaddrs

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

34 years agomove to /usr/bin
Keith Bostic [Wed, 4 Apr 1990 11:08:41 +0000 (03:08 -0800)]
move to /usr/bin

SCCS-vsn: old/whereis/Makefile 5.2

34 years agoadd ttymsg, minor cleanups
Keith Bostic [Wed, 4 Apr 1990 11:06:18 +0000 (03:06 -0800)]
add ttymsg, minor cleanups

SCCS-vsn: usr.bin/wall/Makefile 5.3

34 years agochecked in for Marc; checkpoint for pmake
Keith Bostic [Wed, 4 Apr 1990 11:04:02 +0000 (03:04 -0800)]
checked in for Marc; checkpoint for pmake

SCCS-vsn: usr.bin/w/Makefile 5.3

34 years agomove uuencode.5 to uuencode.format.5
Keith Bostic [Wed, 4 Apr 1990 11:01:24 +0000 (03:01 -0800)]
move uuencode.5 to uuencode.format.5

SCCS-vsn: usr.bin/uuencode/uuencode.1 6.7

34 years agoquit signal not being restore correctly
Keith Bostic [Wed, 4 Apr 1990 10:18:19 +0000 (02:18 -0800)]
quit signal not being restore correctly

SCCS-vsn: usr.bin/tip/tip.c 5.12

34 years agoKerberos include files are in a subdirectory now
Keith Bostic [Wed, 4 Apr 1990 09:42:06 +0000 (01:42 -0800)]
Kerberos include files are in a subdirectory now

SCCS-vsn: usr.bin/su/su.c 5.17

34 years agoadd fs_state field to validate fs_clean
Kirk McKusick [Wed, 4 Apr 1990 07:39:36 +0000 (23:39 -0800)]
add fs_state field to validate fs_clean

SCCS-vsn: sys/ufs/ffs/fs.h 7.9

34 years agonew ctlinput, matches local port/addr when appropriate
Mike Karels [Wed, 4 Apr 1990 05:35:35 +0000 (21:35 -0800)]
new ctlinput, matches local port/addr when appropriate

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

34 years agoin_pcb.h requires ip.h
Mike Karels [Wed, 4 Apr 1990 05:34:08 +0000 (21:34 -0800)]
in_pcb.h requires ip.h

SCCS-vsn: sys/netinet/tcp_debug.c 7.4
SCCS-vsn: sys/netinet/tcp_usrreq.c 7.13
SCCS-vsn: sys/netinet/tcp_timer.c 7.16

34 years agovarious cleanups: new route, ifaddr stuff; #ifdef DEBUG for printfs;
Mike Karels [Wed, 4 Apr 1990 05:33:24 +0000 (21:33 -0800)]
various cleanups: new route, ifaddr stuff; #ifdef DEBUG for printfs;
gateway forwarding matrix; no pullups unless reassembling; suppress redir.
only if srcrt, not other opts; clean up forward. error handling, bug fix
on which mbuf to send; use only host unreach.

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

34 years agostart shifting away from udpip structure (part done); new ctlinput
Mike Karels [Wed, 4 Apr 1990 05:26:53 +0000 (21:26 -0800)]
start shifting away from udpip structure (part done); new ctlinput
so port unreachables match only correct socket; more stats (sklower);
extra arg for control (tmp); disconnect resets local addr as well as remote

SCCS-vsn: sys/netinet/udp_usrreq.c 7.13

34 years agosonewconn has second arg; in_pcb.h requires ip.h
Mike Karels [Wed, 4 Apr 1990 05:21:32 +0000 (21:21 -0800)]
sonewconn has second arg; in_pcb.h requires ip.h

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

34 years agodefault ttl 30 => 60
Mike Karels [Wed, 4 Apr 1990 05:20:11 +0000 (21:20 -0800)]
default ttl 30 => 60

SCCS-vsn: sys/netinet/tcp_timer.h 7.7

34 years agochange "35% rule" to 50%, as its just a backstop; don't check
Mike Karels [Wed, 4 Apr 1990 04:50:01 +0000 (20:50 -0800)]
change "35% rule" to 50%, as its just a backstop; don't check
whether receiver is caught up for window update/ack; patchable ttl

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

34 years agopass ip header in error packet to protocol, making sure it's whole
Mike Karels [Wed, 4 Apr 1990 04:44:43 +0000 (20:44 -0800)]
pass ip header in error packet to protocol, making sure it's whole
and contiguous

SCCS-vsn: sys/netinet/ip_icmp.c 7.13

34 years agoinclude files moved to kerberosIV, not /usr/include
Keith Bostic [Wed, 4 Apr 1990 03:06:17 +0000 (19:06 -0800)]
include files moved to kerberosIV, not /usr/include

SCCS-vsn: usr.bin/rlogin/rlogin.c 5.22
SCCS-vsn: usr.bin/rlogin/des_rw.c 5.2
SCCS-vsn: usr.bin/rlogin/kcmd.c 5.3

34 years agoneeded libcompat, minor cleanups
Keith Bostic [Wed, 4 Apr 1990 02:48:07 +0000 (18:48 -0800)]
needed libcompat, minor cleanups

SCCS-vsn: old/refer/Makefile 4.14

34 years agoneeded start routine pointer
Mike Karels [Wed, 4 Apr 1990 02:30:25 +0000 (18:30 -0800)]
needed start routine pointer

SCCS-vsn: sys/vax/if/if_ex.c 7.6

34 years agomove fmt to its own directory
Keith Bostic [Wed, 4 Apr 1990 01:40:05 +0000 (17:40 -0800)]
move fmt to its own directory

SCCS-vsn: usr.bin/mail/Makefile 5.14

34 years agoinclude from kerberosIV, not /usr/include
Keith Bostic [Wed, 4 Apr 1990 01:37:33 +0000 (17:37 -0800)]
include from kerberosIV, not /usr/include

SCCS-vsn: libexec/rshd/rshd.c 5.29

34 years agoinclude from kerberosIV directory
Keith Bostic [Wed, 4 Apr 1990 01:34:24 +0000 (17:34 -0800)]
include from kerberosIV directory

SCCS-vsn: usr.bin/login/login.c 5.51

34 years agochecked in for Marc, checkpoint for pmake
Keith Bostic [Tue, 3 Apr 1990 12:52:18 +0000 (04:52 -0800)]
checked in for Marc, checkpoint for pmake

SCCS-vsn: usr.bin/fstat/Makefile 5.3

34 years agopmake makefile
Keith Bostic [Tue, 3 Apr 1990 11:53:48 +0000 (03:53 -0800)]
pmake makefile

SCCS-vsn: usr.bin/dirname/Makefile 5.1

34 years agonew version
Marc Teitelbaum [Tue, 3 Apr 1990 09:24:23 +0000 (01:24 -0800)]
new version

SCCS-vsn: bin/ps/ps.c 5.21

34 years ago[us]time moves to proc
Marc Teitelbaum [Tue, 3 Apr 1990 09:06:22 +0000 (01:06 -0800)]
[us]time moves to proc

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

34 years agoextern declarations for v_*c
Marc Teitelbaum [Tue, 3 Apr 1990 07:31:58 +0000 (23:31 -0800)]
extern declarations for v_*c

SCCS-vsn: sys/vax/vax/kdb_machdep.c 7.6

34 years agoktrace (checked in by karels)
Marc Teitelbaum [Tue, 3 Apr 1990 04:43:10 +0000 (20:43 -0800)]
ktrace (checked in by karels)

SCCS-vsn: sys/vax/vax/trap.c 7.6

34 years agoIn prompt(), use multiple putstr()s to avoid overrunning pbuf when "next_file"
Craig Leres [Mon, 2 Apr 1990 08:19:11 +0000 (00:19 -0800)]
In prompt(), use multiple putstr()s to avoid overrunning pbuf when "next_file"
is long.

SCCS-vsn: usr.bin/more/command.c 5.19

34 years agonew proc hashing (pointers, not indices)
Mike Karels [Mon, 2 Apr 1990 05:11:12 +0000 (21:11 -0800)]
new proc hashing (pointers, not indices)

SCCS-vsn: sys/kern/kern_exit.c 7.15

34 years agochanges to syscall tracing (checked in by karels)
Marc Teitelbaum [Mon, 2 Apr 1990 04:43:18 +0000 (20:43 -0800)]
changes to syscall tracing (checked in by karels)

SCCS-vsn: sys/tahoe/tahoe/trap.c 7.6

34 years agoadd third arg to ctlinput routines
Mike Karels [Sun, 1 Apr 1990 05:46:01 +0000 (21:46 -0800)]
add third arg to ctlinput routines

SCCS-vsn: sys/kern/uipc_domain.c 7.5

34 years agomove euids, etc. to proc (for signals); mv logname there (for ps);
Mike Karels [Sun, 1 Apr 1990 05:45:09 +0000 (21:45 -0800)]
move euids, etc. to proc (for signals); mv logname there (for ps);
s/[gs]etlogname/[gs]etlogin/

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

34 years agohave to reset vfreet when removing the last vnode
Kirk McKusick [Fri, 30 Mar 1990 09:15:13 +0000 (01:15 -0800)]
have to reset vfreet when removing the last vnode

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

34 years agoprotect vgoneall from other vgone's
Kirk McKusick [Fri, 30 Mar 1990 08:53:04 +0000 (00:53 -0800)]
protect vgoneall from other vgone's

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

34 years agokerberos include files moved to /usr/include/kerberosIV
Kevin Fall [Fri, 30 Mar 1990 08:11:01 +0000 (00:11 -0800)]
kerberos include files moved to /usr/include/kerberosIV

SCCS-vsn: usr.bin/rlogin/Makefile 5.4

34 years agoinclude files for kerberos have moved into /usr/include/kerberosIV
Kevin Fall [Fri, 30 Mar 1990 08:00:41 +0000 (00:00 -0800)]
include files for kerberos have moved into /usr/include/kerberosIV

SCCS-vsn: usr.bin/login/Makefile 5.4

34 years agocall setttyent() before calling getttyent(); bug report 4.3BSD-tahoe/lib/30
Kirk McKusick [Fri, 30 Mar 1990 06:25:24 +0000 (22:25 -0800)]
call setttyent() before calling getttyent(); bug report 4.3BSD-tahoe/lib/30

SCCS-vsn: lib/libc/gen/ttyslot.c 5.4

34 years agoindirect through virtual console routines (v_*)
Marc Teitelbaum [Fri, 30 Mar 1990 06:20:06 +0000 (22:20 -0800)]
indirect through virtual console routines (v_*)

SCCS-vsn: sys/vax/vax/kdb_machdep.c 7.5

34 years agocreate utmp file if it does not exist (from shanzer@ritcsh.rit.edu)
Kirk McKusick [Fri, 30 Mar 1990 02:37:44 +0000 (18:37 -0800)]
create utmp file if it does not exist (from shanzer@ritcsh.rit.edu)

SCCS-vsn: lib/libutil/login.c 5.3

34 years agoupdate uio_offset as well as resid
Mike Karels [Thu, 29 Mar 1990 09:04:03 +0000 (01:04 -0800)]
update uio_offset as well as resid

SCCS-vsn: sys/tahoe/if/if_enp.c 7.6

34 years agocosmetic change
Marc Teitelbaum [Thu, 29 Mar 1990 01:35:29 +0000 (17:35 -0800)]
cosmetic change

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

34 years agoif host address doesn't match name, attempt to login using number;
Mike Karels [Thu, 29 Mar 1990 00:04:41 +0000 (16:04 -0800)]
if host address doesn't match name, attempt to login using number;
if that fails, error message reports mismatch; cleanups

SCCS-vsn: libexec/rshd/rshd.c 5.28

34 years agospecinfo structure moved to specdev.h
Kirk McKusick [Wed, 28 Mar 1990 10:26:02 +0000 (02:26 -0800)]
specinfo structure moved to specdev.h

SCCS-vsn: sys/sys/vnode.h 7.25

34 years agodo not lose memory on error
Kirk McKusick [Wed, 28 Mar 1990 10:23:26 +0000 (02:23 -0800)]
do not lose memory on error

SCCS-vsn: sys/miscfs/fifofs/fifo_vnops.c 7.3

34 years agobreak out from vnode.h
Kirk McKusick [Wed, 28 Mar 1990 10:14:34 +0000 (02:14 -0800)]
break out from vnode.h

SCCS-vsn: sys/miscfs/specfs/specdev.h 7.1

34 years agobreak specinfo structure out of vnode.h into specdev.h
Kirk McKusick [Wed, 28 Mar 1990 10:13:06 +0000 (02:13 -0800)]
break specinfo structure out of vnode.h into specdev.h

SCCS-vsn: sys/miscfs/specfs/spec_vnops.c 7.24
SCCS-vsn: sys/kern/vfs_bio.c 7.25
SCCS-vsn: sys/kern/vfs_cluster.c 7.25
SCCS-vsn: sys/kern/vfs_subr.c 7.35
SCCS-vsn: sys/vm/vm_swap.c 7.11
SCCS-vsn: sys/kern/kern_physio.c 7.13
SCCS-vsn: sys/ufs/ffs/ffs_vfsops.c 7.38
SCCS-vsn: sys/ufs/ffs/ufs_vfsops.c 7.38
SCCS-vsn: sys/ufs/lfs/lfs_vfsops.c 7.38
SCCS-vsn: sys/ufs/ufs/ufs_vfsops.c 7.38
SCCS-vsn: sys/ufs/ffs/ffs_vnops.c 7.35
SCCS-vsn: sys/ufs/ffs/ufs_vnops.c 7.35
SCCS-vsn: sys/ufs/lfs/lfs_vnops.c 7.35
SCCS-vsn: sys/ufs/ufs/ufs_vnops.c 7.35

34 years agodo not mark dirs with eighth bit set as corrupt;
Kirk McKusick [Wed, 28 Mar 1990 09:09:29 +0000 (01:09 -0800)]
do not mark dirs with eighth bit set as corrupt;
do mark directories with names containing '/' as corrupt

SCCS-vsn: sbin/fsck/dir.c 5.15

34 years agoadd inode and directory buffer pointers
Kirk McKusick [Wed, 28 Mar 1990 09:06:07 +0000 (01:06 -0800)]
add inode and directory buffer pointers

SCCS-vsn: sbin/fsck/fsck.h 5.14

34 years agoinitialize inode and directory buffer pointers for each run
Kirk McKusick [Wed, 28 Mar 1990 09:05:42 +0000 (01:05 -0800)]
initialize inode and directory buffer pointers for each run

SCCS-vsn: sbin/fsck/utilities.c 5.25

34 years agoinitialize directory buffer pointer for each run
Kirk McKusick [Wed, 28 Mar 1990 09:05:08 +0000 (01:05 -0800)]
initialize directory buffer pointer for each run

SCCS-vsn: sbin/fsck/dir.c 5.14

34 years agoinitialize startinum and inode buffer pointer for each run
Kirk McKusick [Wed, 28 Mar 1990 09:04:37 +0000 (01:04 -0800)]
initialize startinum and inode buffer pointer for each run

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

34 years agouse proper defined constant (from fuller@prisma.com)
Kirk McKusick [Wed, 28 Mar 1990 08:42:51 +0000 (00:42 -0800)]
use proper defined constant (from fuller@prisma.com)

SCCS-vsn: sbin/fsck/utilities.c 5.24

34 years agoget rid of unused variables
Kirk McKusick [Wed, 28 Mar 1990 08:39:40 +0000 (00:39 -0800)]
get rid of unused variables

SCCS-vsn: sbin/fsck/fsck.h 5.13

34 years agova_size and va_bytes become quads
Kirk McKusick [Wed, 28 Mar 1990 06:38:14 +0000 (22:38 -0800)]
va_size and va_bytes become quads

SCCS-vsn: sys/ufs/ffs/ffs_vnops.c 7.34
SCCS-vsn: sys/ufs/ffs/ufs_vnops.c 7.34
SCCS-vsn: sys/ufs/lfs/lfs_vnops.c 7.34
SCCS-vsn: sys/ufs/ufs/ufs_vnops.c 7.34
SCCS-vsn: sys/nfs/nfs_subs.c 7.21
SCCS-vsn: sys/kern/vfs_subr.c 7.34
SCCS-vsn: sys/sys/vnode.h 7.24

34 years agodo not release vnode until done creating its alias
Kirk McKusick [Wed, 28 Mar 1990 06:32:12 +0000 (22:32 -0800)]
do not release vnode until done creating its alias

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

34 years agomissing splbio (from Naomi@osf)
Kirk McKusick [Wed, 28 Mar 1990 06:13:30 +0000 (22:13 -0800)]
missing splbio (from Naomi@osf)

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

34 years agonew version
Marc Teitelbaum [Wed, 28 Mar 1990 00:57:15 +0000 (16:57 -0800)]
new version

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

34 years agoit's tsleep; it looks like this
Mike Karels [Tue, 27 Mar 1990 11:31:20 +0000 (03:31 -0800)]
it's tsleep; it looks like this

SCCS-vsn: sys/miscfs/fifofs/fifo_vnops.c 7.2

34 years agomy macros didn't work, make the code agree with the comments
Mike Karels [Tue, 27 Mar 1990 10:53:33 +0000 (02:53 -0800)]
my macros didn't work, make the code agree with the comments

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

34 years agochanges to do compilations in obj subdirectory
Kirk McKusick [Tue, 27 Mar 1990 10:03:25 +0000 (02:03 -0800)]
changes to do compilations in obj subdirectory

SCCS-vsn: old/make/main.c 4.12
SCCS-vsn: old/make/dosys.c 4.13
SCCS-vsn: old/make/files.c 4.21

34 years agoget rid of unneeded header files
Kirk McKusick [Tue, 27 Mar 1990 09:58:46 +0000 (01:58 -0800)]
get rid of unneeded header files

SCCS-vsn: sys/kern/vfs_syscalls.c 7.42

34 years agoget rid of unneeded includes
Kirk McKusick [Tue, 27 Mar 1990 08:30:55 +0000 (00:30 -0800)]
get rid of unneeded includes

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

34 years agoas currently running: tsleep round one; confirming socket changes;
Mike Karels [Mon, 26 Mar 1990 07:56:21 +0000 (23:56 -0800)]
as currently running: tsleep round one; confirming socket changes;
added parameter to sonewconn for connstatus (temp. renamed); make so_q's
be fifo; some EOR stuff in sbappend

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

34 years agoas currently running: control replaces rights entirely,
Mike Karels [Mon, 26 Mar 1990 07:45:14 +0000 (23:45 -0800)]
as currently running: control replaces rights entirely,
tsleep round one, something sklower was doing with end-of-record

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

34 years agoadd PRIMASK, PCATCH for tsleep, PSOCK for socket operations;
Mike Karels [Mon, 26 Mar 1990 03:53:40 +0000 (19:53 -0800)]
add PRIMASK, PCATCH for tsleep, PSOCK for socket operations;
remove unused

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

34 years agoentries now get moved past a context mark instead of an absolute line number;
John A. Kunze [Sun, 25 Mar 1990 11:45:22 +0000 (03:45 -0800)]
entries now get moved past a context mark instead of an absolute line number;
this prevents the header section from being clobbered

SCCS-vsn: share/termcap/reorder 5.5

34 years agodemarcated end of header section so that the reorder script knows not to
John A. Kunze [Sun, 25 Mar 1990 11:43:37 +0000 (03:43 -0800)]
demarcated end of header section so that the reorder script knows not to
clobber it (eg, copyright) when moving entries to the top

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

34 years agoreplaced hp110 entry and removed problematic :dl from vt200 entry
John A. Kunze [Sun, 25 Mar 1990 10:55:43 +0000 (02:55 -0800)]
replaced hp110 entry and removed problematic :dl from vt200 entry

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

34 years agowhat was wrong with this two revisions ago? vmunix != $machine!
Mike Karels [Sun, 25 Mar 1990 10:45:52 +0000 (02:45 -0800)]
what was wrong with this two revisions ago? vmunix != $machine!

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

34 years agoreplaced att630/dmd630 and added some variants
John A. Kunze [Sun, 25 Mar 1990 10:38:30 +0000 (02:38 -0800)]
replaced att630/dmd630 and added some variants

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

34 years agoadded tek4025a and made {,tek}4207 aliases for 4107, which also got a :ul
John A. Kunze [Sun, 25 Mar 1990 10:19:27 +0000 (02:19 -0800)]
added tek4025a and made {,tek}4207 aliases for 4107, which also got a :ul

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

34 years agoadded att630
John A. Kunze [Sun, 25 Mar 1990 09:54:16 +0000 (01:54 -0800)]
added att630

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