unix-history/.git
32 years agomove the kernel file to /var/db
Keith Bostic [Sat, 25 Apr 1992 06:08:44 +0000 (22:08 -0800)]
move the kernel file to /var/db

SCCS-vsn: lib/libkvm/kvm.c 5.25

32 years agoadd _PATH_VARDB, /var/db
Keith Bostic [Sat, 25 Apr 1992 05:57:05 +0000 (21:57 -0800)]
add _PATH_VARDB, /var/db

SCCS-vsn: include/paths.h 5.16

32 years agoadd list of files to be backed up and diff'd, including master.passwd
Keith Bostic [Sat, 25 Apr 1992 05:44:55 +0000 (21:44 -0800)]
add list of files to be backed up and diff'd, including passwd

SCCS-vsn: etc/security 5.23

32 years agokvm_mkdb defaults to /vmunix
Keith Bostic [Sat, 25 Apr 1992 05:43:22 +0000 (21:43 -0800)]
kvm_mkdb defaults to /vmunix

SCCS-vsn: etc/rc 5.31

32 years agoreplace the character (from Christos Zoulas)
Keith Bostic [Fri, 24 Apr 1992 09:12:26 +0000 (01:12 -0800)]
replace the character (from Christos Zoulas)

SCCS-vsn: usr.bin/make/dir.c 5.7

32 years agotoo many args is a usage error
Keith Bostic [Fri, 24 Apr 1992 09:06:52 +0000 (01:06 -0800)]
too many args is a usage error

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

32 years agodon't let fields meet under any circumstances
Keith Bostic [Fri, 24 Apr 1992 08:42:32 +0000 (00:42 -0800)]
don't let fields meet under any circumstances

SCCS-vsn: bin/df/df.c 5.30

32 years agosigstack -> sigaltstack
Keith Bostic [Fri, 24 Apr 1992 07:35:44 +0000 (23:35 -0800)]
sigstack -> sigaltstack

SCCS-vsn: lib/libc/sys/getrlimit.2 6.8
SCCS-vsn: lib/libc/sys/sigaction.2 6.4
SCCS-vsn: lib/libc/gen/setjmp.3 6.9
SCCS-vsn: lib/libc/gen/signal.3 6.9
SCCS-vsn: lib/libc/compat-43/sigvec.2 6.9
SCCS-vsn: lib/libc/sys/sigaction.2 6.5

32 years agodate and time created 92/04/23 16:31:18 by mckusick
Kirk McKusick [Fri, 24 Apr 1992 07:31:18 +0000 (23:31 -0800)]
date and time created 92/04/23 16:31:18 by mckusick

SCCS-vsn: lib/libc/sys/sigaltstack.2 5.1

32 years agodeprecate in favor of sigaltstack.2
Kirk McKusick [Fri, 24 Apr 1992 07:27:49 +0000 (23:27 -0800)]
deprecate in favor of sigaltstack.2

SCCS-vsn: lib/libc/sys/sigstack.2 6.6

32 years agoneed a sigstack man page
Keith Bostic [Fri, 24 Apr 1992 07:25:53 +0000 (23:25 -0800)]
need a sigstack man page

SCCS-vsn: lib/libc/sys/Makefile.inc 5.14

32 years agodate and time created 92/04/23 15:55:23 by bostic
Keith Bostic [Fri, 24 Apr 1992 06:55:23 +0000 (22:55 -0800)]
date and time created 92/04/23 15:55:23 by bostic

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

32 years agoANSI C version, from Chris Torek
Keith Bostic [Fri, 24 Apr 1992 06:54:39 +0000 (22:54 -0800)]
ANSI C version, from Chris Torek

SCCS-vsn: include/assert.h 5.1

32 years agoadd assert.c
Keith Bostic [Fri, 24 Apr 1992 06:40:20 +0000 (22:40 -0800)]
add assert.c

SCCS-vsn: lib/libc/gen/Makefile.inc 5.25

32 years agoneed types.h
Kirk McKusick [Thu, 23 Apr 1992 08:17:23 +0000 (00:17 -0800)]
need types.h

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

32 years agotypo
Keith Bostic [Thu, 23 Apr 1992 05:06:21 +0000 (21:06 -0800)]
typo

SCCS-vsn: sbin/newlfs/lfs.c 5.8

