unix-history/.git
32 years agotypo, syn -> sync
Keith Bostic [Tue, 23 Jun 1992 04:35:49 +0000 (20:35 -0800)]
typo, syn -> sync

SCCS-vsn: usr.sbin/update/update.8 6.6

32 years agoput Bentley's comment into the source code for info purposes
Keith Bostic [Tue, 23 Jun 1992 03:47:30 +0000 (19:47 -0800)]
put Bentley's comment into the source code for info purposes

SCCS-vsn: lib/libc/stdlib/qsort.c 5.10

32 years agolseek takes a quad, now; lots of ANSI style cleanups
Keith Bostic [Tue, 23 Jun 1992 02:48:48 +0000 (18:48 -0800)]
lseek takes a quad, now; lots of ANSI style cleanups

SCCS-vsn: libexec/comsat/comsat.c 5.25

32 years agolseek takes an off_t, not a long
Keith Bostic [Mon, 22 Jun 1992 23:00:21 +0000 (15:00 -0800)]
lseek takes an off_t, not a long

SCCS-vsn: usr.bin/mail/fio.c 5.26

32 years agomake tar work with quads
Keith Bostic [Mon, 22 Jun 1992 06:56:14 +0000 (22:56 -0800)]
make tar work with quads
XXX: didn't fix scanf(3) to handle %q, which is the real fix for some of htis

SCCS-vsn: old/tar/tar.c 5.19

32 years agothe seek function takes a fpos_t (off_t), not a long
Keith Bostic [Mon, 22 Jun 1992 06:52:07 +0000 (22:52 -0800)]
the seek function takes a fpos_t (off_t), not a long

SCCS-vsn: lib/libc/stdio/fseek.c 5.8

32 years agooff_t is a quad, now
Keith Bostic [Mon, 22 Jun 1992 06:42:29 +0000 (22:42 -0800)]
off_t is a quad, now

SCCS-vsn: usr.bin/more/command.c 5.22
SCCS-vsn: usr.bin/more/ch.c 5.11

32 years agotry to give better error messages on connection failure
Kirk McKusick [Mon, 22 Jun 1992 06:19:59 +0000 (22:19 -0800)]
try to give better error messages on connection failure

SCCS-vsn: usr.bin/rdist/docmd.c 5.9

32 years agoadd fs_maxsymlinklen
Kirk McKusick [Mon, 22 Jun 1992 05:35:25 +0000 (21:35 -0800)]
add fs_maxsymlinklen

SCCS-vsn: sys/ufs/ffs/fs.h 7.17

32 years agoinclude kernel library
Kirk McKusick [Mon, 22 Jun 1992 05:32:49 +0000 (21:32 -0800)]
include kernel library

SCCS-vsn: sys/hp300/conf/Makefile.hp300 7.15

32 years agolseek takes an off_t
Keith Bostic [Mon, 22 Jun 1992 05:27:13 +0000 (21:27 -0800)]
lseek takes an off_t

SCCS-vsn: usr.bin/ftp/ftp.c 5.39

32 years agosecond arg to mmap is a size_t
Keith Bostic [Mon, 22 Jun 1992 04:44:22 +0000 (20:44 -0800)]
second arg to mmap is a size_t

SCCS-vsn: bin/cp/utils.c 5.3

32 years agofixes without testing for mmap, lseek, fseek when quads went in
Keith Bostic [Mon, 22 Jun 1992 04:41:24 +0000 (20:41 -0800)]
fixes without testing for mmap, lseek, fseek when quads went in

SCCS-vsn: usr.bin/tail/forward.c 5.7
SCCS-vsn: usr.bin/tail/reverse.c 5.6
SCCS-vsn: usr.bin/tail/tail.c 5.11

32 years agosecond arg to mmap is a size_t
Keith Bostic [Mon, 22 Jun 1992 04:37:58 +0000 (20:37 -0800)]
second arg to mmap is a size_t

SCCS-vsn: lib/libc/sys/mmap.2 6.4
SCCS-vsn: usr.bin/cmp/regular.c 5.4

32 years agooff_t is a quad, use %qd; 2nd arg to mmap is an int
Keith Bostic [Mon, 22 Jun 1992 04:35:19 +0000 (20:35 -0800)]
off_t is a quad, use %qd; 2nd arg to mmap is an int

