unix-history/.git
31 years agoMove SEGMENT structure definition to include for use by lfs_syscalls.
Keith Bostic [Sat, 22 Aug 1992 08:28:04 +0000 (00:28 -0800)]
Move SEGMENT structure definition to include for use by lfs_syscalls.
Break lfs_gather into block-oriented interface for cleaner calls.  Count
segments used to trigger checkpoints. Restructure to work from lfs_markv call.
Many of the parameters from updatemeta and gather now live in the segment
structure.

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

31 years agoAdd lfs_check and lfs_getattr; make lfs_newbuf visible for
Keith Bostic [Sat, 22 Aug 1992 08:26:12 +0000 (00:26 -0800)]
Add lfs_check and lfs_getattr; make lfs_newbuf visible for
lfs_syscalls.c

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

31 years agoFormatting. Change UBWRITE to VOP_BWRITE, add inode accounting.
Keith Bostic [Sat, 22 Aug 1992 08:25:35 +0000 (00:25 -0800)]
Formatting.  Change UBWRITE to VOP_BWRITE, add inode accounting.
Fix inode block accounting and free space accounting.

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

31 years agoChange LFS_UBWRITE calls to VOP_BWRITE, add inode accounting.
Keith Bostic [Sat, 22 Aug 1992 08:24:40 +0000 (00:24 -0800)]
Change LFS_UBWRITE calls to VOP_BWRITE, add inode accounting.

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

31 years agoMake a local getattr that doesn't call ITIMES (temporary). Add
Keith Bostic [Sat, 22 Aug 1992 08:21:58 +0000 (00:21 -0800)]
Make a local getattr that doesn't call ITIMES (temporary).  Add
calls to lfs_check.  Get rid of #ifdef and add synchronous I/O
support.  Handle bp from lfs_balloc correctly.

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

31 years agoFix threshholds for kicking off a write. Make lfs_bwrite to inode
Keith Bostic [Sat, 22 Aug 1992 08:21:31 +0000 (00:21 -0800)]
Fix threshholds for kicking off a write.  Make lfs_bwrite to inode
accounting and available disk block accounting.  Add global to determine if
a writer has already been kicked off to free up some buffers.  Add lfs_check
routine which determines if there is memory space available.

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

31 years agoAdd fields in struct lfs for available space accounting, and number of active
Keith Bostic [Sat, 22 Aug 1992 08:20:04 +0000 (00:20 -0800)]
Add fields in struct lfs for available space accounting, and number of active
segments since last checkpoint.  Add error information for ifile panics.
Get rid of the macro UBWRITE and do everything in lfs_bwrite.  Add all the
dynamic fields to segment structure so cleaner can use it.

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

31 years agoincrease the hpibidtimeout so hpib devices are correctly autoconfigured
Carl Staelin [Sat, 22 Aug 1992 07:40:09 +0000 (23:40 -0800)]
increase the hpibidtimeout so hpib devices are correctly autoconfigured

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

31 years agoChange markv calling convention to take a single array containing
Keith Bostic [Sat, 22 Aug 1992 03:01:09 +0000 (19:01 -0800)]
Change markv calling convention to take a single array containing
both blocks and inodes.

SCCS-vsn: libexec/lfs_cleanerd/library.c 5.3
SCCS-vsn: libexec/lfs_cleanerd/cleanerd.c 5.2
SCCS-vsn: libexec/lfs_cleanerd/print.c 5.2

31 years agoChange markv calling to take a single array containing blocks
Keith Bostic [Sat, 22 Aug 1992 03:00:08 +0000 (19:00 -0800)]
Change markv calling to take a single array containing blocks

SCCS-vsn: libexec/lfs_cleanerd/clean.h 5.2

31 years agodon't use mmap until the buffer cache and VM are in sync
Keith Bostic [Fri, 21 Aug 1992 23:32:57 +0000 (15:32 -0800)]
don't use mmap until the buffer cache and VM are in sync

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