32 years agofor now lseek takes and returns a long
Kirk McKusick [Thu, 23 Apr 1992 02:34:22 +0000 (18:34 -0800)]
for now lseek takes and returns a long

SCCS-vsn: include/unistd.h 5.16

32 years agoadd Kirk's hup alias
Keith Bostic [Thu, 23 Apr 1992 02:21:27 +0000 (18:21 -0800)]
add Kirk's hup alias

SCCS-vsn: etc/root/dot.cshrc 5.5

32 years agohave to pass down cred to block allocation routines
Kirk McKusick [Wed, 22 Apr 1992 05:46:22 +0000 (21:46 -0800)]
have to pass down cred to block allocation routines

SCCS-vsn: sys/ufs/ffs/ffs_alloc.c 7.32
SCCS-vsn: sys/ufs/ffs/ffs_balloc.c 7.17
SCCS-vsn: sys/ufs/ffs/ffs_inode.c 7.48
SCCS-vsn: sys/ufs/ffs/ffs_vnops.c 7.74
SCCS-vsn: sys/ufs/ffs/ufs_lookup.c 7.44
SCCS-vsn: sys/ufs/ufs/ufs_lookup.c 7.44

32 years agohave to pass down cred to block allocation routines
Kirk McKusick [Wed, 22 Apr 1992 04:40:25 +0000 (20:40 -0800)]
have to pass down cred to block allocation routines

SCCS-vsn: sys/ufs/ffs/ffs_extern.h 7.6

32 years agoVOP_TRUNCATE now takes a cred argument
Kirk McKusick [Wed, 22 Apr 1992 04:37:30 +0000 (20:37 -0800)]
VOP_TRUNCATE now takes a cred argument

SCCS-vsn: sys/miscfs/deadfs/dead_vnops.c 7.17
SCCS-vsn: sys/ufs/mfs/mfsnode.h 7.9
SCCS-vsn: sys/ufs/ffs/ufs_vnops.c 7.85
SCCS-vsn: sys/ufs/ufs/ufs_vnops.c 7.85
SCCS-vsn: sys/nfs/nfsnode.h 7.19
SCCS-vsn: sys/nfs/nfs_vnops.c 7.71
SCCS-vsn: sys/sys/vnode.h 7.49
SCCS-vsn: sys/ufs/lfs/lfs_vnops.c 7.79
SCCS-vsn: sys/ufs/lfs/lfs_inode.c 7.61
SCCS-vsn: sys/ufs/lfs/lfs_extern.h 7.13

32 years agoVOP_TRUNCATE now takes a credential argument
Kirk McKusick [Wed, 22 Apr 1992 04:07:38 +0000 (20:07 -0800)]
VOP_TRUNCATE now takes a credential argument

SCCS-vsn: sys/sys/vnode.h 7.49
SCCS-vsn: sys/miscfs/specfs/specdev.h 7.8
SCCS-vsn: sys/miscfs/fifofs/fifo.h 7.5

32 years agoensure proper types for local variables and parameters
Kirk McKusick [Wed, 22 Apr 1992 03:00:09 +0000 (19:00 -0800)]
ensure proper types for local variables and parameters

SCCS-vsn: sys/ufs/lfs/lfs_vnops.c 7.78
SCCS-vsn: sys/ufs/lfs/lfs_inode.c 7.60
SCCS-vsn: sys/ufs/lfs/lfs_extern.h 7.12
SCCS-vsn: sys/ufs/ffs/ffs_inode.c 7.47
SCCS-vsn: sys/ufs/ffs/ffs_vnops.c 7.73
SCCS-vsn: sys/ufs/ffs/ffs_extern.h 7.5

32 years agovop_truncate takes off_t rather than u_long length op
Kirk McKusick [Wed, 22 Apr 1992 02:41:58 +0000 (18:41 -0800)]
vop_truncate takes off_t rather than u_long length op

SCCS-vsn: sys/miscfs/deadfs/dead_vnops.c 7.16
SCCS-vsn: sys/ufs/mfs/mfsnode.h 7.8

32 years agomissing ntohs on checks and auto binding in pcbbind()
Keith Sklower [Wed, 22 Apr 1992 02:27:44 +0000 (18:27 -0800)]
missing ntohs on checks and auto binding  in pcbbind()