SCCS-vsn: usr.bin/cmp/misc.c 5.2
SCCS-vsn: usr.bin/cmp/regular.c 5.3
SCCS-vsn: usr.bin/cmp/special.c 5.2

32 years agolseek takes a quad; minor cleanups
Keith Bostic [Mon, 22 Jun 1992 03:25:11 +0000 (19:25 -0800)]
lseek takes a quad; minor cleanups

SCCS-vsn: usr.bin/strip/strip.c 5.9

32 years agolibkern has its own include file with prototypes
Keith Bostic [Mon, 22 Jun 1992 01:36:29 +0000 (17:36 -0800)]
libkern has its own include file with prototypes

SCCS-vsn: sys/sys/systm.h 7.23

32 years agoadd the rest of the routines to libkern.h; use it in kernel source
Keith Bostic [Mon, 22 Jun 1992 01:33:15 +0000 (17:33 -0800)]
add the rest of the routines to libkern.h; use it in kernel source

SCCS-vsn: sys/libkern/libkern.h 7.2
SCCS-vsn: sys/libkern/locc.c 7.3
SCCS-vsn: sys/libkern/scanc.c 7.3
SCCS-vsn: sys/libkern/skpc.c 7.3

32 years agodate and time created 92/06/21 10:22:06 by bostic
Keith Bostic [Mon, 22 Jun 1992 01:22:06 +0000 (17:22 -0800)]
date and time created 92/06/21 10:22:06 by bostic

SCCS-vsn: sys/libkern/libkern.h 7.1

32 years agoGCC2 changed the type of the shift count; make this work since we
Keith Bostic [Mon, 22 Jun 1992 01:13:43 +0000 (17:13 -0800)]
GCC2 changed the type of the shift count; make this work since we
still use both compilers.  This should be ripped out as soon as possible.
From Chris Torek

SCCS-vsn: lib/libc/quad/ashldi3.c 5.6
SCCS-vsn: lib/libc/quad/ashrdi3.c 5.6
SCCS-vsn: lib/libc/quad/lshldi3.c 5.6
SCCS-vsn: lib/libc/quad/lshrdi3.c 5.6
SCCS-vsn: lib/libc/quad/quad.h 5.7

32 years agoget the types right, and get the parameters to locc in the right order!
Chris Torek [Sun, 21 Jun 1992 16:38:11 +0000 (08:38 -0800)]
get the types right, and get the parameters to locc in the right order!

SCCS-vsn: sys/libkern/skpc.c 7.2
SCCS-vsn: sys/libkern/scanc.c 7.2
SCCS-vsn: sys/libkern/locc.c 7.2
SCCS-vsn: sys/libkern/scanc.c 7.2
SCCS-vsn: sys/libkern/skpc.c 7.2

32 years agoneed <sys/systm.h> for panic type (for gcc 2 warnings)
Chris Torek [Sun, 21 Jun 1992 16:21:58 +0000 (08:21 -0800)]
need <sys/systm.h> for panic type (for gcc 2 warnings)

SCCS-vsn: sys/ufs/ffs/ffs_subr.c 7.24

32 years agoufs_chmod, ufs_chown are static and should not be declared here
Chris Torek [Sun, 21 Jun 1992 16:04:49 +0000 (08:04 -0800)]
ufs_chmod, ufs_chown are static and should not be declared here

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

32 years agodate and time created 92/06/20 16:57:19 by mckusick
Kirk McKusick [Sun, 21 Jun 1992 07:57:19 +0000 (23:57 -0800)]
date and time created 92/06/20 16:57:19 by mckusick

SCCS-vsn: sys/libkern/Makefile 7.1

32 years agoadd mnt_maxsymlinklen for short links
Kirk McKusick [Sun, 21 Jun 1992 07:56:48 +0000 (23:56 -0800)]
add mnt_maxsymlinklen for short links

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

32 years agodate and time created 92/06/20 16:34:53 by bostic
Keith Bostic [Sun, 21 Jun 1992 07:34:53 +0000 (23:34 -0800)]
date and time created 92/06/20 16:34:53 by bostic

SCCS-vsn: sys/libkern/skpc.c 7.1

32 years agodate and time created 92/06/20 16:34:51 by bostic
Keith Bostic [Sun, 21 Jun 1992 07:34:51 +0000 (23:34 -0800)]
date and time created 92/06/20 16:34:51 by bostic

