unix-history/.git
34 years agoadd VFIFO vnode type
Kirk McKusick [Tue, 6 Mar 1990 10:08:37 +0000 (02:08 -0800)]
add VFIFO vnode type

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

34 years agoadd mkfifo system call
Kirk McKusick [Tue, 6 Mar 1990 10:08:02 +0000 (02:08 -0800)]
add mkfifo system call

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

34 years agoselect now passes in file flags (to support FIFO's)
Kirk McKusick [Tue, 6 Mar 1990 10:07:07 +0000 (02:07 -0800)]
select now passes in file flags (to support FIFO's)

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

34 years agoreaddir now takes a fourth argument (from macklem)
Kirk McKusick [Tue, 6 Mar 1990 10:04:26 +0000 (02:04 -0800)]
readdir now takes a fourth argument (from macklem)

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

34 years agoprint_dump needs to check for an empty table (from macklem)
Kirk McKusick [Tue, 6 Mar 1990 09:55:58 +0000 (01:55 -0800)]
print_dump needs to check for an empty table (from macklem)

SCCS-vsn: usr.bin/showmount/showmount.c 6.2

34 years agokeep db files open
Marc Teitelbaum [Tue, 6 Mar 1990 08:21:35 +0000 (00:21 -0800)]
keep db files open

SCCS-vsn: lib/libc/gen/pwcache.c 5.2

34 years agomake work with ANSI C preprocessor
Keith Bostic [Tue, 6 Mar 1990 04:28:41 +0000 (20:28 -0800)]
make work with ANSI C preprocessor

SCCS-vsn: usr.sbin/trsp/trsp.c 6.6

34 years agomake it work with ANSI C preprocessor
Keith Bostic [Tue, 6 Mar 1990 04:26:51 +0000 (20:26 -0800)]
make it work with ANSI C preprocessor

SCCS-vsn: games/phantasia/Makefile 5.8
SCCS-vsn: games/phantasia/gamesupport.c 5.2
SCCS-vsn: games/phantasia/include.h 5.3
SCCS-vsn: games/phantasia/interplayer.c 5.3
SCCS-vsn: games/phantasia/main.c 5.4
SCCS-vsn: games/phantasia/misc.c 5.2
SCCS-vsn: games/phantasia/phantglobs.c 5.3
SCCS-vsn: games/phantasia/phantglobs.h 5.3
SCCS-vsn: games/phantasia/setup.c 5.6

34 years agodate and time created 90/03/05 12:19:04 by bostic
Keith Bostic [Tue, 6 Mar 1990 04:19:04 +0000 (20:19 -0800)]
date and time created 90/03/05 12:19:04 by bostic

SCCS-vsn: games/phantasia/pathnames.h 5.1

34 years agofix h_errno for ANSI C variable scoping
Keith Bostic [Tue, 6 Mar 1990 03:41:42 +0000 (19:41 -0800)]
fix h_errno for ANSI C variable scoping

SCCS-vsn: usr.sbin/sendmail/src/domain.c 5.20

34 years agofix dflag for ANSI C variable scoping
Keith Bostic [Tue, 6 Mar 1990 03:37:46 +0000 (19:37 -0800)]
fix dflag for ANSI C variable scoping

SCCS-vsn: usr.sbin/mtree/create.c 5.4

34 years agoget rid of Reiser style cpp concatenation
Keith Bostic [Tue, 6 Mar 1990 03:36:43 +0000 (19:36 -0800)]
get rid of Reiser style cpp concatenation

SCCS-vsn: usr.bin/indent/indent.c 5.14
SCCS-vsn: usr.bin/indent/indent_globs.h 5.9
SCCS-vsn: usr.bin/indent/lexi.c 5.14
SCCS-vsn: usr.bin/indent/pr_comment.c 5.10

34 years agofix errno for ANSI C variable scoping
Keith Bostic [Tue, 6 Mar 1990 03:20:00 +0000 (19:20 -0800)]
fix errno for ANSI C variable scoping

SCCS-vsn: bin/cp/cp.c 5.15
SCCS-vsn: usr.bin/nm/nm.c 5.3
SCCS-vsn: sbin/mount/mount.c 5.25
SCCS-vsn: usr.bin/nohup/nohup.c 5.3

34 years agofix errno scoping for ANSI C
Keith Bostic [Tue, 6 Mar 1990 03:13:04 +0000 (19:13 -0800)]
fix errno scoping for ANSI C

SCCS-vsn: bin/mkdir/mkdir.c 5.5

34 years agofix errno for ANSI variable scopign
Keith Bostic [Tue, 6 Mar 1990 03:12:09 +0000 (19:12 -0800)]
fix errno for ANSI variable scopign

SCCS-vsn: bin/chmod/chmod.c 5.9

34 years agofix for ANSI variable scoping
Keith Bostic [Tue, 6 Mar 1990 03:11:30 +0000 (19:11 -0800)]
fix for ANSI variable scoping

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

34 years agoneeds libutil now
Keith Bostic [Tue, 6 Mar 1990 02:39:56 +0000 (18:39 -0800)]
needs libutil now

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

34 years agouse utility routine user_from_uid
Keith Bostic [Tue, 6 Mar 1990 02:39:34 +0000 (18:39 -0800)]
use utility routine user_from_uid

SCCS-vsn: usr.bin/lastcomm/lastcomm.c 5.9

34 years agouse utility routines user_from_uid and group_from_gid
Keith Bostic [Tue, 6 Mar 1990 02:30:39 +0000 (18:30 -0800)]
use utility routines user_from_uid and group_from_gid

SCCS-vsn: bin/ls/print.c 5.18

34 years agodate and time created 90/03/05 10:30:08 by bostic
Keith Bostic [Tue, 6 Mar 1990 02:30:08 +0000 (18:30 -0800)]
date and time created 90/03/05 10:30:08 by bostic

SCCS-vsn: lib/libc/gen/pwcache.3 5.1

34 years agodate and time created 90/03/05 10:29:45 by bostic
Keith Bostic [Tue, 6 Mar 1990 02:29:45 +0000 (18:29 -0800)]
date and time created 90/03/05 10:29:45 by bostic

SCCS-vsn: lib/libc/gen/pwcache.c 5.1

34 years agoupdate from Tom Livingston using new AT&T guide
Keith Bostic [Tue, 6 Mar 1990 00:29:29 +0000 (16:29 -0800)]
update from Tom Livingston using new AT&T guide

SCCS-vsn: share/misc/inter.phone 5.3

34 years agoNever figured out why PCC permitted you to leave the semicolon off of the
Donn Seeley [Sun, 4 Mar 1990 03:40:17 +0000 (19:40 -0800)]
Never figured out why PCC permitted you to leave the semicolon off of the
last member in a struct declaration...

SCCS-vsn: old/dbx/fortran.c 5.6

34 years agoANSI syntax nit.
Donn Seeley [Sun, 4 Mar 1990 03:39:04 +0000 (19:39 -0800)]
ANSI syntax nit.

SCCS-vsn: old/dbx/symbols.c 5.7

34 years agofixing scale of symbol_size revealed logic error
Marc Teitelbaum [Fri, 2 Mar 1990 17:26:08 +0000 (09:26 -0800)]
fixing scale of symbol_size revealed logic error

SCCS-vsn: lib/libc/gen/nlist.c 5.6
SCCS-vsn: lib/libc/mips/gen/nlist.c 5.6

34 years agodate and time created 90/03/01 21:44:24 by marc
Marc Teitelbaum [Fri, 2 Mar 1990 13:44:24 +0000 (05:44 -0800)]
date and time created 90/03/01 21:44:24 by marc

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

34 years agocheckpoint before trashing this version
Marc Teitelbaum [Fri, 2 Mar 1990 09:36:57 +0000 (01:36 -0800)]
checkpoint before trashing this version

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

34 years agodate and time created 90/03/01 17:31:23 by marc
Marc Teitelbaum [Fri, 2 Mar 1990 09:31:23 +0000 (01:31 -0800)]
date and time created 90/03/01 17:31:23 by marc

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

34 years agoneed to adjust length on the fragment, not the head of the packet (from macklem)
Kirk McKusick [Fri, 2 Mar 1990 08:21:06 +0000 (00:21 -0800)]
need to adjust length on the fragment, not the head of the packet (from macklem)

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

34 years agodelete cache entries on invalid replies
Kirk McKusick [Fri, 2 Mar 1990 06:13:08 +0000 (22:13 -0800)]
delete cache entries on invalid replies

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

34 years agoadd validity indication to nfsrv_updatecache
Kirk McKusick [Fri, 2 Mar 1990 06:10:19 +0000 (22:10 -0800)]
add validity indication to nfsrv_updatecache

SCCS-vsn: sys/nfs/nfs_syscalls.c 7.8

34 years agoinvalidate name cache entries when directory is modified;
Kirk McKusick [Fri, 2 Mar 1990 06:00:23 +0000 (22:00 -0800)]
invalidate name cache entries when directory is modified;
kill running processes when file modification is detected at pagein time

SCCS-vsn: sys/nfs/nfs_vnops.c 7.30

34 years agoadd previous create time for name cache consistency
Kirk McKusick [Fri, 2 Mar 1990 05:50:24 +0000 (21:50 -0800)]
add previous create time for name cache consistency

SCCS-vsn: sys/nfs/nfsnode.h 7.8

34 years agohalt and reboot live in sbin now
Keith Sklower [Fri, 2 Mar 1990 04:04:33 +0000 (20:04 -0800)]
halt and reboot live in sbin now

SCCS-vsn: sbin/fastboot/fastboot.sh 5.5
SCCS-vsn: sbin/fastboot/fasthalt.sh 5.3

34 years agoChange how TOS code gets included
Paul Borman [Thu, 1 Mar 1990 23:57:35 +0000 (15:57 -0800)]
Change how TOS code gets included

SCCS-vsn: usr.bin/telnet/commands.c 1.25

34 years agoClean up Makefile so that tn3270 will compile (add -DUSE_TERMIO)
Paul Borman [Thu, 1 Mar 1990 23:03:11 +0000 (15:03 -0800)]
Clean up Makefile so that tn3270 will compile (add -DUSE_TERMIO)

SCCS-vsn: usr.bin/tn3270/telnet/Makefile 4.3

34 years agoClean up the makefile so that tn3270 will compile (add -DUSE_TERMIO)
Paul Borman [Thu, 1 Mar 1990 23:02:34 +0000 (15:02 -0800)]
Clean up the makefile so that tn3270 will compile (add -DUSE_TERMIO)

SCCS-vsn: usr.bin/tn3270/makefile 4.6

34 years agoAdd -DNEED_GETTOS for preliminary TOS support
Paul Borman [Thu, 1 Mar 1990 22:20:26 +0000 (14:20 -0800)]
Add -DNEED_GETTOS for preliminary TOS support

SCCS-vsn: usr.bin/telnet/Makefile 1.18

34 years agoSeveral items:
Paul Borman [Thu, 1 Mar 1990 22:18:51 +0000 (14:18 -0800)]
Several items:
1) Change from TC[GS]ETA* to TIOC[GS]ETA*
2) Use the cc_t typedef from terios.h
3) Add SLC_FORW support
4) Add TOS support
5) Fix the SLC_SUSP support.  The escape
character now uses one of the VEOL characters.