SCCS-vsn: sys/netiso/iso_pcb.c 7.12

32 years agoufs_chown and ufs_chmod now take cred pointers
Kirk McKusick [Wed, 22 Apr 1992 02:14:07 +0000 (18:14 -0800)]
ufs_chown and ufs_chmod now take cred pointers

SCCS-vsn: sys/ufs/ffs/ufs_extern.h 7.5
SCCS-vsn: sys/ufs/ufs/ufs_extern.h 7.5
SCCS-vsn: sys/ufs/ffs/ufs_vnops.c 7.84
SCCS-vsn: sys/ufs/ufs/ufs_vnops.c 7.84

32 years agoensure proper types for local variables and parameters
Kirk McKusick [Wed, 22 Apr 1992 01:55:25 +0000 (17:55 -0800)]
ensure proper types for local variables and parameters

SCCS-vsn: sys/nfs/nfsnode.h 7.18
SCCS-vsn: sys/nfs/nfs_vnops.c 7.70

32 years agoadd definitions for lseek and access system calls
Kirk McKusick [Wed, 22 Apr 1992 01:31:22 +0000 (17:31 -0800)]
add definitions for lseek and access system calls

SCCS-vsn: sys/sys/unistd.h 5.15

32 years agoadd definition for POSIX.4 timespec
Kirk McKusick [Wed, 22 Apr 1992 01:29:10 +0000 (17:29 -0800)]
add definition for POSIX.4 timespec

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

32 years agov_lastr is a daddr_t, truncate length is off_t not u_long
Kirk McKusick [Wed, 22 Apr 1992 01:28:20 +0000 (17:28 -0800)]
v_lastr is a daddr_t, truncate length is off_t not u_long

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

32 years agovop_truncate takes off_t rather than u_long length op
Kirk McKusick [Wed, 22 Apr 1992 01:25:38 +0000 (17:25 -0800)]
vop_truncate takes off_t rather than u_long length op

SCCS-vsn: sys/miscfs/fifofs/fifo.h 7.4
SCCS-vsn: sys/miscfs/specfs/specdev.h 7.7

32 years agoadd functionality for sigaltstack
Kirk McKusick [Tue, 21 Apr 1992 14:57:02 +0000 (06:57 -0800)]
add functionality for sigaltstack

SCCS-vsn: sys/i386/i386/machdep.c 7.12
SCCS-vsn: sys/pmax/pmax/machdep.c 7.7

32 years agorename a signal control flag
Kirk McKusick [Tue, 21 Apr 1992 14:33:14 +0000 (06:33 -0800)]
rename a signal control flag

SCCS-vsn: sys/hp/hpux/hpux_sig.c 7.9

32 years agoadd functionality to support sigaltstack
Kirk McKusick [Tue, 21 Apr 1992 14:32:12 +0000 (06:32 -0800)]
add functionality to support sigaltstack

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

32 years agosigstack becomes COMPAT; sigaltstack becomes real
Kirk McKusick [Tue, 21 Apr 1992 14:31:08 +0000 (06:31 -0800)]
sigstack becomes COMPAT; sigaltstack becomes real

SCCS-vsn: sys/kern/syscalls.master 7.30
SCCS-vsn: sys/kern/kern_sig.c 7.44

32 years agodefinitions for sigaltstack
Kirk McKusick [Tue, 21 Apr 1992 14:29:10 +0000 (06:29 -0800)]
definitions for sigaltstack

SCCS-vsn: sys/sys/signal.h 7.25
SCCS-vsn: sys/sys/signalvar.h 7.5

32 years agodo not wait for mount info
Kirk McKusick [Tue, 21 Apr 1992 06:58:39 +0000 (22:58 -0800)]
do not wait for mount info

SCCS-vsn: sbin/mountd/mountd.c 5.22

32 years agoset dirty offset (from Macklem)
Kirk McKusick [Tue, 21 Apr 1992 05:51:24 +0000 (21:51 -0800)]
set dirty offset (from Macklem)

SCCS-vsn: sys/vm/swap_pager.c 7.6

32 years agorun it through indent
Keith Bostic [Tue, 21 Apr 1992 05:25:55 +0000 (21:25 -0800)]
run it through indent

SCCS-vsn: usr.bin/compress/compress.c 5.21

