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
pooka
697e0f1b0e
Add a rump kernel component for the iwn wireless driver, tested with
...
the one in my laptop:
iwn0 at pci0 dev 19 function 0: vendor 0x8086 product 0x4237 (rev. 0x00)
2014-04-07 01:45:36 +00:00
pooka
7489153341
Re-add cloning bpf definition that got lost in rev 1.4.
...
Needed at least for wpa_supplicant against a rump kernel (which does
not create the old-style bpf0000 device nodes).
2014-04-07 01:29:12 +00:00
pooka
3eab37f7f1
Use module-compatible sysctl init instead of link sets.
2014-04-07 00:07:40 +00:00
christos
4cd4dee55a
PR/48720: John Kelly: com driver does not allow B0 to be set. The code to
...
handle B0 was commented out for no reason given at revision 1.99. POSIX
mandates to hangup on B0:
http://pubs.opengroup.org/onlinepubs/9699919799/functions/tcsetattr.html
2014-04-06 23:29:58 +00:00
christos
020a8485e4
add stp*cpy tests.
2014-04-06 19:51:39 +00:00
matt
0e71fa3cef
Move kernel to load at 16MB since the first 14MB is reserved for use by
...
u-boot. Support direct-mapped memory since the 1GB can fit in the space
between KERNEL_BASE and KERNEL_VM_BASE.
2014-04-06 19:47:20 +00:00
christos
73447a65e4
add stpncpy()
2014-04-06 19:29:58 +00:00
christos
b02e0dfacc
add __stpncpy_chk
2014-04-06 19:29:37 +00:00
christos
d5aa7d4d63
fix incorrect bounds check
2014-04-06 19:29:25 +00:00
christos
658a209ca6
add stp*cpy() tests
2014-04-06 19:28:59 +00:00
jakllsch
6d9f89fe00
Use size_t instead of int for character count to avoid sign compare issues.
2014-04-06 19:25:22 +00:00
jakllsch
62a5b099db
Misc WARNS=4 fixes.
2014-04-06 19:18:00 +00:00
jakllsch
ee69c9e8f4
Use __dead.
2014-04-06 19:11:26 +00:00
joerg
b98dd0fb03
x86_progress takes a format string.
2014-04-06 18:48:06 +00:00
kardel
a845bf81d9
add Microchip MCP23S17 GPIO driver
...
(via SPI interface)
2014-04-06 17:59:39 +00:00
khorben
cf10990721
Allow the extra command "reload" to dhcpcd's rc script, letting it reload
...
its configuration and rebind directly via the script.
LGTM roy@
2014-04-06 17:13:57 +00:00
riastradh
15700de443
Restore is_console=1 for i915, even if I keep it off for debugging.
2014-04-06 16:42:00 +00:00
riastradh
f9250e9199
Add missing declaration from last commit.
2014-04-06 16:38:34 +00:00
martin
2fd5cacc2b
Make it compilable
2014-04-06 14:47:46 +00:00