unix-history/.git
31 years agoadd tcpmux & ntp
Andrew Cherenson [Sat, 26 Sep 1992 09:39:43 +0000 (01:39 -0800)]
add tcpmux & ntp

SCCS-vsn: etc/services 5.10

31 years agodelete antique code to check bfreelist[0].b_forw (no longer used)
Keith Bostic [Fri, 25 Sep 1992 12:52:02 +0000 (04:52 -0800)]
delete antique code to check bfreelist[0].b_forw (no longer used)

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

31 years agoprinting buffer statistics is done in the vfs layer
Keith Bostic [Fri, 25 Sep 1992 12:37:22 +0000 (04:37 -0800)]
printing buffer statistics is done in the vfs layer

SCCS-vsn: sys/ufs/ffs/ufs_vfsops.c 7.64
SCCS-vsn: sys/ufs/ufs/ufs_vfsops.c 7.64

31 years agoprinting buffer statistics is done at a higher level
Keith Bostic [Fri, 25 Sep 1992 12:37:01 +0000 (04:37 -0800)]
printing buffer statistics is done at a higher level

SCCS-vsn: sys/ufs/ffs/ffs_vfsops.c 7.79
SCCS-vsn: sys/ufs/ffs/ufs_extern.h 7.15
SCCS-vsn: sys/ufs/ufs/ufs_extern.h 7.15

31 years agohave to check for insertion into head of an empty LRU list
Kirk McKusick [Fri, 25 Sep 1992 09:10:46 +0000 (01:10 -0800)]
have to check for insertion into head of an empty LRU list

SCCS-vsn: sys/kern/vfs_cache.c 7.15

31 years agoget rid of unneeded lfs_flush
Keith Bostic [Fri, 25 Sep 1992 02:31:26 +0000 (18:31 -0800)]
get rid of unneeded lfs_flush

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

31 years agofix for LITTLE_ENDIAN code
Kirk McKusick [Fri, 25 Sep 1992 02:22:09 +0000 (18:22 -0800)]
fix for LITTLE_ENDIAN code

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

31 years agowant cheap elapsed time (put back chnage from 7.19 to 7.20)
Keith Sklower [Thu, 24 Sep 1992 07:13:46 +0000 (23:13 -0800)]
want cheap elapsed time (put back chnage from 7.19 to 7.20)

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

31 years agomake USERDB dependent on NEWDB
Eric Allman [Thu, 24 Sep 1992 06:24:28 +0000 (22:24 -0800)]
make USERDB dependent on NEWDB

SCCS-vsn: usr.sbin/sendmail/src/conf.h 5.27

31 years agofix bug in envp handling in main(); always put trailing dot on
Eric Allman [Thu, 24 Sep 1992 06:04:30 +0000 (22:04 -0800)]
fix bug in envp handling in main(); always put trailing dot on
results of MX lookups

SCCS-vsn: usr.sbin/sendmail/src/main.c 5.57
SCCS-vsn: usr.sbin/sendmail/src/domain.c 5.35
SCCS-vsn: usr.sbin/sendmail/src/version.c 5.117

31 years agocarefully cast volitile pointers to avoid code reordering (from torek@lbl)
Kirk McKusick [Wed, 23 Sep 1992 13:35:36 +0000 (05:35 -0800)]
carefully cast volitile pointers to avoid code reordering (from torek@lbl)

SCCS-vsn: sys/kern/kern_fork.c 7.40

31 years agorootvp and swapvp now done in ?fs_mountroot
Kirk McKusick [Wed, 23 Sep 1992 13:04:09 +0000 (05:04 -0800)]
rootvp and swapvp now done in ?fs_mountroot

SCCS-vsn: sys/nfs/nfs_vfsops.c 7.46
SCCS-vsn: sys/ufs/ffs/ffs_vfsops.c 7.78
SCCS-vsn: sys/ufs/mfs/mfs_vfsops.c 7.27
SCCS-vsn: sys/kern/init_main.c 7.55

31 years agodumb typo
Ralph Campbell [Wed, 23 Sep 1992 12:37:12 +0000 (04:37 -0800)]
dumb typo

SCCS-vsn: bin/dd/dd.c 5.15

