unix-history/.git
30 years agomerge in netbsd changes.
Jan-Simon Pendry [Thu, 16 Jun 1994 03:30:54 +0000 (19:30 -0800)]
merge in netbsd changes.
security fixes, curproc becomes symlink, misc other trash.

SCCS-vsn: sys/miscfs/procfs/procfs.h 8.7
SCCS-vsn: sys/miscfs/procfs/README 8.2
SCCS-vsn: sys/miscfs/procfs/procfs_ctl.c 8.4
SCCS-vsn: sys/miscfs/procfs/procfs_mem.c 8.5
SCCS-vsn: sys/miscfs/procfs/procfs_regs.c 8.4
SCCS-vsn: sys/miscfs/procfs/procfs_subr.c 8.5
SCCS-vsn: sys/miscfs/procfs/procfs_vnops.c 8.8
SCCS-vsn: sys/miscfs/procfs/procfs_status.c 8.4
SCCS-vsn: sys/miscfs/procfs/procfs_vfsops.c 8.5
SCCS-vsn: sys/miscfs/procfs/procfs_fpregs.c 8.2

30 years agominor tweak to keep DIAGNOSTIC code from crashing
Jan-Simon Pendry [Thu, 16 Jun 1994 02:06:11 +0000 (18:06 -0800)]
minor tweak to keep DIAGNOSTIC code from crashing

SCCS-vsn: sys/miscfs/kernfs/kernfs_vnops.c 8.9

30 years agomerge netbsd modifications
Jan-Simon Pendry [Thu, 16 Jun 1994 01:41:43 +0000 (17:41 -0800)]
merge netbsd modifications

SCCS-vsn: sys/miscfs/kernfs/kernfs.h 8.5
SCCS-vsn: sys/miscfs/kernfs/kernfs_vfsops.c 8.5
SCCS-vsn: sys/miscfs/kernfs/kernfs_vnops.c 8.8

30 years agouse a stable sort funciton (mergesort).
Jan-Simon Pendry [Wed, 15 Jun 1994 19:06:47 +0000 (11:06 -0800)]
use a stable sort funciton (mergesort).

SCCS-vsn: lib/libc/gen/opendir.c 8.4

30 years agowalking mount list should be reentrant (from mycroft)
Marshall Kirk McKusick [Wed, 15 Jun 1994 07:55:05 +0000 (23:55 -0800)]
walking mount list should be reentrant (from mycroft)

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

30 years agoadd lfs_maxsymlinklen (from mycroft)
Marshall Kirk McKusick [Wed, 15 Jun 1994 07:52:39 +0000 (23:52 -0800)]
add lfs_maxsymlinklen (from mycroft)

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

30 years agofix to allow mounting of swap files (from mycroft)
Marshall Kirk McKusick [Wed, 15 Jun 1994 07:50:47 +0000 (23:50 -0800)]
fix to allow mounting of swap files (from mycroft)

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

30 years agomixup of uid and gid mapping files
Marshall Kirk McKusick [Wed, 15 Jun 1994 07:46:56 +0000 (23:46 -0800)]
mixup of uid and gid mapping files

SCCS-vsn: sbin/mount_umap/mount_umap.c 8.4

30 years agomisc bug fixes (from mycroft)
Marshall Kirk McKusick [Wed, 15 Jun 1994 07:43:50 +0000 (23:43 -0800)]
misc bug fixes (from mycroft)

SCCS-vsn: sbin/mount_portal/mount_portal.c 8.5

30 years agoget rid of emitl and dcmp as they are done by mktime (from mycroft)
Marshall Kirk McKusick [Wed, 15 Jun 1994 07:14:15 +0000 (23:14 -0800)]
get rid of emitl and dcmp as they are done by mktime (from mycroft)

SCCS-vsn: sbin/dump/unctime.c 8.2

30 years agoadd code for access check; bug fix for readlink; formatting
Marshall Kirk McKusick [Wed, 15 Jun 1994 03:27:35 +0000 (19:27 -0800)]
add code for access check; bug fix for readlink; formatting
(from Wolfgang Solfrank via mycroft)

SCCS-vsn: sys/isofs/cd9660/cd9660_vnops.c 8.6

30 years agohave to init vfs list; use ufs doforce flag; formatting
Marshall Kirk McKusick [Wed, 15 Jun 1994 03:00:15 +0000 (19:00 -0800)]
have to init vfs list; use ufs doforce flag; formatting
(from Wolfgang Solfrank via mycroft)

SCCS-vsn: sys/isofs/cd9660/cd9660_vfsops.c 8.4

30 years agoformatting; symlink fixes (from Wolfgang Solfrank via mycroft)
Marshall Kirk McKusick [Wed, 15 Jun 1994 02:57:04 +0000 (18:57 -0800)]
formatting; symlink fixes (from Wolfgang Solfrank via mycroft)