SCCS-vsn: sys/libkern/scanc.c 7.1

32 years agozero out mount structure after allocation
Kirk McKusick [Sun, 21 Jun 1992 07:34:50 +0000 (23:34 -0800)]
zero out mount structure after allocation

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

32 years agodate and time created 92/06/20 16:34:45 by bostic
Keith Bostic [Sun, 21 Jun 1992 07:34:45 +0000 (23:34 -0800)]
date and time created 92/06/20 16:34:45 by bostic

SCCS-vsn: sys/libkern/locc.c 7.1

32 years agobreak out library functions
Keith Bostic [Sun, 21 Jun 1992 07:13:15 +0000 (23:13 -0800)]
break out library functions

SCCS-vsn: sys/ufs/ffs/ffs_subr.c 7.23
SCCS-vsn: sys/kern/subr_xxx.c 7.13
SCCS-vsn: sys/kern/kern_subr.c 7.9

32 years agoadd -T option
Kirk McKusick [Sun, 21 Jun 1992 07:00:56 +0000 (23:00 -0800)]
add -T option

SCCS-vsn: sbin/dump/dump.8 6.10

32 years agofor old inode format dump tapes, copy ouid/ogid to new location
Kirk McKusick [Sun, 21 Jun 1992 06:51:21 +0000 (22:51 -0800)]
for old inode format dump tapes, copy ouid/ogid to new location

SCCS-vsn: sbin/restore/tape.c 5.30

32 years agoMark tapes with new format inodes as DR_NEWINODEFMT
Kirk McKusick [Sun, 21 Jun 1992 06:50:16 +0000 (22:50 -0800)]
Mark tapes with new format inodes as DR_NEWINODEFMT

SCCS-vsn: sbin/dump/main.c 5.23

32 years agooff_t's are quad's, now, prototype the world
Keith Bostic [Sun, 21 Jun 1992 06:49:08 +0000 (22:49 -0800)]
off_t's are quad's, now, prototype the world

SCCS-vsn: games/fortune/fortune/fortune.c 5.14

32 years agodon't compile with DEBUG by default
Keith Bostic [Sun, 21 Jun 1992 06:48:49 +0000 (22:48 -0800)]
don't compile with DEBUG by default

SCCS-vsn: games/fortune/fortune/Makefile 5.2

32 years agoget rid of leading `dump' on all the names
Kirk McKusick [Sun, 21 Jun 1992 06:28:28 +0000 (22:28 -0800)]
get rid of leading `dump' on all the names

SCCS-vsn: sbin/dump/Makefile 5.15

32 years agoadd DR_NEWINODEFMT to indicate new format inodes on tape
Kirk McKusick [Sun, 21 Jun 1992 06:19:45 +0000 (22:19 -0800)]
add DR_NEWINODEFMT to indicate new format inodes on tape

SCCS-vsn: include/protocols/dumprestore.h 5.8

32 years agolseek takes quad's, now; lots of general cleanup while in town
Keith Bostic [Sun, 21 Jun 1992 06:07:37 +0000 (22:07 -0800)]
lseek takes quad's, now; lots of general cleanup while in town

SCCS-vsn: sbin/dumpfs/dumpfs.c 5.13

32 years agofix from romig for adding a link to a file between dumps
Kirk McKusick [Sun, 21 Jun 1992 05:41:27 +0000 (21:41 -0800)]
fix from romig for adding a link to a file between dumps

SCCS-vsn: sbin/restore/restore.c 5.8

32 years agobroken by quads; welcome it to ANSI.
Keith Bostic [Sun, 21 Jun 1992 05:24:05 +0000 (21:24 -0800)]
broken by quads; welcome it to ANSI.

SCCS-vsn: sbin/quotacheck/quotacheck.c 5.18

32 years agoproper termination for reading from pipes; timeval => timespec
Kirk McKusick [Sun, 21 Jun 1992 05:23:15 +0000 (21:23 -0800)]
proper termination for reading from pipes; timeval => timespec

SCCS-vsn: sbin/restore/tape.c 5.29

32 years agotimeval => timespec
Kirk McKusick [Sun, 21 Jun 1992 05:06:35 +0000 (21:06 -0800)]
timeval => timespec

SCCS-vsn: sbin/restore/dirs.c 5.20