31 years agodo not update local times of special devices on stat or close (from leres@lbl)
Kirk McKusick [Wed, 23 Sep 1992 09:10:34 +0000 (01:10 -0800)]
do not update local times of special devices on stat or close (from leres@lbl)

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

31 years agoa variety of bug minor bug fixes; add file locking when writing
Eric Allman [Wed, 23 Sep 1992 07:40:29 +0000 (23:40 -0800)]
a variety of bug minor bug fixes; add file locking when writing
to a UNIX file; strip out dangerous envariables

SCCS-vsn: usr.sbin/sendmail/src/main.c 5.56
SCCS-vsn: usr.sbin/sendmail/src/version.c 5.116
SCCS-vsn: usr.sbin/sendmail/src/daemon.c 5.49
SCCS-vsn: usr.sbin/sendmail/src/util.c 5.30
SCCS-vsn: usr.sbin/sendmail/src/queue.c 5.48

31 years agohacks so it will compile -- but I don't see making a lot of use
Eric Allman [Wed, 23 Sep 1992 07:13:49 +0000 (23:13 -0800)]
hacks so it will compile -- but I don't see making a lot of use
of this version, because of the extent of the changes

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

31 years agoversion from Neil Rickert
Eric Allman [Wed, 23 Sep 1992 05:48:33 +0000 (21:48 -0800)]
version from Neil Rickert

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

31 years agoFixed standout bug.
Elan Amir [Wed, 23 Sep 1992 04:38:07 +0000 (20:38 -0800)]
Fixed standout bug.

SCCS-vsn: lib/libcurses/cr_put.c 5.10

31 years agoAdded standout
Elan Amir [Wed, 23 Sep 1992 04:37:39 +0000 (20:37 -0800)]
Added standout

SCCS-vsn: lib/libcurses/curses.h 5.15

31 years agodeal with VM_PAGER_ERROR
Mike Hibler [Tue, 22 Sep 1992 12:46:14 +0000 (04:46 -0800)]
deal with VM_PAGER_ERROR
did a little cleanup and clarified some comments

SCCS-vsn: sys/vm/vm_fault.c 7.14

31 years agobe prepared to handle VM_PAGER_ERROR
Mike Hibler [Tue, 22 Sep 1992 12:45:13 +0000 (04:45 -0800)]
be prepared to handle VM_PAGER_ERROR

SCCS-vsn: sys/vm/vm_pageout.c 7.8

31 years agoreturn VM_PAGER_ERROR not VM_PAGER_FAIL on IO errors
Mike Hibler [Tue, 22 Sep 1992 12:44:33 +0000 (04:44 -0800)]
return VM_PAGER_ERROR not VM_PAGER_FAIL on IO errors

SCCS-vsn: sys/vm/swap_pager.c 7.13
SCCS-vsn: sys/vm/vnode_pager.c 7.13

31 years agoadded VM_PAGER_ERROR to reflect pager IO errors
Mike Hibler [Tue, 22 Sep 1992 12:43:32 +0000 (04:43 -0800)]
added VM_PAGER_ERROR to reflect pager IO errors

SCCS-vsn: sys/vm/vm_pager.h 7.4

31 years agoaddupc_intr -> addupc_task and convert stat ticks to prof ticks
Mike Hibler [Tue, 22 Sep 1992 12:34:08 +0000 (04:34 -0800)]
addupc_intr -> addupc_task and convert stat ticks to prof ticks

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

31 years agomake psratio visible: needed to scale tick values in hp300/trap.c
Mike Hibler [Tue, 22 Sep 1992 12:31:07 +0000 (04:31 -0800)]
make psratio visible: needed to scale tick values in hp300/trap.c

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

31 years agogprof.h -> gmon.h
Mike Hibler [Tue, 22 Sep 1992 12:26:41 +0000 (04:26 -0800)]
gprof.h -> gmon.h

SCCS-vsn: sys/hp300/hp300/clock.c 7.15

31 years agomod of Carl's fix: scale config time timeout value by cpuspeed
Mike Hibler [Tue, 22 Sep 1992 12:24:48 +0000 (04:24 -0800)]
mod of Carl's fix: scale config time timeout value by cpuspeed

SCCS-vsn: sys/hp300/dev/hpib.c 7.7

