unix-history/.git
32 years agoexpand parameters to functions; READDIR drops eofflag;
Kirk McKusick [Fri, 26 Jun 1992 04:21:15 +0000 (20:21 -0800)]
expand parameters to functions; READDIR drops eofflag;
new parameters to TRUNCATE

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

32 years agoquotactl now takes a real uid_t
Kirk McKusick [Fri, 26 Jun 1992 04:19:43 +0000 (20:19 -0800)]
quotactl now takes a real uid_t

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

32 years agoadd parameters to lookup; new parameters to VOP_TRUNCATE
Kirk McKusick [Fri, 26 Jun 1992 04:19:15 +0000 (20:19 -0800)]
add parameters to lookup; new parameters to VOP_TRUNCATE

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

32 years agoquotactl now takes a real uid_t
Kirk McKusick [Fri, 26 Jun 1992 04:18:41 +0000 (20:18 -0800)]
quotactl now takes a real uid_t

SCCS-vsn: sys/ufs/ffs/quota.h 7.11
SCCS-vsn: sys/ufs/ufs/quota.h 7.11

32 years agoneed to use nfs_fsync for spec and fifo hybrid ops;
Kirk McKusick [Fri, 26 Jun 1992 04:17:53 +0000 (20:17 -0800)]
need to use nfs_fsync for spec and fifo hybrid ops;
expand vnops parameters; new parameters to vinvalbuf; dump NOQUAD;
drop proc pointer parameter from removeit; drop eofflag from readdir;
inline expand vflushbuf in fsync

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

32 years agonew parameters to sync plus inline expand mntflushbuf;
Kirk McKusick [Fri, 26 Jun 1992 04:14:51 +0000 (20:14 -0800)]
new parameters to sync plus inline expand mntflushbuf;
drop setgen parameter from fhtovp

SCCS-vsn: sys/nfs/nfs_vfsops.c 7.40

32 years agonew parameters to vinvalbuf; use VOP_FSYNC for vflushbuf
Kirk McKusick [Fri, 26 Jun 1992 04:12:40 +0000 (20:12 -0800)]
new parameters to vinvalbuf; use VOP_FSYNC for vflushbuf

SCCS-vsn: sys/nfs/nfs_nqlease.c 7.7

32 years agodump NOQUAD; new parameters to vinvalbuf; cleanup stackable filesystem merge
Kirk McKusick [Fri, 26 Jun 1992 04:11:44 +0000 (20:11 -0800)]
dump NOQUAD; new parameters to vinvalbuf; cleanup stackable filesystem merge

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

32 years agoget rid of NOQUAD; nfs_removeit no longer takes a proc pointer
Kirk McKusick [Fri, 26 Jun 1992 04:10:14 +0000 (20:10 -0800)]
get rid of NOQUAD; nfs_removeit no longer takes a proc pointer

SCCS-vsn: sys/nfs/nfs_node.c 7.40

32 years agouse VOP_VGET in place of VFS_FHTOVP with setgen flag;
Kirk McKusick [Fri, 26 Jun 1992 04:09:29 +0000 (20:09 -0800)]
use VOP_VGET in place of VFS_FHTOVP with setgen flag;
READDIR no longer has eofflag

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

32 years agodrop NOQUAD; FHTOVP drops setgen bogosity
Kirk McKusick [Fri, 26 Jun 1992 04:08:23 +0000 (20:08 -0800)]
drop NOQUAD; FHTOVP drops setgen bogosity

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

32 years agoquotactl takes uid_t; fhtovp drops setgen bogosity
Kirk McKusick [Fri, 26 Jun 1992 04:07:50 +0000 (20:07 -0800)]
quotactl takes uid_t; fhtovp drops setgen bogosity

SCCS-vsn: sys/nfs/nfsmount.h 7.10

32 years agomaybe no bug fixes, but introduces some new bugs!
Keith Bostic [Fri, 26 Jun 1992 04:07:08 +0000 (20:07 -0800)]
maybe no bug fixes, but introduces some new bugs!