32 years agoadd bigendian support
Ralph Campbell [Sun, 21 Jun 1992 03:40:07 +0000 (19:40 -0800)]
add bigendian support

SCCS-vsn: lib/libc/mips/net/htonl.s 5.3
SCCS-vsn: lib/libc/mips/net/htons.s 5.3
SCCS-vsn: lib/libc/mips/string/bcmp.s 5.3
SCCS-vsn: lib/libc/mips/string/bcopy.s 5.3

32 years agobreak some functions out into util.c
Keith Bostic [Sun, 21 Jun 1992 03:30:02 +0000 (19:30 -0800)]
break some functions out into util.c

SCCS-vsn: bin/rcp/Makefile 5.5

32 years agoquads broke size transfer, add -K option
Keith Bostic [Sun, 21 Jun 1992 03:29:36 +0000 (19:29 -0800)]
quads broke size transfer, add -K option
not diffable, I broke out several utility functions into util.c, prototyped
the world, generally cleaned up anything I didn't like

SCCS-vsn: bin/rcp/rcp.c 5.33

32 years agoput options in alphabetical order
Keith Bostic [Sun, 21 Jun 1992 03:27:00 +0000 (19:27 -0800)]
put options in alphabetical order

SCCS-vsn: bin/rcp/rcp.1 6.16

32 years agoadd -K option to turn off Kerberos authentication
Keith Bostic [Sun, 21 Jun 1992 03:25:03 +0000 (19:25 -0800)]
add -K option to turn off Kerberos authentication

SCCS-vsn: bin/rcp/rcp.1 6.15

32 years agodate and time created 92/06/20 12:24:45 by bostic
Keith Bostic [Sun, 21 Jun 1992 03:24:45 +0000 (19:24 -0800)]
date and time created 92/06/20 12:24:45 by bostic

SCCS-vsn: bin/rcp/util.c 5.1

32 years agoshould declare readdisklabel correctly but then have to fix arg types.
Ralph Campbell [Sun, 21 Jun 1992 03:18:43 +0000 (19:18 -0800)]
should declare readdisklabel correctly but then have to fix arg types.

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

32 years agofix arguments to functions to include proc 'p'.
Ralph Campbell [Sun, 21 Jun 1992 03:17:08 +0000 (19:17 -0800)]
fix arguments to functions to include proc 'p'.

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

32 years agochanges to make gcc happy.
Ralph Campbell [Sun, 21 Jun 1992 03:13:59 +0000 (19:13 -0800)]
changes to make gcc happy.

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

32 years agofix error printing
Ralph Campbell [Sun, 21 Jun 1992 03:12:48 +0000 (19:12 -0800)]
fix error printing

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

32 years agochange to use old lseek, fstat, etc. before long long offsets.
Ralph Campbell [Sun, 21 Jun 1992 03:10:44 +0000 (19:10 -0800)]
change to use old lseek, fstat, etc. before long long offsets.

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

32 years agouse u_long instead of long long for reading dev/kmem.
Ralph Campbell [Sun, 21 Jun 1992 03:06:26 +0000 (19:06 -0800)]
use u_long instead of long long for reading dev/kmem.

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

32 years agofix pmap cache changes.
Ralph Campbell [Sun, 21 Jun 1992 03:04:05 +0000 (19:04 -0800)]
fix pmap cache changes.

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

32 years agofix minor typos.
Ralph Campbell [Sun, 21 Jun 1992 03:03:11 +0000 (19:03 -0800)]
fix minor typos.

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

32 years agofix 2 set associative pmap cache changes.
Ralph Campbell [Sun, 21 Jun 1992 03:02:01 +0000 (19:02 -0800)]
fix 2 set associative pmap cache changes.

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

32 years agoadd startprofclock and stopprofclock to track when profiling clock is needed
Kirk McKusick [Sun, 21 Jun 1992 03:01:31 +0000 (19:01 -0800)]
add startprofclock and stopprofclock to track when profiling clock is needed

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

32 years agocall initprofclock to start profiling clock
Kirk McKusick [Sun, 21 Jun 1992 03:00:47 +0000 (19:00 -0800)]
call initprofclock to start profiling clock

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

32 years agomove zero'ed things into zero area; add new accounting fields;
Kirk McKusick [Sun, 21 Jun 1992 03:00:04 +0000 (19:00 -0800)]
move zero'ed things into zero area; add new accounting fields;
add SPROFIL and SGUID flags; ptrace attach fields; dump unused fields