31 years agofix a couple of minor bugs in my last revision
Mike Hibler [Tue, 22 Sep 1992 12:21:14 +0000 (04:21 -0800)]
fix a couple of minor bugs in my last revision

SCCS-vsn: sys/hp/hpux/hpux_tty.c 7.12

31 years agomust always check for absolute root, ow a chroot'ed process
Mike Hibler [Tue, 22 Sep 1992 12:16:12 +0000 (04:16 -0800)]
must always check for absolute root, ow a chroot'ed process
could ".." its way past its own local root and go beyond the real root
(i.e. crash the kernel)

SCCS-vsn: sys/kern/vfs_lookup.c 7.44

31 years agocheck for "trace me" right off the bat
Mike Hibler [Tue, 22 Sep 1992 12:14:18 +0000 (04:14 -0800)]
check for "trace me" right off the bat
check return value of pfind before trying attach

SCCS-vsn: sys/kern/sys_process.c 7.32

31 years agocheck for write errors before incrementing output counts.
Ralph Campbell [Tue, 22 Sep 1992 11:19:39 +0000 (03:19 -0800)]
check for write errors before incrementing output counts.

SCCS-vsn: bin/dd/dd.c 5.14

31 years agoMIN becomes min; include systm.h to get min
Kirk McKusick [Tue, 22 Sep 1992 10:13:51 +0000 (02:13 -0800)]
MIN becomes min; include systm.h to get min

SCCS-vsn: sys/netiso/iso_chksum.c 7.7

31 years agoMIN becomes min
Kirk McKusick [Tue, 22 Sep 1992 10:10:30 +0000 (02:10 -0800)]
MIN becomes min

SCCS-vsn: sys/netiso/iso_chksum.c 7.7

31 years agoneed to include systm.h to get min and max
Kirk McKusick [Tue, 22 Sep 1992 10:06:06 +0000 (02:06 -0800)]
need to include systm.h to get min and max

SCCS-vsn: sys/netiso/clnp_frag.c 7.13
SCCS-vsn: sys/netiso/iso.c 7.19
SCCS-vsn: sys/netiso/tp_subr.c 7.19
SCCS-vsn: sys/netiso/tp_emit.c 7.15

31 years agouse min for MIN and max for MAX
Kirk McKusick [Tue, 22 Sep 1992 10:05:39 +0000 (02:05 -0800)]
use min for MIN and max for MAX

SCCS-vsn: sys/netiso/tp_pcb.h 7.22

31 years agouse max rather than MAX
Kirk McKusick [Tue, 22 Sep 1992 10:02:29 +0000 (02:02 -0800)]
use max rather than MAX

SCCS-vsn: sys/netiso/tp_subr2.c 7.20

31 years agouse min rather than MIN
Kirk McKusick [Tue, 22 Sep 1992 10:01:39 +0000 (02:01 -0800)]
use min rather than MIN

SCCS-vsn: sys/netiso/tp_timer.c 7.15

31 years agoadd systm.h
Kirk McKusick [Tue, 22 Sep 1992 09:57:30 +0000 (01:57 -0800)]
add systm.h

SCCS-vsn: sys/netiso/tp.trans 7.20

31 years agoduh.... easier way to handle four digit years
Eric Allman [Tue, 22 Sep 1992 08:07:56 +0000 (00:07 -0800)]
duh....  easier way to handle four digit years

SCCS-vsn: usr.sbin/sendmail/src/arpadate.c 5.13

31 years agoget rid of unised function
Kirk McKusick [Tue, 22 Sep 1992 06:30:24 +0000 (22:30 -0800)]
get rid of unised function

SCCS-vsn: sys/nfs/nfs_subs.c 7.64

31 years agoAdded quickch() which optimizes scrolling by identifying the largest
Elan Amir [Tue, 22 Sep 1992 06:30:15 +0000 (22:30 -0800)]
Added quickch() which optimizes scrolling by identifying the largest
unchanged region in the screen and then scrolls it cleanly so that a complete
repaint is not needed.

SCCS-vsn: lib/libcurses/refresh.c 5.10

31 years agoAdded __ISPASTEOL which signifies the fact that the cursor is
Elan Amir [Tue, 22 Sep 1992 06:28:37 +0000 (22:28 -0800)]
Added __ISPASTEOL which signifies the fact that the cursor is
past the end of the line so that scrolling if turned on will not scroll
automatically unless another character is requested to be added.

