unix-history/.git
32 years agomust have directory vnode as first op
Kirk McKusick [Wed, 4 Mar 1992 05:18:25 +0000 (21:18 -0800)]
must have directory vnode as first op

SCCS-vsn: sys/kern/vfs_syscalls.c 7.80
SCCS-vsn: sys/ufs/ffs/ufs_vnops.c 7.82
SCCS-vsn: sys/ufs/ufs/ufs_vnops.c 7.82

32 years agofree'ing wrong pointer on error
Keith Bostic [Wed, 4 Mar 1992 03:53:39 +0000 (19:53 -0800)]
free'ing wrong pointer on error

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

32 years agofree'ing the wrong pointer when copyin fails; minor cleanups
Keith Bostic [Wed, 4 Mar 1992 03:50:22 +0000 (19:50 -0800)]
free'ing the wrong pointer when copyin fails; minor cleanups

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

32 years agoset saveaddr to NULL, otherwise will re-free space next time the buffer
Keith Bostic [Wed, 4 Mar 1992 03:49:07 +0000 (19:49 -0800)]
set saveaddr to NULL, otherwise will re-free space next time the buffer
gets used; change negative byte counts to printf's for now

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

32 years agobreak out machine independent part to ../csu.gmon/gmon.c
Kirk McKusick [Tue, 3 Mar 1992 16:27:52 +0000 (08:27 -0800)]
break out machine independent part to ../csu.gmon/gmon.c

SCCS-vsn: lib/csu/i386/Makefile 5.8
SCCS-vsn: lib/csu/tahoe/Makefile 5.15
SCCS-vsn: lib/csu/vax/Makefile 5.17

32 years agogmon.c moves out; mcount.c replaces it
Kirk McKusick [Tue, 3 Mar 1992 16:05:29 +0000 (08:05 -0800)]
gmon.c moves out; mcount.c replaces it

SCCS-vsn: lib/csu/hp300/Makefile 5.7

32 years agobreak out machine independent part (leaving just mcount.c behind)
Kirk McKusick [Tue, 3 Mar 1992 16:04:55 +0000 (08:04 -0800)]
break out machine independent part (leaving just mcount.c behind)

SCCS-vsn: lib/libc/gmon/gmon.c 5.9

32 years agoadd -C option to break cycles
Kirk McKusick [Tue, 3 Mar 1992 16:03:20 +0000 (08:03 -0800)]
add -C option to break cycles

SCCS-vsn: usr.bin/gprof/gprof.1 6.9

32 years agoextract profiling rate from header if present
Kirk McKusick [Tue, 3 Mar 1992 15:56:22 +0000 (07:56 -0800)]
extract profiling rate from header if present

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

32 years agoget phdr from gmon.h; define old format header
Kirk McKusick [Tue, 3 Mar 1992 15:55:34 +0000 (07:55 -0800)]
get phdr from gmon.h; define old format header

SCCS-vsn: usr.bin/gprof/gprof.h 5.12

32 years agonow get gmon.h from csu.gmon
Kirk McKusick [Tue, 3 Mar 1992 15:54:59 +0000 (07:54 -0800)]
now get gmon.h from csu.gmon

SCCS-vsn: usr.bin/gprof/Makefile 5.18

32 years agofix missing argument to usage().
Ralph Campbell [Tue, 3 Mar 1992 14:26:55 +0000 (06:26 -0800)]
fix missing argument to usage().

SCCS-vsn: sbin/route/route.c 5.45

32 years agofix uninitialized variable (dst) if senderr called in route_output().
Ralph Campbell [Tue, 3 Mar 1992 14:25:25 +0000 (06:25 -0800)]
fix uninitialized variable (dst) if senderr called in route_output().

SCCS-vsn: sys/net/rtsock.c 7.27

32 years agodeclare dead and pure functions as such
Chris Torek [Tue, 3 Mar 1992 12:32:18 +0000 (04:32 -0800)]
declare dead and pure functions as such

SCCS-vsn: include/unistd.h 5.15