SCCS-vsn: sys/sys/proc.h 7.35

32 years agofix idle statistics.
Ralph Campbell [Sun, 21 Jun 1992 02:58:22 +0000 (18:58 -0800)]
fix idle statistics.

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

32 years agoturn off profiling if on
Kirk McKusick [Sun, 21 Jun 1992 02:58:17 +0000 (18:58 -0800)]
turn off profiling if on

SCCS-vsn: sys/kern/kern_exit.c 7.44
SCCS-vsn: sys/kern/kern_exec.c 7.60

32 years agothings moved into zero range; inherit profiling from parent
Kirk McKusick [Sun, 21 Jun 1992 02:57:26 +0000 (18:57 -0800)]
things moved into zero range; inherit profiling from parent

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

32 years agonotify clock routines when a process requests profiling
Kirk McKusick [Sun, 21 Jun 1992 02:56:17 +0000 (18:56 -0800)]
notify clock routines when a process requests profiling

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

32 years agoeliminate the fiction of NOQUAD
Kirk McKusick [Sun, 21 Jun 1992 02:55:10 +0000 (18:55 -0800)]
eliminate the fiction of NOQUAD

SCCS-vsn: sys/ufs/lfs/lfs_inode.c 7.68
SCCS-vsn: sys/ufs/ffs/ufs_vnops.c 7.97
SCCS-vsn: sys/ufs/ufs/ufs_vnops.c 7.97
SCCS-vsn: sys/ufs/ffs/ffs_inode.c 7.56

32 years agoinitprofclock now told whether profiling is happening
Kirk McKusick [Sun, 21 Jun 1992 02:53:34 +0000 (18:53 -0800)]
initprofclock now told whether profiling is happening

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

32 years agoeliminate fiction of NOQUAD
Kirk McKusick [Sun, 21 Jun 1992 02:19:50 +0000 (18:19 -0800)]
eliminate fiction of NOQUAD

SCCS-vsn: sys/ufs/ffs/inode.h 7.27
SCCS-vsn: sys/ufs/ufs/inode.h 7.27
SCCS-vsn: sys/ufs/ffs/dinode.h 7.16
SCCS-vsn: sys/ufs/ufs/dinode.h 7.16

32 years agoput K option in the usage statement
Keith Bostic [Sun, 21 Jun 1992 01:29:26 +0000 (17:29 -0800)]
put K option in the usage statement

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

32 years agophz => stathz
Kirk McKusick [Sun, 21 Jun 1992 01:26:08 +0000 (17:26 -0800)]
phz => stathz

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

32 years agogcc 2 is pickier: be consistent about static
Chris Torek [Sat, 20 Jun 1992 20:07:43 +0000 (12:07 -0800)]
gcc 2 is pickier: be consistent about static

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

32 years agolint
Kirk McKusick [Sat, 20 Jun 1992 15:03:46 +0000 (07:03 -0800)]
lint

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

32 years agoupdate from Torek
Kirk McKusick [Sat, 20 Jun 1992 15:01:45 +0000 (07:01 -0800)]
update from Torek

SCCS-vsn: sys/kern/subr_autoconf.c 7.3

32 years agoadd md_coredump
Kirk McKusick [Sat, 20 Jun 1992 14:28:26 +0000 (06:28 -0800)]
add md_coredump

SCCS-vsn: sys/sys/user.h 7.21

32 years agoadd fields to save addr and ticks if we cannot process it at interrupt
Kirk McKusick [Sat, 20 Jun 1992 14:28:07 +0000 (06:28 -0800)]
add fields to save addr and ticks if we cannot process it at interrupt

SCCS-vsn: sys/sys/resourcevar.h 7.2

32 years agophz => stathz
Kirk McKusick [Sat, 20 Jun 1992 14:20:31 +0000 (06:20 -0800)]
phz => stathz

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

32 years agoadd (unused) md_coredump
Kirk McKusick [Sat, 20 Jun 1992 14:16:38 +0000 (06:16 -0800)]
add (unused) md_coredump

SCCS-vsn: sys/hp300/include/pcb.h 7.6

32 years agoget rid of the fiction of NOQUAD
Kirk McKusick [Sat, 20 Jun 1992 14:13:31 +0000 (06:13 -0800)]
get rid of the fiction of NOQUAD