32 years agodate and time created 92/04/20 14:08:39 by ralph
Ralph Campbell [Tue, 21 Apr 1992 05:08:39 +0000 (21:08 -0800)]
date and time created 92/04/20 14:08:39 by ralph

SCCS-vsn: sys/pmax/dist/README 7.1

32 years agodate and time created 92/04/20 14:07:52 by ralph
Ralph Campbell [Tue, 21 Apr 1992 05:07:52 +0000 (21:07 -0800)]
date and time created 92/04/20 14:07:52 by ralph

SCCS-vsn: sys/pmax/dist/maketape 7.1

32 years agodate and time created 92/04/20 14:07:44 by ralph
Ralph Campbell [Tue, 21 Apr 1992 05:07:44 +0000 (21:07 -0800)]
date and time created 92/04/20 14:07:44 by ralph

SCCS-vsn: sys/pmax/dist/get 7.1

32 years agodate and time created 92/04/20 14:07:38 by ralph
Ralph Campbell [Tue, 21 Apr 1992 05:07:38 +0000 (21:07 -0800)]
date and time created 92/04/20 14:07:38 by ralph

SCCS-vsn: sys/pmax/dist/buildmini 7.1

32 years agochanged for disklabel support.
Ralph Campbell [Mon, 20 Apr 1992 00:08:05 +0000 (16:08 -0800)]
changed for disklabel support.

SCCS-vsn: sys/pmax/stand/mkboot.c 7.3

32 years agofix argv indexing and fix writes so always 512 bytes.
Ralph Campbell [Mon, 20 Apr 1992 00:03:50 +0000 (16:03 -0800)]
fix argv indexing and fix writes so always 512 bytes.

SCCS-vsn: sys/pmax/stand/mkboottape.c 7.4

32 years agostrip out unused stuff. only used for boot block.
Ralph Campbell [Sun, 19 Apr 1992 23:58:44 +0000 (15:58 -0800)]
strip out unused stuff. only used for boot block.

SCCS-vsn: sys/pmax/stand/dec_boot.h 7.2

32 years agofix clock read/write for leap year and to match ULTRIX.
Ralph Campbell [Sun, 19 Apr 1992 23:56:20 +0000 (15:56 -0800)]
fix clock read/write for leap year and to match ULTRIX.

SCCS-vsn: sys/pmax/pmax/clock.c 7.3

32 years agoonly restore first save of vars on stack when unwinding calls.
Ralph Campbell [Sun, 19 Apr 1992 23:53:13 +0000 (15:53 -0800)]
only restore first save of vars on stack when unwinding calls.

SCCS-vsn: sys/pmax/pmax/kadb.c 7.4

32 years agoadded disk label support.
Ralph Campbell [Sun, 19 Apr 1992 23:50:54 +0000 (15:50 -0800)]
added disk label support.

SCCS-vsn: sys/pmax/dev/rz.c 7.3

32 years agochanged debug printfs.
Ralph Campbell [Sun, 19 Apr 1992 23:46:27 +0000 (15:46 -0800)]
changed debug printfs.

SCCS-vsn: sys/pmax/dev/tz.c 7.4

32 years agook to optimize clock.c now.
Ralph Campbell [Sun, 19 Apr 1992 23:44:37 +0000 (15:44 -0800)]
ok to optimize clock.c now.

SCCS-vsn: sys/pmax/conf/files.pmax 7.6

32 years agodkstat.h is not used, removed.
Ralph Campbell [Sun, 19 Apr 1992 23:43:34 +0000 (15:43 -0800)]
dkstat.h is not used, removed.

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

32 years agochange rootdev if mfs mini-root present.
Ralph Campbell [Sun, 19 Apr 1992 23:42:25 +0000 (15:42 -0800)]
change rootdev if mfs mini-root present.

SCCS-vsn: sys/ufs/mfs/mfs_vfsops.c 7.24

32 years agofix mfs_inactive for incore mini-root.
Ralph Campbell [Sun, 19 Apr 1992 23:40:38 +0000 (15:40 -0800)]
fix mfs_inactive for incore mini-root.

SCCS-vsn: sys/ufs/mfs/mfs_vnops.c 7.30

