artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3a48bb3
)
Increase MSGBUFSIZE to 8 pages.
author
kettenis
<kettenis@openbsd.org>
Sat, 20 Aug 2016 19:42:55 +0000
(19:42 +0000)
committer
kettenis
<kettenis@openbsd.org>
Sat, 20 Aug 2016 19:42:55 +0000
(19:42 +0000)
ok deraadt@
sys/arch/armv7/include/param.h
patch
|
blob
|
history
diff --git
a/sys/arch/armv7/include/param.h
b/sys/arch/armv7/include/param.h
index
be5c69c
..
7ef2125
100644
(file)
--- a/
sys/arch/armv7/include/param.h
+++ b/
sys/arch/armv7/include/param.h
@@
-1,4
+1,4
@@
-/* $OpenBSD: param.h,v 1.
1 2013/09/04 14:38:28 patrick Exp $
*/
+/* $OpenBSD: param.h,v 1.
2 2016/08/20 19:42:55 kettenis Exp $
*/
/*
* Copyright (c) 1994,1995 Mark Brinicombe.
@@
-41,7
+41,7
@@
#define MACHINE "armv7"
#ifndef MSGBUFSIZE
-#define MSGBUFSIZE
PAGE_SIZE
+#define MSGBUFSIZE
(8 * PAGE_SIZE)
#endif
#endif /* _MACHINE_PARAM_H_ */