SCCS-vsn: sys/isofs/cd9660/cd9660_rrip.c 8.4

30 years agophase error in computing time (from Wolfgang Solfrank via mycroft)
Marshall Kirk McKusick [Wed, 15 Jun 1994 02:54:05 +0000 (18:54 -0800)]
phase error in computing time (from Wolfgang Solfrank via mycroft)

SCCS-vsn: sys/isofs/cd9660/cd9660_node.c 8.3

30 years agoformatting
Marshall Kirk McKusick [Wed, 15 Jun 1994 02:52:15 +0000 (18:52 -0800)]
formatting

SCCS-vsn: sys/isofs/cd9660/cd9660_lookup.c 8.3

30 years agoupdate SPARC information
Kirk McKusick [Tue, 14 Jun 1994 10:23:57 +0000 (02:23 -0800)]
update SPARC information

SCCS-vsn: share/doc/smm/01.setup/2.t 8.3

30 years agoon write, be sure to flush the vnode from the VM object cache
Mike Hibler [Thu, 9 Jun 1994 07:00:16 +0000 (23:00 -0800)]
on write, be sure to flush the vnode from the VM object cache

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

30 years agotransposition
Kirk McKusick [Tue, 7 Jun 1994 13:46:05 +0000 (05:46 -0800)]
transposition

SCCS-vsn: share/doc/smm/01.setup/2.t 8.3

30 years agoVOP_READIR now has a cookie argument
Kirk McKusick [Tue, 7 Jun 1994 09:31:17 +0000 (01:31 -0800)]
VOP_READIR now has a cookie argument

SCCS-vsn: sys/sparc/sunos/sun_misc.c 8.3

30 years agocalculate cookies and eofflag if requested to do so (from mycroft@gnu.ai.mi)
Kirk McKusick [Sun, 5 Jun 1994 11:14:13 +0000 (03:14 -0800)]
calculate cookies and eofflag if requested to do so (from mycroft@gnu.ai.mi)

SCCS-vsn: sys/ufs/ffs/ufs_vnops.c 8.11
SCCS-vsn: sys/ufs/ufs/ufs_vnops.c 8.11

30 years agocalculate cookies and eoffalg if requested to do so
Kirk McKusick [Sun, 5 Jun 1994 11:01:11 +0000 (03:01 -0800)]
calculate cookies and eoffalg if requested to do so

SCCS-vsn: sys/ufs/ffs/ufs_vnops.c 8.11
SCCS-vsn: sys/ufs/ufs/ufs_vnops.c 8.11

30 years agocalculate and return cookies and eof flag
Kirk McKusick [Sun, 5 Jun 1994 10:59:02 +0000 (02:59 -0800)]
calculate and return cookies and eof flag

SCCS-vsn: sys/isofs/cd9660/cd9660_vnops.c 8.5

30 years agoadd cookie and eofflag parameters to readdir
Kirk McKusick [Sun, 5 Jun 1994 10:57:16 +0000 (02:57 -0800)]
add cookie and eofflag parameters to readdir

SCCS-vsn: sys/miscfs/fdesc/fdesc_vnops.c 8.10
SCCS-vsn: sys/miscfs/kernfs/kernfs_vnops.c 8.7
SCCS-vsn: sys/miscfs/portal/portal_vnops.c 8.9
SCCS-vsn: sys/miscfs/procfs/procfs_vnops.c 8.7
SCCS-vsn: sys/miscfs/union/union_vnops.c 8.15
SCCS-vsn: sys/nfs/nfs_vnops.c 8.6
SCCS-vsn: sys/miscfs/union/union_vnops.c 8.15

30 years agoask for eofflag and cookies, and use the result
Kirk McKusick [Sun, 5 Jun 1994 08:29:06 +0000 (00:29 -0800)]
ask for eofflag and cookies, and use the result

SCCS-vsn: sys/nfs/nfs_serv.c 8.4

30 years agoadd UNION support to ogetdirentries; add cookies and eofflag to VOP_READDIR
Kirk McKusick [Sun, 5 Jun 1994 08:23:02 +0000 (00:23 -0800)]
add UNION support to ogetdirentries; add cookies and eofflag to VOP_READDIR

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

30 years agoadd cookies and eofflag to VOP_READDIR
Kirk McKusick [Sun, 5 Jun 1994 08:20:47 +0000 (00:20 -0800)]
add cookies and eofflag to VOP_READDIR

SCCS-vsn: sys/kern/vnode_if.src 8.5

30 years agosince size_t is unsigned, testing iov_len < 0 is futile
Kirk McKusick [Sun, 5 Jun 1994 08:04:30 +0000 (00:04 -0800)]
since size_t is unsigned, testing iov_len < 0 is futile

SCCS-vsn: sys/kern/uipc_syscalls.c 8.5
SCCS-vsn: sys/kern/sys_generic.c 8.6

