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

32 years agounlock while waiting for data (from forys@cs.utah.edu)
Kirk McKusick [Fri, 10 Apr 1992 06:22:58 +0000 (22:22 -0800)]
unlock while waiting for data (from forys@cs.utah.edu)

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

32 years agoremove the rest of the typedef's
Keith Bostic [Thu, 9 Apr 1992 06:08:02 +0000 (22:08 -0800)]
remove the rest of the typedef's

SCCS-vsn: sys/ufs/lfs/lfs.h 7.12
SCCS-vsn: sys/ufs/lfs/lfs_bio.c 7.8
SCCS-vsn: sys/ufs/lfs/lfs_debug.c 7.5
SCCS-vsn: sys/ufs/lfs/lfs_extern.h 7.11

32 years agoreacquire the dirtyblk list if write a segment during traversal;
Carl Staelin [Thu, 9 Apr 1992 05:44:32 +0000 (21:44 -0800)]
reacquire the dirtyblk list if write a segment during traversal;
shouldn't be necessary, but not expensive and defensive

SCCS-vsn: sys/ufs/lfs/lfs_segment.c 7.16

32 years agodelete unnecessary test; check depth in case drop out of loop early
Carl Staelin [Thu, 9 Apr 1992 05:43:46 +0000 (21:43 -0800)]
delete unnecessary test; check depth in case drop out of loop early

SCCS-vsn: sys/ufs/lfs/lfs_inode.c 7.59

32 years agodon't reassign multiple times; quick hack, don't reassign ifile at all
Carl Staelin [Thu, 9 Apr 1992 05:42:40 +0000 (21:42 -0800)]
don't reassign multiple times; quick hack, don't reassign ifile at all

SCCS-vsn: sys/ufs/lfs/lfs_bio.c 7.7

32 years agowordsmithing
Keith Bostic [Thu, 9 Apr 1992 00:05:52 +0000 (16:05 -0800)]
wordsmithing

SCCS-vsn: etc/security 5.18

32 years agoupdate
Keith Bostic [Thu, 9 Apr 1992 00:01:17 +0000 (16:01 -0800)]
update

SCCS-vsn: etc/mtree/special 5.2

32 years agochange disk checks to be more concise; don't report anything but name
Keith Bostic [Thu, 9 Apr 1992 00:00:44 +0000 (16:00 -0800)]
change disk checks to be more concise; don't report anything but name
changes for character devices

SCCS-vsn: etc/security 5.17

32 years agoadd mtree/special
Keith Bostic [Wed, 8 Apr 1992 23:29:18 +0000 (15:29 -0800)]
add mtree/special

SCCS-vsn: etc/Makefile 5.12

32 years agobreak kvm routines out of libutil
Keith Bostic [Wed, 8 Apr 1992 23:26:36 +0000 (15:26 -0800)]
break kvm routines out of libutil

SCCS-vsn: lib/Makefile 5.27

32 years agouse -lkvm, now
Keith Bostic [Wed, 8 Apr 1992 23:26:12 +0000 (15:26 -0800)]
use -lkvm, now

SCCS-vsn: bin/ps/Makefile 5.9

32 years agodate and time created 92/04/08 08:25:36 by bostic
Keith Bostic [Wed, 8 Apr 1992 23:25:36 +0000 (15:25 -0800)]
date and time created 92/04/08 08:25:36 by bostic

SCCS-vsn: lib/libkvm/Makefile 5.1

32 years agocreate libkvm
Keith Bostic [Wed, 8 Apr 1992 23:22:21 +0000 (15:22 -0800)]
create libkvm

SCCS-vsn: share/mk/bsd.prog.mk 5.31

32 years agonotice dbm_open failures rather than blindly using NULL
Chris Torek [Wed, 8 Apr 1992 18:02:35 +0000 (10:02 -0800)]
notice dbm_open failures rather than blindly using NULL

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

32 years agodon't visit a directory after removing it; bug report net2/etc/0
Keith Bostic [Wed, 8 Apr 1992 07:02:29 +0000 (23:02 -0800)]
don't visit a directory after removing it; bug report net2/etc/0

SCCS-vsn: etc/rc 5.30

32 years agouse the stat mask for the bit names
Keith Bostic [Tue, 7 Apr 1992 23:52:42 +0000 (15:52 -0800)]
use the stat mask for the bit names

SCCS-vsn: lib/libc/sys/umask.2 6.3

32 years agoblock all the signals that can be blocked while the umask is modified
Keith Bostic [Tue, 7 Apr 1992 23:49:39 +0000 (15:49 -0800)]
block all the signals that can be blocked while the umask is modified

SCCS-vsn: lib/libc/gen/setmode.c 5.11

32 years agolots of changes, lots of cleanups
Keith Bostic [Tue, 7 Apr 1992 11:04:51 +0000 (03:04 -0800)]
lots of changes, lots of cleanups

SCCS-vsn: etc/security 5.16

32 years agoIf I had brains, I'd be a fuckin' menace.
Keith Bostic [Tue, 7 Apr 1992 10:06:45 +0000 (02:06 -0800)]
If I had brains, I'd be a fuckin' menace.

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

32 years ago1,$s/exit()/exit(0)/
Chris Torek [Sat, 4 Apr 1992 11:51:23 +0000 (03:51 -0800)]
1,$s/exit()/exit(0)/

SCCS-vsn: sbin/mount_nfs/mount_nfs.c 5.4

32 years agoupdate from Steve McCanne for Sun compatible kvm
Kirk McKusick [Sat, 4 Apr 1992 07:24:03 +0000 (23:24 -0800)]
update from Steve McCanne for Sun compatible kvm

SCCS-vsn: usr.bin/w/w.c 5.32
SCCS-vsn: usr.bin/w/Makefile 5.7

32 years agoupdate from Chris Torek to add argument pointer at known location
Kirk McKusick [Sat, 4 Apr 1992 05:57:59 +0000 (21:57 -0800)]
update from Chris Torek to add argument pointer at known location

SCCS-vsn: sys/kern/kern_exec.c 7.54
SCCS-vsn: sys/hp300/hp300/machdep.c 7.24

32 years agofrom Steve McCanne
Kirk McKusick [Sat, 4 Apr 1992 05:56:23 +0000 (21:56 -0800)]
from Steve McCanne

SCCS-vsn: bin/ps/fmt.c 5.1

32 years agoupdate from Steve McCanne for Sun compatible kvm
Kirk McKusick [Sat, 4 Apr 1992 05:55:48 +0000 (21:55 -0800)]
update from Steve McCanne for Sun compatible kvm

SCCS-vsn: lib/libutil/Makefile 5.11
SCCS-vsn: lib/libkvm/kvm.c 5.23
SCCS-vsn: lib/libkvm/kvm_proc.c 5.23
SCCS-vsn: lib/libkvm/kvm_hp300.c 5.23
SCCS-vsn: bin/ps/nlist.c 5.6
SCCS-vsn: bin/ps/ps.c 5.45
SCCS-vsn: bin/ps/Makefile 5.8
SCCS-vsn: bin/ps/ps.h 5.4
SCCS-vsn: bin/ps/print.c 5.10

32 years agodon't put fts_open in the error message
Keith Bostic [Fri, 3 Apr 1992 05:18:02 +0000 (21:18 -0800)]
don't put fts_open in the error message

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

32 years agodot shouldn't be in root's path at all
Keith Bostic [Fri, 3 Apr 1992 05:15:06 +0000 (21:15 -0800)]
dot shouldn't be in root's path at all

SCCS-vsn: etc/root/dot.cshrc 5.4
SCCS-vsn: etc/root/dot.profile 5.3