SCCS-vsn: lib/libc/stdlib/getenv.c 5.11

32 years agodelete mntflushbuf, mntinvalbuf, and vflushbuf;
Kirk McKusick [Fri, 26 Jun 1992 04:06:50 +0000 (20:06 -0800)]
delete mntflushbuf, mntinvalbuf, and vflushbuf;
vinvalbuf now uses VOP_FSYNC to actually flush the buffers

SCCS-vsn: sys/kern/vfs_subr.c 7.81

32 years agonew parameters to vinvalbuf, VFS_SYNC, VOP_FSYNC, and VOP_READDIR
Kirk McKusick [Fri, 26 Jun 1992 04:04:32 +0000 (20:04 -0800)]
new parameters to vinvalbuf, VFS_SYNC, VOP_FSYNC, and VOP_READDIR

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

32 years agoFHTOVP no longer takes setgen parameter
Kirk McKusick [Fri, 26 Jun 1992 04:02:45 +0000 (20:02 -0800)]
FHTOVP no longer takes setgen parameter

SCCS-vsn: sys/kern/vfs_vnops.c 7.42

32 years agoadd comments on parameters; add fsync function; update close to
Kirk McKusick [Fri, 26 Jun 1992 04:02:13 +0000 (20:02 -0800)]
add comments on parameters; add fsync function; update close to
delete vflushbuf and use new vinvalbuf

SCCS-vsn: sys/miscfs/specfs/spec_vnops.c 7.46

32 years agoFSYNC no longer takes fflags; READDIR no longer takes eofflags;
Kirk McKusick [Fri, 26 Jun 1992 03:59:25 +0000 (19:59 -0800)]
FSYNC no longer takes fflags; READDIR no longer takes eofflags;
INACTIVE no longer takes a proc pointer; truncate takes an off_t

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

32 years agoeliminate excess spaces
Kirk McKusick [Fri, 26 Jun 1992 03:56:38 +0000 (19:56 -0800)]
eliminate excess spaces

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

32 years agoquotactl now takes uid_t; VFS_SYNC gets cred and proc;
Kirk McKusick [Fri, 26 Jun 1992 03:50:31 +0000 (19:50 -0800)]
quotactl now takes uid_t; VFS_SYNC gets cred and proc;
VFS_FHTOVP drops setgen bogosity

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

32 years agouse S_IFMT in place of IFMT to use sys/stat.h instead of ufs/ufs/dinode.h
Kirk McKusick [Fri, 26 Jun 1992 03:49:22 +0000 (19:49 -0800)]
use S_IFMT in place of IFMT to use sys/stat.h instead of ufs/ufs/dinode.h

SCCS-vsn: sys/sys/vnode.h 7.56

32 years agomake default priority -1 to distinguish from normal 0
Kirk McKusick [Fri, 26 Jun 1992 03:46:24 +0000 (19:46 -0800)]
make default priority -1 to distinguish from normal 0

SCCS-vsn: usr.sbin/config/config.y 5.17

32 years agoonly case convert letters
Kirk McKusick [Fri, 26 Jun 1992 03:44:31 +0000 (19:44 -0800)]
only case convert letters

SCCS-vsn: usr.sbin/config/mkheaders.c 5.9

32 years agoadd monet and dali to the list of hosts we MX for
Eric Allman [Fri, 26 Jun 1992 03:00:04 +0000 (19:00 -0800)]
add monet and dali to the list of hosts we MX for

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

32 years agoKNF, integrate with standard include files (quad -> quad_t etc.)
Keith Bostic [Fri, 26 Jun 1992 00:34:33 +0000 (16:34 -0800)]
KNF, integrate with standard include files (quad -> quad_t etc.)