31 years agoadd dumpfs.8 to see also section
Keith Bostic [Fri, 21 Aug 1992 05:16:26 +0000 (21:16 -0800)]
add dumpfs.8 to see also section

SCCS-vsn: sbin/newfs/newfs.8 6.12

31 years agoadd dumpfs to see all section
Keith Bostic [Fri, 21 Aug 1992 05:15:42 +0000 (21:15 -0800)]
add dumpfs to see all section

SCCS-vsn: sbin/tunefs/tunefs.8 6.7

31 years agoinline the simple sort function
Keith Bostic [Fri, 21 Aug 1992 05:05:05 +0000 (21:05 -0800)]
inline the simple sort function

SCCS-vsn: lib/libc/stdlib/radixsort.c 5.15

31 years agodate and time created 92/08/20 11:12:03 by bostic
Keith Bostic [Fri, 21 Aug 1992 02:12:03 +0000 (18:12 -0800)]
date and time created 92/08/20 11:12:03 by bostic

SCCS-vsn: usr.bin/sed/POSIX 5.1

31 years agoclose file descriptors; ANSI C while I'm here
Keith Bostic [Fri, 21 Aug 1992 01:48:23 +0000 (17:48 -0800)]
close file descriptors; ANSI C while I'm here

SCCS-vsn: usr.bin/cut/cut.c 5.5

31 years agoreturn value was backwards
Marc Teitelbaum [Thu, 20 Aug 1992 06:08:33 +0000 (22:08 -0800)]
return value was backwards

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

31 years agoadd sed
Keith Bostic [Wed, 19 Aug 1992 04:48:13 +0000 (20:48 -0800)]
add sed

SCCS-vsn: old/Makefile 5.27

31 years agoadd pig
Keith Bostic [Wed, 19 Aug 1992 01:57:16 +0000 (17:57 -0800)]
add pig

SCCS-vsn: games/Makefile 5.17

31 years agodate and time created 92/08/18 10:56:07 by bostic
Keith Bostic [Wed, 19 Aug 1992 01:56:07 +0000 (17:56 -0800)]
date and time created 92/08/18 10:56:07 by bostic

SCCS-vsn: games/pig/pig.6 5.1

31 years agodate and time created 92/08/18 10:56:05 by bostic
Keith Bostic [Wed, 19 Aug 1992 01:56:05 +0000 (17:56 -0800)]
date and time created 92/08/18 10:56:05 by bostic

SCCS-vsn: games/pig/pig.c 5.1

31 years agodate and time created 92/08/18 10:56:02 by bostic
Keith Bostic [Wed, 19 Aug 1992 01:56:02 +0000 (17:56 -0800)]
date and time created 92/08/18 10:56:02 by bostic

SCCS-vsn: games/pig/Makefile 5.1

31 years agoAdded db(3) support to routines. Added return value to getent()
Elan Amir [Tue, 18 Aug 1992 00:37:46 +0000 (16:37 -0800)]
Added db(3) support to routines.  Added return value to getent()
that specifies an unresolved tc expansion rather than it being an error.

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

31 years agochanges from Brian Buhrow, primitive yank and put, Posix MIN and TIME,
Edward Wang [Mon, 17 Aug 1992 10:22:51 +0000 (02:22 -0800)]
changes from Brian Buhrow, primitive yank and put, Posix MIN and TIME,
and others

SCCS-vsn: usr.bin/window/wwrint.c 3.13

31 years agochanges from Brian Buhrow, primitive yank and put, Posix MIN and TIME,
Edward Wang [Mon, 17 Aug 1992 10:21:58 +0000 (02:21 -0800)]
changes from Brian Buhrow, primitive yank and put, Posix MIN and TIME,

SCCS-vsn: usr.bin/window/wwrint.c 3.13