30 years agohave to check for dead vnodes when checking whether to do accounting
Kirk McKusick [Fri, 3 Jun 1994 09:35:15 +0000 (01:35 -0800)]
have to check for dead vnodes when checking whether to do accounting

SCCS-vsn: sys/kern/PROTO/44Lite/kern_acct.c 8.2
SCCS-vsn: sys/kern/PROTO/44Lite/kern_acct.c 8.2

30 years agocheck for dead vnodes when doing accounting
Kirk McKusick [Fri, 3 Jun 1994 09:30:28 +0000 (01:30 -0800)]
check for dead vnodes when doing accounting

SCCS-vsn: sys/kern/kern_acct.c 8.4

30 years agomake it work better than once a second
Keith Bostic [Thu, 2 Jun 1994 12:50:52 +0000 (04:50 -0800)]
make it work better than once a second

SCCS-vsn: games/random/random.c 8.6

30 years agopage breaks for 4.4BSD manuals
Anne Hughes [Thu, 2 Jun 1994 12:22:45 +0000 (04:22 -0800)]
page breaks for 4.4BSD manuals

SCCS-vsn: share/doc/smm/01.setup/2.t 8.2
SCCS-vsn: share/doc/smm/01.setup/3.t 8.2
SCCS-vsn: share/doc/smm/01.setup/4.t 8.2
SCCS-vsn: share/doc/smm/01.setup/6.t 8.2
SCCS-vsn: usr.bin/uucp/SMM.doc/uucpimpl/implement.ms 8.2
SCCS-vsn: contrib/perl-4.036/doc/perl.ms 8.2
SCCS-vsn: usr.bin/uucp/acucntrl/acucntrl.8 8.3
SCCS-vsn: usr.sbin/amd/amd/amd.8 5.11
SCCS-vsn: sbin/dump/dump.8 8.2
SCCS-vsn: sbin/fsdb/fsdb.8 8.6
SCCS-vsn: libexec/ftpd/ftpd.8 8.3
SCCS-vsn: sbin/ifconfig/ifconfig.8 8.4
SCCS-vsn: usr.sbin/inetd/inetd.8 8.4
SCCS-vsn: sbin/init/init.8 8.4
SCCS-vsn: usr.sbin/lpr/lpc/lpc.8 8.4
SCCS-vsn: sbin/mount_procfs/mount_procfs.8 8.3
SCCS-vsn: sbin/newfs/newfs.8 8.4
SCCS-vsn: sbin/restore/restore.8 8.3
SCCS-vsn: libexec/rexecd/rexecd.8 8.3
SCCS-vsn: usr.sbin/rmt/rmt.8 8.3
SCCS-vsn: sbin/route/route.8 8.4
SCCS-vsn: usr.sbin/sendmail/src/sendmail.8 8.5
SCCS-vsn: libexec/telnetd/telnetd.8 8.4
SCCS-vsn: usr.sbin/traceroute/traceroute.8 8.2
SCCS-vsn: share/zoneinfo/zic.8 8.2
SCCS-vsn: share/man/man7/hier.7 8.5
SCCS-vsn: share/man/man7/man.7 8.3
SCCS-vsn: share/man/man7/mdoc.7 8.3
SCCS-vsn: share/man/man7/mdoc.samples.7 8.3
SCCS-vsn: contrib/dungeon/dungeon.6 5.2
SCCS-vsn: games/mille/mille.6 8.3
SCCS-vsn: games/phantasia/phantasia.6 5.5
SCCS-vsn: games/sail/sail.6 8.3
SCCS-vsn: share/man/man5/a.out.5 8.2
SCCS-vsn: usr.bin/ar/ar.5.5 8.2
SCCS-vsn: usr.sbin/cron/crontab.5 8.4
SCCS-vsn: libexec/getty/gettytab.5 8.5
SCCS-vsn: usr.bin/tn3270/mset/map3270.5 8.4
SCCS-vsn: share/man/man5/remote.5 8.2
SCCS-vsn: share/man/man5/utmp.5 8.3
SCCS-vsn: lib/libc/sys/execve.2 8.5
SCCS-vsn: bin/csh/csh.1 8.4
SCCS-vsn: usr.bin/mail/mail.1 8.4
SCCS-vsn: usr.bin/telnet/telnet.1 8.6
SCCS-vsn: bin/stty/stty.1 8.5
SCCS-vsn: lib/libc/sys/intro.2 8.4
SCCS-vsn: lib/libc/gen/sysctl.3 8.2

30 years agopage breaks for 4.4BSD manuals
Kirk McKusick [Thu, 2 Jun 1994 10:41:27 +0000 (02:41 -0800)]
page breaks for 4.4BSD manuals

SCCS-vsn: contrib/jove-4.14.6/USD.doc/jove.4 8.2

