unix-history/.git
32 years agodefine doff_t for size of directory offsets
Kirk McKusick [Sat, 28 Mar 1992 09:39:19 +0000 (01:39 -0800)]
define doff_t for size of directory offsets

SCCS-vsn: sys/ufs/ffs/ufs_vnops.c 7.83
SCCS-vsn: sys/ufs/ufs/ufs_vnops.c 7.83
SCCS-vsn: sys/ufs/ffs/ufs_extern.h 7.4
SCCS-vsn: sys/ufs/ufs/ufs_extern.h 7.4

32 years agodefine doff_t for size of directory offsets
Kirk McKusick [Sat, 28 Mar 1992 07:52:40 +0000 (23:52 -0800)]
define doff_t for size of directory offsets

SCCS-vsn: sys/ufs/ffs/inode.h 7.23
SCCS-vsn: sys/ufs/ufs/inode.h 7.23
SCCS-vsn: sys/ufs/ffs/ufs_lookup.c 7.43
SCCS-vsn: sys/ufs/ufs/ufs_lookup.c 7.43

32 years agoif we are forwarding to a RTF_REJECTED route, we must free packet.
Keith Sklower [Fri, 27 Mar 1992 11:52:25 +0000 (03:52 -0800)]
if we are forwarding to a RTF_REJECTED route, we must free packet.

SCCS-vsn: sys/net/if_ethersubr.c 7.18

32 years agoensure proper types for local variables and parameters
Kirk McKusick [Fri, 27 Mar 1992 10:39:09 +0000 (02:39 -0800)]
ensure proper types for local variables and parameters

SCCS-vsn: sys/ufs/ffs/ffs_alloc.c 7.31
SCCS-vsn: sys/ufs/ffs/ffs_inode.c 7.47
SCCS-vsn: sys/ufs/ffs/ffs_extern.h 7.5

32 years agoensure proper types for local variables
Kirk McKusick [Fri, 27 Mar 1992 10:10:12 +0000 (02:10 -0800)]
ensure proper types for local variables

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

32 years agoextended gprof header
Kirk McKusick [Thu, 26 Mar 1992 07:51:40 +0000 (23:51 -0800)]
extended gprof header

SCCS-vsn: sys/sys/gmon.h 7.3

32 years agoM_PREPEND has already freed if no mbufs available.
Keith Sklower [Thu, 26 Mar 1992 02:53:27 +0000 (18:53 -0800)]
M_PREPEND has already freed if no mbufs available.

SCCS-vsn: sys/vax/if/if_vv.c 7.11

32 years agoupdate from Ralph Campbell to eliminate floating point
Kirk McKusick [Tue, 24 Mar 1992 08:52:01 +0000 (00:52 -0800)]
update from Ralph Campbell to eliminate floating point

SCCS-vsn: sbin/fsck/main.c 5.30

32 years ago(code) to syscall() must be unsigned to catch negative numbers
Kirk McKusick [Tue, 24 Mar 1992 08:16:28 +0000 (00:16 -0800)]
(code) to syscall() must be unsigned to catch negative numbers

SCCS-vsn: sys/i386/i386/trap.c 7.9
SCCS-vsn: sys/pmax/pmax/trap.c 7.5

32 years agofix register listing break point.
Ralph Campbell [Mon, 23 Mar 1992 12:46:38 +0000 (04:46 -0800)]
fix register listing break point.

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

32 years agodon't save FP state more than once.
Ralph Campbell [Mon, 23 Mar 1992 12:45:27 +0000 (04:45 -0800)]
don't save FP state more than once.

SCCS-vsn: sys/pmax/pmax/locore.s 7.5

32 years agoadded memory mini-root support.
Ralph Campbell [Mon, 23 Mar 1992 12:43:26 +0000 (04:43 -0800)]
added memory mini-root support.

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

32 years agoadded support for memory mini-root.
Ralph Campbell [Mon, 23 Mar 1992 12:40:57 +0000 (04:40 -0800)]
added support for memory mini-root.