31 years agodate and time created 92/08/16 18:26:33 by edward
Edward Wang [Mon, 17 Aug 1992 09:26:33 +0000 (01:26 -0800)]
date and time created 92/08/16 18:26:33 by edward

SCCS-vsn: usr.bin/window/wwterminfo.c 3.1

31 years agoneed to strip high bit when checking for escapec
Edward Wang [Mon, 17 Aug 1992 08:54:07 +0000 (00:54 -0800)]
need to strip high bit when checking for escapec

SCCS-vsn: usr.bin/window/mloop.c 3.18
SCCS-vsn: usr.bin/window/ww.h 3.66

31 years agochanges from Brian Buhrow, primitive yank and put, Posix MIN and TIME,
Edward Wang [Mon, 17 Aug 1992 08:43:39 +0000 (00:43 -0800)]
changes from Brian Buhrow, primitive yank and put, Posix MIN and TIME,
and others

SCCS-vsn: usr.bin/window/Makefile 5.8
SCCS-vsn: usr.bin/window/wwend.c 3.17
SCCS-vsn: usr.bin/window/cmd.c 3.41
SCCS-vsn: usr.bin/window/cmd7.c 3.8
SCCS-vsn: usr.bin/window/local.h 3.12
SCCS-vsn: usr.bin/window/wwinit.c 3.41
SCCS-vsn: usr.bin/window/wwsuspend.c 3.16
SCCS-vsn: usr.bin/window/main.c 3.43
SCCS-vsn: usr.bin/window/wwrint.c 3.13
SCCS-vsn: usr.bin/window/ww.h 3.65

31 years agoadd local vars for args.
Jan-Simon Pendry [Sun, 16 Aug 1992 06:02:37 +0000 (22:02 -0800)]
add local vars for args.

SCCS-vsn: sys/miscfs/portal/portal_vnops.c 7.3

31 years agotouch ups, make like rest of man pages
Cynthia A. E. Livingston [Sun, 16 Aug 1992 00:55:13 +0000 (16:55 -0800)]
touch ups, make like rest of man pages

SCCS-vsn: share/man/man4/tty.4 6.11

31 years agoupdate to posix
Marc Teitelbaum [Sat, 15 Aug 1992 07:45:37 +0000 (23:45 -0800)]
update to posix

SCCS-vsn: share/man/man4/tty.4 6.10

31 years agomust use larger than short to include private flags on route;
Kirk McKusick [Sat, 15 Aug 1992 04:07:19 +0000 (20:07 -0800)]
must use larger than short to include private flags on route;
colides with ortentry, requires changing parameters on rtioctl;
be cautious about ifp->ifp_name.   (By Sklower)

SCCS-vsn: sbin/routed/tables.c 5.20

31 years agomust use larger than short to include private flags on route;
Keith Sklower [Sat, 15 Aug 1992 04:02:50 +0000 (20:02 -0800)]
must use larger than short to include private flags on route;
this colides with old rtentry, so copy in flags for old system, ignore on new

SCCS-vsn: sbin/routed/table.h 5.9

31 years agoprivate flags collided with multicast and link flags
Keith Sklower [Sat, 15 Aug 1992 03:59:35 +0000 (19:59 -0800)]
private flags collided with multicast and link flags

SCCS-vsn: sbin/routed/interface.h 5.7

31 years agoifm_flags is a signed short and IFF_MULTICAST gets propagated ruinning
Keith Sklower [Sat, 15 Aug 1992 03:55:40 +0000 (19:55 -0800)]
ifm_flags is a signed short and IFF_MULTICAST gets propagated ruinning
private flags

SCCS-vsn: sbin/routed/startup.c 5.22

31 years agofix typo cpp+) instaed of cpp++)
Keith Sklower [Sat, 15 Aug 1992 03:52:25 +0000 (19:52 -0800)]
fix typo cpp+) instaed of cpp++)

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