SCCS-vsn: lib/libc/quad/adddi3.c 5.5
SCCS-vsn: lib/libc/quad/anddi3.c 5.4
SCCS-vsn: lib/libc/quad/ashldi3.c 5.7
SCCS-vsn: lib/libc/quad/ashrdi3.c 5.7
SCCS-vsn: lib/libc/quad/cmpdi2.c 5.5
SCCS-vsn: lib/libc/quad/divdi3.c 5.4
SCCS-vsn: lib/libc/quad/fixdfdi.c 5.4
SCCS-vsn: lib/libc/quad/fixunsdfdi.c 5.4
SCCS-vsn: lib/libc/quad/floatdidf.c 5.4
SCCS-vsn: lib/libc/quad/floatunsdidf.c 5.2
SCCS-vsn: lib/libc/quad/iordi3.c 5.4
SCCS-vsn: lib/libc/quad/lshldi3.c 5.7
SCCS-vsn: lib/libc/quad/lshrdi3.c 5.7
SCCS-vsn: lib/libc/quad/moddi3.c 5.5
SCCS-vsn: lib/libc/quad/muldi3.c 5.8
SCCS-vsn: lib/libc/quad/negdi2.c 5.5
SCCS-vsn: lib/libc/quad/notdi2.c 5.4
SCCS-vsn: lib/libc/quad/qdivrem.c 5.7
SCCS-vsn: lib/libc/quad/quad.h 5.8
SCCS-vsn: lib/libc/quad/subdi3.c 5.5
SCCS-vsn: lib/libc/quad/ucmpdi2.c 5.5
SCCS-vsn: lib/libc/quad/udivdi3.c 5.4
SCCS-vsn: lib/libc/quad/umoddi3.c 5.5
SCCS-vsn: lib/libc/quad/xordi3.c 5.4

32 years agoadd strtoq.3 strtouq.3
Keith Bostic [Fri, 26 Jun 1992 00:16:49 +0000 (16:16 -0800)]
add strtoq.3 strtouq.3

SCCS-vsn: lib/libc/stdlib/Makefile.inc 5.12

32 years agobreak up machine dependent stuff
Keith Bostic [Fri, 26 Jun 1992 00:16:02 +0000 (16:16 -0800)]
break up machine dependent stuff

SCCS-vsn: lib/libc/string/Makefile.inc 5.11

32 years agoadd strtoq.3, strtouq.3
Keith Bostic [Fri, 26 Jun 1992 00:15:31 +0000 (16:15 -0800)]
add strtoq.3, strtouq.3

SCCS-vsn: lib/libc/stdlib/strtol.3 5.4
SCCS-vsn: lib/libc/stdlib/strtoul.3 5.4

32 years agogeneral cleanup, KNF; no bug fixes
Keith Bostic [Fri, 26 Jun 1992 00:15:11 +0000 (16:15 -0800)]
general cleanup, KNF; no bug fixes

SCCS-vsn: lib/libc/stdlib/getenv.c 5.10
SCCS-vsn: lib/libc/stdlib/setenv.c 5.7

32 years agoadd strtoq, strtouq; break up machine dependent stuff
Keith Bostic [Fri, 26 Jun 1992 00:14:46 +0000 (16:14 -0800)]
add strtoq, strtouq; break up machine dependent stuff

SCCS-vsn: lib/libc/stdlib/Makefile.inc 5.11

32 years agobreak up machine dependent stuff
Keith Bostic [Fri, 26 Jun 1992 00:14:33 +0000 (16:14 -0800)]
break up machine dependent stuff

SCCS-vsn: lib/libc/gen/Makefile.inc 5.28
SCCS-vsn: lib/libc/net/Makefile.inc 5.7

32 years agodate and time created 92/06/25 09:11:47 by bostic
Keith Bostic [Fri, 26 Jun 1992 00:11:47 +0000 (16:11 -0800)]
date and time created 92/06/25 09:11:47 by bostic

SCCS-vsn: lib/libc/vax/gen/modsi3.s 5.1
SCCS-vsn: lib/libc/vax/gen/umulsi3.s 5.1

32 years agodate and time created 92/06/25 09:11:46 by bostic
Keith Bostic [Fri, 26 Jun 1992 00:11:46 +0000 (16:11 -0800)]
date and time created 92/06/25 09:11:46 by bostic

SCCS-vsn: lib/libc/vax/gen/lshrsi3.s 5.1