30 years agopage breaks for the 4.4BSD manuals
Anne Hughes [Thu, 2 Jun 1994 10:03:27 +0000 (02:03 -0800)]
page breaks for the 4.4BSD manuals

SCCS-vsn: old/roff/USD.doc/troff.tutorial/tt08 8.2
SCCS-vsn: old/roff/USD.doc/troff.tutorial/tt10 8.2
SCCS-vsn: old/roff/USD.doc/troff.tutorial/tt11 8.2
SCCS-vsn: old/refer/USD.doc/refer/refer.bib 8.3
SCCS-vsn: usr.bin/diction/USD.doc/rm1 8.2
SCCS-vsn: games/rogue/USD.doc/rogue.me 8.2

30 years agotweeks for the QMS typesetter for the 4.4BSD manuals
Anne Hughes [Thu, 2 Jun 1994 09:59:09 +0000 (01:59 -0800)]
tweeks for the QMS typesetter for the 4.4BSD manuals

SCCS-vsn: old/roff/USD.doc/troff/m3 8.2

30 years agopage breaks for the 4.4BSD manuals
Anne Hughes [Thu, 2 Jun 1994 09:58:46 +0000 (01:58 -0800)]
page breaks for the 4.4BSD manuals

SCCS-vsn: usr.bin/learn/USD.doc/p5 8.2
SCCS-vsn: usr.bin/sed/USD.doc/sed 8.2
SCCS-vsn: old/awk/USD.doc/awk 8.2
SCCS-vsn: share/doc/usd/17.msmacros/ms 8.2
SCCS-vsn: share/doc/usd/19.memacros/intro.me 8.2
SCCS-vsn: share/doc/usd/20.meref/ref.me 8.2
SCCS-vsn: old/roff/USD.doc/troff/m2 8.2
SCCS-vsn: old/roff/USD.doc/troff/m4 8.2

30 years agocleanup toc
Anne Hughes [Thu, 2 Jun 1994 09:52:59 +0000 (01:52 -0800)]
cleanup toc

SCCS-vsn: share/doc/psd/05.sysman/Makefile 8.2

30 years agoreorganize and page breaks for the 4.4BSD manuals
Anne Hughes [Thu, 2 Jun 1994 09:46:11 +0000 (01:46 -0800)]
reorganize and page breaks for the 4.4BSD manuals

SCCS-vsn: share/doc/psd/21.ipc/5.t 8.2
SCCS-vsn: share/doc/psd/21.ipc/4.t 8.2

30 years agopage breaks for the 4.4BSD manuals
Anne Hughes [Thu, 2 Jun 1994 09:44:06 +0000 (01:44 -0800)]
page breaks for the 4.4BSD manuals

SCCS-vsn: usr.bin/sccs/PSD.doc/sccs.me 8.2
SCCS-vsn: old/yacc/PSD.doc/ss4 8.2
SCCS-vsn: old/yacc/PSD.doc/ss7 8.2
SCCS-vsn: old/yacc/PSD.doc/ss9 8.2
SCCS-vsn: old/yacc/PSD.doc/ssb 8.2
SCCS-vsn: lib/libcurses/PSD.doc/fns.doc 8.2
SCCS-vsn: share/doc/psd/21.ipc/2.t 8.2
SCCS-vsn: share/doc/psd/21.ipc/3.t 8.2

30 years agodelete reference to non-existent figure; page breaks for the 4.4BSD manuals
Anne Hughes [Thu, 2 Jun 1994 09:36:09 +0000 (01:36 -0800)]
delete reference to non-existent figure; page breaks for the 4.4BSD manuals

SCCS-vsn: contrib/rcs-V5.6/PSD.doc/rcs.ms 8.3

30 years agostructural cleanup and add page breaks for the 4.4BSD manuals
Anne Hughes [Thu, 2 Jun 1994 09:34:35 +0000 (01:34 -0800)]
structural cleanup and add page breaks for the 4.4BSD manuals

SCCS-vsn: usr.bin/make/PSD.doc/tutorial.ms 8.3

30 years agopage breaks for the 4.4BSD manuals
Anne Hughes [Thu, 2 Jun 1994 09:31:06 +0000 (01:31 -0800)]
page breaks for the 4.4BSD manuals

SCCS-vsn: usr.bin/f77/PSD.doc/f77/f77.ms 8.3
SCCS-vsn: usr.bin/f77/PSD.doc/f77io/f77IO.ms 8.3
SCCS-vsn: old/adb/PSD.doc/adb.ms 8.2

30 years agotypo
Kirk McKusick [Thu, 2 Jun 1994 09:25:02 +0000 (01:25 -0800)]
typo

SCCS-vsn: usr.bin/pascal/USD.doc/pumanA.n 8.2