SCCS-vsn: sys/sys/reboot.h 7.7

32 years agofix name of __ctype to match ctype.h
Ralph Campbell [Mon, 23 Mar 1992 12:39:37 +0000 (04:39 -0800)]
fix name of __ctype to match ctype.h

SCCS-vsn: sys/deprecated/kdb/kdb_ctype.c 7.3

32 years agoremove ITOV and use vnode pointer instead.
Ralph Campbell [Mon, 23 Mar 1992 12:38:06 +0000 (04:38 -0800)]
remove ITOV and use vnode pointer instead.

SCCS-vsn: sys/ufs/ffs/ffs_vnops.c 7.70
SCCS-vsn: sys/ufs/ffs/ffs_balloc.c 7.16

32 years agofix comments.
Ralph Campbell [Mon, 23 Mar 1992 12:35:59 +0000 (04:35 -0800)]
fix comments.

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

32 years agoremove ITOV and use vnode pointer instead.
Ralph Campbell [Mon, 23 Mar 1992 12:34:28 +0000 (04:34 -0800)]
remove ITOV and use vnode pointer instead.

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

32 years agoadded support for memory mini-root.
Ralph Campbell [Mon, 23 Mar 1992 12:32:27 +0000 (04:32 -0800)]
added support for memory mini-root.

SCCS-vsn: sys/ufs/mfs/mfs_vfsops.c 7.23
SCCS-vsn: sys/ufs/mfs/mfs_vnops.c 7.29

32 years agoif you have markedly different interface addresses on the same iface,
Keith Sklower [Sun, 22 Mar 1992 14:56:59 +0000 (06:56 -0800)]
if you have markedly different interface addresses on the same iface,
use the one chosen in the route when in_pcbconnect()ing.  (By Dennis Ferguson)

SCCS-vsn: sys/netinet/in_pcb.c 7.18

32 years agoroot logins should always start with a umask of 022
Keith Bostic [Sun, 22 Mar 1992 03:16:53 +0000 (19:16 -0800)]
root logins should always start with a umask of 022

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

32 years agoempty ine
Keith Bostic [Sun, 22 Mar 1992 02:49:16 +0000 (18:49 -0800)]
empty ine

SCCS-vsn: usr.bin/rev/Makefile 5.4

32 years agoforgot to exit with right status
Keith Bostic [Sun, 22 Mar 1992 02:48:15 +0000 (18:48 -0800)]
forgot to exit with right status

SCCS-vsn: usr.bin/rev/rev.c 5.2

32 years agobring rev back into the main-line source tree
Keith Bostic [Sun, 22 Mar 1992 02:44:42 +0000 (18:44 -0800)]
bring rev back into the main-line source tree
reimplement it to work like the rest of the programs

SCCS-vsn: usr.bin/rev/rev.1 6.3
SCCS-vsn: usr.bin/rev/rev.c 5.1

32 years agoreject connections more quickly if load average goes up;
Eric Allman [Sat, 21 Mar 1992 14:33:10 +0000 (06:33 -0800)]
reject connections more quickly if load average goes up;
try to time out on opens of .forward files on hung filesystems

SCCS-vsn: usr.sbin/sendmail/src/recipient.c 5.27
SCCS-vsn: usr.sbin/sendmail/src/version.c 5.95
SCCS-vsn: usr.sbin/sendmail/src/daemon.c 5.43
SCCS-vsn: usr.sbin/sendmail/src/readcf.c 5.35
SCCS-vsn: usr.sbin/sendmail/src/conf.c 5.35
SCCS-vsn: usr.sbin/sendmail/src/alias.c 5.32

32 years agocheck for configuration level higher than we understand
Eric Allman [Sat, 21 Mar 1992 12:54:22 +0000 (04:54 -0800)]
check for configuration level higher than we understand

SCCS-vsn: usr.sbin/sendmail/src/main.c 5.46

32 years agochange mips definitions to work for NOPROFILE instead
Keith Bostic [Sat, 21 Mar 1992 12:46:58 +0000 (04:46 -0800)]
change mips definitions to work for NOPROFILE instead

