unix-history/.git
32 years agostatfs.f_bsize => statfs.f_iosize; statfs.f_fsize => statfs.f_bsize (for SunOS)
Kirk McKusick [Sun, 15 Dec 1991 13:35:50 +0000 (05:35 -0800)]
statfs.f_bsize => statfs.f_iosize; statfs.f_fsize => statfs.f_bsize (for SunOS)

SCCS-vsn: sys/ufs/lfs/lfs_vfsops.c 7.67
SCCS-vsn: sys/ufs/ffs/ufs_lookup.c 7.36
SCCS-vsn: sys/ufs/ufs/ufs_lookup.c 7.36
SCCS-vsn: sys/ufs/ffs/ufs_vnops.c 7.69
SCCS-vsn: sys/ufs/ufs/ufs_vnops.c 7.69
SCCS-vsn: sys/dev/vn.c 7.7
SCCS-vsn: bin/df/df.c 5.27

32 years agostatfs.f_bsize => statfs.f_iosize; statfs.f_fsize => statfs.f_bsize (for SunOS);
Kirk McKusick [Sun, 15 Dec 1991 13:14:44 +0000 (05:14 -0800)]
statfs.f_bsize => statfs.f_iosize; statfs.f_fsize => statfs.f_bsize (for SunOS);

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

32 years agostatfs.f_bsize => statfs.f_iosize; statfs.f_fsize => statfs.f_bsize (for SunOS)
Kirk McKusick [Sun, 15 Dec 1991 13:13:19 +0000 (05:13 -0800)]
statfs.f_bsize => statfs.f_iosize; statfs.f_fsize => statfs.f_bsize (for SunOS)

SCCS-vsn: sys/nfs/nfs_serv.c 7.42
SCCS-vsn: sys/nfs/nfs_vfsops.c 7.34
SCCS-vsn: sys/vm/vnode_pager.c 7.7

32 years agoadditions for new export semantics
Kirk McKusick [Sun, 15 Dec 1991 13:05:33 +0000 (05:05 -0800)]
additions for new export semantics

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

32 years agostatfs.f_bsize => statfs.f_iosize;
Kirk McKusick [Sun, 15 Dec 1991 13:02:34 +0000 (05:02 -0800)]
statfs.f_bsize => statfs.f_iosize;
statfs.f_fsize =>statfs.f_bsize (to be compatible with SunOS naming)

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

32 years agoconvert lockf implementation to use fcntl directly
Eric Allman [Sun, 15 Dec 1991 11:39:50 +0000 (03:39 -0800)]
convert lockf implementation to use fcntl directly

SCCS-vsn: usr.sbin/sendmail/src/deliver.c 5.50
SCCS-vsn: usr.sbin/sendmail/src/queue.c 5.37
SCCS-vsn: usr.sbin/sendmail/src/alias.c 5.31

32 years agocreate LFS_IRELEASE/LFS_IWRITE macros so ifile times get updated
Keith Bostic [Sun, 15 Dec 1991 10:47:19 +0000 (02:47 -0800)]
create LFS_IRELEASE/LFS_IWRITE macros so ifile times get updated

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

32 years agouse LFS_IRELEASE/LFS_IWRITE macros
Keith Bostic [Sun, 15 Dec 1991 10:46:40 +0000 (02:46 -0800)]
use LFS_IRELEASE/LFS_IWRITE macros

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

32 years agoinline lfs_iset in lfs_segment.c
Keith Bostic [Sun, 15 Dec 1991 10:46:24 +0000 (02:46 -0800)]
inline lfs_iset in lfs_segment.c

SCCS-vsn: sys/ufs/lfs/lfs_extern.h 7.5

32 years agouse LFS_IRELEASE/LFS_IWRITE macros
Keith Bostic [Sun, 15 Dec 1991 10:46:09 +0000 (02:46 -0800)]
use LFS_IRELEASE/LFS_IWRITE macros