32 years agodate and time created 92/06/25 09:11:45 by bostic
Keith Bostic [Fri, 26 Jun 1992 00:11:45 +0000 (16:11 -0800)]
date and time created 92/06/25 09:11:45 by bostic

SCCS-vsn: lib/libc/vax/gen/lshlsi3.s 5.1

32 years agodate and time created 92/06/25 09:11:44 by bostic
Keith Bostic [Fri, 26 Jun 1992 00:11:44 +0000 (16:11 -0800)]
date and time created 92/06/25 09:11:44 by bostic

SCCS-vsn: lib/libc/vax/gen/fixunsdfsi.s 5.1

32 years agodate and time created 92/06/25 09:11:43 by bostic
Keith Bostic [Fri, 26 Jun 1992 00:11:43 +0000 (16:11 -0800)]
date and time created 92/06/25 09:11:43 by bostic

SCCS-vsn: lib/libc/vax/gen/fixdfsi.s 5.1

32 years agoadd strtoq, strtouq
Keith Bostic [Thu, 25 Jun 1992 23:50:32 +0000 (15:50 -0800)]
add strtoq, strtouq

SCCS-vsn: include/stdlib.h 5.19

32 years agoadd quad constants
Keith Bostic [Thu, 25 Jun 1992 23:46:00 +0000 (15:46 -0800)]
add quad constants

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

32 years agoKNF
Keith Bostic [Thu, 25 Jun 1992 23:23:28 +0000 (15:23 -0800)]
KNF

SCCS-vsn: lib/libc/net/linkaddr.c 5.4

32 years agosplit libkern into two parts, quad, non-quad; build tags in obj
Keith Bostic [Thu, 25 Jun 1992 23:02:06 +0000 (15:02 -0800)]
split libkern into two parts, quad, non-quad; build tags in obj

SCCS-vsn: lib/libc/Makefile 5.5

32 years agodate and time created 92/06/25 06:43:45 by torek
Chris Torek [Thu, 25 Jun 1992 21:43:45 +0000 (13:43 -0800)]
date and time created 92/06/25 06:43:45 by torek

SCCS-vsn: lib/csu/sparc/crt0.c 5.1

32 years agodate and time created 92/06/25 06:43:44 by torek
Chris Torek [Thu, 25 Jun 1992 21:43:44 +0000 (13:43 -0800)]
date and time created 92/06/25 06:43:44 by torek

SCCS-vsn: lib/csu/sparc/Makefile 5.1

32 years agodate and time created 92/06/25 06:38:02 by torek
Chris Torek [Thu, 25 Jun 1992 21:38:02 +0000 (13:38 -0800)]
date and time created 92/06/25 06:38:02 by torek

SCCS-vsn: lib/libc/sparc/sys/syscall.s 5.1

32 years agodate and time created 92/06/25 06:38:01 by torek
Chris Torek [Thu, 25 Jun 1992 21:38:01 +0000 (13:38 -0800)]
date and time created 92/06/25 06:38:01 by torek

SCCS-vsn: lib/libc/sparc/sys/sigreturn.s 5.1
SCCS-vsn: lib/libc/sparc/sys/sigsuspend.s 5.1

32 years agodate and time created 92/06/25 06:38:00 by torek
Chris Torek [Thu, 25 Jun 1992 21:38:00 +0000 (13:38 -0800)]
date and time created 92/06/25 06:38:00 by torek

SCCS-vsn: lib/libc/sparc/sys/sigpending.s 5.1
SCCS-vsn: lib/libc/sparc/sys/sigprocmask.s 5.1

32 years agodate and time created 92/06/25 06:37:59 by torek
Chris Torek [Thu, 25 Jun 1992 21:37:59 +0000 (13:37 -0800)]
date and time created 92/06/25 06:37:59 by torek

SCCS-vsn: lib/libc/sparc/sys/sbrk.s 5.1
SCCS-vsn: lib/libc/sparc/sys/setlogin.s 5.1