SCCS-vsn: share/mk/bsd.lib.mk 5.32

32 years agouse m_devget instead of le_get. Other minor changes
Keith Sklower [Sat, 21 Mar 1992 10:53:09 +0000 (02:53 -0800)]
use m_devget instead of le_get.  Other minor changes

SCCS-vsn: sys/hp300/dev/if_le.c 7.10

32 years agoAllow later -e flag to override -E.
Craig Leres [Sat, 21 Mar 1992 10:39:10 +0000 (02:39 -0800)]
Allow later -e flag to override -E.

SCCS-vsn: usr.bin/rlogin/rlogin.c 5.34

32 years agofix post-order visit to empty directories to not close fts_rfd
Keith Bostic [Sat, 21 Mar 1992 09:01:53 +0000 (01:01 -0800)]
fix post-order visit to empty directories to not close fts_rfd
save errno across close of failed chdir's; set FTS_DP in fts_read, not
fts_build

SCCS-vsn: lib/libc/gen/fts.c 5.34

32 years agodon't let negative system call codes in
Keith Bostic [Sat, 21 Mar 1992 05:55:42 +0000 (21:55 -0800)]
don't let negative system call codes in

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

32 years agodon't let negative codes get through
Keith Bostic [Sat, 21 Mar 1992 05:53:39 +0000 (21:53 -0800)]
don't let negative codes get through

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

32 years agomake code argument to syscall unsigned
Mike Hibler [Sat, 21 Mar 1992 04:51:55 +0000 (20:51 -0800)]
make code argument to syscall unsigned
negative syscall nums did nasty things to the kernel

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

32 years agominor cleanup, more consistency checking
Keith Bostic [Sat, 21 Mar 1992 02:11:25 +0000 (18:11 -0800)]
minor cleanup, more consistency checking

SCCS-vsn: bin/date/date.c 5.8

32 years agodocument that seconds are 0 to 61
Keith Bostic [Sat, 21 Mar 1992 02:02:43 +0000 (18:02 -0800)]
document that seconds are 0 to 61

SCCS-vsn: bin/date/date.1 6.17

32 years agodon't drop core
Keith Bostic [Fri, 20 Mar 1992 13:57:13 +0000 (05:57 -0800)]
don't drop core

SCCS-vsn: sbin/icheck/icheck.c 5.9

32 years agominor fix to argument parsing
Keith Bostic [Fri, 20 Mar 1992 13:54:25 +0000 (05:54 -0800)]
minor fix to argument parsing
SBSIZE > sizeof(struct fs), was overwriting local varables in bread()
from Craig Leres

SCCS-vsn: sbin/ncheck/ncheck.c 5.15

32 years agodate and time created 92/03/19 20:20:54 by bostic
Keith Bostic [Fri, 20 Mar 1992 12:20:54 +0000 (04:20 -0800)]
date and time created 92/03/19 20:20:54 by bostic

SCCS-vsn: sys/pmax/include/mips_opcode.h 7.1

32 years agodate and time created 92/03/19 20:18:47 by bostic
Keith Bostic [Fri, 20 Mar 1992 12:18:47 +0000 (04:18 -0800)]
date and time created 92/03/19 20:18:47 by bostic

SCCS-vsn: sys/pmax/include/kdbparam.h 7.1

32 years agomkdep needs keywords.h
Keith Bostic [Fri, 20 Mar 1992 12:13:47 +0000 (04:13 -0800)]
mkdep needs keywords.h

SCCS-vsn: sbin/route/Makefile 5.9

32 years agoadd commented hardcoded values for two ioctls -- WHY? (ask sklower)
Marc Teitelbaum [Fri, 20 Mar 1992 09:33:37 +0000 (01:33 -0800)]
add commented hardcoded values for two ioctls -- WHY?  (ask sklower)

SCCS-vsn: sys/hp/dev/hilioctl.h 7.3

