unix-history/.git
33 years ago__hp300__ is defined if -ansi is specified, not hp300
Keith Bostic [Sun, 9 Jun 1991 07:27:21 +0000 (23:27 -0800)]
__hp300__ is defined if -ansi is specified, not hp300

SCCS-vsn: include/setjmp.h 5.5

33 years agoinclude file pass, csh.h no longer include every .h in the system
Keith Bostic [Sun, 9 Jun 1991 03:20:40 +0000 (19:20 -0800)]
include file pass, csh.h no longer include every .h in the system
rename sigmast_t to sigset_t to match signal.h; minor pointer cleanups

SCCS-vsn: bin/csh/Makefile 5.22
SCCS-vsn: bin/csh/csh.c 5.25
SCCS-vsn: bin/csh/csh.h 5.15
SCCS-vsn: bin/csh/dir.c 5.9
SCCS-vsn: bin/csh/dol.c 5.12
SCCS-vsn: bin/csh/err.c 5.9
SCCS-vsn: bin/csh/exec.c 5.15
SCCS-vsn: bin/csh/exp.c 5.10
SCCS-vsn: bin/csh/file.c 5.16
SCCS-vsn: bin/csh/func.c 5.18
SCCS-vsn: bin/csh/glob.c 5.18
SCCS-vsn: bin/csh/hist.c 5.8
SCCS-vsn: bin/csh/lex.c 5.15
SCCS-vsn: bin/csh/misc.c 5.11
SCCS-vsn: bin/csh/parse.c 5.10
SCCS-vsn: bin/csh/pathnames.h 5.6
SCCS-vsn: bin/csh/proc.c 5.19
SCCS-vsn: bin/csh/sem.c 5.15
SCCS-vsn: bin/csh/set.c 5.10
SCCS-vsn: bin/csh/time.c 5.13

33 years agotsearch declaration fix
Christos Zoulas [Sat, 8 Jun 1991 18:57:12 +0000 (10:57 -0800)]
tsearch declaration fix

SCCS-vsn: bin/csh/file.c 5.15

33 years agoprototype typo fixes
Christos Zoulas [Sat, 8 Jun 1991 12:05:51 +0000 (04:05 -0800)]
prototype typo fixes

SCCS-vsn: bin/csh/set.c 5.9
SCCS-vsn: bin/csh/time.c 5.12

33 years agoFixed sortscmp from glob.c
Christos Zoulas [Sat, 8 Jun 1991 11:58:23 +0000 (03:58 -0800)]
Fixed sortscmp from glob.c

SCCS-vsn: bin/csh/extern.h 5.3

33 years agostatic function prototypes
Christos Zoulas [Sat, 8 Jun 1991 11:57:43 +0000 (03:57 -0800)]
static function prototypes

SCCS-vsn: bin/csh/csh.c 5.24
SCCS-vsn: bin/csh/csh.h 5.14
SCCS-vsn: bin/csh/dir.c 5.8
SCCS-vsn: bin/csh/dol.c 5.11
SCCS-vsn: bin/csh/err.c 5.8
SCCS-vsn: bin/csh/exec.c 5.14
SCCS-vsn: bin/csh/exp.c 5.9
SCCS-vsn: bin/csh/file.c 5.14
SCCS-vsn: bin/csh/func.c 5.17
SCCS-vsn: bin/csh/glob.c 5.17
SCCS-vsn: bin/csh/hist.c 5.7
SCCS-vsn: bin/csh/init.c 5.10
SCCS-vsn: bin/csh/lex.c 5.14
SCCS-vsn: bin/csh/misc.c 5.10
SCCS-vsn: bin/csh/parse.c 5.9
SCCS-vsn: bin/csh/proc.c 5.18
SCCS-vsn: bin/csh/sem.c 5.14
SCCS-vsn: bin/csh/set.c 5.8
SCCS-vsn: bin/csh/time.c 5.11