SCCS-vsn: usr.bin/telnet/terminal.c 1.18
SCCS-vsn: usr.bin/telnet/externs.h 1.21
SCCS-vsn: usr.bin/telnet/telnet.c 5.45
SCCS-vsn: usr.bin/telnet/sys_bsd.c 1.24
SCCS-vsn: usr.bin/telnet/commands.c 1.24

34 years agonfs, move timed before most other daemons
Mike Karels [Thu, 1 Mar 1990 08:54:45 +0000 (00:54 -0800)]
nfs, move timed before most other daemons

SCCS-vsn: etc/rc 5.10

34 years agomore reorg; paranoia; accumulated changes
Mike Karels [Thu, 1 Mar 1990 08:51:58 +0000 (00:51 -0800)]
more reorg; paranoia; accumulated changes

SCCS-vsn: etc/daily 5.5

34 years agoMany fixes. 1) Use the cc_t typedef from termios.h
Paul Borman [Thu, 1 Mar 1990 07:36:08 +0000 (23:36 -0800)]
Many fixes.  1) Use the cc_t typedef from termios.h
2) Fix for SYSV VEOF/VMIN overlap
3) Add two missing "break" statements
4) Add SLC_FORW[12] support
5) start of TOS support
6) Make sure things get initialized properly
7) Don't send Urgent mode data, since some clients go into infinate loops...