SCCS-vsn: sys/sys/vnode.h 7.54
SCCS-vsn: sys/hp300/include/endian.h 7.9

32 years agoget rid of the fictionof NOQUAD
Kirk McKusick [Sat, 20 Jun 1992 14:10:55 +0000 (06:10 -0800)]
get rid of the fictionof NOQUAD

SCCS-vsn: sys/sys/types.h 7.22

32 years agophz => stathz
Kirk McKusick [Sat, 20 Jun 1992 13:58:48 +0000 (05:58 -0800)]
phz => stathz

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

32 years agoGCC 2.X grot
Kirk McKusick [Sat, 20 Jun 1992 13:55:53 +0000 (05:55 -0800)]
GCC 2.X grot

SCCS-vsn: sys/sys/systm.h 7.22

32 years agofixes that really belong in src/local on okeeffe
Cynthia A. E. Livingston [Sat, 20 Jun 1992 13:38:55 +0000 (05:38 -0800)]
fixes that really belong in src/local on okeeffe

SCCS-vsn: local/ditroff/ditroff.van/pathnames.h 1.2
SCCS-vsn: local/ditroff/ditroff.van/Makefile 1.2
SCCS-vsn: local/ditroff/ditroff.van/t6.c 1.2
SCCS-vsn: local/ditroff/ditroff.van/n1.c 1.2
SCCS-vsn: local/ditroff/ditroff.van/n5.c 1.2
SCCS-vsn: local/ditroff/ditroff.van/n6.c 1.2
SCCS-vsn: local/ditroff/ditroff.van/n9.c 1.2
SCCS-vsn: local/ditroff/ditroff.van/n4.c 1.2
SCCS-vsn: local/ditroff/ditroff.van/n8.c 1.2
SCCS-vsn: local/ditroff/ditroff.van/tdef.h 1.2

32 years agoadd CP_INTR
Kirk McKusick [Sat, 20 Jun 1992 13:17:57 +0000 (05:17 -0800)]
add CP_INTR

SCCS-vsn: sys/sys/dkstat.h 7.6

32 years agoupdate from Chris
Kirk McKusick [Sat, 20 Jun 1992 13:13:51 +0000 (05:13 -0800)]
update from Chris

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

32 years agofix for anonymous objects on hash list when they should not be (from Hibler)
Kirk McKusick [Sat, 20 Jun 1992 13:07:39 +0000 (05:07 -0800)]
fix for anonymous objects on hash list when they should not be (from Hibler)

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

32 years agotimeval => timespec in vattr and dinode
Kirk McKusick [Sat, 20 Jun 1992 10:30:11 +0000 (02:30 -0800)]
timeval => timespec in vattr and dinode

SCCS-vsn: sys/kern/vfs_syscalls.c 7.85
SCCS-vsn: sys/kern/vfs_vnops.c 7.41
SCCS-vsn: sys/ufs/ffs/ffs_inode.c 7.55
SCCS-vsn: sys/ufs/ffs/inode.h 7.26
SCCS-vsn: sys/ufs/ufs/inode.h 7.26
SCCS-vsn: sys/ufs/lfs/lfs_inode.c 7.67
SCCS-vsn: sys/ufs/lfs/lfs_syscalls.c 7.12
SCCS-vsn: sys/ufs/ffs/ufs_vnops.c 7.95
SCCS-vsn: sys/ufs/ufs/ufs_vnops.c 7.95
SCCS-vsn: sys/nfs/nfsm_subs.h 7.13
SCCS-vsn: sys/nfs/nfs_bio.c 7.27
SCCS-vsn: sys/nfs/nfs_serv.c 7.52
SCCS-vsn: sys/nfs/nfs_subs.c 7.54
SCCS-vsn: sys/nfs/nfs_vnops.c 7.83
SCCS-vsn: sys/hp/hpux/hpux_compat.c 7.22

32 years agofinal version
Keith Bostic [Sat, 20 Jun 1992 09:20:06 +0000 (01:20 -0800)]
final version

SCCS-vsn: admin/admin/4.4/goodbye 5.4

32 years agoput back HZ parameter for brain-dead 50/60hz only machines
Kirk McKusick [Sat, 20 Jun 1992 08:55:59 +0000 (00:55 -0800)]
put back HZ parameter for brain-dead 50/60hz only machines