33 years agorename all the files (they weren't going to diff anyway)
Keith Bostic [Sat, 8 Jun 1991 02:13:48 +0000 (18:13 -0800)]
rename all the files (they weren't going to diff anyway)
add function prototypes for extern functions, decls.h -> extern.h
delete btell function, VFORK #define, lots of other minor cleanups

SCCS-vsn: bin/csh/Makefile 5.21
SCCS-vsn: bin/csh/char.c 5.6
SCCS-vsn: bin/csh/csh.1 6.17
SCCS-vsn: bin/csh/csh.c 5.23
SCCS-vsn: bin/csh/csh.h 5.13
SCCS-vsn: bin/csh/dir.c 5.7
SCCS-vsn: bin/csh/dol.c 5.10
SCCS-vsn: bin/csh/err.c 5.7
SCCS-vsn: bin/csh/exec.c 5.13
SCCS-vsn: bin/csh/exp.c 5.8
SCCS-vsn: bin/csh/extern.h 5.2
SCCS-vsn: bin/csh/file.c 5.13
SCCS-vsn: bin/csh/func.c 5.16
SCCS-vsn: bin/csh/glob.c 5.16
SCCS-vsn: bin/csh/hist.c 5.6
SCCS-vsn: bin/csh/init.c 5.9
SCCS-vsn: bin/csh/lex.c 5.13
SCCS-vsn: bin/csh/misc.c 5.9
SCCS-vsn: bin/csh/parse.c 5.8
SCCS-vsn: bin/csh/proc.c 5.17
SCCS-vsn: bin/csh/sem.c 5.13
SCCS-vsn: bin/csh/set.c 5.7
SCCS-vsn: bin/csh/alloc.c 5.7
SCCS-vsn: bin/csh/const.c 5.2
SCCS-vsn: bin/csh/str.c 5.2
SCCS-vsn: bin/csh/time.c 5.10

33 years agoconsistency with tty.c about value for "no pgrp"
Mike Karels [Sat, 8 Jun 1991 00:36:59 +0000 (16:36 -0800)]
consistency with tty.c about value for "no pgrp"

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

33 years agocan't use NULL terminator any more
Keith Bostic [Fri, 7 Jun 1991 23:32:09 +0000 (15:32 -0800)]
can't use NULL terminator any more

SCCS-vsn: bin/stty/gfmt.c 5.3

33 years agothis version now supports IP over X.25; changes include setting
Keith Sklower [Fri, 7 Jun 1991 10:39:39 +0000 (02:39 -0800)]
this version now supports IP over X.25; changes include setting
the X25_MBS_HOLD  flag and preserving flags through incoming call cloning and aassociation

SCCS-vsn: sys/netccitt/if_x25subr.c 7.13
SCCS-vsn: sys/netccitt/pk_subr.c 7.16
SCCS-vsn: sys/netccitt/pk_input.c 7.13

33 years agominor cleanups, no fixes
Keith Bostic [Fri, 7 Jun 1991 10:35:37 +0000 (02:35 -0800)]
minor cleanups, no fixes

SCCS-vsn: usr.sbin/update/update.c 5.1

33 years agono reason to keep file/directories open anymore
Keith Bostic [Fri, 7 Jun 1991 10:30:00 +0000 (02:30 -0800)]
no reason to keep file/directories open anymore

SCCS-vsn: usr.sbin/update/update.c 4.8

33 years agoBostic's cleanup
Steve Sellgren [Fri, 7 Jun 1991 07:06:22 +0000 (23:06 -0800)]
Bostic's cleanup

SCCS-vsn: games/larn/fortune.c 5.4

33 years agoadd -M, -N for consistency with other stat programs
Keith Bostic [Fri, 7 Jun 1991 01:22:18 +0000 (17:22 -0800)]
add -M, -N for consistency with other stat programs
CMU/Mach fix; add exit(0) at end of main()

SCCS-vsn: usr.sbin/kgmon/kgmon.c 5.11

33 years agoadd -M, -N for consistency with other stat programs
Keith Bostic [Fri, 7 Jun 1991 01:19:25 +0000 (17:19 -0800)]
add -M, -N for consistency with other stat programs

SCCS-vsn: usr.sbin/kgmon/kgmon.8 6.5

33 years agoCMU/Mach fix; don't use magic numbers in open call
Keith Bostic [Fri, 7 Jun 1991 00:58:02 +0000 (16:58 -0800)]
CMU/Mach fix; don't use magic numbers in open call

SCCS-vsn: usr.bin/mt/mt.c 5.6

33 years agofirst cut at a real man page, convert to new-style macros
Keith Bostic [Thu, 6 Jun 1991 08:56:26 +0000 (00:56 -0800)]
first cut at a real man page, convert to new-style macros

SCCS-vsn: lib/libc/sys/mmap.2 6.2

33 years agoRemoved -DTELL and -DPOSIXJOBS
Christos Zoulas [Thu, 6 Jun 1991 07:34:59 +0000 (23:34 -0800)]
Removed -DTELL and -DPOSIXJOBS

SCCS-vsn: bin/csh/Makefile 5.20

33 years agoRemoved -DTELL V6 compatibility flag
Christos Zoulas [Thu, 6 Jun 1991 07:33:21 +0000 (23:33 -0800)]
Removed -DTELL V6 compatibility flag

SCCS-vsn: bin/csh/lex.c 5.12
SCCS-vsn: bin/csh/csh.c 5.22
SCCS-vsn: bin/csh/csh.h 5.12
SCCS-vsn: bin/csh/misc.c 5.8

33 years agodistribute the rest of the main loop into the modes and cchars modules
Keith Bostic [Thu, 6 Jun 1991 06:22:22 +0000 (22:22 -0800)]
distribute the rest of the main loop into the modes and cchars modules
bsearch the cchars arrays, minor cleanups

SCCS-vsn: bin/stty/cchar.c 5.3
SCCS-vsn: bin/stty/extern.h 5.3
SCCS-vsn: bin/stty/key.c 5.2
SCCS-vsn: bin/stty/modes.c 5.3
SCCS-vsn: bin/stty/print.c 5.3
SCCS-vsn: bin/stty/stty.c 5.28

33 years agoI liked the savecore echo (it explained the delay and funny messages);
Mike Karels [Thu, 6 Jun 1991 00:43:25 +0000 (16:43 -0800)]
I liked the savecore echo (it explained the delay and funny messages);
start inetd last; enable ^T for debugging hangs.

SCCS-vsn: etc/rc 5.27

33 years agobreak out rest of keywords into function table that can be bsearch'd
Keith Bostic [Wed, 5 Jun 1991 23:04:36 +0000 (15:04 -0800)]
break out rest of keywords into function table that can be bsearch'd
date and time created 91/06/05 08:04:36 by bostic

SCCS-vsn: bin/stty/key.c 5.1

33 years agobreak out rest of keywords into function table that can be bsearch'd
Keith Bostic [Wed, 5 Jun 1991 23:04:21 +0000 (15:04 -0800)]
break out rest of keywords into function table that can be bsearch'd

SCCS-vsn: bin/stty/Makefile 5.4
SCCS-vsn: bin/stty/extern.h 5.2
SCCS-vsn: bin/stty/stty.c 5.27
SCCS-vsn: bin/stty/stty.h 5.2

33 years agoadd new VM statistics, to be merged later; always separate the columns!
Mike Karels [Wed, 5 Jun 1991 13:39:27 +0000 (05:39 -0800)]
add new VM statistics, to be merged later; always separate the columns!

SCCS-vsn: usr.bin/vmstat/vmstat.c 5.29

33 years agospeed up sync of filesystems with no quotas; skip locked inodes
Kirk McKusick [Wed, 5 Jun 1991 13:21:49 +0000 (05:21 -0800)]
speed up sync of filesystems with no quotas; skip locked inodes

SCCS-vsn: sys/ufs/ffs/ufs_quota.c 7.10
SCCS-vsn: sys/ufs/ufs/ufs_quota.c 7.10

33 years agomake compile under nwe VM system, add memory totals, little cleanups
Mike Karels [Wed, 5 Jun 1991 11:36:15 +0000 (03:36 -0800)]
make compile under nwe VM system, add memory totals, little cleanups

SCCS-vsn: usr.bin/vmstat/vmstat.c 5.28

33 years agofix hp300 bugs
Mike Karels [Wed, 5 Jun 1991 11:35:15 +0000 (03:35 -0800)]
fix hp300 bugs

SCCS-vsn: usr.bin/vmstat/names.c 5.2

33 years agostty.h includes ioctl.h and termios.h; extern.h defines mode/char arrays
Keith Bostic [Wed, 5 Jun 1991 08:42:47 +0000 (00:42 -0800)]
stty.h includes ioctl.h and termios.h; extern.h defines mode/char arrays

SCCS-vsn: bin/stty/cchar.c 5.2
SCCS-vsn: bin/stty/gfmt.c 5.2
SCCS-vsn: bin/stty/modes.c 5.2
SCCS-vsn: bin/stty/print.c 5.2
SCCS-vsn: bin/stty/util.c 5.2

33 years agoremove brain damaged "storage" of dungeon levels
Steve Sellgren [Wed, 5 Jun 1991 07:58:52 +0000 (23:58 -0800)]
remove brain damaged "storage" of dungeon levels

SCCS-vsn: games/larn/savelev.c 5.2

33 years agodate and time created 91/06/04 16:56:10 by christos
Christos Zoulas [Wed, 5 Jun 1991 07:56:10 +0000 (23:56 -0800)]
date and time created 91/06/04 16:56:10 by christos

SCCS-vsn: bin/csh/extern.h 5.1

33 years agodate and time created 91/06/04 16:55:42 by christos
Christos Zoulas [Wed, 5 Jun 1991 07:55:42 +0000 (23:55 -0800)]
date and time created 91/06/04 16:55:42 by christos

SCCS-vsn: bin/csh/const.c 5.1

33 years agodate and time created 91/06/04 16:53:29 by christos
Christos Zoulas [Wed, 5 Jun 1991 07:53:29 +0000 (23:53 -0800)]
date and time created 91/06/04 16:53:29 by christos

SCCS-vsn: bin/csh/str.c 5.1

33 years ago.PATH ps for devname
Marc Teitelbaum [Wed, 5 Jun 1991 07:53:01 +0000 (23:53 -0800)]
.PATH ps for devname

SCCS-vsn: usr.bin/systat/Makefile 5.10

33 years agoadd stub for hp300
Marc Teitelbaum [Wed, 5 Jun 1991 07:52:18 +0000 (23:52 -0800)]
add stub for hp300

SCCS-vsn: usr.bin/systat/disks.c 5.9

33 years agolookup device name using devname()
Marc Teitelbaum [Wed, 5 Jun 1991 07:51:25 +0000 (23:51 -0800)]
lookup device name using devname()

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

33 years agoANSI function pointers are fun!
Keith Bostic [Wed, 5 Jun 1991 07:49:25 +0000 (23:49 -0800)]
ANSI function pointers are fun!

SCCS-vsn: usr.bin/find/option.c 5.8

33 years agoKNF
Mike Karels [Wed, 5 Jun 1991 04:56:15 +0000 (20:56 -0800)]
KNF

SCCS-vsn: lib/libc/stdlib/setenv.c 5.6

33 years agodon't do a tcsetattr/window ioctl unless asked to
Keith Bostic [Wed, 5 Jun 1991 04:52:54 +0000 (20:52 -0800)]
don't do a tcsetattr/window ioctl unless asked to

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

33 years agonew version from Christos -- 8-bit clean, lots of bug fixes
Keith Bostic [Wed, 5 Jun 1991 04:32:04 +0000 (20:32 -0800)]
new version from Christos -- 8-bit clean, lots of bug fixes
massive changes, including a pass of indent.

SCCS-vsn: bin/csh/Makefile 5.19
SCCS-vsn: bin/csh/csh.c 5.21
SCCS-vsn: bin/csh/char.c 5.5
SCCS-vsn: bin/csh/char.h 5.6
SCCS-vsn: bin/csh/dir.c 5.6
SCCS-vsn: bin/csh/dir.h 5.4
SCCS-vsn: bin/csh/dol.c 5.9
SCCS-vsn: bin/csh/err.c 5.6
SCCS-vsn: bin/csh/exec.c 5.12
SCCS-vsn: bin/csh/exp.c 5.7
SCCS-vsn: bin/csh/file.c 5.12
SCCS-vsn: bin/csh/func.c 5.15
SCCS-vsn: bin/csh/glob.c 5.15
SCCS-vsn: bin/csh/csh.h 5.11
SCCS-vsn: bin/csh/hist.c 5.5
SCCS-vsn: bin/csh/init.c 5.8
SCCS-vsn: bin/csh/lex.c 5.11
SCCS-vsn: bin/csh/misc.c 5.7
SCCS-vsn: bin/csh/parse.c 5.7
SCCS-vsn: bin/csh/proc.c 5.16
SCCS-vsn: bin/csh/proc.h 5.4
SCCS-vsn: bin/csh/sem.c 5.12
SCCS-vsn: bin/csh/set.c 5.6
SCCS-vsn: bin/csh/time.c 5.9
SCCS-vsn: bin/csh/alloc.c 5.6

33 years agouser programs need include of sys/{fcntl,unistd}.h
Keith Bostic [Wed, 5 Jun 1991 04:25:27 +0000 (20:25 -0800)]
user programs need include of sys/{fcntl,unistd}.h
minor prototype format cleanup

SCCS-vsn: sys/sys/file.h 7.10

33 years agoadd heapsort
Keith Bostic [Wed, 5 Jun 1991 01:39:28 +0000 (17:39 -0800)]
add heapsort

SCCS-vsn: lib/libc/stdlib/qsort.3 6.6

33 years agodate and time created 91/06/04 10:17:06 by bostic
Keith Bostic [Wed, 5 Jun 1991 01:17:06 +0000 (17:17 -0800)]
date and time created 91/06/04 10:17:06 by bostic

SCCS-vsn: lib/libc/stdlib/heapsort.c 5.1

33 years agoadd heapsort
Keith Bostic [Wed, 5 Jun 1991 01:15:58 +0000 (17:15 -0800)]
add heapsort

SCCS-vsn: lib/libc/stdlib/Makefile.inc 5.6
SCCS-vsn: include/stdlib.h 5.13

33 years agoEOF means quit (discard server)
Mike Karels [Tue, 4 Jun 1991 12:25:07 +0000 (04:25 -0800)]
EOF means quit (discard server)

SCCS-vsn: usr.sbin/inetd/inetd.c 5.30

33 years agocheck ufs lock count on exit from syscalls
Kirk McKusick [Tue, 4 Jun 1991 11:41:30 +0000 (03:41 -0800)]
check ufs lock count on exit from syscalls

SCCS-vsn: sys/ufs/ffs/ffs_inode.c 7.40.1.1
SCCS-vsn: sys/ufs/ffs/ufs_inode.c 7.40.1.1
SCCS-vsn: sys/ufs/lfs/lfs_inode.c 7.40.1.1
SCCS-vsn: sys/ufs/ufs/ufs_inode.c 7.40.1.1

33 years agomust unlock vnode after vn_open
Kirk McKusick [Tue, 4 Jun 1991 11:39:29 +0000 (03:39 -0800)]
must unlock vnode after vn_open

SCCS-vsn: sys/ufs/ffs/ufs_quota.c 7.9
SCCS-vsn: sys/ufs/ufs/ufs_quota.c 7.9

33 years agofile table is no longer statically allocated
Kirk McKusick [Tue, 4 Jun 1991 11:38:11 +0000 (03:38 -0800)]
file table is no longer statically allocated

SCCS-vsn: sys/hp300/hp300/machdep.c 7.16
SCCS-vsn: sys/i386/i386/machdep.c 7.4

33 years agofile structures are now dynamically allocated and linked together on a list
Kirk McKusick [Tue, 4 Jun 1991 11:36:13 +0000 (03:36 -0800)]
file structures are now dynamically allocated and linked together on a list
call ffree to free file structures

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

33 years agocall ffree to free file structures
Kirk McKusick [Tue, 4 Jun 1991 11:29:06 +0000 (03:29 -0800)]
call ffree to free file structures

SCCS-vsn: sys/kern/uipc_syscalls.c 7.24
SCCS-vsn: sys/kern/vfs_syscalls.c 7.73

33 years agofile structures are now dynamically allocated and linked together on a list
Kirk McKusick [Tue, 4 Jun 1991 11:25:39 +0000 (03:25 -0800)]
file structures are now dynamically allocated and linked together on a list

SCCS-vsn: sys/kern/uipc_usrreq.c 7.26
SCCS-vsn: sys/kern/kern_exec.c 7.46

33 years agochange to be dynamically allocated
Kirk McKusick [Tue, 4 Jun 1991 11:24:12 +0000 (03:24 -0800)]
change to be dynamically allocated

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

33 years agonfile => maxfiles (and default is doubled)
Kirk McKusick [Tue, 4 Jun 1991 10:40:38 +0000 (02:40 -0800)]
nfile => maxfiles (and default is doubled)

SCCS-vsn: sys/conf/param.c 7.19

33 years agoadd sys_nerr, sys_errlist global variables to perror declaration
Keith Bostic [Tue, 4 Jun 1991 08:44:47 +0000 (00:44 -0800)]
add sys_nerr, sys_errlist global variables to perror declaration

SCCS-vsn: include/stdio.h 5.17

33 years agofix error message on -f open failure; don't mistake -echo for -e
Keith Bostic [Tue, 4 Jun 1991 08:43:31 +0000 (00:43 -0800)]
fix error message on -f open failure; don't mistake -echo for -e

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

33 years agotighten up linked list management
Kirk McKusick [Tue, 4 Jun 1991 08:41:03 +0000 (00:41 -0800)]
tighten up linked list management

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

33 years agothe format string gets modified by parsefmt -- don't use it twice
Keith Bostic [Tue, 4 Jun 1991 08:26:28 +0000 (00:26 -0800)]
the format string gets modified by parsefmt -- don't use it twice

SCCS-vsn: bin/ps/ps.c 5.42
SCCS-vsn: bin/ps/keyword.c 5.9

33 years agocopy format strings, so "ps -ll" works
Keith Bostic [Tue, 4 Jun 1991 08:19:40 +0000 (00:19 -0800)]
copy format strings, so "ps -ll" works

SCCS-vsn: bin/ps/keyword.c 5.9

33 years agoformats can be text space, have to copy them anyway
Keith Bostic [Tue, 4 Jun 1991 08:19:23 +0000 (00:19 -0800)]
formats can be text space, have to copy them anyway
vtail doesn't need to be global

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

33 years agovtail doesn't need to be global
Keith Bostic [Tue, 4 Jun 1991 08:19:00 +0000 (00:19 -0800)]
vtail doesn't need to be global

SCCS-vsn: bin/ps/extern.h 5.2

33 years agofix err routine, make everyone use it; minor ANSI cleanups
Keith Bostic [Tue, 4 Jun 1991 07:55:45 +0000 (23:55 -0800)]
fix err routine, make everyone use it; minor ANSI cleanups

SCCS-vsn: bin/ps/keyword.c 5.8
SCCS-vsn: bin/ps/nlist.c 5.2
SCCS-vsn: bin/ps/print.c 5.7
SCCS-vsn: bin/ps/ps.c 5.41
SCCS-vsn: bin/ps/ps.h 5.3

33 years agodate and time created 91/06/03 16:49:18 by bostic
Keith Bostic [Tue, 4 Jun 1991 07:49:18 +0000 (23:49 -0800)]
date and time created 91/06/03 16:49:18 by bostic

SCCS-vsn: bin/ps/extern.h 5.1

33 years agodon't print a space before the first keyword
Keith Bostic [Tue, 4 Jun 1991 07:24:57 +0000 (23:24 -0800)]
don't print a space before the first keyword

SCCS-vsn: bin/ps/keyword.c 5.7

33 years agobug fix to allow unmounting of stale filesystems
Kirk McKusick [Tue, 4 Jun 1991 06:45:38 +0000 (22:45 -0800)]
bug fix to allow unmounting of stale filesystems

SCCS-vsn: sbin/umount/umount.c 5.16

33 years agohide more kernel-only things
Kirk McKusick [Tue, 4 Jun 1991 06:45:06 +0000 (22:45 -0800)]
hide more kernel-only things

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

33 years agofix escape character
Steve Sellgren [Tue, 4 Jun 1991 04:10:13 +0000 (20:10 -0800)]
fix escape character

SCCS-vsn: usr.bin/telnet/telnet.1 6.15

33 years agoadd csh (Christos Zoulas and Len Shar)
Keith Bostic [Mon, 3 Jun 1991 23:13:40 +0000 (15:13 -0800)]
add csh (Christos Zoulas and Len Shar)

SCCS-vsn: admin/admin/contrib/contrib 5.10

33 years agomdoc version three
Cynthia A. E. Livingston [Mon, 3 Jun 1991 12:58:57 +0000 (04:58 -0800)]
mdoc version three

SCCS-vsn: usr.bin/size/size.1 6.5
SCCS-vsn: usr.bin/pascal/pxp/pxp.1 6.6
SCCS-vsn: usr.bin/nm/nm.1 6.6
SCCS-vsn: usr.bin/mkdep/mkdep.1 5.13
SCCS-vsn: usr.bin/lorder/lorder.1 6.7

33 years agouse same tkt file as su for "user.root", letting login.c set the env
Mike Karels [Mon, 3 Jun 1991 08:40:02 +0000 (00:40 -0800)]
use same tkt file as su for "user.root", letting login.c set the env
(too early here); avoid in_tkt botch with uids

SCCS-vsn: usr.bin/login/klogin.c 5.9

33 years agovarious cleanups: allow any instance to be attempted; no syslog
Mike Karels [Mon, 3 Jun 1991 08:38:42 +0000 (00:38 -0800)]
various cleanups: allow any instance to be attempted; no syslog
if there is no Kerberos realm; fix up error msgs; allow user.root login
via Kerberos on any tty

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

33 years agovarious cleanups: allow any instance to be attempted; no syslog
Mike Karels [Sun, 2 Jun 1991 06:13:07 +0000 (22:13 -0800)]
various cleanups: allow any instance to be attempted; no syslog
if there is no Kerberos realm; fix up error msgs; allow user.root login
via Kerberos on any tty

SCCS-vsn: usr.bin/login/klogin.c 5.8
SCCS-vsn: usr.bin/login/login.c 5.70

33 years agomdoc version three
Cynthia A. E. Livingston [Sat, 1 Jun 1991 08:32:43 +0000 (00:32 -0800)]
mdoc version three

SCCS-vsn: usr.bin/xinstall/install.1 6.11

33 years agoversion three mdoc
Cynthia A. E. Livingston [Sat, 1 Jun 1991 08:23:04 +0000 (00:23 -0800)]
version three mdoc

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

33 years agocleanups from Chris Torek; bug fix on va_start for multiple calls
Keith Bostic [Fri, 31 May 1991 10:53:24 +0000 (02:53 -0800)]
cleanups from Chris Torek; bug fix on va_start for multiple calls

SCCS-vsn: sys/kern/subr_prf.c 7.29

33 years agoch unused, t and f never assigned!
Keith Bostic [Fri, 31 May 1991 10:14:23 +0000 (02:14 -0800)]
ch unused, t and f never assigned!

SCCS-vsn: lib/libc/string/memccpy.c 5.8

33 years agouse FHASLOCK and SADVLCK to track processes using locks to save work in close
Kirk McKusick [Fri, 31 May 1991 07:47:57 +0000 (23:47 -0800)]
use FHASLOCK and SADVLCK to track processes using locks to save work in close

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

33 years agomake file flags more consistent; delete dead code
Kirk McKusick [Fri, 31 May 1991 06:55:06 +0000 (22:55 -0800)]
make file flags more consistent; delete dead code

SCCS-vsn: sys/hp/hpux/hpux_compat.c 7.16

33 years agouse FHASLOCK and SADVLCK to track processes using locks to save work in close
Kirk McKusick [Fri, 31 May 1991 06:32:12 +0000 (22:32 -0800)]
use FHASLOCK and SADVLCK to track processes using locks to save work in close

SCCS-vsn: sys/kern/kern_descrip.c 7.25
SCCS-vsn: sys/kern/vfs_syscalls.c 7.72

33 years agomake file flags more consistent; add support for open with lock
Kirk McKusick [Fri, 31 May 1991 06:30:22 +0000 (22:30 -0800)]
make file flags more consistent; add support for open with lock

SCCS-vsn: sys/sys/fcntl.h 5.13

33 years agomake file flags consistent
Kirk McKusick [Fri, 31 May 1991 06:27:32 +0000 (22:27 -0800)]
make file flags consistent

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

33 years agoadd SADVLCK to note POSIX style advisory lock
Kirk McKusick [Fri, 31 May 1991 06:05:45 +0000 (22:05 -0800)]
add SADVLCK to note POSIX style advisory lock

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

33 years agoadd support for opening files with advisory locks
Kirk McKusick [Fri, 31 May 1991 05:58:55 +0000 (21:58 -0800)]
add support for opening files with advisory locks

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

33 years agocharacter device open must be called with vnode unlocked (since it
Kirk McKusick [Fri, 31 May 1991 05:56:14 +0000 (21:56 -0800)]
character device open must be called with vnode unlocked (since it
may sleep for a long time)

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

33 years agoVOP_OPEN called with vnode locked; vn_open returns vnode locked;
Kirk McKusick [Fri, 31 May 1991 05:55:12 +0000 (21:55 -0800)]
VOP_OPEN called with vnode locked; vn_open returns vnode locked;
make file flags consistent

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

33 years agomake file flags consistent
Kirk McKusick [Fri, 31 May 1991 05:53:47 +0000 (21:53 -0800)]
make file flags consistent

SCCS-vsn: sys/kern/sys_generic.c 7.30
SCCS-vsn: sys/kern/tty_pty.c 7.21
SCCS-vsn: sys/hp/hpux/hpux_tty.c 7.9

33 years agodead code elimination
Kirk McKusick [Fri, 31 May 1991 05:40:35 +0000 (21:40 -0800)]
dead code elimination

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

33 years agodate and time created 91/05/30 13:01:32 by bostic
Keith Bostic [Fri, 31 May 1991 04:01:32 +0000 (20:01 -0800)]
date and time created 91/05/30 13:01:32 by bostic

SCCS-vsn: admin/admin/contrib/letter 5.1

33 years agotype glitch
Kirk McKusick [Fri, 31 May 1991 01:37:45 +0000 (17:37 -0800)]
type glitch

SCCS-vsn: sys/ufs/ffs/ufs_lockf.c 7.6
SCCS-vsn: sys/ufs/ufs/ufs_lockf.c 7.6

33 years agothis version works somewhat in making outgoing calls.
Keith Sklower [Thu, 30 May 1991 10:38:58 +0000 (02:38 -0800)]
this version works somewhat in making outgoing calls.

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

33 years agooffset for routing table for iso was wrong; set value for dstaddr.nlen
Keith Sklower [Thu, 30 May 1991 10:38:15 +0000 (02:38 -0800)]
offset for routing table for iso was wrong; set value for dstaddr.nlen

SCCS-vsn: sys/netiso/iso.c 7.13

33 years agogo back to pkcb's being dynamically allocated for LLC2's sake
Keith Sklower [Thu, 30 May 1991 10:34:03 +0000 (02:34 -0800)]
go back to pkcb's being dynamically allocated for LLC2's sake

SCCS-vsn: sys/netccitt/pk_var.h 7.11

33 years agocheck to see if socket exists before setting so_error on connect ftimeout.
Keith Sklower [Thu, 30 May 1991 10:32:38 +0000 (02:32 -0800)]
check to see if socket exists before setting so_error on connect ftimeout.

SCCS-vsn: sys/netccitt/pk_timer.c 7.5

33 years agoadd two new sockopts (add vc to route, turn on/off kernel dg listen)
Keith Sklower [Thu, 30 May 1991 10:31:17 +0000 (02:31 -0800)]
add two new sockopts (add vc to route, turn on/off kernel dg listen)
Allow for dynamic creation of pkcb's again (for LLC2 operation),
minor change to the way packet accounting & flow control is done

SCCS-vsn: sys/netccitt/pk_usrreq.c 7.14

33 years agoupdate for new header files
Kirk McKusick [Thu, 30 May 1991 10:29:52 +0000 (02:29 -0800)]
update for new header files

SCCS-vsn: sbin/dump/dump.h 5.16

33 years ago(temporarily) redo the way RR's and RNR's are generated;
Keith Sklower [Thu, 30 May 1991 10:29:15 +0000 (02:29 -0800)]
(temporarily) redo the way RR's and RNR's are generated;
may change back.  This allows you to stupidly RR the same packet twice without
generating errors.  I can't track it down now, so this is a bandaid.

SCCS-vsn: sys/netccitt/pk_output.c 7.10

33 years agorevive pk_newlink so LLC2 can generate them on the fly;
Keith Sklower [Thu, 30 May 1991 10:27:52 +0000 (02:27 -0800)]
revive pk_newlink so LLC2 can generate them on the fly;
try putting ISODE's x.121 canonicalization in kernel; (doesn't work yet);
various other minor changes.  This works with IP  in loopback.

SCCS-vsn: sys/netccitt/pk_input.c 7.12

33 years agofix outright bug for reporting errors when no socket;
Keith Sklower [Thu, 30 May 1991 10:25:19 +0000 (02:25 -0800)]
fix outright bug for reporting errors when no socket;
pk_flowcontrol called pk_template with the wrong values; a || b generates only 1 or 0;
move start routine to x25_ifaddr, since there may be many pkp's with a given ifa

SCCS-vsn: sys/netccitt/pk_subr.c 7.15

33 years agomany fixes & changes -- add routine to glue or spit vc to route;
Keith Sklower [Thu, 30 May 1991 10:22:14 +0000 (02:22 -0800)]
many fixes & changes -- add routine to glue or spit vc to route;
and routine to turn on, off dg listening in kernel;\

SCCS-vsn: sys/netccitt/if_x25subr.c 7.12

33 years agofor LLC2/2, there may be many pkp's to one xcp;
Keith Sklower [Thu, 30 May 1991 10:20:12 +0000 (02:20 -0800)]
for LLC2/2, there may be many pkp's to one xcp;
so stuff pkp in m_pkthdr.rcvif, and change conventions for pk_ctlinput to get pkp

SCCS-vsn: sys/netccitt/hd_var.h 7.4
SCCS-vsn: sys/netccitt/hd_subr.c 7.6
SCCS-vsn: sys/netccitt/hd_input.c 7.7
SCCS-vsn: sys/netccitt/hd_output.c 7.6
SCCS-vsn: sys/netccitt/hd_timer.c 7.4

33 years agono more %lx in kernel printf
Keith Sklower [Thu, 30 May 1991 10:17:45 +0000 (02:17 -0800)]
no more %lx in kernel printf

SCCS-vsn: sys/netccitt/hd_debug.c 7.5

33 years ago2 new sockopts: attach x25 vc to route, and turn on incoming dg listening
Keith Sklower [Thu, 30 May 1991 10:12:26 +0000 (02:12 -0800)]
2 new sockopts: attach x25 vc to route, and turn on incoming dg listening

SCCS-vsn: sys/netccitt/x25.h 7.8