32 years agodate and time created 92/06/25 06:37:58 by torek
Chris Torek [Thu, 25 Jun 1992 21:37:58 +0000 (13:37 -0800)]
date and time created 92/06/25 06:37:58 by torek

SCCS-vsn: lib/libc/sparc/sys/reboot.s 5.1

32 years agodate and time created 92/06/25 06:37:57 by torek
Chris Torek [Thu, 25 Jun 1992 21:37:57 +0000 (13:37 -0800)]
date and time created 92/06/25 06:37:57 by torek

SCCS-vsn: lib/libc/sparc/sys/pipe.s 5.1
SCCS-vsn: lib/libc/sparc/sys/ptrace.s 5.1

32 years agodate and time created 92/06/25 06:37:56 by torek
Chris Torek [Thu, 25 Jun 1992 21:37:56 +0000 (13:37 -0800)]
date and time created 92/06/25 06:37:56 by torek

SCCS-vsn: lib/libc/sparc/sys/exect.s 5.1
SCCS-vsn: lib/libc/sparc/sys/fork.s 5.1

32 years agodate and time created 92/06/25 06:37:55 by torek
Chris Torek [Thu, 25 Jun 1992 21:37:55 +0000 (13:37 -0800)]
date and time created 92/06/25 06:37:55 by torek

SCCS-vsn: lib/libc/sparc/sys/cerror.s 5.1

32 years agodate and time created 92/06/25 06:37:54 by torek
Chris Torek [Thu, 25 Jun 1992 21:37:54 +0000 (13:37 -0800)]
date and time created 92/06/25 06:37:54 by torek

SCCS-vsn: lib/libc/sparc/sys/Ovfork.s 5.1
SCCS-vsn: lib/libc/sparc/sys/brk.s 5.1

32 years agodate and time created 92/06/25 06:34:22 by torek
Chris Torek [Thu, 25 Jun 1992 21:34:22 +0000 (13:34 -0800)]
date and time created 92/06/25 06:34:22 by torek

SCCS-vsn: lib/libc/sparc/string/ffs.s 5.1
SCCS-vsn: lib/libc/sparc/string/strlen.s 5.1

32 years agodate and time created 92/06/25 06:34:21 by torek
Chris Torek [Thu, 25 Jun 1992 21:34:21 +0000 (13:34 -0800)]
date and time created 92/06/25 06:34:21 by torek

SCCS-vsn: lib/libc/sparc/string/Makefile.inc 5.1
SCCS-vsn: lib/libc/sparc/string/bzero.s 5.1

32 years agodate and time created 92/06/25 06:31:53 by torek
Chris Torek [Thu, 25 Jun 1992 21:31:53 +0000 (13:31 -0800)]
date and time created 92/06/25 06:31:53 by torek

SCCS-vsn: lib/libc/sparc/stdlib/abs.s 5.1

32 years agodate and time created 92/06/25 06:31:52 by torek
Chris Torek [Thu, 25 Jun 1992 21:31:52 +0000 (13:31 -0800)]
date and time created 92/06/25 06:31:52 by torek

SCCS-vsn: lib/libc/sparc/stdlib/Makefile.inc 5.1

32 years agodate and time created 92/06/25 06:30:02 by torek
Chris Torek [Thu, 25 Jun 1992 21:30:02 +0000 (13:30 -0800)]
date and time created 92/06/25 06:30:02 by torek

SCCS-vsn: lib/libc/sparc/net/ntohl.s 5.1
SCCS-vsn: lib/libc/sparc/net/ntohs.s 5.1

32 years agodate and time created 92/06/25 06:30:01 by torek
Chris Torek [Thu, 25 Jun 1992 21:30:01 +0000 (13:30 -0800)]
date and time created 92/06/25 06:30:01 by torek

SCCS-vsn: lib/libc/sparc/net/htonl.s 5.1
SCCS-vsn: lib/libc/sparc/net/htons.s 5.1

32 years agodate and time created 92/06/25 06:30:00 by torek
Chris Torek [Thu, 25 Jun 1992 21:30:00 +0000 (13:30 -0800)]
date and time created 92/06/25 06:30:00 by torek

