Displaying 8 results from an estimated 8 matches for "uchar_t".
Did you mean:
  wchar_t
  
2002 Nov 17
0
[PATCH] Patches to rsync-2.5.5 for Stratus VOS (update)
...am not enclosing patches for config.guess and config.sub, but
I would request that you pick up current copies of these.  The
ones in the rsync-2.5.5 package are a year old and do not
recognize VOS (the current ones do recognize us).
These patches change some Unix types to POSIX types (u_char ->
uchar_t), hide various unused declarations on systems that don't
implement IPv6, supply a network constants if the system doesn't
supply it, and properly supply a version of inet_pton on systems
that don't have one.  (Looks like an editing error misspelled
inet_pton).
If you have any questions...
2002 Sep 06
0
[PATCH] Patches to rsync-2.5.5 for Stratus VOS
...am not enclosing patches for config.guess and config.sub, but
I would request that you pick up current copies of these.  The
ones in the rsync-2.5.5 package are a year old and do not
recognize VOS (the current ones do recognize us).
These patches change some Unix types to POSIX types (u_char ->
uchar_t), hide various unused declarations on systems that don't
implement IPv6, supply a network constants if the system doesn't
supply it, and properly supply a version of inet_pton on systems
that don't have one.  (Looks like an editing error misspelled
inet_pton).
If you have any questions...
2002 Oct 14
0
[PATCH] Patches to rsync-2.5.5 for Stratus VOS (resend)
...am not enclosing patches for config.guess and config.sub, but
I would request that you pick up current copies of these.  The
ones in the rsync-2.5.5 package are a year old and do not
recognize VOS (the current ones do recognize us).
These patches change some Unix types to POSIX types (u_char ->
uchar_t), hide various unused declarations on systems that don't
implement IPv6, supply a network constants if the system doesn't
supply it, and properly supply a version of inet_pton on systems
that don't have one.  (Looks like an editing error misspelled
inet_pton).
If you have any questions...
2013 Jul 19
2
9.2PRERELEASE ZFS panic in lzjb_compress
...+0x46/frame
0xffffffcf75bd6a20
fork_exit() at fork_exit+0x11f/frame 0xffffffcf75bd6a70
fork_trampoline() at fork_trampoline+0xe/frame 0xffffffcf75bd6a70
--- trap 0, rip = 0, rsp = 0xffffffcf75bd6b30, rbp = 0 ---
lzjb_compress+0x185 corresponds to line 85 in
80 cpy = src - offset;
81 if (cpy >= (uchar_t *)s_start && cpy != src &&
82    src[0] == cpy[0] && src[1] == cpy[1] && src[2] == cpy[2]) {
83 *copymap |= copymask;
84 for (mlen = MATCH_MIN; mlen < MATCH_MAX; mlen++)
85 if (src[mlen] != cpy[mlen])
86 break;
87 *dst++ = ((mlen - MATCH_MIN) << (NBBY - MATC...
2002 Nov 20
0
[PATCH] Updated patch to rsync for Stratus VOS
...sync/lib/getaddrinfo.c newrsync/lib/getaddrinfo.c
--- oldrsync/lib/getaddrinfo.c	Sun Nov 17 04:52:57 2002
+++ newrsync/lib/getaddrinfo.c	Sun Nov 17 05:05:28 2002
@@ -73,9 +73,9 @@ static const char in6_loopback[] = {
 };
 
 struct sockinet {
-	u_char	si_len;
-	u_char	si_family;
-	u_short	si_port;
+	uchar_t	si_len;
+	uchar_t	si_family;
+	ushort_t	si_port;
 };
 
 static struct afd {
@@ -223,7 +223,7 @@ getaddrinfo(hostname, servname, hints, r
 	char pton[PTON_MAX];
 	struct addrinfo ai;
 	struct addrinfo *pai;
-	u_short port;
+	ushort_t port;
 
 #ifdef FAITH
 	static int firsttime = 1;
@@ -395,7 +395,7...
2013 Oct 26
2
[PATCH] 1. changes for vdiskadm on illumos based platform
...lz4_decompress}		/* ZIO_COMPRESS_LZ4 */
 };
 
 static int zio_read_data(blkptr_t *bp, void *buf, char *stack);
@@ -80,8 +97,8 @@ static int zio_read_data(blkptr_t *bp, v
 static int
 zfs_bcmp(const void *s1, const void *s2, size_t n)
 {
-	const uint8_t *ps1 = s1;
-	const uint8_t *ps2 = s2;
+	const uchar_t *ps1 = s1;
+	const uchar_t *ps2 = s2;
 
 	if (s1 != s2 && n != 0) {
 		do {
@@ -118,16 +135,16 @@ zio_checksum_off(const void *buf, uint64
 
 /* Checksum Table and Values */
 zio_checksum_info_t zio_checksum_table[ZIO_CHECKSUM_FUNCTIONS] = {
-	{ { NULL, NULL }, 0, 0, "inherit" },...
2007 Jan 10
2
[DTrace] using C preprocessor in dtrace scripts
...and then I get an error:
> dtrace: failed to compile script ./strrput.d:
> "/usr/include/sys/kstat.h", line 439: invalid type combination
Checking line 439 of that file...
  423  typedef struct kstat_named {
  424      char    name[KSTAT_STRLEN]; /* name of counter */
  425      uchar_t data_type;      /* data type */
  426      union {
  427          char        c[16];  /* enough for 128-bit ints */
  428          int32_t     i32;
  429          uint32_t    ui32;
  430          struct {
  431              union {
  432                  char        *ptr;   /* NULL-term stri...
2006 Aug 30
30
Testing for the 4.4p1 release
Hi,
The 4.4p1 release is approaching now, so we are now asking people to 
actively test snapshots or CVS and report back to the mailing list.
Snapshots are available from http://www.mindrot.org/openssh_snap or
from any of the mirrors listed on http://www.openssh.org/portable.html
The latter page also includes instructions for checking out portable
OpenSSH via anonymous CVS.
This release