SCCS-vsn: libexec/telnetd/defs.h 5.4
SCCS-vsn: libexec/telnetd/ext.h 5.4
SCCS-vsn: libexec/telnetd/slc.c 5.2
SCCS-vsn: libexec/telnetd/state.c 5.5
SCCS-vsn: libexec/telnetd/sys_term.c 5.5
SCCS-vsn: libexec/telnetd/telnetd.c 5.42
SCCS-vsn: libexec/telnetd/termstat.c 5.4
SCCS-vsn: libexec/telnetd/Makefile 5.7

34 years agofix bug preventing sending of user-confirm-data
Keith Sklower [Wed, 28 Feb 1990 05:29:17 +0000 (21:29 -0800)]
fix bug preventing sending of user-confirm-data

SCCS-vsn: sys/netiso/tp_output.c 7.5

34 years agoparity=none should mean that; don't clear my bits!
Mike Karels [Wed, 28 Feb 1990 00:33:48 +0000 (16:33 -0800)]
parity=none should mean that; don't clear my bits!

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

34 years agoDon't use the position table until it's initialized.
Donn Seeley [Tue, 27 Feb 1990 16:40:28 +0000 (08:40 -0800)]
Don't use the position table until it's initialized.

SCCS-vsn: usr.bin/more/main.c 5.12