32 years agodeclare pure functions as such
Chris Torek [Tue, 3 Mar 1992 12:31:51 +0000 (04:31 -0800)]
declare pure functions as such

SCCS-vsn: include/math.h 5.9

32 years agodeclare dead and pure functions as such
Chris Torek [Tue, 3 Mar 1992 12:22:51 +0000 (04:22 -0800)]
declare dead and pure functions as such

SCCS-vsn: include/stdlib.h 5.17
SCCS-vsn: include/unistd.h 5.15

32 years agoadd dead and pure function qualifiers, with appropiate #ifdef's
Chris Torek [Tue, 3 Mar 1992 12:13:28 +0000 (04:13 -0800)]
add dead and pure function qualifiers, with appropiate #ifdef's

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

32 years agodeclare struct proc, struct uio before using in prototypes
Keith Bostic [Tue, 3 Mar 1992 09:22:34 +0000 (01:22 -0800)]
declare struct proc, struct uio before using in prototypes

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

32 years agofts_children now takes two arguments
Keith Bostic [Tue, 3 Mar 1992 09:16:41 +0000 (01:16 -0800)]
fts_children now takes two arguments

SCCS-vsn: usr.sbin/mtree/create.c 5.19

32 years agomake = of no permissions (ex: "g=") work
Keith Bostic [Tue, 3 Mar 1992 08:45:11 +0000 (00:45 -0800)]
make = of no permissions (ex: "g=") work

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

32 years agodisallow creation of files in removed directories
Kirk McKusick [Tue, 3 Mar 1992 08:44:29 +0000 (00:44 -0800)]
disallow creation of files in removed directories

SCCS-vsn: sys/kern/vfs_lookup.c 7.38
SCCS-vsn: sys/ufs/ffs/ufs_lookup.c 7.41
SCCS-vsn: sys/ufs/ufs/ufs_lookup.c 7.41
SCCS-vsn: sys/ufs/ffs/ufs_vnops.c 7.81
SCCS-vsn: sys/ufs/ufs/ufs_vnops.c 7.81

32 years agouse generic, endian-independent versions for ns & ip checksum from
Keith Sklower [Tue, 3 Mar 1992 08:39:29 +0000 (00:39 -0800)]
use generic, endian-independent versions for ns & ip checksum from
main source tree

SCCS-vsn: sys/pmax/conf/files.pmax 7.4

32 years agoupdate publication date for copyright, rename as real in_cksum
Keith Sklower [Tue, 3 Mar 1992 08:36:26 +0000 (00:36 -0800)]
update publication date for copyright, rename as real in_cksum
with no trailing _c so that it can actually be used in pmax version;
#include "param.h" instead of ../h/types.h; similarly with mbuf.h

SCCS-vsn: sys/netinet/in_cksum.c 7.4

32 years agodon't let users reexec init
Keith Bostic [Tue, 3 Mar 1992 08:35:44 +0000 (00:35 -0800)]
don't let users reexec init

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

32 years agoupdate publication date for copyright
Keith Sklower [Tue, 3 Mar 1992 08:31:55 +0000 (00:31 -0800)]
update publication date for copyright

SCCS-vsn: sys/netns/ns_cksum.c 7.9