SCCS-vsn: lib/libc/sparc/net/Makefile.inc 5.1

32 years agodate and time created 92/06/25 06:27:39 by torek
Chris Torek [Thu, 25 Jun 1992 21:27:39 +0000 (13:27 -0800)]
date and time created 92/06/25 06:27:39 by torek

SCCS-vsn: lib/libc/sparc/gen/mul.s 5.1
SCCS-vsn: lib/libc/sparc/gen/umul.s 5.1

32 years agodate and time created 92/06/25 06:25:59 by torek
Chris Torek [Thu, 25 Jun 1992 21:25:59 +0000 (13:25 -0800)]
date and time created 92/06/25 06:25:59 by torek

SCCS-vsn: lib/libc/sparc/gen/divrem.m4 5.1

32 years agodate and time created 92/06/25 06:17:02 by torek
Chris Torek [Thu, 25 Jun 1992 21:17:02 +0000 (13:17 -0800)]
date and time created 92/06/25 06:17:02 by torek

SCCS-vsn: lib/libc/sparc/gen/setjmp.s 5.1

32 years agodate and time created 92/06/25 06:17:01 by torek
Chris Torek [Thu, 25 Jun 1992 21:17:01 +0000 (13:17 -0800)]
date and time created 92/06/25 06:17:01 by torek

SCCS-vsn: lib/libc/sparc/gen/modf.s 5.1
SCCS-vsn: lib/libc/sparc/gen/saveregs.s 5.1

32 years agodate and time created 92/06/25 06:17:00 by torek
Chris Torek [Thu, 25 Jun 1992 21:17:00 +0000 (13:17 -0800)]
date and time created 92/06/25 06:17:00 by torek

SCCS-vsn: lib/libc/sparc/gen/isinf.c 5.1
SCCS-vsn: lib/libc/sparc/gen/isnan.c 5.1
SCCS-vsn: lib/libc/sparc/gen/ldexp.c 5.1

32 years agodate and time created 92/06/25 06:16:59 by torek
Chris Torek [Thu, 25 Jun 1992 21:16:59 +0000 (13:16 -0800)]
date and time created 92/06/25 06:16:59 by torek

SCCS-vsn: lib/libc/sparc/gen/fixunsdfsi.s 5.1
SCCS-vsn: lib/libc/sparc/gen/frexp.c 5.1

32 years agodate and time created 92/06/25 06:16:58 by torek
Chris Torek [Thu, 25 Jun 1992 21:16:58 +0000 (13:16 -0800)]
date and time created 92/06/25 06:16:58 by torek

SCCS-vsn: lib/libc/sparc/gen/Makefile.inc 5.1
SCCS-vsn: lib/libc/sparc/gen/_setjmp.s 5.1
SCCS-vsn: lib/libc/sparc/gen/fabs.s 5.1

32 years agocopyright
Chris Torek [Thu, 25 Jun 1992 21:01:13 +0000 (13:01 -0800)]
copyright

SCCS-vsn: lib/libc/sparc/DEFS.h 5.2
SCCS-vsn: lib/libc/sparc/SYS.h 5.2

32 years agodate and time created 92/06/25 05:58:24 by torek
Chris Torek [Thu, 25 Jun 1992 20:58:24 +0000 (12:58 -0800)]
date and time created 92/06/25 05:58:24 by torek

SCCS-vsn: lib/libc/sparc/SYS.h 5.1

32 years agodate and time created 92/06/25 05:58:23 by torek
Chris Torek [Thu, 25 Jun 1992 20:58:23 +0000 (12:58 -0800)]
date and time created 92/06/25 05:58:23 by torek

SCCS-vsn: lib/libc/sparc/DEFS.h 5.1

32 years agospec_fsync becomes real
Kirk McKusick [Thu, 25 Jun 1992 10:08:37 +0000 (02:08 -0800)]
spec_fsync becomes real

SCCS-vsn: sys/miscfs/specfs/specdev.h 7.10

