christos
f8008b9438
convert i386 to gcc-4.8. boot blocks tested by booting netbsd/i386 multiuser on:
...
qemu
dell precision t5400
sony vaio vgn250p
2014-04-05 02:22:56 +00:00
matt
b48b68f497
Fix build break.
2014-04-04 21:33:19 +00:00
christos
12c14aedcc
the bug has been fixed.
2014-04-04 21:19:35 +00:00
njoly
b831ef2db2
Regen.
2014-04-04 18:25:41 +00:00
njoly
faf91a83de
Add support for timing syscalls.
2014-04-04 18:24:12 +00:00
njoly
28bcf177dd
Add compat 50 time syscalls, needed by rump sys_linux.
2014-04-04 18:20:28 +00:00
njoly
4eb3dbc504
Move a few compat 50 syscalls, not applicable to rump kernels, out of
...
kern_time_50.c to a new source module.
2014-04-04 18:17:36 +00:00
christos
75f197c294
mention ptyfs change.
2014-04-04 18:12:59 +00:00
christos
6accf143de
Kernel portion of the multiple ptyfs mount support. Protocol changed
...
between kernel and module, so bump. (Ilya Zykov)
2014-04-04 18:11:58 +00:00
christos
c636575468
Handle multiple ptyfs mounts with different chroots. ptys opened in one
...
chroot are only visible in that chroot.
2014-04-04 18:10:29 +00:00
pgoyette
6296fe9745
Fix typio
2014-04-04 17:18:46 +00:00
christos
b862878222
merge more, and add an i386 image
2014-04-04 16:45:51 +00:00
ozaki-r
1cf0ee0759
Adjust to pci_intr_string signature
2014-04-04 16:41:55 +00:00
christos
b2fb66aceb
remove debugging.
2014-04-04 16:15:30 +00:00
matt
15ca92c0c8
For ARM_MMU_V6C enable supersections
2014-04-04 16:12:28 +00:00
riastradh
dd35120f56
Tweak i915 framebuffer attachment in preparation for detach/reconfig.
...
Can't do this yet because genfb can't detach or reconfigure...
2014-04-04 16:02:34 +00:00
riastradh
185e03d365
Figure drm_debug into the drm_init module kludgerosity.
2014-04-04 15:16:59 +00:00
riastradh
f1d71ee3b8
Don't ifdef out unmapping of the GTT on NetBSD.
2014-04-04 15:16:29 +00:00
pooka
ca29f7cc9e
Add PCI components, commented out from the default build for now.
2014-04-04 14:49:40 +00:00
pooka
0d262cbdb0
Add a rump kernel component that can attach if_wm @ pci
2014-04-04 14:49:09 +00:00
christos
d18a4ca216
PR/48701: Timo Buhrmester: spurious messages while booting silently (gpio,
...
glxsb); use aprint_normal()
>Category: kern
>Synopsis: spurious messages while booting silently (gpio, glxsb)
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: kern-bug-people
>State: open
>Class: sw-bug
>Submitter-Id: net
2014-04-04 14:47:26 +00:00
pooka
59246fadca
Add a rump kernel component for mii support and phy drivers.
2014-04-04 14:18:19 +00:00
njoly
744fc7ad3b
No lint for rumpnet npf library.
2014-04-04 13:57:33 +00:00
wiz
57965cb9dc
-s:
...
If the optional arguments are not provided, they stay as before or
use the same defaults as the interactive mode, if new.
(feel free to improve)
2014-04-04 13:07:30 +00:00
pooka
69955dae56
Add a rump kernel component for the PCI bus. It works both in Xen DomU
...
(via Xen's PCI passthrough) and Linux userspace (via uio_pci_generic).
2014-04-04 12:53:59 +00:00
bouyer
742c1395cb
Proper MBUFTRACE handling. Without it, ec_tx_mowner, ec_rx_mowner and
...
ifp->if_mowner would be used uninitialised.
2014-04-04 12:53:04 +00:00
gson
815d09e5bc
When daemonizing, delay the parent exit until the daemon is ready to
...
provide service. Fixes a race that is a third possible cause of
PR misc/48282, in addition to the ones in rpc.rquotad and nfsd that
were fixed earlier.
2014-04-04 12:45:59 +00:00
pooka
bfb81d5f44
make tags and handles long
2014-04-04 12:25:45 +00:00
wiz
ec456f9653
Fix a bug in previous and update detailed -s description.
2014-04-04 09:32:56 +00:00
msaitoh
cf2e471328
Delete COMPAT_NETBSD32 option
2014-04-04 07:55:25 +00:00
skrll
df93d9da83
Convert cats to the new world order, i.e. arm32_{bootmem,kernel_vm}_init.
...
Make VERBOSE_INIT_ARM work while I'm here.
2014-04-04 07:33:53 +00:00
wiz
18e5ee8730
Fix typo.
2014-04-04 07:21:40 +00:00
maxv
18ff15fb2d
Limit check for 'data_len'. Otherwise a (un)privileged user can easily
...
panic the system by passing a huge size.
ok christos@
2014-04-04 06:47:02 +00:00
skrll
2a8009bda7
whitespace.
2014-04-04 06:25:00 +00:00
skrll
b1f46e3ee2
Revert previous - it wasn't complete.
2014-04-04 06:04:54 +00:00
skrll
b8d7a8da62
Fix non-DWC2_DEBUG build.
2014-04-04 05:40:57 +00:00
matt
5cb8c9ae75
Using -Wl,-x breaks build ARM BE8 shared libraries by striping the $a/$d/$t
...
symbols before the linker can use them. Instead do ${OBJCOPY} -x ${.TARGET}
afterwards.
2014-04-04 05:10:15 +00:00
christos
81a9ee1d79
adjust to pci_intr_string signature.
2014-04-04 01:41:05 +00:00
christos
478a0b6f59
provide cpu_bootconf()
2014-04-04 01:35:11 +00:00
christos
2863807fc9
add ctfconvert bug.
2014-04-04 01:23:34 +00:00
christos
69aa090e6b
Add NOCTF
2014-04-04 01:20:12 +00:00
christos
ebffd37d96
remove extra
2014-04-04 01:19:57 +00:00
christos
19f79caf6f
Add NOCTF
2014-04-04 01:19:14 +00:00
mrg
fd97fa0b5a
GCC 4.8 build fixes from John D. Baker
2014-04-03 23:49:47 +00:00
christos
9926e61998
now that fdisk has optional arguments, don't pass -1
2014-04-03 22:51:38 +00:00
wiz
dd17dc5d6c
Update SYNOPSIS.
...
Christos, please check.
2014-04-03 21:56:19 +00:00
riastradh
b6491a1417
Copy NO_DRM and DRMKMS kernels for i386.
2014-04-03 19:18:51 +00:00
riastradh
9968b51f4d
Miscellaneous fixes for drm2 on i386.
2014-04-03 19:18:29 +00:00
joerg
90577c9488
GC nsym
2014-04-03 19:15:43 +00:00
christos
09c6a5af6b
Add a "soft" root option, leaving the current default as "force root", so
...
as not to break existing configurations.
2014-04-03 18:55:26 +00:00