SCCS-vsn: lib/libcurses/addbytes.c 5.10

31 years agoAdded __ISPASTEOL, tscroll and SR, SF, AL, DL support along with
Elan Amir [Tue, 22 Sep 1992 06:27:01 +0000 (22:27 -0800)]
Added __ISPASTEOL, tscroll and SR, SF, AL, DL support along with
overrinding __noqch variable.

SCCS-vsn: lib/libcurses/curses.h 5.14

31 years agoAdded AL, DL, SF, SR support.
Elan Amir [Tue, 22 Sep 1992 06:25:10 +0000 (22:25 -0800)]
Added AL, DL, SF, SR support.

SCCS-vsn: lib/libcurses/setterm.c 5.11
SCCS-vsn: lib/libcurses/curses.c 5.9

31 years agoChanged insterface to take length of string.
Elan Amir [Tue, 22 Sep 1992 06:24:29 +0000 (22:24 -0800)]
Changed insterface to take length of string.

SCCS-vsn: lib/libcurses/cur_hash.c 5.2

31 years agoAdded __ISPASTEOL support.
Elan Amir [Tue, 22 Sep 1992 06:23:50 +0000 (22:23 -0800)]
Added __ISPASTEOL support.

SCCS-vsn: lib/libcurses/move.c 5.8

31 years agoAdded __ISPASTEOL support and changed hash fn interface.
Elan Amir [Tue, 22 Sep 1992 06:23:31 +0000 (22:23 -0800)]
Added __ISPASTEOL support and changed hash fn interface.

SCCS-vsn: lib/libcurses/newwin.c 5.8

31 years agoAdded __ISPASEOL support
Elan Amir [Tue, 22 Sep 1992 06:22:43 +0000 (22:22 -0800)]
Added __ISPASEOL support

SCCS-vsn: lib/libcurses/deleteln.c 5.9

31 years agoAdded __ISPASTEOL support.
Elan Amir [Tue, 22 Sep 1992 06:22:05 +0000 (22:22 -0800)]
Added __ISPASTEOL support.

SCCS-vsn: lib/libcurses/insertln.c 5.8

31 years agoget rid of USES keywords
Kirk McKusick [Tue, 22 Sep 1992 05:17:09 +0000 (21:17 -0800)]
get rid of USES keywords

SCCS-vsn: sys/netccitt/pk_acct.c 7.9

31 years agouse close-on-exec and some other stuff to get rid of dtablesize dependency
Edward Wang [Sun, 20 Sep 1992 23:41:37 +0000 (15:41 -0800)]
use close-on-exec and some other stuff to get rid of dtablesize dependency

SCCS-vsn: usr.bin/mail/popen.c 5.19
SCCS-vsn: usr.bin/mail/lex.c 5.25
SCCS-vsn: usr.bin/mail/names.c 5.18
SCCS-vsn: usr.bin/mail/extern.h 5.2

31 years agofixup in BIG_ENDIAN macro
Kirk McKusick [Thu, 17 Sep 1992 09:57:32 +0000 (01:57 -0800)]
fixup in BIG_ENDIAN macro

SCCS-vsn: sys/nfs/xdr_subs.h 7.6

31 years agoupdate from Rick Macklem
Kirk McKusick [Thu, 17 Sep 1992 09:29:42 +0000 (01:29 -0800)]
update from Rick Macklem

SCCS-vsn: sys/nfs/nfs.h 7.18
SCCS-vsn: sys/nfs/nfsm_subs.h 7.14
SCCS-vsn: sys/nfs/nfsnode.h 7.29
SCCS-vsn: sys/nfs/nfsproto.h 7.10
SCCS-vsn: sys/nfs/nqnfs.h 7.5
SCCS-vsn: sys/nfs/xdr_subs.h 7.5
SCCS-vsn: sys/nfs/nfs_bio.c 7.32
SCCS-vsn: sys/nfs/nfs_node.c 7.43
SCCS-vsn: sys/nfs/nfs_nqlease.c 7.11
SCCS-vsn: sys/nfs/nfs_serv.c 7.59
SCCS-vsn: sys/nfs/nfs_socket.c 7.37
SCCS-vsn: sys/nfs/nfs_subs.c 7.63
SCCS-vsn: sys/nfs/nfs_vfsops.c 7.45
SCCS-vsn: sys/nfs/nfs_vnops.c 7.91