32 years agocan use #include "param.h" instead of #include "sys/param.h";
Keith Sklower [Tue, 3 Mar 1992 08:25:29 +0000 (00:25 -0800)]
can use #include "param.h" instead of #include "sys/param.h";
move file to /sys/netns from /sys/tahoe/tahoe (this version is machine-
independent and not horribly inefficient

SCCS-vsn: sys/netns/ns_cksum.c 7.8

32 years agomake tahoe use machine-independent ns_cksum()
Keith Sklower [Tue, 3 Mar 1992 08:19:10 +0000 (00:19 -0800)]
make tahoe use machine-independent ns_cksum()
(this doesn't represent any further loss in efficiency for the tahoe)

SCCS-vsn: sys/tahoe/conf/files.tahoe 1.9

32 years agoKNF; only real change was to pass u_int instead of mode_t around,
Keith Bostic [Tue, 3 Mar 1992 08:17:43 +0000 (00:17 -0800)]
KNF; only real change was to pass u_int instead of mode_t around,
make the promotion explicit.  Shouldn't cause any problems, though.

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

32 years agodon't permit multiple invocations
Keith Bostic [Tue, 3 Mar 1992 07:41:54 +0000 (23:41 -0800)]
don't permit multiple invocations

SCCS-vsn: sbin/init/init.c 6.8
SCCS-vsn: sbin/init/pathnames.h 6.2

32 years agomake 'od file +3' work right
Keith Bostic [Tue, 3 Mar 1992 07:22:19 +0000 (23:22 -0800)]
make 'od file +3' work right

SCCS-vsn: usr.bin/hexdump/odsyntax.c 5.6

32 years agominor wordsmithign
Keith Bostic [Tue, 3 Mar 1992 07:07:36 +0000 (23:07 -0800)]
minor wordsmithign

SCCS-vsn: bin/ls/ls.c 5.61

32 years agominor rewording, no fixes
Keith Bostic [Tue, 3 Mar 1992 06:25:18 +0000 (22:25 -0800)]
minor rewording, no fixes

SCCS-vsn: usr.bin/size/size.1 6.7

32 years agodon't drop core if no arguments, use getopt(3) for cleanliness
Keith Bostic [Tue, 3 Mar 1992 06:23:29 +0000 (22:23 -0800)]
don't drop core if no arguments, use getopt(3) for cleanliness

SCCS-vsn: usr.bin/size/size.c 5.1

32 years agoFixed and documented $histfile
Christos Zoulas [Mon, 2 Mar 1992 16:13:23 +0000 (08:13 -0800)]
Fixed and documented $histfile

SCCS-vsn: bin/csh/csh.c 5.35
SCCS-vsn: bin/csh/csh.1 6.23
SCCS-vsn: bin/csh/const.c 5.6

32 years agoremove unused KADB external decl.
Ralph Campbell [Mon, 2 Mar 1992 12:57:59 +0000 (04:57 -0800)]
remove unused KADB external decl.

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

32 years agodon't include mtpr.h unless needed
Ralph Campbell [Mon, 2 Mar 1992 12:55:03 +0000 (04:55 -0800)]
don't include mtpr.h unless needed

SCCS-vsn: sys/ufs/mfs/mfs_vnops.c 7.27

32 years agodon't bsearch() the null entry.
Ralph Campbell [Mon, 2 Mar 1992 12:53:11 +0000 (04:53 -0800)]
don't bsearch() the null entry.

SCCS-vsn: bin/ps/keyword.c 5.11

32 years agoremove unused KADB stuff, fix va_alist for ULTRIX compiler
Ralph Campbell [Mon, 2 Mar 1992 12:51:17 +0000 (04:51 -0800)]
remove unused KADB stuff, fix va_alist for ULTRIX compiler

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

32 years agocalls to chdirec didn't pass 'p'.
Ralph Campbell [Mon, 2 Mar 1992 12:47:18 +0000 (04:47 -0800)]
calls to chdirec didn't pass 'p'.

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

32 years agodate and time created 92/03/01 16:59:09 by bostic
Keith Bostic [Mon, 2 Mar 1992 08:59:09 +0000 (00:59 -0800)]
date and time created 92/03/01 16:59:09 by bostic

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

32 years agoreplace -k with the BLOCKSIZE environmental variable
Keith Bostic [Mon, 2 Mar 1992 08:58:27 +0000 (00:58 -0800)]
replace -k with the BLOCKSIZE environmental variable

SCCS-vsn: bin/ls/Makefile 5.4
SCCS-vsn: bin/ls/ls.1 6.21
SCCS-vsn: bin/ls/ls.c 5.60
SCCS-vsn: bin/ls/ls.h 5.15
SCCS-vsn: bin/ls/print.c 5.32
SCCS-vsn: bin/df/Makefile 5.4
SCCS-vsn: bin/df/df.1 6.10
SCCS-vsn: bin/df/df.c 5.28

32 years agodocument BLOCKSIZE environmental variable
Keith Bostic [Mon, 2 Mar 1992 08:52:26 +0000 (00:52 -0800)]
document BLOCKSIZE environmental variable

SCCS-vsn: share/man/man7/environ.7 6.7

32 years agoreplace -k with the BLOCKSIZE environmental variable
Keith Bostic [Mon, 2 Mar 1992 08:35:42 +0000 (00:35 -0800)]
replace -k with the BLOCKSIZE environmental variable

SCCS-vsn: usr.bin/du/Makefile 5.4
SCCS-vsn: usr.bin/du/du.1 6.15
SCCS-vsn: usr.bin/du/du.c 5.14

32 years agocheck that write was successful (net2/usr.bin/9)
Kirk McKusick [Mon, 2 Mar 1992 07:33:06 +0000 (23:33 -0800)]
check that write was successful (net2/usr.bin/9)

SCCS-vsn: usr.bin/locate/code/locate.code.c 5.2

32 years agoallow subset of pagers to be defined (net2/sys/7)
Kirk McKusick [Mon, 2 Mar 1992 07:28:10 +0000 (23:28 -0800)]
allow subset of pagers to be defined (net2/sys/7)

SCCS-vsn: sys/vm/vm_pager.c 7.7

32 years agord disks depend on NRD not NSD (net2/sys/6)
Kirk McKusick [Mon, 2 Mar 1992 07:25:05 +0000 (23:25 -0800)]
rd disks depend on NRD not NSD (net2/sys/6)

SCCS-vsn: sys/hp300/hp300/conf.c 7.11

32 years agocheck errors on close (net2/usr.bin/2)
Kirk McKusick [Mon, 2 Mar 1992 07:20:27 +0000 (23:20 -0800)]
check errors on close (net2/usr.bin/2)

SCCS-vsn: usr.bin/compress/compress.c 5.20

32 years agocheckpoint
Keith Bostic [Mon, 2 Mar 1992 06:23:40 +0000 (22:23 -0800)]
checkpoint

SCCS-vsn: Makefile 5.2

32 years agoadd FTS_NAMEONLY flag to fts_children; check options for validity
Keith Bostic [Mon, 2 Mar 1992 05:26:28 +0000 (21:26 -0800)]
add FTS_NAMEONLY flag to fts_children; check options for validity

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

32 years agoadd option argument to fts_children; error return if options invalid
Keith Bostic [Mon, 2 Mar 1992 05:25:51 +0000 (21:25 -0800)]
add option argument to fts_children; error return if options invalid

SCCS-vsn: lib/libc/gen/fts.3 5.20

32 years agoadd options arg to fts_children, add FTS_NAMEONLY flag
Keith Bostic [Mon, 2 Mar 1992 05:24:18 +0000 (21:24 -0800)]
add options arg to fts_children, add FTS_NAMEONLY flag

SCCS-vsn: include/fts.h 5.22

32 years agofix newline/directory name display logic; fts_children fix for stats
Keith Bostic [Mon, 2 Mar 1992 05:23:17 +0000 (21:23 -0800)]
fix newline/directory name display logic; fts_children fix for stats

SCCS-vsn: bin/ls/ls.c 5.59

32 years agolint
Keith Bostic [Mon, 2 Mar 1992 05:22:09 +0000 (21:22 -0800)]
lint

SCCS-vsn: bin/ls/util.c 5.11
SCCS-vsn: bin/ls/print.c 5.31
SCCS-vsn: bin/ls/cmp.c 5.7

32 years agochecked in for Ralph by TK; update for 5000, not sure this works
Ralph Campbell [Mon, 2 Mar 1992 02:17:45 +0000 (18:17 -0800)]
checked in for Ralph by TK; update for 5000, not sure this works

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

32 years agodate and time created 92/03/01 10:16:39 by bostic
Keith Bostic [Mon, 2 Mar 1992 02:16:39 +0000 (18:16 -0800)]
date and time created 92/03/01 10:16:39 by bostic

SCCS-vsn: sys/pmax/pmax/turbochannel.h 7.1

32 years agodate and time created 92/03/01 10:09:58 by bostic
Keith Bostic [Mon, 2 Mar 1992 02:09:58 +0000 (18:09 -0800)]
date and time created 92/03/01 10:09:58 by bostic

SCCS-vsn: sys/pmax/pmax/kadb.s 7.1

32 years agofix SEE ALSO stuff
Keith Bostic [Mon, 2 Mar 1992 01:56:35 +0000 (17:56 -0800)]
fix SEE ALSO stuff

SCCS-vsn: lib/libc/compat-43/sigvec.2 6.8

32 years agosync with current vn_open interface
Mike Hibler [Sun, 1 Mar 1992 10:35:50 +0000 (02:35 -0800)]
sync with current vn_open interface

SCCS-vsn: sys/dev/vn.c 7.8

32 years agoremove p_regs
Ralph Campbell [Sun, 1 Mar 1992 09:54:18 +0000 (01:54 -0800)]
remove p_regs

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

32 years agoadded KADB support & DS5000 support
Ralph Campbell [Sun, 1 Mar 1992 09:53:52 +0000 (01:53 -0800)]
added KADB support & DS5000 support

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

32 years agoremoved p_regs
Ralph Campbell [Sun, 1 Mar 1992 09:53:00 +0000 (01:53 -0800)]
removed p_regs

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

32 years agoadded cpu_setstack macro
Ralph Campbell [Sun, 1 Mar 1992 09:51:33 +0000 (01:51 -0800)]
added cpu_setstack macro

SCCS-vsn: sys/pmax/include/cpu.h 7.3

32 years agoadded md_regs field
Ralph Campbell [Sun, 1 Mar 1992 09:51:07 +0000 (01:51 -0800)]
added md_regs field

SCCS-vsn: sys/pmax/include/proc.h 7.3

32 years agofix function return type to void
Ralph Campbell [Sun, 1 Mar 1992 09:33:36 +0000 (01:33 -0800)]
fix function return type to void

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

32 years agofix syntax error
Ralph Campbell [Sun, 1 Mar 1992 09:33:10 +0000 (01:33 -0800)]
fix syntax error

SCCS-vsn: sys/pmax/dev/sii.c 7.3

32 years agochange function return to void
Ralph Campbell [Sun, 1 Mar 1992 09:26:17 +0000 (01:26 -0800)]
change function return to void

SCCS-vsn: sys/pmax/dev/pdma.h 7.2

32 years agofix as line for locore.s
Ralph Campbell [Sun, 1 Mar 1992 07:55:49 +0000 (23:55 -0800)]
fix as line for locore.s

SCCS-vsn: sys/pmax/conf/Makefile.pmax 7.3

32 years agoadded support for DS5000
Ralph Campbell [Sun, 1 Mar 1992 07:33:40 +0000 (23:33 -0800)]
added support for DS5000

SCCS-vsn: sys/pmax/include/param.h 7.2
SCCS-vsn: usr.sbin/config/mkioconf.c 5.22

32 years agoincrease kernel vm area
Ralph Campbell [Sun, 1 Mar 1992 06:55:24 +0000 (22:55 -0800)]
increase kernel vm area

SCCS-vsn: sys/pmax/include/pmap.h 7.3

32 years agoremoved kvtophys; not used.
Ralph Campbell [Sun, 1 Mar 1992 06:46:47 +0000 (22:46 -0800)]
removed kvtophys; not used.

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

32 years agoadd support for single step for ptrace()
Ralph Campbell [Sun, 1 Mar 1992 06:44:40 +0000 (22:44 -0800)]
add support for single step for ptrace()

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

32 years agoadded support for DS5000
Ralph Campbell [Sun, 1 Mar 1992 06:25:37 +0000 (22:25 -0800)]
added support for DS5000

SCCS-vsn: sys/pmax/include/cpu.h 7.2
SCCS-vsn: sys/pmax/include/dc7085cons.h 7.2
SCCS-vsn: sys/pmax/include/machConst.h 7.2

32 years agocopy floating point registers on fork if still in FP chip.
Ralph Campbell [Sun, 1 Mar 1992 06:12:02 +0000 (22:12 -0800)]
copy floating point registers on fork if still in FP chip.

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

32 years agoadded support for DS5000
Ralph Campbell [Sun, 1 Mar 1992 06:09:37 +0000 (22:09 -0800)]
added support for DS5000

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

32 years agofix cache problem by using correct phys addr in ptes
Ralph Campbell [Sun, 1 Mar 1992 05:57:24 +0000 (21:57 -0800)]
fix cache problem by using correct phys addr in ptes

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

32 years agofix test for correct address protection
Ralph Campbell [Sun, 1 Mar 1992 05:49:34 +0000 (21:49 -0800)]
fix test for correct address protection

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

32 years agoneed DEFS.h for ASMSTR macro
Keith Bostic [Sun, 1 Mar 1992 04:58:57 +0000 (20:58 -0800)]
need DEFS.h for ASMSTR macro

SCCS-vsn: lib/libc/mips/net/htonl.s 5.2
SCCS-vsn: lib/libc/mips/net/htons.s 5.2
SCCS-vsn: lib/libc/mips/gen/_setjmp.s 5.2
SCCS-vsn: lib/libc/mips/gen/ldexp.s 5.2
SCCS-vsn: lib/libc/mips/gen/modf.s 5.2
SCCS-vsn: lib/libc/mips/gen/setjmp.s 5.2

32 years agoDEFS.h needed for ASMSTR macro
Keith Bostic [Sun, 1 Mar 1992 04:57:17 +0000 (20:57 -0800)]
DEFS.h needed for ASMSTR macro

SCCS-vsn: lib/libc/mips/string/bcmp.s 5.2
SCCS-vsn: lib/libc/mips/string/bcopy.s 5.2
SCCS-vsn: lib/libc/mips/string/bzero.s 5.2
SCCS-vsn: lib/libc/mips/string/ffs.s 5.2
SCCS-vsn: lib/libc/mips/string/index.s 5.2
SCCS-vsn: lib/libc/mips/string/rindex.s 5.2
SCCS-vsn: lib/libc/mips/string/strcmp.s 5.2
SCCS-vsn: lib/libc/mips/string/strlen.s 5.2

32 years agodate and time created 92/02/29 12:55:50 by bostic
Keith Bostic [Sun, 1 Mar 1992 04:55:50 +0000 (20:55 -0800)]
date and time created 92/02/29 12:55:50 by bostic

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

32 years agodate and time created 92/02/29 12:55:48 by bostic
Keith Bostic [Sun, 1 Mar 1992 04:55:48 +0000 (20:55 -0800)]
date and time created 92/02/29 12:55:48 by bostic

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

32 years agodate and time created 92/02/29 12:55:47 by bostic
Keith Bostic [Sun, 1 Mar 1992 04:55:47 +0000 (20:55 -0800)]
date and time created 92/02/29 12:55:47 by bostic

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

32 years agodate and time created 92/02/29 12:55:45 by bostic
Keith Bostic [Sun, 1 Mar 1992 04:55:45 +0000 (20:55 -0800)]
date and time created 92/02/29 12:55:45 by bostic

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

32 years agodate and time created 92/02/29 12:55:41 by bostic
Keith Bostic [Sun, 1 Mar 1992 04:55:41 +0000 (20:55 -0800)]
date and time created 92/02/29 12:55:41 by bostic

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

32 years agodate and time created 92/02/29 12:55:38 by bostic
Keith Bostic [Sun, 1 Mar 1992 04:55:38 +0000 (20:55 -0800)]
date and time created 92/02/29 12:55:38 by bostic

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

32 years agodate and time created 92/02/29 12:55:35 by bostic
Keith Bostic [Sun, 1 Mar 1992 04:55:35 +0000 (20:55 -0800)]
date and time created 92/02/29 12:55:35 by bostic

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

32 years agodate and time created 92/02/29 12:55:33 by bostic
Keith Bostic [Sun, 1 Mar 1992 04:55:33 +0000 (20:55 -0800)]
date and time created 92/02/29 12:55:33 by bostic

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

32 years agodate and time created 92/02/29 12:55:31 by bostic
Keith Bostic [Sun, 1 Mar 1992 04:55:31 +0000 (20:55 -0800)]
date and time created 92/02/29 12:55:31 by bostic

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

32 years agodate and time created 92/02/29 12:55:29 by bostic
Keith Bostic [Sun, 1 Mar 1992 04:55:29 +0000 (20:55 -0800)]
date and time created 92/02/29 12:55:29 by bostic

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

32 years agodate and time created 92/02/29 12:55:28 by bostic
Keith Bostic [Sun, 1 Mar 1992 04:55:28 +0000 (20:55 -0800)]
date and time created 92/02/29 12:55:28 by bostic

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

32 years agodate and time created 92/02/29 12:55:27 by bostic
Keith Bostic [Sun, 1 Mar 1992 04:55:27 +0000 (20:55 -0800)]
date and time created 92/02/29 12:55:27 by bostic

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

32 years agodate and time created 92/02/29 12:55:25 by bostic
Keith Bostic [Sun, 1 Mar 1992 04:55:25 +0000 (20:55 -0800)]
date and time created 92/02/29 12:55:25 by bostic

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

32 years agodate and time created 92/02/29 12:55:23 by bostic
Keith Bostic [Sun, 1 Mar 1992 04:55:23 +0000 (20:55 -0800)]
date and time created 92/02/29 12:55:23 by bostic

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

32 years agodate and time created 92/02/29 12:55:21 by bostic
Keith Bostic [Sun, 1 Mar 1992 04:55:21 +0000 (20:55 -0800)]
date and time created 92/02/29 12:55:21 by bostic

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

32 years agodate and time created 92/02/29 12:49:02 by bostic
Keith Bostic [Sun, 1 Mar 1992 04:49:02 +0000 (20:49 -0800)]
date and time created 92/02/29 12:49:02 by bostic

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

32 years agodate and time created 92/02/29 12:49:01 by bostic
Keith Bostic [Sun, 1 Mar 1992 04:49:01 +0000 (20:49 -0800)]
date and time created 92/02/29 12:49:01 by bostic

SCCS-vsn: lib/libc/mips/string/strcmp.s 5.1

32 years agodate and time created 92/02/29 12:49:00 by bostic
Keith Bostic [Sun, 1 Mar 1992 04:49:00 +0000 (20:49 -0800)]
date and time created 92/02/29 12:49:00 by bostic

SCCS-vsn: lib/libc/mips/string/rindex.s 5.1

32 years agodate and time created 92/02/29 12:48:59 by bostic
Keith Bostic [Sun, 1 Mar 1992 04:48:59 +0000 (20:48 -0800)]
date and time created 92/02/29 12:48:59 by bostic

SCCS-vsn: lib/libc/mips/string/index.s 5.1

32 years agodate and time created 92/02/29 12:48:58 by bostic
Keith Bostic [Sun, 1 Mar 1992 04:48:58 +0000 (20:48 -0800)]
date and time created 92/02/29 12:48:58 by bostic

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

32 years agodate and time created 92/02/29 12:48:57 by bostic
Keith Bostic [Sun, 1 Mar 1992 04:48:57 +0000 (20:48 -0800)]
date and time created 92/02/29 12:48:57 by bostic

SCCS-vsn: lib/libc/mips/string/bzero.s 5.1

32 years agodate and time created 92/02/29 12:48:56 by bostic
Keith Bostic [Sun, 1 Mar 1992 04:48:56 +0000 (20:48 -0800)]
date and time created 92/02/29 12:48:56 by bostic

SCCS-vsn: lib/libc/mips/string/bcopy.s 5.1