oster
5593466f1b
Remove an RF_ASSERT that is just plain wrong.
2005-09-24 20:24:11 +00:00
elad
b0efb83c3e
Use crypto/rmd160.h.
2005-09-24 19:33:52 +00:00
elad
40a18454f9
Fix NetBSD CVS tag, put all code under #ifdef HASH_ALGORITHM.
2005-09-24 19:30:06 +00:00
elad
7e426d2f8a
Need namespace.h.
2005-09-24 19:25:23 +00:00
elad
e9795d9851
Add man-pages forgotten in previous commit.
2005-09-24 19:07:00 +00:00
elad
efa664c42a
Sync with recent changes.
2005-09-24 19:06:20 +00:00
elad
767c8fdd86
Organize hashing in libc.
2005-09-24 19:04:52 +00:00
elad
feab3b262a
Use common code from hash.c.
2005-09-24 18:49:18 +00:00
elad
d4e0b307f7
Add skeleton file for helper routines that will be used by MD2, MD4, MD5,
...
SHA1, SHA2, and RMD160.
2005-09-24 18:47:37 +00:00
elad
4b106eec1a
Use RMD160 implementation by Markus Friedl, the same one we use in the
...
kernel.
2005-09-24 18:43:17 +00:00
elad
8c28d108b5
Use new location.
...
XXX This is left here for backwards compatibility.
2005-09-24 18:35:42 +00:00
elad
b6c7f93fa8
Install rmd160.h to /usr/include/crypto.
2005-09-24 18:34:59 +00:00
christos
bc249013c1
Add the TOG copyright.
2005-09-24 18:22:22 +00:00
elad
7b86a01b16
Add SHA1FileChunk().
2005-09-24 18:13:09 +00:00
elad
ad7f55858f
RMD160File() gets const char *, add RMD160FileChunk().
2005-09-24 18:12:35 +00:00
christos
a1d16cb7f4
no rcsid's in headers.
2005-09-24 17:47:34 +00:00
elad
138b399207
Define RMD160_DIGEST_STRING_LENGTH.
2005-09-24 17:39:15 +00:00
christos
b9301b48d0
fix typos.
2005-09-24 17:34:17 +00:00
christos
dd40a9f6f6
include new compat siginfo header.
2005-09-24 17:29:47 +00:00
christos
714b6fd870
more nits.
2005-09-24 17:29:10 +00:00
christos
9255e4c0ab
Remove compat32 stuff.
2005-09-24 17:28:39 +00:00
christos
5c03cd2255
more header cleanup.
2005-09-24 17:27:44 +00:00
elad
191a7f711e
SHA1File() receives a const char * for filename.
2005-09-24 17:19:56 +00:00
elad
b0419c3261
Add SHA1_DIGEST_STRING_LENGTH.
2005-09-24 17:09:06 +00:00
dsl
469d38dbae
Don't leave arcn->org_name pointing to ftent->fts_path, if we being cpio
...
then ftent is freed just below. Take a copy of the name and point org_name
at the copy.
Should fix PR/30627 (the fix in the PR will break pax and tar!)
2005-09-24 17:05:21 +00:00
peter
66d780db72
Remove the casts in the previous commit and use %zx.
...
Thanks to Simon Burge for pointing this out.
2005-09-24 17:00:20 +00:00
christos
c4445bc71c
rename osockaddr to talkd_sockaddr and use that instead.
2005-09-24 16:40:01 +00:00
christos
86497ecc9f
It is now ``later''. Follow cgd's 1993 wish and move struct osockaddr
...
and struct omsghdr to a compat header.
2005-09-24 15:52:03 +00:00
christos
ca3a193432
factor out some of the osockaddr, omsghdr code.
2005-09-24 15:51:03 +00:00
chs
33359b3121
need to include sys/socket.h here now, sys/mount.h no longer does it for us.
2005-09-24 15:42:58 +00:00
perry
cb4a630e29
in several comments:
...
implizit -> implicit
explizit -> explicit
2005-09-24 15:30:35 +00:00
christos
2192079ea8
use get*_r()
2005-09-24 14:40:59 +00:00
christos
54a773e9d7
Can we please stop using caddr_t?
2005-09-24 14:40:39 +00:00
christos
67c3cbddeb
Use get*_r re-entrant functions and get rid of end*ent(). From John Nemeth.
2005-09-24 14:26:12 +00:00
chs
e211d606cd
fix many problems in the reachover Makefiles for X11 libraries:
...
- add many missing shared-library dependencies
- remove many unnecessary shared-library dependencies
- add many missing files to the Mesa source list
- fix the ordering of the SUBDIR list in the top level
to match the actual inter-library dependencies
2005-09-24 13:51:46 +00:00
rpaulo
6f844bf524
Document kern.hardclock_ticks. Pointed out by Hubert.
2005-09-24 12:05:45 +00:00
itohy
dbe98ec46f
Tweak to make sure the enum size is not affected
...
by -fshort-enums option.
2005-09-24 12:03:31 +00:00
itohy
a2389cbd3b
The ukyopon device doesn't notify the DCD (Data Carrier Detect) status.
...
Since the status is now used by ucom(4) driver for Carrier Detect,
and the CLOCAL flag has been required.
By this change, we assume DCD is always on. The CLOCAL flag is not
required now.
2005-09-24 12:00:18 +00:00
itohy
33dbd0db13
Use ukyopon port type (UKYOPON_PORT_*) for "portno" locator of ucom(4) driver,
...
so that user can fix the ucom unit number by config file.
ex. ucom0 at ukyopon? portno 1 # modem port
ucom1 at ukyopon? portno 2 # data transfer port
The description of the locator was added to the manual page by someone,
but it has been useless until now. :)
2005-09-24 11:50:25 +00:00
peter
0d776139dc
Add casts to make this compile when KLOADER_DEBUG is defined.
2005-09-24 11:27:04 +00:00
peter
84ba0cabfa
Fix two typos.
2005-09-24 11:20:07 +00:00
uwe
811a624920
ANSI. KNF.
2005-09-24 01:07:25 +00:00
uwe
7d140fd026
No argument names in function declarations.
2005-09-24 00:51:21 +00:00
uwe
d15ed57aa1
G/c unused fields in mspcic_softc.
2005-09-24 00:49:23 +00:00
uwe
5f93873eda
Shuffle the code to be more readable. Simplify.
2005-09-24 00:35:08 +00:00
uwe
7ef52537c9
Whitespace nits.
2005-09-24 00:12:20 +00:00
uwe
6ac484d14b
Whitespace nit.
2005-09-23 23:29:29 +00:00
uwe
b05347bffe
Introduce mspcic_{read,write}_N instead of using struct syntax. This
...
is the first step to make PCIC run without byteswapping - which is
necessary for X server support. Current macros are still just a
kludgy shim over struct syntax, but accesses to PCIC in the .c files
are now marked up properly.
2005-09-23 23:22:57 +00:00
rpaulo
c07a3667e1
unregister_amq(): fix wrong if-clause (missing '!'). Noticed by
...
Christos Zoulas.
2005-09-23 22:27:14 +00:00
jmmv
e230b755b3
Synchronize NFS status with reality. After yamt@ changes (I think with the
...
implementation of getpages and putpages and the use of UBC in the read and
write operations), the worst problem has gone away which was a panic when
a file's contents were modified in the original file system and then read
through the NFS mount point.
Also remove the entry about optimization. While tmpfs still has room for
improvement, it has become a lot better lately, thanks to the string pools
and the changes yamt@ did in the anonymous objects handling.
2005-09-23 21:39:29 +00:00