32 years agoM4 support
Marc Teitelbaum [Fri, 20 Mar 1992 08:43:45 +0000 (00:43 -0800)]
M4 support

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

32 years agohacks for jukebox support
Marc Teitelbaum [Fri, 20 Mar 1992 08:43:07 +0000 (00:43 -0800)]
hacks for jukebox support

SCCS-vsn: sys/hp300/dev/scsi.c 7.6

32 years agodate and time created 92/03/19 11:52:35 by tapers
BSD Tape Makers [Fri, 20 Mar 1992 03:52:35 +0000 (19:52 -0800)]
date and time created 92/03/19 11:52:35 by tapers

SCCS-vsn: admin/admin/network.1/license 1.1

32 years agoreport size in MB, not million bytes
Keith Bostic [Fri, 20 Mar 1992 01:00:40 +0000 (17:00 -0800)]
report size in MB, not million bytes

SCCS-vsn: sbin/newfs/mkfs.c 6.22

32 years agoput ": " after file name in error message
Keith Bostic [Fri, 20 Mar 1992 00:59:22 +0000 (16:59 -0800)]
put ": " after file name in error message
don't call error just because reach the end of the disktab file
from Craig Leres

SCCS-vsn: lib/libc/gen/disklabel.c 5.19

32 years agoupdate for new gprof header format
Kirk McKusick [Thu, 19 Mar 1992 13:59:25 +0000 (05:59 -0800)]
update for new gprof header format

SCCS-vsn: sys/kern/subr_prof.c 7.12

32 years agonew way of doing tags
Mike Karels [Thu, 19 Mar 1992 10:20:12 +0000 (02:20 -0800)]
new way of doing tags

SCCS-vsn: sys/kern/Makefile 7.15
SCCS-vsn: sys/kern/Make.tags.inc 7.2

32 years agoadd support for context switch tracing
Marc Teitelbaum [Thu, 19 Mar 1992 10:19:14 +0000 (02:19 -0800)]
add support for context switch tracing

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

32 years agodefine ticks, phz, profhz, time, and mono_time
Keith Sklower [Thu, 19 Mar 1992 10:07:37 +0000 (02:07 -0800)]
define ticks, phz, profhz, time, and mono_time

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

32 years agodefine hostname, hostnamelen, and hostid
Keith Sklower [Thu, 19 Mar 1992 10:06:06 +0000 (02:06 -0800)]
define hostname, hostnamelen, and hostid

SCCS-vsn: sys/kern/kern_xxx.c 7.18

32 years agodefine boottime
Keith Sklower [Thu, 19 Mar 1992 10:05:41 +0000 (02:05 -0800)]
define boottime

SCCS-vsn: sys/kern/init_main.c 7.47

32 years agoadd structure to locate ps straings
Kirk McKusick [Thu, 19 Mar 1992 10:04:57 +0000 (02:04 -0800)]
add structure to locate ps straings

SCCS-vsn: sys/sys/exec.h 7.11

32 years agodate and time created 92/03/18 16:34:25 by bostic
Keith Bostic [Thu, 19 Mar 1992 08:34:25 +0000 (00:34 -0800)]
date and time created 92/03/18 16:34:25 by bostic

SCCS-vsn: sys/pmax/include/reloc.h 7.1

32 years agodate and time created 92/03/18 16:34:24 by bostic
Keith Bostic [Thu, 19 Mar 1992 08:34:24 +0000 (00:34 -0800)]
date and time created 92/03/18 16:34:24 by bostic

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

32 years agodate and time created 92/03/18 16:34:08 by bostic
Keith Bostic [Thu, 19 Mar 1992 08:34:08 +0000 (00:34 -0800)]
date and time created 92/03/18 16:34:08 by bostic

SCCS-vsn: sys/hp300/include/exec.h 7.1

32 years agodate and time created 92/03/18 16:33:37 by bostic
Keith Bostic [Thu, 19 Mar 1992 08:33:37 +0000 (00:33 -0800)]
date and time created 92/03/18 16:33:37 by bostic