34 years agoPurest laziness.
Donn Seeley [Tue, 27 Feb 1990 16:39:57 +0000 (08:39 -0800)]
Purest laziness.

SCCS-vsn: usr.bin/more/position.c 5.6

34 years agoadd CCI credit
Mike Karels [Tue, 27 Feb 1990 14:10:36 +0000 (06:10 -0800)]
add CCI credit

SCCS-vsn: sys/tahoe/vba/vdreg.h 7.5

34 years agoadd CCI credit, defn for silo overflow error
Mike Karels [Tue, 27 Feb 1990 14:10:07 +0000 (06:10 -0800)]
add CCI credit, defn for silo overflow error

SCCS-vsn: sys/tahoe/vba/vxreg.h 7.3

34 years agoSupport screens of more than 100 lines. This fix stops the problem of
Donn Seeley [Tue, 27 Feb 1990 13:30:05 +0000 (05:30 -0800)]
Support screens of more than 100 lines.  This fix stops the problem of
more exiting after the first screen when the screen in 101 lines or longer.

SCCS-vsn: usr.bin/more/position.c 5.5

34 years ago(1) Remove redundant reference to dir.h. (2) Change u.u_comm
Donn Seeley [Mon, 26 Feb 1990 14:53:28 +0000 (06:53 -0800)]
(1) Remove redundant reference to dir.h.  (2) Change u.u_comm
reference to mproc->p_comm.

SCCS-vsn: usr.bin/systat/fetch.c 5.2

34 years agoRemove redundant reference to dir.h.
Donn Seeley [Mon, 26 Feb 1990 14:51:58 +0000 (06:51 -0800)]
Remove redundant reference to dir.h.

SCCS-vsn: usr.bin/systat/swap.c 5.7

34 years agoFix a type clash bug that gcc complains about.
Donn Seeley [Mon, 26 Feb 1990 14:09:24 +0000 (06:09 -0800)]
Fix a type clash bug that gcc complains about.

SCCS-vsn: usr.bin/f77/pass1.tahoe/init.c 5.3

34 years agoPull in a fix from f77.vax to solve a syntax problem encountered by
Donn Seeley [Mon, 26 Feb 1990 14:08:38 +0000 (06:08 -0800)]
Pull in a fix from f77.vax to solve a syntax problem encountered by
gcc.  This is somewhat similar to trying to fill the Pacific Ocean by
tossing pebbles into it...

SCCS-vsn: usr.bin/f77/pass1.tahoe/expr.c 1.2

34 years agodate and time created 90/02/25 21:55:31 by donn
Donn Seeley [Mon, 26 Feb 1990 13:55:31 +0000 (05:55 -0800)]
date and time created 90/02/25 21:55:31 by donn

SCCS-vsn: usr.bin/f77/pass1.tahoe/expr.c 1.1

34 years agoMake 'fortran float sin(), cos();' work with gcc by replacing it with
Donn Seeley [Mon, 26 Feb 1990 11:52:56 +0000 (03:52 -0800)]
Make 'fortran float sin(), cos();' work with gcc by replacing it with
asm() statements.  Not sure why I bothered...

SCCS-vsn: usr.bin/f77/libF77/r_tan.c 5.4