31 years agokeep those hash chains and LRU chains separate
Kirk McKusick [Thu, 17 Sep 1992 08:43:02 +0000 (00:43 -0800)]
keep those hash chains and LRU chains separate

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

31 years agocopyright -> static.
Elan Amir [Thu, 17 Sep 1992 05:53:22 +0000 (21:53 -0800)]
copyright -> static.

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

31 years agocopyright[] -> static.
Elan Amir [Thu, 17 Sep 1992 01:58:46 +0000 (17:58 -0800)]
copyright[] -> static.

SCCS-vsn: usr.bin/cap_mkdb/cap_mkdb.c 1.10

31 years agocopyright[] -> static
Elan Amir [Thu, 17 Sep 1992 01:58:08 +0000 (17:58 -0800)]
copyright[] -> static

SCCS-vsn: usr.bin/vgrind/vfontedpr.c 5.8
SCCS-vsn: usr.bin/vgrind/regexp.c 5.6

31 years agocopyright[] -> static.
Elan Amir [Thu, 17 Sep 1992 01:56:17 +0000 (17:56 -0800)]
copyright[] -> static.

SCCS-vsn: usr.sbin/lpr/pac/pac.c 5.9
SCCS-vsn: usr.bin/tip/tip.c 5.17
SCCS-vsn: usr.bin/tip/remote.c 5.9

31 years agocopyright[] -> static
Elan Amir [Thu, 17 Sep 1992 01:54:44 +0000 (17:54 -0800)]
copyright[] -> static

SCCS-vsn: usr.sbin/lpr/lptest/lptest.c 5.8

31 years agocopyright[] -> static.
Elan Amir [Thu, 17 Sep 1992 01:54:17 +0000 (17:54 -0800)]
copyright[] -> static.

SCCS-vsn: usr.sbin/lpr/lprm/lprm.c 5.10

31 years agocopyright[] -> static
Elan Amir [Thu, 17 Sep 1992 01:53:36 +0000 (17:53 -0800)]
copyright[] -> static

SCCS-vsn: usr.sbin/lpr/lpq/lpq.c 5.11
SCCS-vsn: usr.sbin/lpr/lpr/lpr.c 5.14

31 years agocopyright -> static
Elan Amir [Thu, 17 Sep 1992 01:52:29 +0000 (17:52 -0800)]
copyright -> static

SCCS-vsn: usr.sbin/lpr/lpd/lpd.c 5.18
SCCS-vsn: usr.sbin/lpr/lpd/recvjob.c 5.20

31 years agocopyright[] -> static.
Elan Amir [Thu, 17 Sep 1992 01:51:23 +0000 (17:51 -0800)]
copyright[] -> static.

SCCS-vsn: usr.sbin/lpr/lpc/lpc.c 5.15
SCCS-vsn: usr.sbin/lpr/lpc/cmds.c 5.11

31 years agoMade copyright[] static.
Elan Amir [Thu, 17 Sep 1992 01:50:17 +0000 (17:50 -0800)]
Made copyright[] static.

SCCS-vsn: usr.sbin/lpr/filters/lpf.c 5.6

31 years agoAdded cap_mkdb(1) for .db creation.
Elan Amir [Wed, 16 Sep 1992 02:11:55 +0000 (18:11 -0800)]
Added cap_mkdb(1) for .db creation.

SCCS-vsn: share/termcap/Makefile 5.14

31 years agoFixed up so all targets are made at once.
Elan Amir [Wed, 16 Sep 1992 02:11:17 +0000 (18:11 -0800)]
Fixed up so all targets are made at once.

SCCS-vsn: games/phantasia/Makefile 5.10

31 years agoAdded SCCS keywords.
Elan Amir [Wed, 16 Sep 1992 02:07:59 +0000 (18:07 -0800)]
Added SCCS keywords.