SCCS-vsn: sys/hp300/include/reloc.h 7.1

32 years agodate and time created 92/03/18 16:33:36 by bostic
Keith Bostic [Thu, 19 Mar 1992 08:33:36 +0000 (00:33 -0800)]
date and time created 92/03/18 16:33:36 by bostic

SCCS-vsn: sys/vax/include/exec.h 7.1

32 years agodate and time created 92/03/18 16:33:13 by bostic
Keith Bostic [Thu, 19 Mar 1992 08:33:13 +0000 (00:33 -0800)]
date and time created 92/03/18 16:33:13 by bostic

SCCS-vsn: sys/i386/include/exec.h 7.1

32 years agobreak up exec.h into <machine/exec.h>, <machine/reloc.h>
Keith Bostic [Thu, 19 Mar 1992 08:32:44 +0000 (00:32 -0800)]
break up exec.h into <machine/exec.h>, <machine/reloc.h>

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

32 years agobreak up a.out.h into <machine/exec.h>, <machine/reloc.h>
Keith Bostic [Thu, 19 Mar 1992 08:32:15 +0000 (00:32 -0800)]
break up a.out.h into <machine/exec.h>, <machine/reloc.h>

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

32 years agoDon't log user passwords when debug is turned on with -d.
Keith Bostic [Thu, 19 Mar 1992 07:11:32 +0000 (23:11 -0800)]
Don't log user passwords when debug is turned on with -d.
Set "home" to "/" when logging in as a guest.
Don't syslog() trailing CR-LF when using -d.
Don't timestamp connect message, syslog() already does that.
Don't timestamp timeout message, syslog() already does that.
Minor whitespace cleanups.
from Craig Leres (leres@ee.lbl.gov)

SCCS-vsn: libexec/ftpd/ftpd.c 5.41
SCCS-vsn: libexec/ftpd/ftpcmd.y 5.25

32 years agotypo
Carl Staelin [Thu, 19 Mar 1992 04:59:55 +0000 (20:59 -0800)]
typo

SCCS-vsn: sys/ufs/lfs/lfs.h 7.11

32 years agono changes, just make it a little more obvious
Keith Bostic [Thu, 19 Mar 1992 03:17:26 +0000 (19:17 -0800)]
no changes, just make it a little more obvious

SCCS-vsn: sys/ufs/lfs/lfs_syscalls.c 7.9

32 years agofree memory on sleep error
Keith Bostic [Thu, 19 Mar 1992 03:12:28 +0000 (19:12 -0800)]
free memory on sleep error

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

32 years agoincorrect bmap array processing on double-indirect blocks
Keith Bostic [Thu, 19 Mar 1992 03:08:30 +0000 (19:08 -0800)]
incorrect bmap array processing on double-indirect blocks

SCCS-vsn: sys/ufs/lfs/lfs_balloc.c 7.27

32 years agotypo
Keith Bostic [Thu, 19 Mar 1992 03:06:24 +0000 (19:06 -0800)]
typo

SCCS-vsn: sys/ufs/lfs/lfs.h 7.10

32 years agoadd -P option to request use of reserved port
Kirk McKusick [Wed, 18 Mar 1992 09:26:53 +0000 (01:26 -0800)]
add -P option to request use of reserved port

SCCS-vsn: sbin/mount_nfs/mount_nfs.8 5.2

32 years agoadd set_rpc_maxgrouplist() to control maximum number of groups used
Kirk McKusick [Wed, 18 Mar 1992 09:24:00 +0000 (01:24 -0800)]
add set_rpc_maxgrouplist() to control maximum number of groups used

SCCS-vsn: lib/librpc/rpc/auth_unix.c 1.2
SCCS-vsn: sbin/mount_nfs/mount_nfs.c 5.3

32 years agoadd -P option to request use of reserved port
Kirk McKusick [Wed, 18 Mar 1992 09:13:27 +0000 (01:13 -0800)]
add -P option to request use of reserved port

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

