riastradh
c83470498f
Try vflush, which may fail, before we mark the file system mounted.
2014-04-09 22:40:32 +00:00
hans
48aeb48f14
Fix build of non-debug kernels, mark err __diagused in uart_enable().
2014-04-09 21:02:31 +00:00
hans
559c010510
Fix build in non-debug kernels, mark eopi __diagused in cpsw_start().
2014-04-09 20:52:14 +00:00
matt
3e5d1facf8
Use new IRQ_SPI/GIC_MAXSOURCES macros.
...
Fix comments.
2014-04-09 19:50:01 +00:00
christos
cb8da48e03
Since the objcopy -x removes debugging symbols, delay that if we are building
...
debugging libraries and do the stripping with the debug symbol separation
step.
2014-04-09 19:23:09 +00:00
matt
5512cc69f8
add helper macros.
2014-04-09 16:59:53 +00:00
christos
eec8658016
change -x to OBJCOPYLIBFLAGS like everywhere else.
2014-04-09 16:29:08 +00:00
apb
288496e5c0
Send a "nop" metadata message to the postprocessor every few seconds,
...
to flush partial output lines. This should help with PR 48714.
2014-04-09 12:45:05 +00:00
apb
11bfaf8d26
Add comments about the intended use of each type of metadata message.
2014-04-09 12:38:09 +00:00
hkenken
93a0c86786
delete trailing whitespace
2014-04-09 12:35:34 +00:00
maxv
77641d7c26
'error' is not set on failure. Which means that if copyout() fails, 0
...
will be returned while the stack is not ready. This is a bug.
2014-04-09 11:40:03 +00:00
msaitoh
85fa0a0ce4
regen
2014-04-09 10:21:35 +00:00
msaitoh
2a1318ce34
Add yet another 82599 device
2014-04-09 10:21:10 +00:00
msaitoh
45e3fc1817
regen.
2014-04-09 08:34:55 +00:00
msaitoh
471bce113d
- Add some Ivy Bridge devices from the document.
...
- sort by device ID.
2014-04-09 08:34:32 +00:00
hkenken
59f1bd2b6a
NetWalker kernels boot again.
...
* Enable __HAVE_MM_MD_DIRECT_MAPPED_PHYS
* Change VM layout
* Use common start-up routine
2014-04-09 04:00:50 +00:00
riastradh
a86b8eb298
Remove FFS_NO_SNAPSHOT from x86/ALL so we do compile the snapshot code.
2014-04-08 22:04:15 +00:00
riastradh
2bc8e883f2
Add COMPAT_NETBSD32 and COMPAT_LINUX32 to amd64/ALL.
2014-04-08 21:51:11 +00:00
martin
984bb88b85
Make it compile again - partly from PR 48727 by Henning Petersen.
2014-04-08 21:51:06 +00:00
riastradh
de767a095e
Enable options VND_COMPRESSION in amd64/GENERIC.
2014-04-08 21:08:36 +00:00
christos
b1909c04e2
add ixg
2014-04-08 19:40:57 +00:00
christos
283b2561a0
Add dell's flavor (from uwe, in current-users@)
2014-04-08 19:39:06 +00:00
christos
79c480ed3b
From Ilya Zykov: Unbreak kernfs which was broken by this commit
...
|Make the spec_node table implementation private to spec_vnops.c.
|To retrieve a spec_node, two new lookup functions (by device or by mount)
|are implemented. Both return a referenced vnode, for an opened block device
|the opened vnode is returned so further diagnostic checks "vp == ... sd_bdevvp"
|will not fire. Otherwise any vnode matching the criteria gets returned.
|No objections on tech-kern.
The effect was that ls /kernfs appeared empty in most cases.
2014-04-08 17:56:10 +00:00
jakllsch
71ea5458bc
Use <sys/stdarg.h> on NetBSD.
2014-04-08 17:55:18 +00:00
njoly
2dbac6d46c
Regen.
2014-04-08 16:49:25 +00:00
njoly
903adfd827
Adjust read/write/readv/writev signature to match native versions.
2014-04-08 16:48:01 +00:00
christos
8e3bf1eb2b
make this more attractive (to me).
2014-04-08 15:34:18 +00:00
joerg
3c74afcfc8
Unbreak clang build by restricting -O0 hack to gcc.
2014-04-08 13:56:04 +00:00
hannken
bd6cf2a10c
Add __diagused.
2014-04-08 13:20:01 +00:00
pooka
889d7bb33a
play the "documentation matches implementation" game
2014-04-08 13:02:14 +00:00
njoly
52eb735051
Do not include bsd.kinc.mk in each arch Makefile, it's already pulled
...
by bsd.syscall.mk (from Makefile.inc).
2014-04-08 11:39:57 +00:00
christos
bae5e04f24
new OpenSSL
2014-04-08 02:19:54 +00:00
christos
061dc74bd9
merge/regen
2014-04-08 02:18:13 +00:00
christos
057199e66c
import latest openssl to fix the heartbleed vulnerability
2014-04-08 01:59:07 +00:00
christos
82ab0be9ff
Clear dtr on transition from !0 to 0, and set it on the opposite.
...
This leaves dtr alone in the normal case.
2014-04-08 00:09:15 +00:00
njoly
45ff1fef0f
Regen for Intel Ivy Bridge PCI Express Root Port.
2014-04-07 21:38:28 +00:00
njoly
90854d848b
Add Intel Ivy Bridge PCI Express Root Port
2014-04-07 21:37:42 +00:00
njoly
bb51fe490f
Use 0x prefix when printing hexadecimal numbers.
2014-04-07 21:35:41 +00:00
christos
4d17f2c6e5
Add x86 bootblock hack.
2014-04-07 21:20:17 +00:00
christos
ad33dd774c
XXX: gcc-4.8 bug. Passes wrong arguments to biosdisk_read(). Turn optimization
...
off.
2014-04-07 21:09:55 +00:00
matt
7f975405d2
Declare armv7 routines if CPU_ARMV7 is defined.
...
Rearrange in less random manner.
2014-04-07 20:38:52 +00:00
apb
180c1ed3d9
Run the mkpc script using ${HOST_SH}
2014-04-07 17:40:49 +00:00
rjs
c5389c7a73
The SNA code builds with gcc 4.8 on i386 so enable it again.
...
ok riastradh@
2014-04-07 17:06:47 +00:00
rjs
752c60b211
whitespace.
2014-04-07 17:02:15 +00:00
seanb
6bcc34c970
Fix a case where an erroneous EAGAIN was returned out of recvmmsg.
...
This occured when some, but not all of the mmsg array members
were filled with data from a non-blocking socket.
PR kern/48725
2014-04-07 15:35:23 +00:00
christos
af447fd425
fix lossage with gcc-4.5
2014-04-07 15:09:20 +00:00
skrll
d8ab67876a
Whitespace.
2014-04-07 14:40:17 +00:00
riastradh
40e9c21d2e
Move <linux/errno.h> from drm2 to common.
2014-04-07 11:55:29 +00:00
wiz
7341cc33ed
Fix typo.
2014-04-07 11:26:16 +00:00
wiz
c8c5539660
Fix Dd. New sentence, new line. Sort SEE ALSO. Fix macro usage. More markup.
2014-04-07 11:18:13 +00:00