9front - general discussion about 9front
 help / color / mirror / Atom feed
From: mischief <mischief@offblast.org>
To: 9front@9front.org
Subject: [PATCH 2 of 8] libc: define default IOUNIT as 48K
Date: Sun, 23 Aug 2015 16:49:12 -0700	[thread overview]
Message-ID: <29a454214255b17dd1a1.1440373752@delta> (raw)
In-Reply-To: <patchbomb.1440373750@delta>

# HG changeset patch
# User mischief <mischief@offblast.org>
# Date 1440366687 25200
#      Sun Aug 23 14:51:27 2015 -0700
# Node ID 29a454214255b17dd1a1f1c14d5b63100d1bf3bb
# Parent  72294b856560ea15445ffb0455e1d26084f1bfd0
libc: define default IOUNIT as 48K

diff -r 72294b856560 -r 29a454214255 sys/include/libc.h
--- a/sys/include/libc.h	Sun Aug 23 14:51:27 2015 -0700
+++ b/sys/include/libc.h	Sun Aug 23 14:51:27 2015 -0700
@@ -521,6 +521,7 @@
 #define	STATMAX	65535U	/* max length of machine-independent stat structure */
 #define	DIRMAX	(sizeof(Dir)+STATMAX)	/* max length of Dir structure */
 #define	ERRMAX	128	/* max length of error string */
+#define	IOUNIT	49152	/* 9p iounit */
 
 #define	MORDER	0x0003	/* mask for bits defining order of mounting */
 #define	MREPL	0x0000	/* mount replaces object */


  parent reply	other threads:[~2015-08-23 23:50 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-08-23 23:49 [PATCH 0 of 8] 48k iounit mischief
2015-08-23 23:49 ` [PATCH 1 of 8] devmnt: set MAXRPC to IOHDRSZ+48K mischief
2015-08-23 23:49 ` mischief [this message]
2015-08-23 23:49 ` [PATCH 4 of 8] cwfs: use IOUNIT as MAXDAT, fix Msgbuf count overflow when MAXDAT > 2^15-1 mischief
2015-08-23 23:49 ` [PATCH 5 of 8] dossrv: set buffer size to IOUNIT mischief
2015-08-23 23:49 ` [PATCH 6 of 8] mv: use iounit for reads mischief
2015-08-24  0:01   ` [9front] " Iruatã Souza
2015-08-24  0:03     ` Nick Owens
2015-08-23 23:49 ` [PATCH 7 of 8] tee: " mischief
2015-08-23 23:49 ` [PATCH 8 of 8] tput: use iounit for reads, check sbrk return value mischief

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=29a454214255b17dd1a1.1440373752@delta \
    --to=mischief@offblast.org \
    --cc=9front@9front.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).