32 years agoif NFSMNT_RESVPORT used, allocate a reserved port
Kirk McKusick [Wed, 18 Mar 1992 09:08:06 +0000 (01:08 -0800)]
if NFSMNT_RESVPORT used, allocate a reserved port

SCCS-vsn: sys/nfs/nfs_socket.c 7.29

32 years agoadd NFSMNT_RESVPORT to request a reserved port on connect
Kirk McKusick [Wed, 18 Mar 1992 09:06:33 +0000 (01:06 -0800)]
add NFSMNT_RESVPORT to request a reserved port on connect

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

32 years agofix for append mode bug (from Rick Macklem)
Kirk McKusick [Wed, 18 Mar 1992 04:23:38 +0000 (20:23 -0800)]
fix for append mode bug (from Rick Macklem)

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

32 years agodate and time created 92/03/17 10:09:22 by mckusick
Kirk McKusick [Wed, 18 Mar 1992 02:09:22 +0000 (18:09 -0800)]
date and time created 92/03/17 10:09:22 by mckusick

SCCS-vsn: sbin/startslip/Makefile 5.1

32 years agocode to verify zapsock does the right thing
Kirk McKusick [Tue, 17 Mar 1992 13:49:16 +0000 (05:49 -0800)]
code to verify zapsock does the right thing

SCCS-vsn: sys/nfs/nfs_syscalls.c 7.30.1.1
SCCS-vsn: sys/nfs/nfs_syscalls.c 7.30.1.1

32 years agofile sizes are now 64-bits
Kirk McKusick [Tue, 17 Mar 1992 12:41:42 +0000 (04:41 -0800)]
file sizes are now 64-bits

SCCS-vsn: sbin/fsck/fsck.h 5.18
SCCS-vsn: sbin/fsck/inode.c 5.20

32 years agofix from Rick Macklem for multiple free's of NFSD structures
Kirk McKusick [Tue, 17 Mar 1992 07:38:43 +0000 (23:38 -0800)]
fix from Rick Macklem for multiple free's of NFSD structures

SCCS-vsn: sys/nfs/nfs_syscalls.c 7.30

32 years agoadd mask of all used SLP_ flags
Kirk McKusick [Tue, 17 Mar 1992 07:34:22 +0000 (23:34 -0800)]
add mask of all used SLP_ flags

SCCS-vsn: sys/nfs/nfs.h 7.16

32 years agofix from Rick Macklem for multiple free's of NFSD structures
Kirk McKusick [Tue, 17 Mar 1992 07:27:44 +0000 (23:27 -0800)]
fix from Rick Macklem for multiple free's of NFSD structures

SCCS-vsn: sys/nfs/nfs.h 7.15
SCCS-vsn: sys/nfs/nfs_socket.c 7.28
SCCS-vsn: sys/nfs/nfs_subs.c 7.48

32 years agobuild the man page, too
Keith Bostic [Tue, 17 Mar 1992 06:26:11 +0000 (22:26 -0800)]
build the man page, too

SCCS-vsn: sbin/disklabel/Makefile 5.8
SCCS-vsn: sbin/restore/Makefile 5.13
SCCS-vsn: sbin/route/Makefile 5.8

32 years agodon't make object directories
Keith Bostic [Tue, 17 Mar 1992 06:21:09 +0000 (22:21 -0800)]
don't make object directories

SCCS-vsn: old/as.hpux/Makefile 5.2

32 years agomake man page, too
Keith Bostic [Tue, 17 Mar 1992 06:19:22 +0000 (22:19 -0800)]
make man page, too

SCCS-vsn: games/monop/Makefile 5.7
SCCS-vsn: old/boggle/Makefile 5.16

32 years agoNULL not defined w/o stdio.h
Keith Bostic [Tue, 17 Mar 1992 06:15:52 +0000 (22:15 -0800)]
NULL not defined w/o stdio.h

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

32 years agoforgot to turn off debug
Keith Bostic [Tue, 17 Mar 1992 06:14:01 +0000 (22:14 -0800)]
forgot to turn off debug

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