SCCS-vsn: sys/ufs/lfs/lfs_alloc.c 7.37

32 years agomake lfs_write code look like ffs_write again
Keith Bostic [Sun, 15 Dec 1991 10:45:38 +0000 (02:45 -0800)]
make lfs_write code look like ffs_write again

SCCS-vsn: sys/ufs/lfs/lfs_vnops.c 7.73

32 years agoinline lfs_iset in lfs_segment.c; use LFS_IRELEASE/LFS_IWRITE macros
Keith Bostic [Sun, 15 Dec 1991 10:44:36 +0000 (02:44 -0800)]
inline lfs_iset in lfs_segment.c; use LFS_IRELEASE/LFS_IWRITE macros

SCCS-vsn: sys/ufs/lfs/lfs_subr.c 7.5

32 years agoadd cleaner info, set SEGUSE_SUPERBLOCK on segments with superblocks
Keith Bostic [Sun, 15 Dec 1991 09:06:15 +0000 (01:06 -0800)]
add cleaner info, set SEGUSE_SUPERBLOCK on segments with superblocks

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

32 years agodisplay cleaner info
Keith Bostic [Sun, 15 Dec 1991 09:00:48 +0000 (01:00 -0800)]
display cleaner info

SCCS-vsn: sbin/dumplfs/dumplfs.c 5.5

32 years agoupdate cleaner info when marking a segment clean
Keith Bostic [Sun, 15 Dec 1991 08:55:41 +0000 (00:55 -0800)]
update cleaner info when marking a segment clean

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