SCCS-vsn: usr.bin/tip/remote.c 5.8
SCCS-vsn: usr.bin/vgrind/vgrind.1 6.6
SCCS-vsn: usr.bin/vgrind/regexp.c 5.5
SCCS-vsn: usr.bin/vgrind/vgrind.sh 5.9
SCCS-vsn: usr.bin/vgrind/extern.h 1.3

31 years ago(no message)
Elan Amir [Wed, 16 Sep 1992 02:01:52 +0000 (18:01 -0800)]
(no message)

SCCS-vsn: usr.bin/tip/tip.h 5.8

31 years agoRemoved remcap.
Elan Amir [Wed, 16 Sep 1992 02:00:59 +0000 (18:00 -0800)]
Removed remcap.

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

31 years agoAdded SCCS keywords.
Elan Amir [Wed, 16 Sep 1992 01:58:11 +0000 (17:58 -0800)]
Added SCCS keywords.

SCCS-vsn: usr.sbin/lpr/pac/pac.c 5.8

31 years agoAdded SCCS keypwrds.
Elan Amir [Wed, 16 Sep 1992 01:57:18 +0000 (17:57 -0800)]
Added SCCS keypwrds.

SCCS-vsn: usr.sbin/lpr/lptest/lptest.c 5.7

31 years agoAdded SCCS keywords.
Elan Amir [Wed, 16 Sep 1992 01:56:20 +0000 (17:56 -0800)]
Added SCCS keywords.

SCCS-vsn: usr.sbin/lpr/common_source/pathnames.h 5.6
SCCS-vsn: usr.sbin/lpr/common_source/lp.h 5.9
SCCS-vsn: usr.sbin/lpr/common_source/common.c 5.10
SCCS-vsn: usr.sbin/lpr/common_source/pathnames.h 5.7
SCCS-vsn: usr.sbin/lpr/lpc/lpc.c 5.14
SCCS-vsn: usr.sbin/lpr/lpc/cmds.c 5.10
SCCS-vsn: usr.sbin/lpr/lpc/extern.h 5.3
SCCS-vsn: usr.sbin/lpr/lpd/printjob.c 5.17
SCCS-vsn: usr.sbin/lpr/lpd/recvjob.c 5.19
SCCS-vsn: usr.sbin/lpr/lpd/lpd.c 5.17
SCCS-vsn: usr.sbin/lpr/lpd/extern.h 5.3
SCCS-vsn: usr.sbin/lpr/lpq/lpq.c 5.10
SCCS-vsn: usr.sbin/lpr/lpr/lpr.c 5.13
SCCS-vsn: usr.sbin/lpr/lprm/lprm.c 5.9

31 years agoadd ufs_check_export
Kirk McKusick [Tue, 15 Sep 1992 08:21:19 +0000 (00:21 -0800)]
add ufs_check_export

SCCS-vsn: sys/ufs/ffs/ufs_extern.h 7.14
SCCS-vsn: sys/ufs/ufs/ufs_extern.h 7.14

31 years agoensure that correct value is passed
Kirk McKusick [Tue, 15 Sep 1992 08:19:37 +0000 (00:19 -0800)]
ensure that correct value is passed

SCCS-vsn: sys/ufs/ffs/ufs_vfsops.c 7.63
SCCS-vsn: sys/ufs/ufs/ufs_vfsops.c 7.63
SCCS-vsn: sys/ufs/ffs/ffs_vfsops.c 7.77
SCCS-vsn: sys/ufs/lfs/lfs_vfsops.c 7.85

31 years agoadd ufs_check_export
Kirk McKusick [Tue, 15 Sep 1992 08:16:32 +0000 (00:16 -0800)]
add ufs_check_export

SCCS-vsn: sys/ufs/ffs/ufs_extern.h 7.14
SCCS-vsn: sys/ufs/ufs/ufs_extern.h 7.14

31 years agoAdded SCCS keywords.
Elan Amir [Tue, 15 Sep 1992 07:30:19 +0000 (23:30 -0800)]
Added SCCS keywords.

SCCS-vsn: lib/libterm/termcap.c 5.9
SCCS-vsn: lib/libc/gen/disklabel.c 5.21
SCCS-vsn: usr.sbin/lpr/common_source/rmjob.c 5.10
SCCS-vsn: usr.sbin/lpr/common_source/lp.h 5.8
SCCS-vsn: usr.sbin/lpr/common_source/displayq.c 5.16