32 years agodelete -k flags, no reason for root to have SCCS aliases
Keith Bostic [Tue, 17 Mar 1992 05:42:44 +0000 (21:42 -0800)]
delete -k flags, no reason for root to have SCCS aliases

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

32 years agohandle null's like newlines
Kirk McKusick [Tue, 17 Mar 1992 02:46:02 +0000 (18:46 -0800)]
handle null's like newlines

SCCS-vsn: sbin/startslip/startslip.c 5.6

32 years agotoo many libraries know about _ctype_ for it to disappear
Keith Bostic [Mon, 16 Mar 1992 15:09:32 +0000 (07:09 -0800)]
too many libraries know about _ctype_ for it to disappear

SCCS-vsn: lib/libc/locale/ctype.c 5.8

32 years agoa.out.h needs sys/types.h now
Keith Bostic [Mon, 16 Mar 1992 15:03:19 +0000 (07:03 -0800)]
a.out.h needs sys/types.h now

SCCS-vsn: usr.sbin/lpr/common_source/lp.local.h 5.6

32 years agoinclude system include files first
Keith Bostic [Mon, 16 Mar 1992 14:36:19 +0000 (06:36 -0800)]
include system include files first

SCCS-vsn: sbin/newfs/mkfs.c 6.21

32 years agofix setting date with '.ss' for seconds
Ralph Campbell [Mon, 16 Mar 1992 11:26:26 +0000 (03:26 -0800)]
fix setting date with '.ss' for seconds

SCCS-vsn: bin/date/date.c 5.7

32 years agomake code more like hp300
Ralph Campbell [Mon, 16 Mar 1992 11:25:10 +0000 (03:25 -0800)]
make code more like hp300

SCCS-vsn: lib/libc/mips/gen/modf.s 5.3

32 years agouse C style comments not # in column one
Ralph Campbell [Mon, 16 Mar 1992 11:22:58 +0000 (03:22 -0800)]
use C style comments not # in column one

SCCS-vsn: lib/csu/mips/crt0.s 5.2

32 years agoredirect tty input back to console if X quits.
Ralph Campbell [Mon, 16 Mar 1992 11:20:01 +0000 (03:20 -0800)]
redirect tty input back to console if X quits.

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

32 years agoredirect tty input back to console if X quits
Ralph Campbell [Mon, 16 Mar 1992 11:18:33 +0000 (03:18 -0800)]
redirect tty input back to console if X quits

SCCS-vsn: sys/pmax/dev/cfb.c 7.2

32 years agoremove debug stuff
Ralph Campbell [Mon, 16 Mar 1992 11:16:58 +0000 (03:16 -0800)]
remove debug stuff

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

32 years agofix kmem address checking.
Ralph Campbell [Mon, 16 Mar 1992 11:15:48 +0000 (03:15 -0800)]
fix kmem address checking.

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

32 years agosnapshot FP regs on core dump
Ralph Campbell [Mon, 16 Mar 1992 11:14:14 +0000 (03:14 -0800)]
snapshot FP regs on core dump

SCCS-vsn: sys/pmax/pmax/vm_machdep.c 7.5

32 years agoremove debug printf
Ralph Campbell [Mon, 16 Mar 1992 11:10:26 +0000 (03:10 -0800)]
remove debug printf

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

32 years agoproper handling on HUP (from karels@bsdi.com)
Kirk McKusick [Mon, 16 Mar 1992 06:45:58 +0000 (22:45 -0800)]
proper handling on HUP (from karels@bsdi.com)

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

32 years agomust include systm.h to get decl for panic (for gcc)
Chris Torek [Mon, 16 Mar 1992 05:35:57 +0000 (21:35 -0800)]
must include systm.h to get decl for panic (for gcc)

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

32 years agodo not set soft limit higher than new hard limit (net2/sys/8)
Kirk McKusick [Mon, 16 Mar 1992 05:25:52 +0000 (21:25 -0800)]
do not set soft limit higher than new hard limit (net2/sys/8)

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