30 years agopage breaks for the 4.4BSD manuals
Kirk McKusick [Thu, 2 Jun 1994 09:24:49 +0000 (01:24 -0800)]
page breaks for the 4.4BSD manuals

SCCS-vsn: usr.bin/pascal/USD.doc/puman3.n 8.2
SCCS-vsn: usr.bin/pascal/USD.doc/puman4.n 8.2

30 years agotoo hard to create program sources, so don't remove them
Kirk McKusick [Thu, 2 Jun 1994 09:23:13 +0000 (01:23 -0800)]
too hard to create program sources, so don't remove them

SCCS-vsn: usr.bin/pascal/USD.doc/Makefile 8.3

30 years agofix some typos and cleanup page breaks for the 4.4BSD manuals
Anne Hughes [Thu, 2 Jun 1994 09:21:04 +0000 (01:21 -0800)]
fix some typos and cleanup page breaks for the 4.4BSD manuals

SCCS-vsn: share/doc/psd/06.Clang/Clang.ms 8.2
SCCS-vsn: share/doc/psd/06.Clang/Clib.ms 8.2

30 years agopage breaks for the 4.4BSD manuals
Anne Hughes [Thu, 2 Jun 1994 09:18:23 +0000 (01:18 -0800)]
page breaks for the 4.4BSD manuals

SCCS-vsn: share/doc/psd/03.iosys/iosys 8.2
SCCS-vsn: share/doc/psd/04.uprog/p3 8.2
SCCS-vsn: share/doc/psd/04.uprog/p4 8.2
SCCS-vsn: share/doc/psd/04.uprog/p5 8.2
SCCS-vsn: share/doc/psd/05.sysman/2.3.t 8.6
SCCS-vsn: share/doc/psd/05.sysman/1.6.t 8.5
SCCS-vsn: share/doc/psd/05.sysman/2.2.t 8.8
SCCS-vsn: share/doc/psd/05.sysman/2.4.t 8.5

30 years agospacing for publication
Anne Hughes [Thu, 2 Jun 1994 09:11:54 +0000 (01:11 -0800)]
spacing for publication

SCCS-vsn: share/doc/psd/02.implement/implement 8.2

30 years agobuglet
Kirk McKusick [Thu, 2 Jun 1994 08:42:14 +0000 (00:42 -0800)]
buglet

SCCS-vsn: sys/isofs/cd9660/cd9660_rrip.c 8.3

30 years agoavoid crashing on RTE with odd-address PC, it appears that the
Mike Hibler [Thu, 2 Jun 1994 07:50:27 +0000 (23:50 -0800)]
avoid crashing on RTE with odd-address PC, it appears that the
address fault is generated in supervisor mode and not user mode

SCCS-vsn: sys/hp300/hp300/trap.c 8.6

30 years agoIPTOS_PREC_ROUTINE should have a value of 0x00, not 0x10 (from honig)
Kirk McKusick [Thu, 2 Jun 1994 00:50:31 +0000 (16:50 -0800)]
IPTOS_PREC_ROUTINE should have a value of 0x00, not 0x10 (from honig)

SCCS-vsn: sys/netinet/ip.h 8.2

30 years agogotta keep those flags straight (from mycroft@sun-lamp.cs.berkeley.edu)
Kirk McKusick [Wed, 1 Jun 1994 09:33:10 +0000 (01:33 -0800)]
gotta keep those flags straight (from mycroft@sun-lamp.cs.berkeley.edu)

SCCS-vsn: sys/ufs/ffs/ffs_inode.c 8.6

30 years agomake ptrace calls work correctly for hp300
Mike Hibler [Wed, 1 Jun 1994 05:46:36 +0000 (21:46 -0800)]
make ptrace calls work correctly for hp300

SCCS-vsn: usr.bin/pascal/pdx/process/ptrace.c 8.3

30 years agoadd a realloc() call, for the C library
Keith Bostic [Tue, 31 May 1994 06:55:38 +0000 (22:55 -0800)]
add a realloc() call, for the C library

SCCS-vsn: old/sh/blok.c 4.3

30 years agoman pages with .new in the don't work
Keith Bostic [Mon, 30 May 1994 12:32:50 +0000 (04:32 -0800)]
man pages with .new in the don't work

SCCS-vsn: usr.sbin/config.new/Makefile 8.3

30 years agodon't time out non-SMTP reads from stdin
Eric Allman [Mon, 30 May 1994 04:08:53 +0000 (20:08 -0800)]
don't time out non-SMTP reads from stdin

SCCS-vsn: usr.sbin/sendmail/src/collect.c 8.15

30 years agoCONVEX notes
Eric Allman [Mon, 30 May 1994 04:08:35 +0000 (20:08 -0800)]
CONVEX notes

SCCS-vsn: usr.sbin/sendmail/src/READ_ME 8.64