31 years agodate and time created 92/08/14 12:50:18 by elan
Elan Amir [Sat, 15 Aug 1992 03:50:18 +0000 (19:50 -0800)]
date and time created 92/08/14 12:50:18 by elan

SCCS-vsn: admin/admin/4.4BSD-Encumbered/file.cover 1.1

31 years agofix an outright bug in the cloning code (if a cloned route
Keith Sklower [Sat, 15 Aug 1992 03:49:29 +0000 (19:49 -0800)]
fix an outright bug in the cloning code (if a cloned route
could not be added to the tree, the parent node was returned, but the
reference count was not incremented.)  Be more vigilant about neg. ref cnts in
rtfree in general.

SCCS-vsn: sys/net/route.c 7.31

31 years agoremoving #define of ac broke ISO code, replace argument to bcopy
Keith Sklower [Sat, 15 Aug 1992 03:22:54 +0000 (19:22 -0800)]
removing #define of ac broke ISO code, replace argument to bcopy

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

31 years agocheck for 0-length IO requests, VJ's prints no longer needed
Mike Hibler [Sat, 15 Aug 1992 00:28:21 +0000 (16:28 -0800)]
check for 0-length IO requests, VJ's prints no longer needed

SCCS-vsn: sys/hp300/stand/sd.c 7.6

31 years agomissing "return(0)" in open, check for 0-length IO requests
Mike Hibler [Sat, 15 Aug 1992 00:28:01 +0000 (16:28 -0800)]
missing "return(0)" in open, check for 0-length IO requests

SCCS-vsn: sys/hp300/stand/ct.c 7.5
SCCS-vsn: sys/hp300/stand/rd.c 7.5

31 years agomake sure include files come from the /sys tree where possible
Mike Hibler [Sat, 15 Aug 1992 00:25:13 +0000 (16:25 -0800)]
make sure include files come from the /sys tree where possible

SCCS-vsn: sys/hp300/stand/libsa/Makefile 5.2

31 years agoincrease MESG_IN/OUT field to 7 bytes. Most drives only return 1 byte
Mike Hibler [Sat, 15 Aug 1992 00:16:55 +0000 (16:16 -0800)]
increase MESG_IN/OUT field to 7 bytes.  Most drives only return 1 byte
but some (MO) return more.  If the MESG_IN phase code fails to read all
the pending bytes, it throws the controller out of sync leading to a
variety of odd behaviors:
boot program failures on warm reboot (ixfer_start failures)
read requests that silently do nothing (VJ's old printf in sd.c)

SCCS-vsn: sys/hp300/stand/scsivar.h 7.2

31 years agocheck for corrupt directory entry (d_reclen == 0) in readdir()
Mike Hibler [Sat, 15 Aug 1992 00:01:40 +0000 (16:01 -0800)]
check for corrupt directory entry (d_reclen == 0) in readdir()
so we don't get stuck in an infinite loop.  also pass in directory name
for better diagnostics.

SCCS-vsn: sys/stand.att/open.c 7.4

31 years agolook at size iff buff != NULL; fix from Chris Torek
Keith Bostic [Fri, 14 Aug 1992 00:50:34 +0000 (16:50 -0800)]
look at size iff buff != NULL; fix from Chris Torek

SCCS-vsn: lib/libc/stdio/setvbuf.c 5.3

31 years agodefine nethostaddr locally for NFS
Kirk McKusick [Wed, 12 Aug 1992 14:49:20 +0000 (06:49 -0800)]
define nethostaddr locally for NFS

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

31 years agouse radix tree code to match exported host addresses rather than adhoc hash code
Kirk McKusick [Wed, 12 Aug 1992 14:48:20 +0000 (06:48 -0800)]
use radix tree code to match exported host addresses rather than adhoc hash code

SCCS-vsn: sys/sys/mount.h 7.40
SCCS-vsn: sys/ufs/ffs/ufsmount.h 7.14
SCCS-vsn: sys/ufs/ufs/ufsmount.h 7.14
SCCS-vsn: sys/ufs/ffs/ufs_vfsops.c 7.62
SCCS-vsn: sys/ufs/ufs/ufs_vfsops.c 7.62
SCCS-vsn: sys/ufs/ffs/ffs_vfsops.c 7.76
SCCS-vsn: sys/ufs/lfs/lfs_vfsops.c 7.83

31 years agoAdded comments about new return values for unexpanded tc's.
Elan Amir [Wed, 12 Aug 1992 05:40:59 +0000 (21:40 -0800)]
Added comments about new return values for unexpanded tc's.

SCCS-vsn: lib/libc/gen/getcap.3 5.4

31 years agoneed to thread the signal stack back to the previous stack, for
Chris Torek [Tue, 11 Aug 1992 05:59:20 +0000 (21:59 -0800)]
need to thread the signal stack back to the previous stack, for
gdb and for _longjmp

SCCS-vsn: sys/sparc/sparc/machdep.c 7.3

31 years agofix comments in sigcode
Chris Torek [Tue, 11 Aug 1992 05:47:06 +0000 (21:47 -0800)]
fix comments in sigcode

SCCS-vsn: sys/sparc/sparc/locore.s 7.3

31 years agoonly set ctime when setting mtime, not when setting atime (from donn@bsdi.com)
Kirk McKusick [Tue, 11 Aug 1992 00:18:47 +0000 (16:18 -0800)]
only set ctime when setting mtime, not when setting atime (from donn@bsdi.com)

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

31 years agospeedup for grep(1), from Henry Spencer
Keith Bostic [Tue, 11 Aug 1992 00:05:55 +0000 (16:05 -0800)]
speedup for grep(1), from Henry Spencer

SCCS-vsn: lib/libc/regex/engine.c 5.2

31 years agorepresent arpa dates with four digit years instead of two digits
Eric Allman [Mon, 10 Aug 1992 06:21:09 +0000 (22:21 -0800)]
represent arpa dates with four digit years instead of two digits

SCCS-vsn: usr.sbin/sendmail/src/arpadate.c 5.12
SCCS-vsn: usr.sbin/sendmail/src/version.c 5.114

31 years agoallow setdirmodes to force setting of modes when used explicitly
Kirk McKusick [Mon, 10 Aug 1992 05:02:06 +0000 (21:02 -0800)]
allow setdirmodes to force setting of modes when used explicitly

SCCS-vsn: sbin/restore/main.c 5.9
SCCS-vsn: sbin/restore/interactive.c 5.13
SCCS-vsn: sbin/restore/dirs.c 5.22

31 years agoadd FORCE flag for setdirmodes()
Kirk McKusick [Mon, 10 Aug 1992 04:57:14 +0000 (20:57 -0800)]
add FORCE flag for setdirmodes()

SCCS-vsn: sbin/restore/restore.h 5.12

31 years agozero out unused part of structure so kernel will not complain
Kirk McKusick [Mon, 10 Aug 1992 04:28:50 +0000 (20:28 -0800)]
zero out unused part of structure so kernel will not complain

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

31 years agoAdded to cgetset() documentation.
Elan Amir [Sat, 8 Aug 1992 08:21:55 +0000 (00:21 -0800)]
Added to cgetset() documentation.

SCCS-vsn: lib/libc/gen/getcap.3 5.3

31 years agoFixed bug in cgetset interaction with cgetent.
Elan Amir [Sat, 8 Aug 1992 08:18:02 +0000 (00:18 -0800)]
Fixed bug in cgetset interaction with cgetent.

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

31 years agoMade cgetset() work with sequential access. Cleaned up cgetnext().
Elan Amir [Sat, 8 Aug 1992 06:25:38 +0000 (22:25 -0800)]
Made cgetset() work with sequential access.  Cleaned up cgetnext().

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

31 years agoDon't increment bucket number when breaking out of hash_seq loop.
Keith Bostic [Sat, 8 Aug 1992 04:52:48 +0000 (20:52 -0800)]
Don't increment bucket number when breaking out of hash_seq loop.

SCCS-vsn: lib/libc/db/hash/hash.c 5.25

31 years agodo fstat before checking the size; from Craig Leres
Keith Bostic [Fri, 7 Aug 1992 23:58:44 +0000 (15:58 -0800)]
do fstat before checking the size; from Craig Leres

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

31 years agoprototype typo
Keith Bostic [Fri, 7 Aug 1992 23:56:23 +0000 (15:56 -0800)]
prototype typo

SCCS-vsn: lib/libc/string/rindex.c 5.10

31 years agoadded db.3 link (which is referenced in nbdm man page)
Cynthia A. E. Livingston [Fri, 7 Aug 1992 13:34:38 +0000 (05:34 -0800)]
added db.3 link (which is referenced in nbdm man page)

SCCS-vsn: lib/libc/db/man/Makefile.inc 5.3

31 years agofixed some tables
Cynthia A. E. Livingston [Fri, 7 Aug 1992 12:10:55 +0000 (04:10 -0800)]
fixed some tables

SCCS-vsn: lib/libc/gen/getcap.3 5.2

31 years agodate and time created 92/08/06 18:21:31 by bostic
Keith Bostic [Fri, 7 Aug 1992 09:21:31 +0000 (01:21 -0800)]
date and time created 92/08/06 18:21:31 by bostic

SCCS-vsn: lib/libc/gen/getcap.3 5.1

31 years agodate and time created 92/08/06 18:21:27 by bostic
Keith Bostic [Fri, 7 Aug 1992 09:21:27 +0000 (01:21 -0800)]
date and time created 92/08/06 18:21:27 by bostic

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

31 years agoadd getcap(3) functions
Keith Bostic [Fri, 7 Aug 1992 09:20:41 +0000 (01:20 -0800)]
add getcap(3) functions

SCCS-vsn: include/stdlib.h 5.21

31 years agoadd getcap(3)
Keith Bostic [Fri, 7 Aug 1992 08:57:38 +0000 (00:57 -0800)]
add getcap(3)

SCCS-vsn: lib/libc/gen/Makefile.inc 5.30

31 years agofrom Mike Hibler
Kirk McKusick [Fri, 7 Aug 1992 08:38:16 +0000 (00:38 -0800)]
from Mike Hibler

SCCS-vsn: sys/hp/hpux/makesyscalls.sh 7.1
SCCS-vsn: sys/hp/hpux/syscalls.master 7.1

31 years agohpux->ultrix
Craig Leres [Fri, 7 Aug 1992 07:31:15 +0000 (23:31 -0800)]
hpux->ultrix

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

31 years agodon't wait in getmntinfo
Keith Bostic [Fri, 7 Aug 1992 04:30:21 +0000 (20:30 -0800)]
don't wait in getmntinfo

SCCS-vsn: libexec/lfs_cleanerd/library.c 5.2

31 years agoadd lfs_cleanerd
Keith Bostic [Fri, 7 Aug 1992 03:38:59 +0000 (19:38 -0800)]
add lfs_cleanerd

SCCS-vsn: libexec/Makefile 5.9

31 years agodate and time created 92/08/06 12:38:29 by bostic
Keith Bostic [Fri, 7 Aug 1992 03:38:29 +0000 (19:38 -0800)]
date and time created 92/08/06 12:38:29 by bostic

SCCS-vsn: libexec/lfs_cleanerd/Makefile 5.1

31 years agointegrate into the source tree, yank to 5.1, minor lint
Keith Bostic [Fri, 7 Aug 1992 03:38:26 +0000 (19:38 -0800)]
integrate into the source tree, yank to 5.1, minor lint

SCCS-vsn: libexec/lfs_cleanerd/clean.h 5.1
SCCS-vsn: libexec/lfs_cleanerd/cleanerd.c 5.1
SCCS-vsn: libexec/lfs_cleanerd/library.c 5.1
SCCS-vsn: libexec/lfs_cleanerd/misc.c 5.1

31 years agodate and time created 92/08/06 12:33:33 by bostic
Keith Bostic [Fri, 7 Aug 1992 03:33:33 +0000 (19:33 -0800)]
date and time created 92/08/06 12:33:33 by bostic

SCCS-vsn: libexec/lfs_cleanerd/print.c 5.1

31 years agoStolen from newlfs; should be shared code.
Keith Bostic [Fri, 7 Aug 1992 03:28:15 +0000 (19:28 -0800)]
Stolen from newlfs; should be shared code.

SCCS-vsn: libexec/lfs_cleanerd/misc.c 1.2

31 years agodate and time created 92/08/06 12:27:52 by bostic
Keith Bostic [Fri, 7 Aug 1992 03:27:52 +0000 (19:27 -0800)]
date and time created 92/08/06 12:27:52 by bostic

SCCS-vsn: libexec/lfs_cleanerd/cleanerd.c 1.1

31 years agoVersion 2 cleaner
Keith Bostic [Fri, 7 Aug 1992 03:27:22 +0000 (19:27 -0800)]
Version 2 cleaner

SCCS-vsn: libexec/lfs_cleanerd/clean.h 1.2
SCCS-vsn: libexec/lfs_cleanerd/library.c 1.2

31 years agodate and time created 92/08/06 12:02:03 by bostic
Keith Bostic [Fri, 7 Aug 1992 03:02:03 +0000 (19:02 -0800)]
date and time created 92/08/06 12:02:03 by bostic

SCCS-vsn: lib/libc/regex/Makefile.inc 5.1

31 years agodate and time created 92/08/06 11:58:13 by bostic
Keith Bostic [Fri, 7 Aug 1992 02:58:13 +0000 (18:58 -0800)]
date and time created 92/08/06 11:58:13 by bostic

SCCS-vsn: lib/libc/regex/utils.h 5.1

31 years agodate and time created 92/08/06 11:58:12 by bostic
Keith Bostic [Fri, 7 Aug 1992 02:58:12 +0000 (18:58 -0800)]
date and time created 92/08/06 11:58:12 by bostic

SCCS-vsn: lib/libc/regex/regfree.c 5.1

31 years agodate and time created 92/08/06 11:58:11 by bostic
Keith Bostic [Fri, 7 Aug 1992 02:58:11 +0000 (18:58 -0800)]
date and time created 92/08/06 11:58:11 by bostic

SCCS-vsn: lib/libc/regex/regexec.c 5.1

31 years agodate and time created 92/08/06 11:58:10 by bostic
Keith Bostic [Fri, 7 Aug 1992 02:58:10 +0000 (18:58 -0800)]
date and time created 92/08/06 11:58:10 by bostic

SCCS-vsn: lib/libc/regex/regex2.h 5.1

31 years agodate and time created 92/08/06 11:58:08 by bostic
Keith Bostic [Fri, 7 Aug 1992 02:58:08 +0000 (18:58 -0800)]
date and time created 92/08/06 11:58:08 by bostic

SCCS-vsn: lib/libc/regex/regex.3 5.1

31 years agodate and time created 92/08/06 11:58:07 by bostic
Keith Bostic [Fri, 7 Aug 1992 02:58:07 +0000 (18:58 -0800)]
date and time created 92/08/06 11:58:07 by bostic

SCCS-vsn: lib/libc/regex/regerror.c 5.1

31 years agodate and time created 92/08/06 11:58:05 by bostic
Keith Bostic [Fri, 7 Aug 1992 02:58:05 +0000 (18:58 -0800)]
date and time created 92/08/06 11:58:05 by bostic

SCCS-vsn: lib/libc/regex/regcomp.c 5.1

31 years agodate and time created 92/08/06 11:58:04 by bostic
Keith Bostic [Fri, 7 Aug 1992 02:58:04 +0000 (18:58 -0800)]
date and time created 92/08/06 11:58:04 by bostic

SCCS-vsn: lib/libc/regex/re_format.7 5.1

31 years agodate and time created 92/08/06 11:58:03 by bostic
Keith Bostic [Fri, 7 Aug 1992 02:58:03 +0000 (18:58 -0800)]
date and time created 92/08/06 11:58:03 by bostic

SCCS-vsn: lib/libc/regex/engine.c 5.1

31 years agodate and time created 92/08/06 11:58:01 by bostic
Keith Bostic [Fri, 7 Aug 1992 02:58:01 +0000 (18:58 -0800)]
date and time created 92/08/06 11:58:01 by bostic

SCCS-vsn: lib/libc/regex/cname.h 5.1

31 years agodate and time created 92/08/06 11:57:59 by bostic
Keith Bostic [Fri, 7 Aug 1992 02:57:59 +0000 (18:57 -0800)]
date and time created 92/08/06 11:57:59 by bostic

SCCS-vsn: lib/libc/regex/cclass.h 5.1

31 years agoadd regex directory
Keith Bostic [Thu, 6 Aug 1992 06:15:54 +0000 (22:15 -0800)]
add regex directory

SCCS-vsn: lib/libc/Makefile 5.9

31 years agoadd regex.h (POSIX regex package)
Keith Bostic [Thu, 6 Aug 1992 06:07:59 +0000 (22:07 -0800)]
add regex.h (POSIX regex package)

SCCS-vsn: include/Makefile 5.54

31 years agodate and time created 92/08/05 12:39:01 by bostic
Keith Bostic [Thu, 6 Aug 1992 03:39:01 +0000 (19:39 -0800)]
date and time created 92/08/05 12:39:01 by bostic

SCCS-vsn: lib/libc/regex/README 5.1

31 years agoreplace regexp with POSIX regex
Keith Bostic [Thu, 6 Aug 1992 03:37:23 +0000 (19:37 -0800)]
replace regexp with POSIX regex

SCCS-vsn: lib/libcompat/regexp/regexp.3 5.3

31 years agomove regexp into libcompat
Keith Bostic [Thu, 6 Aug 1992 03:28:25 +0000 (19:28 -0800)]
move regexp into libcompat

SCCS-vsn: lib/libc/gen/Makefile.inc 5.29

31 years agoregex needed by POSIX RE package
Keith Bostic [Thu, 6 Aug 1992 03:24:42 +0000 (19:24 -0800)]
regex needed by POSIX RE package

SCCS-vsn: lib/libcompat/4.3/re_comp.3 6.5

31 years agoregex man page need by POSIX regex package
Keith Bostic [Thu, 6 Aug 1992 03:13:19 +0000 (19:13 -0800)]
regex man page need by POSIX regex package

SCCS-vsn: lib/libcompat/Makefile 5.11

31 years ago/usr/lib/tabset -> /usr/share/tabset in go225
John A. Kunze [Thu, 6 Aug 1992 01:09:41 +0000 (17:09 -0800)]
/usr/lib/tabset -> /usr/share/tabset in go225

SCCS-vsn: share/termcap/termcap.src 5.102

31 years agoadd FD_COPY
Keith Bostic [Tue, 4 Aug 1992 12:15:30 +0000 (04:15 -0800)]
add FD_COPY

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

31 years agoget things working again for a wider range of HP-UX binaries
Mike Hibler [Tue, 4 Aug 1992 05:16:03 +0000 (21:16 -0800)]
get things working again for a wider range of HP-UX binaries

SCCS-vsn: sys/hp/hpux/hpux_compat.c 7.31