31 years agoFixed tgetstr to accept only first 2 characters so programs that relied on it won...
Elan Amir [Tue, 15 Sep 1992 07:17:16 +0000 (23:17 -0800)]
Fixed tgetstr to accept only first 2 characters so programs that relied on it won't break.

SCCS-vsn: lib/libterm/termcap.c 5.8

31 years agodate and time created 92/09/14 11:01:16 by elan
Elan Amir [Tue, 15 Sep 1992 02:01:16 +0000 (18:01 -0800)]
date and time created 92/09/14 11:01:16 by elan

SCCS-vsn: lib/libcurses/cur_hash.c 5.1

31 years agoConverted to new data structures.
Elan Amir [Tue, 15 Sep 1992 02:00:46 +0000 (18:00 -0800)]
Converted to new data structures.

SCCS-vsn: lib/libcurses/addbytes.c 5.9
SCCS-vsn: lib/libcurses/box.c 5.6
SCCS-vsn: lib/libcurses/clear.c 5.6
SCCS-vsn: lib/libcurses/clrtobot.c 5.7
SCCS-vsn: lib/libcurses/clrtoeol.c 5.6
SCCS-vsn: lib/libcurses/cr_put.c 5.9
SCCS-vsn: lib/libcurses/curses.h 5.13
SCCS-vsn: lib/libcurses/delch.c 5.7
SCCS-vsn: lib/libcurses/deleteln.c 5.8
SCCS-vsn: lib/libcurses/delwin.c 5.7
SCCS-vsn: lib/libcurses/erase.c 5.6
SCCS-vsn: lib/libcurses/getch.c 5.8
SCCS-vsn: lib/libcurses/getstr.c 5.6
SCCS-vsn: lib/libcurses/id_subwins.c 5.7
SCCS-vsn: lib/libcurses/idlok.c 5.6
SCCS-vsn: lib/libcurses/initscr.c 5.8
SCCS-vsn: lib/libcurses/insch.c 5.6
SCCS-vsn: lib/libcurses/insertln.c 5.7
SCCS-vsn: lib/libcurses/move.c 5.7
SCCS-vsn: lib/libcurses/mvwin.c 5.6
SCCS-vsn: lib/libcurses/newwin.c 5.7
SCCS-vsn: lib/libcurses/overlay.c 5.8
SCCS-vsn: lib/libcurses/overwrite.c 5.7
SCCS-vsn: lib/libcurses/refresh.c 5.9
SCCS-vsn: lib/libcurses/scroll.c 5.7
SCCS-vsn: lib/libcurses/setterm.c 5.10
SCCS-vsn: lib/libcurses/standout.c 5.6
SCCS-vsn: lib/libcurses/toucholap.c 5.7
SCCS-vsn: lib/libcurses/touchwin.c 5.6
SCCS-vsn: lib/libcurses/ctrace.c 5.2
SCCS-vsn: lib/libcurses/tty.c 5.3

31 years agoadd SCCS ids back in.
Ralph Campbell [Mon, 14 Sep 1992 03:20:03 +0000 (19:20 -0800)]
add SCCS ids back in.

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

31 years agofix cgetnum hex number conversion for 'A' - 'F' case.
Ralph Campbell [Mon, 14 Sep 1992 03:13:52 +0000 (19:13 -0800)]
fix cgetnum hex number conversion for 'A' - 'F' case.

SCCS-vsn: lib/libc/gen/getcap.c 5.10

31 years agofix getdirentries, get/setdomainname
Ralph Campbell [Mon, 14 Sep 1992 03:00:12 +0000 (19:00 -0800)]
fix getdirentries, get/setdomainname

SCCS-vsn: sys/pmax/ultrix/ultrix_sysent.c 7.4

31 years agofix gcc2 warnings
Ralph Campbell [Mon, 14 Sep 1992 02:58:56 +0000 (18:58 -0800)]
fix gcc2 warnings

SCCS-vsn: sys/pmax/ultrix/ultrix_compat.c 7.3

31 years agoadded dummy __main for gcc2
Ralph Campbell [Mon, 14 Sep 1992 02:54:42 +0000 (18:54 -0800)]
added dummy __main for gcc2