32 years agoadded mips boot support
Ralph Campbell [Sun, 19 Apr 1992 23:38:52 +0000 (15:38 -0800)]
added mips boot support

SCCS-vsn: sbin/disklabel/disklabel.c 5.22

32 years agochanged for disklabel support
Ralph Campbell [Sun, 19 Apr 1992 23:36:43 +0000 (15:36 -0800)]
changed for disklabel support

SCCS-vsn: etc/etc.pmax/disktab 5.3

32 years agoupdate tz minor numbers
Ralph Campbell [Sun, 19 Apr 1992 23:33:19 +0000 (15:33 -0800)]
update tz minor numbers

SCCS-vsn: etc/etc.pmax/MAKEDEV 5.2

32 years agoadd ignore keyword, fix some of the permissions
Keith Bostic [Sat, 18 Apr 1992 08:24:52 +0000 (00:24 -0800)]
add ignore keyword, fix some of the permissions

SCCS-vsn: etc/mtree/special 5.3

32 years agoadd needvalue argument to parsekey, "ignore" has no value
Keith Bostic [Sat, 18 Apr 1992 08:22:29 +0000 (00:22 -0800)]
add needvalue argument to parsekey, "ignore" has no value

SCCS-vsn: usr.sbin/mtree/misc.c 5.2

32 years agodo comparison on ignored node, just skip everything beneath it
Keith Bostic [Sat, 18 Apr 1992 08:22:17 +0000 (00:22 -0800)]
do comparison on ignored node, just skip everything beneath it

SCCS-vsn: usr.sbin/mtree/verify.c 5.11

32 years agoadd needvalue argument to parsekey
Keith Bostic [Sat, 18 Apr 1992 08:21:33 +0000 (00:21 -0800)]
add needvalue argument to parsekey

SCCS-vsn: usr.sbin/mtree/mtree.c 5.10
SCCS-vsn: usr.sbin/mtree/spec.c 5.17
SCCS-vsn: usr.sbin/mtree/extern.h 5.2

32 years agoadd changelist file
Keith Bostic [Sat, 18 Apr 1992 07:18:26 +0000 (23:18 -0800)]
add changelist file

SCCS-vsn: etc/Makefile 5.13

32 years agomove file backup into security script
Keith Bostic [Sat, 18 Apr 1992 07:18:15 +0000 (23:18 -0800)]
move file backup into security script

SCCS-vsn: etc/daily 5.17

32 years agodate and time created 92/04/17 16:17:31 by bostic
Keith Bostic [Sat, 18 Apr 1992 07:17:31 +0000 (23:17 -0800)]
date and time created 92/04/17 16:17:31 by bostic

SCCS-vsn: etc/changelist 5.1

32 years agofix bug with specifying specific network address but defaulting tsel
Keith Sklower [Sat, 18 Apr 1992 06:53:16 +0000 (22:53 -0800)]
fix bug with specifying specific network address but defaulting tsel

SCCS-vsn: sys/netiso/tp_pcb.c 7.23

32 years agocomment cleanups
Keith Bostic [Sat, 18 Apr 1992 05:27:14 +0000 (21:27 -0800)]
comment cleanups

SCCS-vsn: etc/security 5.22

32 years agoproperly set up envelope when returning email; try to eliminate
Eric Allman [Fri, 17 Apr 1992 09:40:56 +0000 (01:40 -0800)]
properly set up envelope when returning email; try to eliminate
some of the CurEnv globals

SCCS-vsn: usr.sbin/sendmail/src/version.c 5.96

32 years agotry to eliminate some of the CurEnv globals
Eric Allman [Fri, 17 Apr 1992 09:40:18 +0000 (01:40 -0800)]
try to eliminate some of the CurEnv globals

SCCS-vsn: usr.sbin/sendmail/src/main.c 5.47
SCCS-vsn: usr.sbin/sendmail/src/envelope.c 5.26
SCCS-vsn: usr.sbin/sendmail/src/srvrsmtp.c 5.34
SCCS-vsn: usr.sbin/sendmail/src/queue.c 5.38

32 years agoproperly set up envelope when returning email
Eric Allman [Fri, 17 Apr 1992 09:39:49 +0000 (01:39 -0800)]
properly set up envelope when returning email

SCCS-vsn: usr.sbin/sendmail/src/savemail.c 5.16