32 years agobetter heuristic
Kirk McKusick [Thu, 25 Jun 1992 08:34:12 +0000 (00:34 -0800)]
better heuristic

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

32 years agohistory
Marc Teitelbaum [Thu, 25 Jun 1992 07:21:15 +0000 (23:21 -0800)]
history

SCCS-vsn: bin/sh/options.c 5.3

32 years agodate and time created 92/06/24 15:44:01 by mckusick
Kirk McKusick [Thu, 25 Jun 1992 06:44:01 +0000 (22:44 -0800)]
date and time created 92/06/24 15:44:01 by mckusick

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

32 years agoinput error correction stuff
Edward Wang [Thu, 25 Jun 1992 05:58:00 +0000 (21:58 -0800)]
input error correction stuff

SCCS-vsn: usr.bin/window/tt.h 3.28
SCCS-vsn: usr.bin/window/ttzapple.c 3.12
SCCS-vsn: usr.bin/window/lcmd2.c 3.24
SCCS-vsn: usr.bin/window/ww.h 3.64
SCCS-vsn: usr.bin/window/wwrint.c 3.12

32 years agounion for storing inode number in on-disk inode
Kirk McKusick [Thu, 25 Jun 1992 05:26:02 +0000 (21:26 -0800)]
union for storing inode number in on-disk inode

SCCS-vsn: sys/ufs/ffs/dinode.h 7.18
SCCS-vsn: sys/ufs/ufs/dinode.h 7.18

32 years agoadd ftp.log to list of logs to rotate
Keith Bostic [Thu, 25 Jun 1992 03:24:42 +0000 (19:24 -0800)]
add ftp.log to list of logs to rotate

SCCS-vsn: etc/monthly 5.8

32 years agocheck for files too large to mmap, MAP_FILE goes away
Keith Bostic [Thu, 25 Jun 1992 03:18:45 +0000 (19:18 -0800)]
check for files too large to mmap, MAP_FILE goes away

SCCS-vsn: lib/libc/gen/nlist.c 5.11
SCCS-vsn: lib/libc/mips/gen/nlist.c 5.11

32 years agolseek takes a quad
Keith Bostic [Thu, 25 Jun 1992 03:15:39 +0000 (19:15 -0800)]
lseek takes a quad

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

32 years agoadd LOG_FTP facility
Keith Bostic [Thu, 25 Jun 1992 03:15:00 +0000 (19:15 -0800)]
add LOG_FTP facility

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

32 years agominor cleanups, ANSI prototypes
Keith Bostic [Thu, 25 Jun 1992 03:14:49 +0000 (19:14 -0800)]
minor cleanups, ANSI prototypes

SCCS-vsn: usr.bin/logger/logger.c 6.16

32 years agothe logmask (from setlogmask(3)) and priority masking were wrong
Keith Bostic [Thu, 25 Jun 1992 03:07:40 +0000 (19:07 -0800)]
the logmask (from setlogmask(3)) and priority masking were wrong

SCCS-vsn: lib/libc/gen/syslog.c 5.35

32 years agoadd ftp
Keith Bostic [Thu, 25 Jun 1992 01:10:10 +0000 (17:10 -0800)]
add ftp

SCCS-vsn: etc/syslog.conf 5.2

32 years agodelete MAP_FILE, check file size before attempting to map
Keith Bostic [Thu, 25 Jun 1992 00:48:12 +0000 (16:48 -0800)]
delete MAP_FILE, check file size before attempting to map

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

32 years agodelete MAP_FILE, check for file larger than a mappable size
Keith Bostic [Thu, 25 Jun 1992 00:45:10 +0000 (16:45 -0800)]
delete MAP_FILE, check for file larger than a mappable size

SCCS-vsn: usr.bin/cmp/regular.c 5.5

32 years agodelete MAP_FILE, check file size before mmap'ing, print file name on
Keith Bostic [Thu, 25 Jun 1992 00:41:23 +0000 (16:41 -0800)]
delete MAP_FILE, check file size before mmap'ing, print file name on
error