32 years agochange lfs_newseg to do all the lastseg/curseg/newseg and su_flags
Keith Bostic [Sun, 15 Dec 1991 08:54:49 +0000 (00:54 -0800)]
change lfs_newseg to do all the lastseg/curseg/newseg and su_flags
ACTIVE/DIRTY updates; check SEGUSE_SUPERBLOCK not su_nbytes; update cleaner
info in lfs_newseg; don't update segment usage table until blocks at least
scheduled (it doesn't matter, just more intuitive)

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

32 years agoCLEANINFO didn't need last_seg, last_time for now
Keith Bostic [Sun, 15 Dec 1991 08:51:40 +0000 (00:51 -0800)]
CLEANINFO didn't need last_seg, last_time for now

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

32 years agoadd LFS_CLEANERINFO macro for access to cleaner ifile block
Keith Bostic [Sun, 15 Dec 1991 08:22:16 +0000 (00:22 -0800)]
add LFS_CLEANERINFO macro for access to cleaner ifile block

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

32 years agonew man page format, document all of the options
Keith Bostic [Sun, 15 Dec 1991 07:29:05 +0000 (23:29 -0800)]
new man page format, document all of the options

SCCS-vsn: games/worms/worms.6 6.5

32 years agoallow udbexpand to return temporary failure errors
Eric Allman [Sun, 15 Dec 1991 06:35:34 +0000 (22:35 -0800)]
allow udbexpand to return temporary failure errors

SCCS-vsn: usr.sbin/sendmail/src/recipient.c 5.24
SCCS-vsn: usr.sbin/sendmail/src/version.c 5.84
SCCS-vsn: usr.sbin/sendmail/src/udb.c 5.14

32 years agofix usage message
Keith Bostic [Sun, 15 Dec 1991 05:59:05 +0000 (21:59 -0800)]
fix usage message

SCCS-vsn: games/worms/worms.c 5.10

32 years agocomments about the latest round of hacking
Eric Allman [Sun, 15 Dec 1991 05:26:25 +0000 (21:26 -0800)]
comments about the latest round of hacking

SCCS-vsn: usr.sbin/sendmail/doc/op/op.me 5.17

32 years agofix race condition in queue file locking; generalize getla
Eric Allman [Sun, 15 Dec 1991 04:37:03 +0000 (20:37 -0800)]
fix race condition in queue file locking; generalize getla

SCCS-vsn: usr.sbin/sendmail/src/envelope.c 5.23
SCCS-vsn: usr.sbin/sendmail/src/version.c 5.83
SCCS-vsn: usr.sbin/sendmail/src/sendmail.h 5.25
SCCS-vsn: usr.sbin/sendmail/src/daemon.c 5.40
SCCS-vsn: usr.sbin/sendmail/src/deliver.c 5.49
SCCS-vsn: usr.sbin/sendmail/src/queue.c 5.36
SCCS-vsn: usr.sbin/sendmail/src/conf.c 5.31

32 years agoupdate the superblock
Keith Bostic [Sat, 14 Dec 1991 08:06:04 +0000 (00:06 -0800)]
update the superblock

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

32 years agosome System V hacks....
Eric Allman [Sat, 14 Dec 1991 06:54:29 +0000 (22:54 -0800)]
some System V hacks....

SCCS-vsn: usr.sbin/sendmail/src/main.c 5.39
SCCS-vsn: usr.sbin/sendmail/src/conf.h 5.22

32 years agomail.CS.Berkeley.EDU should masquerade as CS.Berkeley.EDU
Eric Allman [Sat, 14 Dec 1991 06:26:57 +0000 (22:26 -0800)]
mail.CS.Berkeley.EDU should masquerade as CS.Berkeley.EDU

SCCS-vsn: usr.sbin/sendmail/cf/cf/mail.cs.mc 2.3
SCCS-vsn: usr.sbin/sendmail/cf/cf/mail.eecs.mc 2.3

32 years agochange lockf code to avoid race condition
Eric Allman [Sat, 14 Dec 1991 04:54:59 +0000 (20:54 -0800)]
change lockf code to avoid race condition

SCCS-vsn: usr.sbin/sendmail/src/deliver.c 5.48

32 years agomajor fixes to buffer queueing, segment structure; lots of cleanups,
Keith Bostic [Sat, 14 Dec 1991 04:48:42 +0000 (20:48 -0800)]
major fixes to buffer queueing, segment structure; lots of cleanups,
structural changes

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

32 years agoif NMI interrupt, don't try to sync
Keith Bostic [Sat, 14 Dec 1991 04:42:00 +0000 (20:42 -0800)]
if NMI interrupt, don't try to sync

SCCS-vsn: sys/ufs/lfs/lfs_vfsops.c 7.66

32 years agono normative chnage, trivial cleanup
Keith Bostic [Sat, 14 Dec 1991 04:41:24 +0000 (20:41 -0800)]
no normative chnage, trivial cleanup

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

32 years agoadd SEGUSE flags
Keith Bostic [Sat, 14 Dec 1991 04:40:30 +0000 (20:40 -0800)]
add SEGUSE flags

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

32 years agofix lockf code; have getcanonname recognize canonical names
Eric Allman [Sat, 14 Dec 1991 04:13:18 +0000 (20:13 -0800)]
fix lockf code; have getcanonname recognize canonical names

SCCS-vsn: usr.sbin/sendmail/src/domain.c 5.32
SCCS-vsn: usr.sbin/sendmail/src/version.c 5.82
SCCS-vsn: usr.sbin/sendmail/src/deliver.c 5.47
SCCS-vsn: usr.sbin/sendmail/src/queue.c 5.35
SCCS-vsn: usr.sbin/sendmail/src/alias.c 5.30
SCCS-vsn: usr.sbin/sendmail/src/deliver.c 5.47

32 years agogive initialization a chance
Eric Allman [Fri, 13 Dec 1991 10:51:38 +0000 (02:51 -0800)]
give initialization a chance

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

32 years agoallow for default UDB spec at compile time
Eric Allman [Fri, 13 Dec 1991 10:39:53 +0000 (02:39 -0800)]
allow for default UDB spec at compile time

SCCS-vsn: usr.sbin/sendmail/src/udb.c 5.12

32 years agomissing static declaration
Kirk McKusick [Fri, 13 Dec 1991 09:39:00 +0000 (01:39 -0800)]
missing static declaration

SCCS-vsn: bin/ls/print.c 5.27

32 years agoignore files with NODUMP flag set
Kirk McKusick [Fri, 13 Dec 1991 09:26:27 +0000 (01:26 -0800)]
ignore files with NODUMP flag set

SCCS-vsn: sbin/dump/traverse.c 5.16

32 years agodate and time created 91/12/12 16:56:57 by mckusick
Kirk McKusick [Fri, 13 Dec 1991 08:56:57 +0000 (00:56 -0800)]
date and time created 91/12/12 16:56:57 by mckusick

SCCS-vsn: usr.bin/chflags/chflags.1 5.1
SCCS-vsn: usr.bin/chflags/chflags.c 5.1

32 years agodate and time created 91/12/12 16:56:56 by mckusick
Kirk McKusick [Fri, 13 Dec 1991 08:56:56 +0000 (00:56 -0800)]
date and time created 91/12/12 16:56:56 by mckusick

SCCS-vsn: usr.bin/chflags/Makefile 5.1

32 years agodon't install profiled libs on mips (yet)
Marc Teitelbaum [Fri, 13 Dec 1991 08:54:33 +0000 (00:54 -0800)]
don't install profiled libs on mips (yet)

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

32 years agoadd -o option to list file flags
Kirk McKusick [Fri, 13 Dec 1991 08:36:56 +0000 (00:36 -0800)]
add -o option to list file flags

SCCS-vsn: bin/ls/ls.h 5.13
SCCS-vsn: bin/ls/print.c 5.26
SCCS-vsn: bin/ls/ls.1 6.19
SCCS-vsn: bin/ls/ls.c 5.52

32 years agoadd file flags definitions
Kirk McKusick [Fri, 13 Dec 1991 08:05:24 +0000 (00:05 -0800)]
add file flags definitions

SCCS-vsn: sys/sys/stat.h 7.12

32 years agoinclude host name in insecurity mail subject
Mike Karels [Fri, 13 Dec 1991 07:23:39 +0000 (23:23 -0800)]
include host name in insecurity mail subject

SCCS-vsn: etc/daily 5.15

32 years agoupdate for new syntax and semantics from Rick Macklem
Kirk McKusick [Fri, 13 Dec 1991 06:38:42 +0000 (22:38 -0800)]
update for new syntax and semantics from Rick Macklem

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

32 years agoNEWSENDMAIL is the default
Eric Allman [Fri, 13 Dec 1991 03:54:28 +0000 (19:54 -0800)]
NEWSENDMAIL is the default

SCCS-vsn: usr.sbin/sendmail/cf/domain/Berkeley.EDU.m4 2.2

32 years ago"OLDSENDMAIL" macro undefines "NEWSENDMAIL"
Eric Allman [Fri, 13 Dec 1991 03:53:52 +0000 (19:53 -0800)]
"OLDSENDMAIL" macro undefines "NEWSENDMAIL"

SCCS-vsn: usr.sbin/sendmail/cf/m4/cf.m4 2.13

32 years agodefine $m macro to have the domain part of $w
Eric Allman [Fri, 13 Dec 1991 03:42:20 +0000 (19:42 -0800)]
define $m macro to have the domain part of $w

SCCS-vsn: usr.sbin/sendmail/src/main.c 5.38
SCCS-vsn: usr.sbin/sendmail/src/version.c 5.81

32 years agosubstantial changes to handle CS subdomain
Eric Allman [Fri, 13 Dec 1991 03:34:30 +0000 (19:34 -0800)]
substantial changes to handle CS subdomain

SCCS-vsn: usr.sbin/sendmail/cf/m4/version.m4 2.3

32 years agochange internal macro name
Eric Allman [Fri, 13 Dec 1991 02:51:41 +0000 (18:51 -0800)]
change internal macro name

SCCS-vsn: usr.sbin/sendmail/cf/feature/use_cw_file.m4 2.2

32 years agonormalize locations of system files
Eric Allman [Fri, 13 Dec 1991 02:51:06 +0000 (18:51 -0800)]
normalize locations of system files

SCCS-vsn: usr.sbin/sendmail/cf/ostype/bsd4.3.m4 2.2
SCCS-vsn: usr.sbin/sendmail/cf/ostype/bsd4.4.m4 2.2
SCCS-vsn: usr.sbin/sendmail/cf/ostype/riscos4.5.m4 2.2
SCCS-vsn: usr.sbin/sendmail/cf/ostype/sunos3.5.m4 2.2
SCCS-vsn: usr.sbin/sendmail/cf/ostype/sunos4.1.m4 2.3
SCCS-vsn: usr.sbin/sendmail/cf/ostype/ultrix4.m4 2.4

32 years agodon't assume @cs in USERDB_SPEC
Eric Allman [Fri, 13 Dec 1991 02:50:18 +0000 (18:50 -0800)]
don't assume @cs in USERDB_SPEC

SCCS-vsn: usr.sbin/sendmail/cf/domain/CS.Berkeley.EDU.m4 2.11

32 years agohacks for HP-UX (ugh)
Eric Allman [Fri, 13 Dec 1991 02:49:45 +0000 (18:49 -0800)]
hacks for HP-UX (ugh)

SCCS-vsn: usr.sbin/sendmail/cf/mailer/local.m4 2.3

32 years agomodifications for CS subdomain server
Eric Allman [Fri, 13 Dec 1991 02:49:21 +0000 (18:49 -0800)]
modifications for CS subdomain server

SCCS-vsn: usr.sbin/sendmail/cf/cf/ucbvax.mc 2.3
SCCS-vsn: usr.sbin/sendmail/cf/cf/mail.cs.mc 2.2
SCCS-vsn: usr.sbin/sendmail/cf/cf/mail.eecs.mc 2.2
SCCS-vsn: usr.sbin/sendmail/cf/m4/cf.m4 2.12
SCCS-vsn: usr.sbin/sendmail/cf/m4/proto.m4 2.17

32 years agocheckpoint of hacking for mail.cs.berkeley.edu
Eric Allman [Fri, 13 Dec 1991 00:24:51 +0000 (16:24 -0800)]
checkpoint of hacking for mail.cs.berkeley.edu

SCCS-vsn: usr.sbin/sendmail/cf/m4/proto.m4 2.16

32 years agoversion 2; add cksum, make keywords flexible, new output format
Keith Bostic [Thu, 12 Dec 1991 09:56:44 +0000 (01:56 -0800)]
version 2; add cksum, make keywords flexible, new output format
date and time created 91/12/11 17:56:44 by bostic

SCCS-vsn: usr.sbin/mtree/misc.c 5.1

32 years agoversion 2; add cksum, make keywords flexible, new output format
Keith Bostic [Thu, 12 Dec 1991 09:56:40 +0000 (01:56 -0800)]
version 2; add cksum, make keywords flexible, new output format
date and time created 91/12/11 17:56:40 by bostic

SCCS-vsn: usr.sbin/mtree/extern.h 5.1

32 years agoversion 2; add cksum, make keywords flexible, new output format
Keith Bostic [Thu, 12 Dec 1991 09:56:19 +0000 (01:56 -0800)]
version 2; add cksum, make keywords flexible, new output format

SCCS-vsn: usr.sbin/mtree/Makefile 5.5
SCCS-vsn: usr.sbin/mtree/compare.c 5.8
SCCS-vsn: usr.sbin/mtree/create.c 5.17
SCCS-vsn: usr.sbin/mtree/mtree.8 5.11
SCCS-vsn: usr.sbin/mtree/mtree.c 5.9
SCCS-vsn: usr.sbin/mtree/mtree.h 5.8
SCCS-vsn: usr.sbin/mtree/spec.c 5.15
SCCS-vsn: usr.sbin/mtree/verify.c 5.10

32 years agocalculate crc over set of files; used by mtree(1)
Keith Bostic [Thu, 12 Dec 1991 09:35:42 +0000 (01:35 -0800)]
calculate crc over set of files; used by mtree(1)

SCCS-vsn: usr.bin/cksum/crc.c 5.5

32 years agoLFS version 2; cleaner system calls
Keith Bostic [Thu, 12 Dec 1991 06:38:06 +0000 (22:38 -0800)]
LFS version 2; cleaner system calls
date and time created 91/12/11 14:38:06 by bostic

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

32 years agodate and time created 91/12/11 12:50:44 by eric
Eric Allman [Thu, 12 Dec 1991 04:50:44 +0000 (20:50 -0800)]
date and time created 91/12/11 12:50:44 by eric

SCCS-vsn: usr.sbin/sendmail/cf/cf/mail.cs.mc 2.1
SCCS-vsn: usr.sbin/sendmail/cf/cf/mail.eecs.mc 2.1

32 years agoIf two keys compare equal, return the index of the matching key
Keith Bostic [Thu, 12 Dec 1991 02:16:15 +0000 (18:16 -0800)]
If two keys compare equal, return the index of the matching key
not the next index.  Test case is inserting two identical keys
into the database at the beginning of a page (before anything else).

SCCS-vsn: lib/libc/db/btree/bt_put.c 5.6

32 years agocleanups for new refer
Kirk McKusick [Wed, 11 Dec 1991 08:52:20 +0000 (00:52 -0800)]
cleanups for new refer

SCCS-vsn: share/doc/papers/memfs/Makefile 1.7

32 years agospecify printer
Kirk McKusick [Wed, 11 Dec 1991 08:42:13 +0000 (00:42 -0800)]
specify printer

SCCS-vsn: share/doc/papers/kernmalloc/Makefile 1.6

32 years agoadd a numerical argument example
Keith Bostic [Wed, 11 Dec 1991 02:25:11 +0000 (18:25 -0800)]
add a numerical argument example

SCCS-vsn: admin/style/style 1.9

32 years agowelcome to the wonderful world of ANSI!
Keith Bostic [Tue, 10 Dec 1991 08:26:48 +0000 (00:26 -0800)]
welcome to the wonderful world of ANSI!

SCCS-vsn: lib/libc/net/inet_addr.c 5.11

32 years agoprogrammer head space error
Keith Bostic [Tue, 10 Dec 1991 07:26:59 +0000 (23:26 -0800)]
programmer head space error

SCCS-vsn: lib/libc/db/btree/bt_open.c 5.15

32 years agoLFS syscalls are conditional on LFS being defined
Kirk McKusick [Tue, 10 Dec 1991 07:20:33 +0000 (23:20 -0800)]
LFS syscalls are conditional on LFS being defined

SCCS-vsn: sys/kern/syscalls.master 7.28

32 years agohtonl -> HTONL
Keith Bostic [Tue, 10 Dec 1991 07:16:48 +0000 (23:16 -0800)]
htonl -> HTONL

SCCS-vsn: lib/libc/db/btree/bt_close.c 5.3

32 years agodate and time created 91/12/09 14:24:06 by eric
Eric Allman [Tue, 10 Dec 1991 06:24:06 +0000 (22:24 -0800)]
date and time created 91/12/09 14:24:06 by eric

SCCS-vsn: usr.sbin/sendmail/cf/ostype/hpux9.m4 2.1

32 years agoinclude LOCKF compilation variable
Eric Allman [Mon, 9 Dec 1991 08:42:29 +0000 (00:42 -0800)]
include LOCKF compilation variable

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

32 years agoF_TEST => F_TLOCK
Eric Allman [Mon, 9 Dec 1991 06:48:06 +0000 (22:48 -0800)]
F_TEST => F_TLOCK

SCCS-vsn: usr.sbin/sendmail/src/alias.c 5.29

32 years agoargv[1] should be argv[0]
Keith Bostic [Sun, 8 Dec 1991 04:52:28 +0000 (20:52 -0800)]
argv[1] should be argv[0]

SCCS-vsn: usr.bin/passwd/passwd.c 5.6

32 years ago<sys/mount.h> needs <sys/ucred.h>
Keith Bostic [Sat, 7 Dec 1991 09:55:12 +0000 (01:55 -0800)]
<sys/mount.h> needs <sys/ucred.h>

SCCS-vsn: sbin/dumplfs/dumplfs.c 5.4
SCCS-vsn: sbin/newlfs/newfs.c 5.4

32 years agoLFS version 2
Keith Bostic [Sat, 7 Dec 1991 09:00:22 +0000 (01:00 -0800)]
LFS version 2

SCCS-vsn: sbin/newlfs/lfs.c 5.3
SCCS-vsn: sbin/newlfs/newfs.c 5.3

32 years agotypo
Keith Bostic [Sat, 7 Dec 1991 08:54:04 +0000 (00:54 -0800)]
typo

SCCS-vsn: sbin/newlfs/newfs.c 5.2

32 years agocheckpoint
Keith Bostic [Sat, 7 Dec 1991 08:50:58 +0000 (00:50 -0800)]
checkpoint

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

32 years agoupdate DFL_LFSSEG_MASK
Keith Bostic [Sat, 7 Dec 1991 08:50:50 +0000 (00:50 -0800)]
update DFL_LFSSEG_MASK

SCCS-vsn: sbin/newlfs/config.h 5.2

32 years agoLFS version 2
Keith Bostic [Sat, 7 Dec 1991 08:48:50 +0000 (00:48 -0800)]
LFS version 2

SCCS-vsn: sbin/dumplfs/dumplfs.c 5.3

32 years agocheckpoint
Keith Bostic [Sat, 7 Dec 1991 08:46:48 +0000 (00:46 -0800)]
checkpoint

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

32 years agoLFS version 2; partial segments, new framing structure -- major rework
Keith Bostic [Sat, 7 Dec 1991 08:44:46 +0000 (00:44 -0800)]
LFS version 2; partial segments, new framing structure -- major rework

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

32 years agoLFS version 2; minor updates
Keith Bostic [Sat, 7 Dec 1991 08:43:46 +0000 (00:43 -0800)]
LFS version 2; minor updates

SCCS-vsn: sys/ufs/lfs/lfs_extern.h 7.4

32 years agoLFS version 2; minor cleanups, nothing important
Keith Bostic [Sat, 7 Dec 1991 08:42:49 +0000 (00:42 -0800)]
LFS version 2; minor cleanups, nothing important

SCCS-vsn: sys/ufs/lfs/lfs_debug.c 7.2

32 years agoLFS version 2; truncate must do vinvalbuf
Keith Bostic [Sat, 7 Dec 1991 08:41:09 +0000 (00:41 -0800)]
LFS version 2; truncate must do vinvalbuf

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

32 years agoLFS version 2; no changes required
Keith Bostic [Sat, 7 Dec 1991 08:40:28 +0000 (00:40 -0800)]
LFS version 2; no changes required

SCCS-vsn: sys/ufs/lfs/lfs_cksum.c 7.2

32 years agoLFS version 2; break bmap into three routines, using lfs_getlbns for
Keith Bostic [Sat, 7 Dec 1991 08:40:10 +0000 (00:40 -0800)]
LFS version 2; break bmap into three routines, using lfs_getlbns for
real mapping

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

32 years agoLFS version 2; minor cleanups, nothing important
Keith Bostic [Sat, 7 Dec 1991 08:39:12 +0000 (00:39 -0800)]
LFS version 2; minor cleanups, nothing important

SCCS-vsn: sys/ufs/lfs/lfs_alloc.c 7.36

32 years agoLFS version 2; no longer read the segusage table, it's in the IFILE
Keith Bostic [Sat, 7 Dec 1991 08:38:48 +0000 (00:38 -0800)]
LFS version 2; no longer read the segusage table, it's in the IFILE

SCCS-vsn: sys/ufs/lfs/lfs_vfsops.c 7.65

32 years agoLFS version 2; minor cleanups, nothing important
Keith Bostic [Sat, 7 Dec 1991 08:37:57 +0000 (00:37 -0800)]
LFS version 2; minor cleanups, nothing important

SCCS-vsn: sys/ufs/lfs/lfs_vnops.c 7.72

32 years agoLFS version 2; use B_LOCKED queue for buffers
Keith Bostic [Sat, 7 Dec 1991 08:37:28 +0000 (00:37 -0800)]
LFS version 2; use B_LOCKED queue for buffers

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

32 years agoLFS version 2; describe partial segments, new framing structure, add
Keith Bostic [Sat, 7 Dec 1991 08:36:26 +0000 (00:36 -0800)]
LFS version 2; describe partial segments, new framing structure, add
cleaner system calls

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

32 years agoLFS version 2; describe partial segments, new framing structure
Keith Bostic [Sat, 7 Dec 1991 08:35:46 +0000 (00:35 -0800)]
LFS version 2; describe partial segments, new framing structure

SCCS-vsn: sys/ufs/lfs/README 7.3

32 years agoLFS version 2; move lfs_getversion to lfs_segment.c
Keith Bostic [Sat, 7 Dec 1991 08:35:20 +0000 (00:35 -0800)]
LFS version 2; move lfs_getversion to lfs_segment.c

SCCS-vsn: sys/ufs/lfs/lfs_subr.c 7.4

32 years agonew addressing conventions, using negative numbers off first block number
Keith Bostic [Sat, 7 Dec 1991 08:18:51 +0000 (00:18 -0800)]
new addressing conventions, using negative numbers off first block number

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

32 years agomake triply indirected blocks work
Keith Bostic [Sat, 7 Dec 1991 08:17:21 +0000 (00:17 -0800)]
make triply indirected blocks work

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

32 years agoadd SCCS header
Keith Bostic [Sat, 7 Dec 1991 08:12:04 +0000 (00:12 -0800)]
add SCCS header

SCCS-vsn: sys/ufs/lfs/README 7.2

32 years agodate and time created 91/12/06 16:11:46 by bostic
Keith Bostic [Sat, 7 Dec 1991 08:11:46 +0000 (00:11 -0800)]
date and time created 91/12/06 16:11:46 by bostic

SCCS-vsn: sys/ufs/lfs/README 7.1

32 years agoLFS V2; add system calls for cleaner
Keith Bostic [Sat, 7 Dec 1991 08:10:05 +0000 (00:10 -0800)]
LFS V2; add system calls for cleaner

SCCS-vsn: sys/kern/syscalls.master 7.27

32 years agoLFS V2; add cleaner system call file
Keith Bostic [Sat, 7 Dec 1991 08:07:45 +0000 (00:07 -0800)]
LFS V2; add cleaner system call file

SCCS-vsn: sys/conf/files 7.33

32 years agomfs needs some of the ffs files
Keith Sklower [Sat, 7 Dec 1991 08:05:54 +0000 (00:05 -0800)]
mfs needs some of the ffs files

SCCS-vsn: sys/conf/files 7.32

32 years agoadd ssize_t, required by POSIX 1003.1
Keith Bostic [Sat, 7 Dec 1991 06:08:05 +0000 (22:08 -0800)]
add ssize_t, required by POSIX 1003.1

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

32 years agoadd _SSIZE_T_
Keith Bostic [Sat, 7 Dec 1991 06:07:02 +0000 (22:07 -0800)]
add _SSIZE_T_

SCCS-vsn: sys/hp300/include/ansi.h 7.2