32 years agocheck if root has dot in PATH and issue warning
Marc Teitelbaum [Fri, 17 Apr 1992 05:36:58 +0000 (21:36 -0800)]
check if root has dot in PATH and issue warning

SCCS-vsn: bin/sh/exec.c 5.3

32 years agocheck if effective userid is root
Marc Teitelbaum [Fri, 17 Apr 1992 05:34:29 +0000 (21:34 -0800)]
check if effective userid is root

SCCS-vsn: bin/sh/var.c 5.4

32 years agoadd ! keyword
Marc Teitelbaum [Fri, 17 Apr 1992 05:33:21 +0000 (21:33 -0800)]
add ! keyword

SCCS-vsn: bin/sh/eval.c 5.4
SCCS-vsn: bin/sh/mktokens 5.2
SCCS-vsn: bin/sh/nodetypes 5.2
SCCS-vsn: bin/sh/parser.c 5.4

32 years agoinherit flag wasen't set to zero after it was moved out of bss. i don't know what...
Marc Teitelbaum [Thu, 16 Apr 1992 08:30:33 +0000 (00:30 -0800)]
inherit flag wasen't set to zero after it was moved out of bss.  i don't know what was wrong wit it being bss, but oh well...

SCCS-vsn: usr.bin/ktrace/ktrace.c 5.4

32 years agoadd KTRFAC_CSW "w" -- context switching trace point
Marc Teitelbaum [Thu, 16 Apr 1992 08:28:47 +0000 (00:28 -0800)]
add KTRFAC_CSW "w" -- context switching trace point

SCCS-vsn: usr.bin/ktrace/subr.c 5.2

32 years agosplit out trace points into default and complete list
Marc Teitelbaum [Thu, 16 Apr 1992 08:27:59 +0000 (00:27 -0800)]
split out trace points into default and complete list

SCCS-vsn: usr.bin/ktrace/ktrace.h 5.2

32 years agoby default, not ALL trace points are enabled -- only a default set
Marc Teitelbaum [Thu, 16 Apr 1992 08:25:49 +0000 (00:25 -0800)]
by default, not ALL trace points are enabled -- only a default set

SCCS-vsn: usr.bin/ktrace/ktrace.c 5.3

32 years agoadd netgroup.5
Kirk McKusick [Thu, 16 Apr 1992 07:42:01 +0000 (23:42 -0800)]
add netgroup.5

SCCS-vsn: sbin/mountd/Makefile 5.5

32 years agodate and time created 92/04/15 16:23:38 by mckusick
Kirk McKusick [Thu, 16 Apr 1992 07:23:38 +0000 (23:23 -0800)]
date and time created 92/04/15 16:23:38 by mckusick

SCCS-vsn: sbin/mountd/netgroup.5 5.1

32 years agoadd netgroup.5
Kirk McKusick [Thu, 16 Apr 1992 07:21:33 +0000 (23:21 -0800)]
add netgroup.5

SCCS-vsn: sbin/mountd/Makefile 5.5

32 years agoadd getnetgrent.{c,3}; delete getsubopt.{c,3}; delete isblank.3;
Marc Teitelbaum [Thu, 16 Apr 1992 07:21:00 +0000 (23:21 -0800)]
add getnetgrent.{c,3}; delete getsubopt.{c,3}; delete isblank.3;
add tc*.3 man pages

SCCS-vsn: lib/libc/gen/Makefile.inc 5.24

32 years agodate and time created 92/04/15 16:04:44 by mckusick
Kirk McKusick [Thu, 16 Apr 1992 07:04:44 +0000 (23:04 -0800)]
date and time created 92/04/15 16:04:44 by mckusick

SCCS-vsn: lib/libc/gen/getnetgrent.3 6.1

32 years agoupdate from Rick Macklem for new Sun-compatible syntax
Kirk McKusick [Wed, 15 Apr 1992 09:07:00 +0000 (01:07 -0800)]
update from Rick Macklem for new Sun-compatible syntax

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

32 years agonull terminate the callout list
Kirk McKusick [Wed, 15 Apr 1992 05:42:30 +0000 (21:42 -0800)]
null terminate the callout list

SCCS-vsn: sys/pmax/pmax/machdep.c 7.6