SCCS-vsn: usr.bin/tail/forward.c 5.8
SCCS-vsn: usr.bin/tail/reverse.c 5.7
SCCS-vsn: usr.bin/tail/tail.c 5.12

32 years agouse constant SIZE_T_MAX instead of knowing what size it is
Keith Bostic [Thu, 25 Jun 1992 00:36:22 +0000 (16:36 -0800)]
use constant SIZE_T_MAX instead of knowing what size it is

SCCS-vsn: lib/libc/db/recno/rec_open.c 5.5

32 years agocheck size of mmap'd object; clean up error handling
Keith Bostic [Thu, 25 Jun 1992 00:33:26 +0000 (16:33 -0800)]
check size of mmap'd object; clean up error handling

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

32 years agoadd #define for max size_t value
Keith Bostic [Thu, 25 Jun 1992 00:27:47 +0000 (16:27 -0800)]
add #define for max size_t value

SCCS-vsn: sys/hp300/include/limits.h 7.5

32 years agofix mmap call (MAP_FILE is gone) plus type casting
Keith Bostic [Thu, 25 Jun 1992 00:23:13 +0000 (16:23 -0800)]
fix mmap call (MAP_FILE is gone) plus type casting

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

32 years agodelete strcmp routine, now in libkern
Keith Bostic [Thu, 25 Jun 1992 00:20:49 +0000 (16:20 -0800)]
delete strcmp routine, now in libkern

SCCS-vsn: sys/hp300/hp300/autoconf.c 7.7

32 years agoadd strcmp.c
Keith Bostic [Thu, 25 Jun 1992 00:19:36 +0000 (16:19 -0800)]
add strcmp.c

SCCS-vsn: sys/libkern/Makefile 7.5

32 years agoadd include file for the open(2) flags
Keith Bostic [Thu, 25 Jun 1992 00:12:47 +0000 (16:12 -0800)]
add include file for the open(2) flags

SCCS-vsn: lib/libkvm/kvm_open.3 5.4

32 years agosparc
Chris Torek [Wed, 24 Jun 1992 17:19:55 +0000 (09:19 -0800)]
sparc

SCCS-vsn: include/setjmp.h 5.8

32 years agoadd random()
Chris Torek [Wed, 24 Jun 1992 16:12:25 +0000 (08:12 -0800)]
add random()

SCCS-vsn: sys/libkern/Makefile 7.4

32 years agoadd random(); note, this is not the libc random
Chris Torek [Wed, 24 Jun 1992 16:09:51 +0000 (08:09 -0800)]
add random(); note, this is not the libc random

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

32 years agodate and time created 92/06/24 01:08:54 by torek
Chris Torek [Wed, 24 Jun 1992 16:08:54 +0000 (08:08 -0800)]
date and time created 92/06/24 01:08:54 by torek

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

32 years agofix up profile clock start/stop; watch out for tick during changes
Chris Torek [Wed, 24 Jun 1992 15:22:19 +0000 (07:22 -0800)]
fix up profile clock start/stop; watch out for tick during changes

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

32 years agofix start/stop profclock calls
Chris Torek [Wed, 24 Jun 1992 15:12:36 +0000 (07:12 -0800)]
fix start/stop profclock calls

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

32 years agoadd note about cache handling
Mike Hibler [Wed, 24 Jun 1992 13:18:08 +0000 (05:18 -0800)]
add note about cache handling

SCCS-vsn: sys/hp300/DOC/TODO.hp300 1.2

32 years agodate and time created 92/06/23 22:16:46 by hibler
Mike Hibler [Wed, 24 Jun 1992 13:16:46 +0000 (05:16 -0800)]
date and time created 92/06/23 22:16:46 by hibler

SCCS-vsn: sys/hp300/DOC/TODO.hp300 1.1

32 years agocorrect attribution
Mike Hibler [Wed, 24 Jun 1992 13:09:15 +0000 (05:09 -0800)]
correct attribution

SCCS-vsn: sys/hp300/stand/ite_hy.c 7.2