SCCS-vsn: sys/pmax/stand/start.s 7.3

31 years agouse libkern.a for long long support
Ralph Campbell [Mon, 14 Sep 1992 02:50:49 +0000 (18:50 -0800)]
use libkern.a for long long support

SCCS-vsn: sys/pmax/stand/Makefile 5.2

31 years agofix __indir system call
Ralph Campbell [Mon, 14 Sep 1992 02:48:58 +0000 (18:48 -0800)]
fix __indir system call

SCCS-vsn: sys/pmax/pmax/trap.c 7.8

31 years agofix GENERIC kernels when using the memory mini-root. rootdev is already defined.
Ralph Campbell [Mon, 14 Sep 1992 02:46:05 +0000 (18:46 -0800)]
fix GENERIC kernels when using the memory mini-root. rootdev is already defined.

SCCS-vsn: sys/pmax/pmax/swapgeneric.c 7.2

31 years agochanges for cpu_initclocks()
Ralph Campbell [Mon, 14 Sep 1992 02:43:43 +0000 (18:43 -0800)]
changes for cpu_initclocks()

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

31 years agochange if GENERIC to ifdef GENERIC so it works!
Ralph Campbell [Mon, 14 Sep 1992 02:42:10 +0000 (18:42 -0800)]
change if GENERIC to ifdef GENERIC so it works!

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

31 years agofix N_DATOFF to correct name
Ralph Campbell [Mon, 14 Sep 1992 02:39:17 +0000 (18:39 -0800)]
fix N_DATOFF to correct name

SCCS-vsn: sys/pmax/include/exec.h 7.2

31 years agofix gcc2 warning
Ralph Campbell [Mon, 14 Sep 1992 02:37:33 +0000 (18:37 -0800)]
fix gcc2 warning

SCCS-vsn: sys/pmax/dev/dc.c 7.8

31 years agofix bug in readdir() for old file systems & LITTLE_ENDIAN.
Ralph Campbell [Mon, 14 Sep 1992 02:31:53 +0000 (18:31 -0800)]
fix bug in readdir() for old file systems & LITTLE_ENDIAN.

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

31 years agorestore sccs IDs, fix 'statis' typos.
Ralph Campbell [Mon, 14 Sep 1992 02:28:00 +0000 (18:28 -0800)]
restore sccs IDs, fix 'statis' typos.

SCCS-vsn: usr.bin/vgrind/vfontedpr.c 5.7

31 years agoodoffset is only used in odsyntax.c, don't define here.
Ralph Campbell [Mon, 14 Sep 1992 02:16:51 +0000 (18:16 -0800)]
odoffset is only used in odsyntax.c, don't define here.

SCCS-vsn: usr.bin/hexdump/hexdump.h 5.6

31 years agoadded EPSON HMD-976 disk
Ralph Campbell [Mon, 14 Sep 1992 02:07:13 +0000 (18:07 -0800)]
added EPSON HMD-976 disk

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

31 years agoprotect against null deref in getcmd() when user types just whitespace
Andrew Cherenson [Sat, 12 Sep 1992 11:24:20 +0000 (03:24 -0800)]
protect against null deref in getcmd() when user types just whitespace

SCCS-vsn: usr.bin/tftp/main.c 5.11

31 years agomake sure we allow flush on update-mode streams
Chris Torek [Sat, 12 Sep 1992 06:38:06 +0000 (22:38 -0800)]
make sure we allow flush on update-mode streams

SCCS-vsn: lib/libc/stdio/fflush.c 5.2

31 years agodeleted unecessary line.
Elan Amir [Thu, 10 Sep 1992 04:50:03 +0000 (20:50 -0800)]
deleted unecessary line.

SCCS-vsn: usr.bin/vgrind/Makefile 5.11

31 years agoAdded cap_mkdb.
Elan Amir [Thu, 10 Sep 1992 04:49:18 +0000 (20:49 -0800)]
Added cap_mkdb.

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

31 years agoChanged reference data size since tag was eliminated.
Elan Amir [Thu, 10 Sep 1992 01:58:37 +0000 (17:58 -0800)]
Changed reference data size since tag was eliminated.

SCCS-vsn: usr.bin/cap_mkdb/cap_mkdb.c 1.9