32 years agonull terminate the callout list (from torek)
Kirk McKusick [Wed, 15 Apr 1992 05:41:54 +0000 (21:41 -0800)]
null terminate the callout list (from torek)

SCCS-vsn: sys/hp300/hp300/machdep.c 7.25
SCCS-vsn: sys/i386/i386/machdep.c 7.11

32 years agonumber of file descriptors may be infinite, don't use an array
Keith Bostic [Wed, 15 Apr 1992 04:44:32 +0000 (20:44 -0800)]
number of file descriptors may be infinite, don't use an array

SCCS-vsn: lib/libc/gen/popen.c 5.17

32 years agoKNF
Keith Bostic [Wed, 15 Apr 1992 00:55:15 +0000 (16:55 -0800)]
KNF

SCCS-vsn: lib/libc/gen/popen.c 5.16

32 years agoIntroduced "my_yytext" to emulate AT&T lex's yytext semantics
Vern Paxson [Wed, 15 Apr 1992 00:35:35 +0000 (16:35 -0800)]
Introduced "my_yytext" to emulate AT&T lex's yytext semantics

SCCS-vsn: usr.bin/diction/style1/style1.l 4.4

32 years agotypo, missed an anchor
Keith Bostic [Tue, 14 Apr 1992 23:26:25 +0000 (15:26 -0800)]
typo, missed an anchor

SCCS-vsn: etc/security 5.21

32 years agoadd -lkvm
Kirk McKusick [Tue, 14 Apr 1992 11:12:33 +0000 (03:12 -0800)]
add -lkvm

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

32 years agosigstack => sigaltstack
Kirk McKusick [Tue, 14 Apr 1992 10:26:22 +0000 (02:26 -0800)]
sigstack => sigaltstack

SCCS-vsn: lib/libc/sys/Makefile.inc 5.13

32 years agoupdate sigstack to the more rational sigaltstack
Kirk McKusick [Tue, 14 Apr 1992 10:25:34 +0000 (02:25 -0800)]
update sigstack to the more rational sigaltstack

SCCS-vsn: lib/libc/sys/sigstack.2 6.6

32 years agoanchor . in the path check for root
Keith Bostic [Tue, 14 Apr 1992 09:51:34 +0000 (01:51 -0800)]
anchor . in the path check for root

SCCS-vsn: etc/security 5.20

32 years agoEric found some mistakes
Keith Bostic [Tue, 14 Apr 1992 09:43:22 +0000 (01:43 -0800)]
Eric found some mistakes

SCCS-vsn: etc/security 5.19

32 years agomips support, lfs syscalls, semaphore syscalls
Marc Teitelbaum [Tue, 14 Apr 1992 09:34:48 +0000 (01:34 -0800)]
mips support, lfs syscalls, semaphore syscalls

SCCS-vsn: lib/libc/sys/Makefile.inc 5.12

32 years agolint
Kirk McKusick [Tue, 14 Apr 1992 09:33:22 +0000 (01:33 -0800)]
lint

SCCS-vsn: sys/ufs/ffs/ffs_vnops.c 7.72

32 years agomake a kvm library
Keith Bostic [Tue, 14 Apr 1992 03:33:41 +0000 (19:33 -0800)]
make a kvm library

SCCS-vsn: lib/libutil/Makefile 5.12

32 years agofix logout on hardwired (getty) lines such as console;
Chris Torek [Fri, 10 Apr 1992 16:29:04 +0000 (08:29 -0800)]
fix logout on hardwired (getty) lines such as console;
get rid of magic numbers (use sizeof(_PATH_DEV) instead)

SCCS-vsn: sbin/init/init.c 6.10

32 years agoupdate from Rick Macklem
Kirk McKusick [Fri, 10 Apr 1992 10:19:58 +0000 (02:19 -0800)]
update from Rick Macklem

SCCS-vsn: sbin/mountd/mountd.c 5.21

32 years agofrom Rick Macklem
Kirk McKusick [Fri, 10 Apr 1992 10:17:36 +0000 (02:17 -0800)]
from Rick Macklem

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

32 years agoupdate from Rick Macklem with edits by me
Kirk McKusick [Fri, 10 Apr 1992 09:23:38 +0000 (01:23 -0800)]
update from Rick Macklem with edits by me

SCCS-vsn: sbin/mountd/exports.5 5.5