34 years agoFor GCC's (and ANSI's) sake, don't name a formal parameter after a typedef.
Donn Seeley [Mon, 26 Feb 1990 11:15:51 +0000 (03:15 -0800)]
For GCC's (and ANSI's) sake, don't name a formal parameter after a typedef.

SCCS-vsn: usr.bin/f77/libI77/close.c 5.3
SCCS-vsn: usr.bin/f77/libI77/dolio.c 5.3
SCCS-vsn: usr.bin/f77/libI77/due.c 5.2
SCCS-vsn: usr.bin/f77/libI77/sue.c 5.2
SCCS-vsn: usr.bin/f77/libI77/c_sfe.c 5.3
SCCS-vsn: usr.bin/f77/libI77/c_dfe.c 5.3

34 years agoDon't use '-f' on a system where the C compiler doesn't do automatic
Donn Seeley [Mon, 26 Feb 1990 10:57:31 +0000 (02:57 -0800)]
Don't use '-f' on a system where the C compiler doesn't do automatic
float to double promotion in expressions.

SCCS-vsn: usr.bin/f77/libF77/Usef.c 1.4

34 years agodon't use 'cc -f' with compilers that don't do automatic double to
Donn Seeley [Mon, 26 Feb 1990 10:55:59 +0000 (02:55 -0800)]
don't use 'cc -f' with compilers that don't do automatic double to
float promotion.

SCCS-vsn: usr.bin/f77/libF77/Usef.c 1.4

34 years agohave to protect count increment with splbio to protect against biodone
Kirk McKusick [Mon, 26 Feb 1990 04:54:12 +0000 (20:54 -0800)]
have to protect count increment with splbio to protect against biodone

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

34 years agomove enpcode to /etc; it's the only thing using /libdata
Keith Bostic [Sun, 25 Feb 1990 14:07:56 +0000 (06:07 -0800)]
move enpcode to /etc; it's the only thing using /libdata

SCCS-vsn: old/enpload/Makefile 5.5

34 years agorestore user/host in banner, suppress wall banner
Mike Karels [Sun, 25 Feb 1990 11:52:01 +0000 (03:52 -0800)]
restore user/host in banner, suppress wall banner

SCCS-vsn: sbin/shutdown/shutdown.c 5.13

34 years agoadd -n for shutdown
Mike Karels [Sun, 25 Feb 1990 11:50:57 +0000 (03:50 -0800)]
add -n for shutdown

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

34 years agoignore EIO on write
Mike Karels [Sun, 25 Feb 1990 09:31:25 +0000 (01:31 -0800)]
ignore EIO on write

SCCS-vsn: usr.bin/wall/ttymsg.c 5.4

34 years agoremove newline from error msg (callers both add it);
Mike Karels [Sun, 25 Feb 1990 06:28:22 +0000 (22:28 -0800)]
remove newline from error msg (callers both add it);
EPERM => EACCES on open

SCCS-vsn: usr.bin/wall/ttymsg.c 5.3

34 years agono longer need to munhash, handled by xuntext instead
Kirk McKusick [Sat, 24 Feb 1990 09:03:47 +0000 (01:03 -0800)]
no longer need to munhash, handled by xuntext instead

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

34 years agocheck for modified text file and take appropriate action
Kirk McKusick [Sat, 24 Feb 1990 09:00:48 +0000 (01:00 -0800)]
check for modified text file and take appropriate action

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

34 years agomv ISSIG from param.h and rename to CURSIG (now returns signal num)
Mike Karels [Sat, 24 Feb 1990 06:51:44 +0000 (22:51 -0800)]
mv ISSIG from param.h and rename to CURSIG (now returns signal num)

SCCS-vsn: sys/sys/signal.h 7.7

34 years agodon't core dump on filenames larger than the terminal window
Keith Bostic [Sat, 24 Feb 1990 06:50:22 +0000 (22:50 -0800)]
don't core dump on filenames larger than the terminal window

SCCS-vsn: bin/ls/print.c 5.17

34 years agoI see no pointer here
Mike Karels [Sat, 24 Feb 1990 05:50:06 +0000 (21:50 -0800)]
I see no pointer here

SCCS-vsn: sys/tahoe/vba/vbavar.h 7.4

34 years agoremove KERNTEXTOFF (comes from machparam.h)
Marc Teitelbaum [Sat, 24 Feb 1990 03:18:10 +0000 (19:18 -0800)]
remove KERNTEXTOFF (comes from machparam.h)

