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 |
|
christos
|
e2877366be
|
PR/48718: Juergen Hannken-Illjes: Heimdal leaks file descriptors
Add missing call to free the resolve handle on success.
XXX: pullup 6
|
2014-04-06 14:36:35 +00:00 |
|
skrll
|
6bba4a39e0
|
Re-arrange RPI VM layout and enable __HAVE_MM_MD_DIRECT_MAPPED_PHYS. RPI
kernels now boot again.
I'm not admitting defeat in why there are problems with the
non-__HAVE_MM_MD_DIRECT_MAPPED_PHYS case.
|
2014-04-06 12:43:18 +00:00 |
|
pettai
|
1ddcbc4271
|
fix small nit + missing step
|
2014-04-06 11:24:25 +00:00 |
|
skrll
|
5b0f34bc4d
|
Remove a comment that became largely redundant with the PMAP_NOCACHE
change.
|
2014-04-06 09:53:59 +00:00 |
|