mycroft
42bfa88f6a
Add memcpy.s and memmove.s, based on bcopy.s.
1993-06-16 18:26:40 +00:00
mycroft
a7554b65a7
Use ENTRY macro.
1993-06-16 18:23:21 +00:00
jtc
dacb3d324d
Update fnmatch() to be more posix complient (from bostic).
1993-06-16 17:16:11 +00:00
jtc
caf6ead8ab
performance bugs discovered by mycroft
1993-06-16 16:31:00 +00:00
jtc
9bdb2fb9ea
Added i386 assembly language versions of ffs, strcat, strcpy, and strlen.
...
Updated comments of index, rindex, strchr, strcmp, strncmp, and strrchr.
1993-06-16 16:03:56 +00:00
jtc
5d2d1a3364
Added i386 assembly language versions of ffs, strcat, strcpy, and strlen.
1993-06-16 16:02:26 +00:00
jtc
800e6b4bac
Added fast strcmp() and strncmp() routines.
1993-06-15 23:25:30 +00:00
jtc
2658bf6d50
Added fast strcmp() and strncmp() routines.
1993-06-15 23:25:12 +00:00
deraadt
5c20ccab8b
kernel string read function takes much less time. could be optimized further,
...
by making block reads kernel page aligned. (cgd will make the next optimization
in this file)
1993-06-15 07:16:06 +00:00
cgd
9f0aa214be
update db code to v1.6 from vangogh, and put it in "db" rather than "DB"
1993-06-14 23:52:39 +00:00
mycroft
c1cecd30d8
Clean up deleted files.
1993-06-14 23:51:49 +00:00
cgd
70a04c5a30
update db code to v1.6 from vangogh, and put it in "db" rather than "DB"
1993-06-14 23:51:26 +00:00
mycroft
6609149bb3
Clean up deleted files.
1993-06-14 21:16:14 +00:00
brezak
76266e007c
Add -DYP to CFLAGS
1993-06-14 14:20:20 +00:00
deraadt
ef08b20d7a
a few typecasts because of the new prototypes
1993-06-12 19:46:31 +00:00
brezak
891aec9712
Fix to compile with YP.
1993-06-11 16:58:19 +00:00
cgd
23f01fa004
yes another fix (from margo?) via Christoph Badura <bad@flatlin.ka.sub.org>
1993-06-11 00:25:39 +00:00
jtc
4b780a9d57
update to -mandoc macros
1993-06-10 19:02:32 +00:00
jtc
0c7b56efc3
Install many symlinks to xdr.0 & rpc.0.
...
Update bindresvport, getrpcent, getrpcport.3 man pages, convert to -mandoc.
Fix minor bug in rpc.3 manpage.
1993-06-10 16:49:39 +00:00
brezak
c874918400
CHanges from conklin@talisman.kaleida.com
...
* fixed C source where it conflicted with prototypes, documentation,
and TIRPC.
* use getrpcent.c from TIRPC.
From brezak:
Add YP support to getrpcent.c
1993-06-09 19:31:17 +00:00
mycroft
c29fd6777b
Clean up deleted files.
1993-06-09 19:27:00 +00:00
brezak
a98de6b7b0
remove yppasswdxdr.c - now part of librpcsvc.a
1993-06-09 19:26:57 +00:00
cgd
ba42f6137c
bug fix from margo. she said:
...
> Essentially what was happening was that I was running out of overflow
> pages in an overflow point (you are limited to 2047). When I upped the
> overflow point I was setting the offset to 0 and allocating an overflow
> page number that mapped to the same spot in the file as a bucket did.
> The overflow page got overwritten with the bucket on disk and voila --
> corrupt file.
1993-06-09 18:20:35 +00:00
mycroft
e3ea23c51a
fgetline() does not return the newline.
1993-06-08 16:49:53 +00:00
proven
890b321c58
Removed bugs and memory leaks from the directory function.
1993-06-04 16:59:18 +00:00
brezak
0f3c8d7472
Add more RPC definitions.
1993-06-03 19:21:08 +00:00
brezak
2102dbe62d
Keep the cp'ed .x in the objdir. Be sure to clean it too.
1993-06-03 17:07:56 +00:00
brezak
4a9e8377b4
Copy the .x file to the obj directory before running rpcgen. You have
...
to do this because rpcgen will generate an include line with the full
path of the .x file.
1993-06-03 16:49:21 +00:00
brezak
2c766f3e20
Fix for building in obj tree.
1993-06-03 14:45:37 +00:00
brezak
f5444fe852
Build librpcsvc.a
1993-06-02 19:51:29 +00:00
brezak
90253c1798
Build librpcsvc
1993-06-02 19:50:56 +00:00
cgd
566dd48a95
misc minor changes
1993-06-01 01:48:36 +00:00
cgd
5089c41368
update kvm.c for the new way of doing things:
...
(1) add support for new stack format/PS_STRINGS
(2) add support for kvm_getenv
the HP300 support in kvm_procread needs to be looked at/filled in,
from example code in kvm_getu, plus hacks
1993-06-01 01:35:01 +00:00
cgd
a1fe79bac5
make makefile do *nothing* for any of the standard cases if crypt.c
...
doesn't exist.
1993-05-29 13:27:15 +00:00
cgd
7a24140432
new vangogh db (v1.5)
1993-05-27 19:54:30 +00:00
mycroft
7133ae673a
Clean up deleted files.
1993-05-26 16:22:40 +00:00
cgd
27c2936367
apply fix to setvbuf(), supplied by chris torek
1993-05-24 07:19:35 +00:00
deraadt
9ce2dc36b4
sleep man page fix from <jan@encap.hanse.de>
1993-05-22 00:57:39 +00:00
cgd
c6ac4dd960
Needed for netstat to compile, add iso_addr &c
...
(from Havard Eidnes <Havard.Eidnes@runit.sintef.no>)
1993-05-21 12:47:53 +00:00
davidb
80e3f78daf
Added Nation Semiconductor 32000 support
1993-05-21 12:36:34 +00:00
cgd
44985e0359
get rid of explicit select.h inclusion, and clean headers more
1993-05-20 12:05:02 +00:00
cgd
12279683e7
don't inlude select.h, but keep header cleanups
1993-05-20 11:53:04 +00:00
cgd
5cecaec7a1
update to use select.h
1993-05-20 11:26:10 +00:00
cgd
2c6296eff4
fix new select stuff
1993-05-20 10:30:31 +00:00
cgd
b1793f25e7
oops; last time i moved stuff, was to the wrong place...
...
don't use csu.* any more, just use *...
1993-05-18 10:08:43 +00:00
cgd
574bfabf9b
move csu.${MACHINE} into a "csu" subdirectory.
1993-05-18 07:48:34 +00:00
cgd
8d5826635d
bring in getcap routines, supplied by CSRG, from 4.4...
1993-05-18 07:37:51 +00:00
deraadt
77c037ed51
added my copyright.. how self efacing of me
1993-05-16 02:47:20 +00:00
cgd
f9350c73f0
getpgrp actually takes void. ask the IEEE...
1993-05-16 01:51:51 +00:00
davidb
b7f53bfe02
Updated to support MIPS processors
1993-05-14 15:27:49 +00:00