SCCS-vsn: usr.sbin/config/config.h 5.17
SCCS-vsn: usr.sbin/config/config.y 5.16
SCCS-vsn: usr.sbin/config/mkmakefile.c 5.38

32 years agosupport for luna68k
Kirk McKusick [Sat, 20 Jun 1992 08:54:16 +0000 (00:54 -0800)]
support for luna68k

SCCS-vsn: usr.sbin/config/config.h 5.16
SCCS-vsn: usr.sbin/config/mkmakefile.c 5.37

32 years agodon't clear the dump if out of space, plus cleanup; from Craig Leres
Keith Bostic [Sat, 20 Jun 1992 08:51:22 +0000 (00:51 -0800)]
don't clear the dump if out of space, plus cleanup; from Craig Leres

SCCS-vsn: sbin/savecore/savecore.c 5.30

32 years agosupport for luna68k
Kirk McKusick [Sat, 20 Jun 1992 08:49:21 +0000 (00:49 -0800)]
support for luna68k

SCCS-vsn: include/setjmp.h 5.7
SCCS-vsn: usr.sbin/config/config.h 5.16
SCCS-vsn: usr.sbin/config/lang.l 5.9
SCCS-vsn: usr.sbin/config/main.c 5.19
SCCS-vsn: usr.sbin/config/mkioconf.c 5.24

32 years agoon disk inode changed time form
Keith Bostic [Sat, 20 Jun 1992 08:25:15 +0000 (00:25 -0800)]
on disk inode changed time form

SCCS-vsn: sbin/fsdb/fsdb.c 5.12

32 years agoport to 4.4
Steven McCanne [Sat, 20 Jun 1992 07:52:00 +0000 (23:52 -0800)]
port to 4.4

SCCS-vsn: usr.bin/gcore/Makefile 5.6

32 years agouse sccs include to snarf copyright
Steven McCanne [Sat, 20 Jun 1992 07:50:40 +0000 (23:50 -0800)]
use sccs include to snarf copyright

SCCS-vsn: usr.bin/gcore/gcore.c 5.12
SCCS-vsn: usr.bin/gcore/gcore.1 6.7

32 years agodate and time created 92/06/19 16:48:51 by mccanne
Steven McCanne [Sat, 20 Jun 1992 07:48:51 +0000 (23:48 -0800)]
date and time created 92/06/19 16:48:51 by mccanne

SCCS-vsn: usr.bin/gcore/md-nop.c 5.1

32 years agodate and time created 92/06/19 16:48:50 by mccanne
Steven McCanne [Sat, 20 Jun 1992 07:48:50 +0000 (23:48 -0800)]
date and time created 92/06/19 16:48:50 by mccanne

SCCS-vsn: usr.bin/gcore/md-sparc.c 5.1
SCCS-vsn: usr.bin/gcore/util.c 5.1

32 years agoport to 4.4 -- involved changing interface (need text file as cmd arg)
Steven McCanne [Sat, 20 Jun 1992 07:37:27 +0000 (23:37 -0800)]
port to 4.4 -- involved changing interface (need text file as cmd arg)

SCCS-vsn: usr.bin/gcore/gcore.1 6.6

32 years agoport to new kvm interface
Steven McCanne [Sat, 20 Jun 1992 07:36:34 +0000 (23:36 -0800)]
port to new kvm interface

SCCS-vsn: usr.bin/gcore/gcore.c 5.11

32 years ago__qdivmod => __qdivrem
Keith Bostic [Sat, 20 Jun 1992 06:42:20 +0000 (22:42 -0800)]
__qdivmod => __qdivrem

SCCS-vsn: lib/libc/quad/moddi3.c 5.4
SCCS-vsn: lib/libc/quad/umoddi3.c 5.4

32 years agotypedef fpos_t as off_t; off_t now a quad
Keith Bostic [Sat, 20 Jun 1992 06:18:30 +0000 (22:18 -0800)]
typedef fpos_t as off_t; off_t now a quad

SCCS-vsn: include/stdio.h 5.20

32 years agolseek returns a quad
Keith Bostic [Sat, 20 Jun 1992 06:16:59 +0000 (22:16 -0800)]
lseek returns a quad

SCCS-vsn: include/unistd.h 5.18