SCCS-vsn: old/adb/adb.vax/machdep.h 5.2
SCCS-vsn: old/adb/adb.tahoe/machdep.h 5.2

34 years agoinclude machparam.h to get KERNTEXTOFF
Marc Teitelbaum [Sat, 24 Feb 1990 03:16:33 +0000 (19:16 -0800)]
include machparam.h to get KERNTEXTOFF

SCCS-vsn: old/adb/common_source/setup.c 5.2

34 years agoadd KERNTEXTOFF
Marc Teitelbaum [Sat, 24 Feb 1990 03:06:06 +0000 (19:06 -0800)]
add KERNTEXTOFF

SCCS-vsn: sys/vax/include/param.h 7.14
SCCS-vsn: sys/tahoe/include/param.h 7.4

34 years agoclean up
Marc Teitelbaum [Sat, 24 Feb 1990 01:58:14 +0000 (17:58 -0800)]
clean up

SCCS-vsn: bin/stty/stty.c 5.10

34 years agomove ISSIG to signal.h (and rename to CURSIG);
Mike Karels [Fri, 23 Feb 1990 12:26:24 +0000 (04:26 -0800)]
move ISSIG to signal.h (and rename to CURSIG);
move filesys stuff together under existing heading;
use inline min/max instead of macros; delete DEV_BSIZE/BLKDEV_IOSIZE
comments (constants aren't here, and comments are wrong)

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

34 years agou_comm moved to proc
Marc Teitelbaum [Fri, 23 Feb 1990 08:20:26 +0000 (00:20 -0800)]
u_comm moved to proc

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

34 years agoI think it's posix now!
Mike Karels [Fri, 23 Feb 1990 07:57:33 +0000 (23:57 -0800)]
I think it's posix now!

SCCS-vsn: sys/sys/wait.h 7.8

34 years agocheckpoint before removing extra estimation pass
Marc Teitelbaum [Fri, 23 Feb 1990 07:33:30 +0000 (23:33 -0800)]
checkpoint before removing extra estimation pass

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

34 years agosymbol_size units are bytes, not struct nlists
Marc Teitelbaum [Fri, 23 Feb 1990 06:37:34 +0000 (22:37 -0800)]
symbol_size units are bytes, not struct nlists

SCCS-vsn: lib/libc/gen/nlist.c 5.5
SCCS-vsn: lib/libc/mips/gen/nlist.c 5.5

34 years agop not set on long /etc/ttys lines, causing premature loop termination
Keith Bostic [Fri, 23 Feb 1990 05:06:03 +0000 (21:06 -0800)]
p not set on long /etc/ttys lines, causing premature loop termination

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

34 years agotypo.
Keith Bostic [Fri, 23 Feb 1990 04:59:47 +0000 (20:59 -0800)]
typo.

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

34 years agono assignment to the pointer was made after the realloc; rework so
Keith Bostic [Fri, 23 Feb 1990 04:34:06 +0000 (20:34 -0800)]
no assignment to the pointer was made after the realloc; rework so
that no allocation is done for empty directories

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

34 years agofrom lbl (van/leres): user headers, etc
Mike Karels [Thu, 22 Feb 1990 12:24:01 +0000 (04:24 -0800)]
from lbl (van/leres): user headers, etc

SCCS-vsn: local/transcript/src/enscript.c 1.3

34 years agofix bugs in hashing functions (4.3BSD-tahoe/pgrm/4)
Kirk McKusick [Thu, 22 Feb 1990 09:53:53 +0000 (01:53 -0800)]
fix bugs in hashing functions (4.3BSD-tahoe/pgrm/4)

SCCS-vsn: old/pcc/lint/lpass2/lpass2.c 1.11

34 years agoraise the static sizes for X11
Kirk McKusick [Thu, 22 Feb 1990 09:42:29 +0000 (01:42 -0800)]
raise the static sizes for X11

SCCS-vsn: old/pcc/mip/config.h 4.4

34 years agonot any space, just tabs; people used " 2/1" because it formatted
Keith Bostic [Thu, 22 Feb 1990 06:15:17 +0000 (22:15 -0800)]
not any space, just tabs; people used " 2/1" because it formatted
with "10/1" so it broke things

SCCS-vsn: usr.bin/calendar/calendar.1 6.6
SCCS-vsn: usr.bin/calendar/calendar.c 4.8

34 years agorearrange the includes to be reasonable (utmp.h needs types.h)
Keith Bostic [Thu, 22 Feb 1990 05:44:41 +0000 (21:44 -0800)]
rearrange the includes to be reasonable (utmp.h needs types.h)

SCCS-vsn: lib/libcompat/4.3/ruserpass.c 5.6

34 years agominor manual page corrections; rip out rlsearch() and wlsearch().
Keith Bostic [Thu, 22 Feb 1990 04:58:57 +0000 (20:58 -0800)]
minor manual page corrections; rip out rlsearch() and wlsearch().

SCCS-vsn: lib/libcompat/4.3/lsearch.3 5.2
SCCS-vsn: lib/libcompat/4.3/lsearch.c 5.2

34 years agonever installed setuid, so don't need to reset the uid
Keith Bostic [Thu, 22 Feb 1990 04:51:01 +0000 (20:51 -0800)]
never installed setuid, so don't need to reset the uid

SCCS-vsn: usr.sbin/chroot/chroot.c 5.6

34 years agosignal fixes, gcc/lint fixes, require directory reading subroutines
Keith Bostic [Thu, 22 Feb 1990 02:58:25 +0000 (18:58 -0800)]
signal fixes, gcc/lint fixes, require directory reading subroutines

SCCS-vsn: usr.bin/learn/learn/mysys.c 4.7
SCCS-vsn: usr.bin/learn/learn/selsub.c 4.7
SCCS-vsn: usr.bin/learn/learn/start.c 4.6

34 years agogcc/lint fixes
Keith Bostic [Thu, 22 Feb 1990 02:51:35 +0000 (18:51 -0800)]
gcc/lint fixes

SCCS-vsn: usr.bin/ftp/ftp.c 5.32

34 years agonew yacc has different yyfix command
Keith Bostic [Thu, 22 Feb 1990 02:21:25 +0000 (18:21 -0800)]
new yacc has different yyfix command

SCCS-vsn: old/pcc/lint/Makefile 1.28

34 years agogcc fix; keyword "static" unnecessary
Keith Bostic [Thu, 22 Feb 1990 02:17:05 +0000 (18:17 -0800)]
gcc fix; keyword "static" unnecessary

SCCS-vsn: games/monop/trade.c 5.4

34 years agochange to fold CR-NL into a single NL
Keith Bostic [Thu, 22 Feb 1990 00:34:41 +0000 (16:34 -0800)]
change to fold CR-NL into a single NL

SCCS-vsn: usr.bin/finger/net.c 5.4

34 years agospec_select gets the file flags
Kirk McKusick [Wed, 21 Feb 1990 16:09:12 +0000 (08:09 -0800)]
spec_select gets the file flags

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

34 years agodead_select gets the file flags
Kirk McKusick [Wed, 21 Feb 1990 16:08:46 +0000 (08:08 -0800)]
dead_select gets the file flags

SCCS-vsn: sys/miscfs/deadfs/dead_vnops.c 7.9

34 years agoVOP_SELECT needs file flags
Kirk McKusick [Wed, 21 Feb 1990 16:08:16 +0000 (08:08 -0800)]
VOP_SELECT needs file flags

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

34 years agoVOP_SELECT needs the file flags
Kirk McKusick [Wed, 21 Feb 1990 16:07:47 +0000 (08:07 -0800)]
VOP_SELECT needs the file flags

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

34 years agoraise limit on maxoff
Kirk McKusick [Wed, 21 Feb 1990 14:18:41 +0000 (06:18 -0800)]
raise limit on maxoff

SCCS-vsn: sys/deprecated/kdb/defs.h 7.9

34 years agoallocate a null string so that free will not bomb out (4.3BSD/etc/165)
Kirk McKusick [Wed, 21 Feb 1990 13:32:55 +0000 (05:32 -0800)]
allocate a null string so that free will not bomb out (4.3BSD/etc/165)

SCCS-vsn: libexec/ftpd/ftpcmd.y 5.22

34 years agohave to put back the checkuser subroutine
Kirk McKusick [Wed, 21 Feb 1990 13:26:41 +0000 (05:26 -0800)]
have to put back the checkuser subroutine

SCCS-vsn: libexec/ftpd/ftpd.c 5.32