30 years agodon't check name of directory entries with zero'ed ino (from mycroft@sun-lamp.cs...
Kirk McKusick [Mon, 30 May 1994 00:53:24 +0000 (16:53 -0800)]
don't check name of directory entries with zero'ed ino (from mycroft@sun-lamp.cs.berkeley.edu)

SCCS-vsn: sys/ufs/ffs/ufs_lookup.c 8.7
SCCS-vsn: sys/ufs/ufs/ufs_lookup.c 8.7

30 years agoavoid automatic DNS domain extensions if you look up an address
Eric Allman [Sun, 29 May 1994 23:06:10 +0000 (15:06 -0800)]
avoid automatic DNS domain extensions if you look up an address
that has a dot on it after deleting the dot for /etc/hosts compatibility

SCCS-vsn: usr.sbin/sendmail/src/daemon.c 8.52

30 years agoavoid buffer overrun problems with very long user names
Eric Allman [Sun, 29 May 1994 22:56:09 +0000 (14:56 -0800)]
avoid buffer overrun problems with very long user names

SCCS-vsn: usr.sbin/sendmail/src/recipient.c 8.45

30 years agoavoid logging alias stats if you have no db code defined
Eric Allman [Sun, 29 May 1994 22:34:50 +0000 (14:34 -0800)]
avoid logging alias stats if you have no db code defined

SCCS-vsn: usr.sbin/sendmail/src/map.c 8.28
SCCS-vsn: usr.sbin/sendmail/src/alias.c 8.26

30 years agomove entry/exit debugging to 21.1
Eric Allman [Sun, 29 May 1994 22:33:28 +0000 (14:33 -0800)]
move entry/exit debugging to 21.1

SCCS-vsn: usr.sbin/sendmail/src/parseaddr.c 8.33

30 years agoclean up Subject: line on warning messages
Eric Allman [Sun, 29 May 1994 22:31:20 +0000 (14:31 -0800)]
clean up Subject: line on warning messages

SCCS-vsn: usr.sbin/sendmail/src/savemail.c 8.30
SCCS-vsn: usr.sbin/sendmail/src/envelope.c 8.35

30 years agocleanup final nits
Kirk McKusick [Sun, 29 May 1994 15:05:17 +0000 (07:05 -0800)]
cleanup final nits

SCCS-vsn: share/doc/psd/05.sysman/1.4.t 8.5
SCCS-vsn: share/doc/psd/05.sysman/1.5.t 8.6
SCCS-vsn: share/doc/psd/05.sysman/1.2.t 8.9
SCCS-vsn: share/doc/psd/05.sysman/1.3.t 8.6
SCCS-vsn: share/doc/psd/05.sysman/2.3.t 8.5
SCCS-vsn: share/doc/psd/05.sysman/2.2.t 8.7
SCCS-vsn: share/doc/psd/05.sysman/2.5.t 8.6

30 years agoMike Hibler sez, this time for sure!
Kirk McKusick [Sun, 29 May 1994 02:53:23 +0000 (18:53 -0800)]
Mike Hibler sez, this time for sure!

SCCS-vsn: share/doc/psd/05.sysman/1.2.t 8.8

30 years agodon't require the range to be completely allocated
Mike Hibler [Sat, 28 May 1994 06:42:20 +0000 (22:42 -0800)]
don't require the range to be completely allocated

SCCS-vsn: lib/libc/sys/munmap.2 8.3

30 years agoback out the restriction that offset be page aligned
Mike Hibler [Sat, 28 May 1994 06:39:18 +0000 (22:39 -0800)]
back out the restriction that offset be page aligned

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

30 years agoback out change requiring alignment of "pos"
Mike Hibler [Sat, 28 May 1994 06:28:11 +0000 (22:28 -0800)]
back out change requiring alignment of "pos"
also don't require that munmap range be completely allocated

SCCS-vsn: sys/vm/vm_mmap.c 8.7

30 years agofix names for mc68000 registers
Kirk McKusick [Sat, 28 May 1994 06:22:40 +0000 (22:22 -0800)]
fix names for mc68000 registers

SCCS-vsn: usr.bin/pascal/pdx/process/ptrace.c 8.2

30 years agoeliminate bogus sys_errlist declaration
Kirk McKusick [Sat, 28 May 1994 06:22:07 +0000 (22:22 -0800)]
eliminate bogus sys_errlist declaration

SCCS-vsn: usr.bin/pascal/pdx/library.c 8.2

30 years agoneed to add -ll (lex library)
Kirk McKusick [Sat, 28 May 1994 06:21:40 +0000 (22:21 -0800)]
need to add -ll (lex library)

SCCS-vsn: usr.bin/pascal/pdx/Makefile 8.2

30 years agorule to cope with missing eyacc
Kirk McKusick [Sat, 28 May 1994 06:20:58 +0000 (22:20 -0800)]
rule to cope with missing eyacc

SCCS-vsn: usr.bin/pascal/pxp/Makefile 8.2

30 years agoget rid of modified static strings
Kirk McKusick [Sat, 28 May 1994 06:20:15 +0000 (22:20 -0800)]
get rid of modified static strings

SCCS-vsn: usr.bin/pascal/src/yyprint.c 8.2

30 years agocannot modify constant strings
Kirk McKusick [Sat, 28 May 1994 06:18:02 +0000 (22:18 -0800)]
cannot modify constant strings

SCCS-vsn: usr.bin/pascal/pix/pix.c 8.2

30 years agofix a divide by zero problem
Mike Hibler [Sat, 28 May 1994 03:46:26 +0000 (19:46 -0800)]
fix a divide by zero problem

SCCS-vsn: sys/hp300/dev/st.c 8.4

30 years agoimproper parameter to pmap_changebit (should be PA not VA)
Mike Hibler [Sat, 28 May 1994 00:12:14 +0000 (16:12 -0800)]
improper parameter to pmap_changebit (should be PA not VA)
(from holmgren@tenon.com)

SCCS-vsn: sys/hp300/hp300/pmap.c 8.6

30 years agoforgot to account for new stack alignment in initial startup code
Mike Hibler [Fri, 27 May 1994 23:51:37 +0000 (15:51 -0800)]
forgot to account for new stack alignment in initial startup code
(from mycroft@sun-lamp.cs.berkeley.edu)

SCCS-vsn: sys/hp300/hp300/locore.s 8.6

30 years agonote that pos should be a multiple of the pagesize,
Mike Hibler [Fri, 27 May 1994 23:34:28 +0000 (15:34 -0800)]
note that pos should be a multiple of the pagesize,
fd must be -1 for MAP_ANON, document various EINVAL conditions

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

30 years agoincorporate comments from Mike Hibler
Kirk McKusick [Fri, 27 May 1994 14:02:40 +0000 (06:02 -0800)]
incorporate comments from Mike Hibler

SCCS-vsn: share/doc/psd/05.sysman/1.2.t 8.7
SCCS-vsn: share/doc/psd/05.sysman/2.2.t 8.6
SCCS-vsn: share/doc/psd/05.sysman/2.5.t 8.5

30 years agocleanups and edits for accuracy
Keith Bostic [Fri, 27 May 1994 13:31:00 +0000 (05:31 -0800)]
cleanups and edits for accuracy

SCCS-vsn: share/doc/psd/05.sysman/0.t 8.3
SCCS-vsn: share/doc/psd/05.sysman/1.0.t 8.3
SCCS-vsn: share/doc/psd/05.sysman/1.1.t 8.5
SCCS-vsn: share/doc/psd/05.sysman/1.4.t 8.4
SCCS-vsn: share/doc/psd/05.sysman/1.5.t 8.5
SCCS-vsn: share/doc/psd/05.sysman/1.2.t 8.6
SCCS-vsn: share/doc/psd/05.sysman/1.3.t 8.5
SCCS-vsn: share/doc/psd/05.sysman/2.3.t 8.4
SCCS-vsn: share/doc/psd/05.sysman/1.6.t 8.4
SCCS-vsn: share/doc/psd/05.sysman/1.7.t 8.4
SCCS-vsn: share/doc/psd/05.sysman/2.0.t 8.4
SCCS-vsn: share/doc/psd/05.sysman/2.1.t 8.4
SCCS-vsn: share/doc/psd/05.sysman/2.2.t 8.5
SCCS-vsn: share/doc/psd/05.sysman/2.4.t 8.4
SCCS-vsn: share/doc/psd/05.sysman/2.5.t 8.4

30 years agoafter carefully constructing the correct value for "pos",
Mike Hibler [Fri, 27 May 1994 11:42:00 +0000 (03:42 -0800)]
after carefully constructing the correct value for "pos",
I didn't use it...duh!  Also, require that pos be page-aligned for !MAP_ANON

SCCS-vsn: sys/vm/vm_mmap.c 8.6

30 years agocorrect to make runnable
Kirk McKusick [Thu, 26 May 1994 03:15:56 +0000 (19:15 -0800)]
correct to make runnable

SCCS-vsn: usr.bin/pascal/USD.doc/Makefile 8.2

30 years agoupdate the references for the 4.4BSD manuals
Kirk McKusick [Thu, 26 May 1994 03:13:50 +0000 (19:13 -0800)]
update the references for the 4.4BSD manuals

SCCS-vsn: usr.bin/pascal/USD.doc/puman1.n 8.2

30 years agoupdate authors addresses
Kirk McKusick [Thu, 26 May 1994 02:36:50 +0000 (18:36 -0800)]
update authors addresses

SCCS-vsn: usr.bin/pascal/USD.doc/puman0.n 8.2

30 years agotype cast lseek calls
Kirk McKusick [Wed, 25 May 1994 08:16:40 +0000 (00:16 -0800)]
type cast lseek calls

SCCS-vsn: usr.bin/pascal/src/main.c 8.2
SCCS-vsn: usr.bin/pascal/src/yymain.c 8.2
SCCS-vsn: usr.bin/pascal/src/put.c 8.2
SCCS-vsn: usr.bin/pascal/src/savenl.c 8.2

30 years agofix size info for px_header
Kirk McKusick [Wed, 25 May 1994 07:25:17 +0000 (23:25 -0800)]
fix size info for px_header

SCCS-vsn: usr.bin/pascal/src/objfmt.h 8.2

30 years agofix font sizes, get pictures to print out
Kirk McKusick [Wed, 25 May 1994 06:50:58 +0000 (22:50 -0800)]
fix font sizes, get pictures to print out

SCCS-vsn: share/doc/psd/20.ipctut/tutor.me 8.3

30 years agoshould not be using GS/GE for tables
Kirk McKusick [Wed, 25 May 1994 06:35:17 +0000 (22:35 -0800)]
should not be using GS/GE for tables

SCCS-vsn: old/lex/PSD.doc/lex.ms 8.2

30 years agoreplace margin notes with inline parenthetical deltas
Kirk McKusick [Wed, 25 May 1994 06:24:46 +0000 (22:24 -0800)]
replace margin notes with inline parenthetical deltas

SCCS-vsn: usr.bin/make/PSD.doc/tutorial.ms 8.2

30 years agofix running head
Kirk McKusick [Wed, 25 May 1994 06:02:25 +0000 (22:02 -0800)]
fix running head

SCCS-vsn: lib/libcurses/PSD.doc/Master 8.2

30 years agomove figures to end of document to (hopefully) improve format
Kirk McKusick [Wed, 25 May 1994 02:50:24 +0000 (18:50 -0800)]
move figures to end of document to (hopefully) improve format

SCCS-vsn: share/doc/psd/20.ipctut/tutor.me 8.2

30 years agouse the correct macro package
Kirk McKusick [Wed, 25 May 1994 02:26:30 +0000 (18:26 -0800)]
use the correct macro package

SCCS-vsn: contrib/rcs-V5.6/PSD.doc/Makefile 8.2

30 years agoeliminate excessive interline spacing
Kirk McKusick [Wed, 25 May 1994 02:25:15 +0000 (18:25 -0800)]
eliminate excessive interline spacing

SCCS-vsn: contrib/rcs-V5.6/PSD.doc/rcs.ms 8.2

30 years agoin union_lock: don't lock lower layer when reference
Jan-Simon Pendry [Tue, 24 May 1994 19:43:05 +0000 (11:43 -0800)]
in union_lock: don't lock lower layer when reference
count is zero.  this avoids deadlocking through getnewvnode/vgone.

SCCS-vsn: sys/miscfs/union/union_vnops.c 8.14

30 years agoput : after <xxx> strings
Jan-Simon Pendry [Tue, 24 May 1994 19:42:06 +0000 (11:42 -0800)]
put : after <xxx> strings

SCCS-vsn: sys/miscfs/union/union_vfsops.c 8.10

30 years agoparse "" or '' correctly. They were being eaten up.
Christos Zoulas [Tue, 24 May 1994 06:50:36 +0000 (22:50 -0800)]
parse "" or '' correctly. They were being eaten up.

SCCS-vsn: usr.bin/make/str.c 8.5

30 years agofix for VAR='name \# foo' [# was parsed as a comment]
Christos Zoulas [Tue, 24 May 1994 06:46:55 +0000 (22:46 -0800)]
fix for VAR='name \# foo' [# was parsed as a comment]

SCCS-vsn: usr.bin/make/parse.c 8.4

30 years agoneeds types.h
Kirk McKusick [Tue, 24 May 1994 06:37:36 +0000 (22:37 -0800)]
needs types.h

SCCS-vsn: usr.bin/pascal/libpc/SCLCK.c 8.2

30 years agoneeds typees.h
Kirk McKusick [Tue, 24 May 1994 06:35:29 +0000 (22:35 -0800)]
needs typees.h

SCCS-vsn: usr.bin/pascal/libpc/CLCK.c 8.2

30 years agosyntax fixes
Kirk McKusick [Tue, 24 May 1994 06:30:19 +0000 (22:30 -0800)]
syntax fixes

SCCS-vsn: lib/libcurses/PSD.doc/Makefile 8.2

30 years agosyntax
Kirk McKusick [Tue, 24 May 1994 06:27:13 +0000 (22:27 -0800)]
syntax

SCCS-vsn: usr.bin/sccs/PSD.doc/Makefile 8.2
SCCS-vsn: usr.bin/m4/PSD.doc/Makefile 8.2