Commit Graph

234448 Commits

Author SHA1 Message Date
jmcneill
5d40b917cc initialize resize before pulling in board config 2015-04-06 22:20:52 +00:00
wiz
75bbcb9aa1 Document xz decompression support better. From Joachim Henke on netbsd-docs. 2015-04-06 21:41:17 +00:00
wiz
99c656eb68 Grammar, whitespace; make AUTHORS section from HISTORY since it mostly cites
people.
2015-04-06 21:10:31 +00:00
jmcneill
d32faae6e2 Add support for auto-growing the root partition. Enable it for rpi.img. 2015-04-06 20:19:28 +00:00
jmcneill
8c877c0d3d resizing of ffsv2 still doesn't work well, so revert previous, and instead
explicitly set fsize=2048/bsize=16384, which gives a pretty decent boost
to resize_ffs performance on its own
2015-04-06 17:59:36 +00:00
bouyer
f1695f90a0 btmagic(4): add Magic Trackpad support 2015-04-06 17:59:10 +00:00
bouyer
68e044784d Mention magic trackpad support 2015-04-06 17:57:51 +00:00
bouyer
8692d33ed3 Add support for Apple Magic Trackpad.
3 button emulation by detecting in which area of the bottom of
the device the trackpad's button is pressed.
Pointer move support with 1 finger touch, X/Y scroll with 2-finger touch.
TODO:
- detect tap to emulate button press and drag/n/drop.
- Detect and support zoom, if wsmouse allows to report this
2015-04-06 17:45:31 +00:00
bouyer
6a3c9cdcd1 Regen (Add Apple Magic Trackpad) 2015-04-06 17:16:25 +00:00
bouyer
6c1161b408 Add Apple "Magic Trackpad" device id (bluetooth device) 2015-04-06 17:15:32 +00:00
mlelstv
b68ba22239 Parse config file like ifconfig.if(5).
First word is always the module name, followed by options.
Load modules right after root filesystem is checked and before it
becomes writable.
2015-04-06 15:07:50 +00:00
ginsbach
08257a48e9 Add UTC as a synonym for GMT (%Z). [from FreeBSD] 2015-04-06 14:38:22 +00:00
wiz
04c27f1642 Fix important typo, from Joachim Henke on netbsd-docs.
Bump date.
2015-04-06 14:36:41 +00:00
joerg
b4ee0ddd0f Add CI20 install kernel and build that and the normal image as kernel set. 2015-04-06 14:18:08 +00:00
martin
10d361dfc0 Allow local overrides in a CI20.local file 2015-04-06 14:12:28 +00:00
mlelstv
f3a445024e factor out geometry calculation and use this also in CheckOnly mode.
be a bit more verbose in Verbose mode.
2015-04-06 13:33:42 +00:00
mlelstv
4962b364b8 Handle case in grow() where last cylinder group is too small for ufs2.
Align with code in shrink().
2015-04-06 12:38:21 +00:00
mlelstv
e3844e18d1 Make DIOCKLABEL work. Set default to keep the disklabel after close to
not change current behaviour.
2015-04-06 12:02:08 +00:00
martin
4a2bbe3d84 Force gcc to pass -msoft-float to the assembler (to make newer binutils
happy)
2015-04-06 10:49:13 +00:00
ozaki-r
6e2d87e586 Classify and sort prototype declarations
No functional change.
2015-04-06 09:45:58 +00:00
yamt
b549d229c6 Fix membars around rtld internal mutex.
This fixes the most of lockups i observed with Open vSwitch
on NetBSD/amd64.  ("most of" because it still occasionally
locks up because of other problems.  see PR/49816)
2015-04-06 09:34:15 +00:00
hannken
a494ee15b8 Change udf to vcache, keyed on udf_node->loc.loc. 2015-04-06 08:39:23 +00:00
ozaki-r
51022ca953 Make rt_maskedcopy static 2015-04-06 08:39:06 +00:00
hannken
94abdca3c1 Move the removal of unlinked nodes from udf_inactive() to udf_reclaim(). 2015-04-06 08:38:25 +00:00
martin
58e6995b46 Make sure to halt (not just stop) the bge_tick callout during detach. 2015-04-06 07:38:17 +00:00
ozaki-r
516f7fb118 Add hint comments for big ifdef 2015-04-06 06:26:21 +00:00
ozaki-r
6efd00dd29 Include sys/sysctl.h ifdef RTFLUSH_DEBUG 2015-04-06 06:20:27 +00:00
ozaki-r
f5ac3a72e5 Remove unnecessary inclusions 2015-04-06 06:16:30 +00:00
riastradh
c955328013 Missed a zero: it's 0x100000, not 0x10000. 2015-04-06 02:29:18 +00:00
uwe
c9951c23e1 On swapcontext(3) preserve r12 too. Properly fixes PR port-sh3/49597. 2015-04-06 01:50:46 +00:00
riastradh
8e8ad4e145 Don't let anyone else allocate the video BIOS either. 2015-04-06 01:11:19 +00:00
rtr
cefecbaa6b fix typo bindinging -> binding 2015-04-05 23:28:10 +00:00
rtr
ab64ace65a change return from EINVAL to EAFNOSUPPORT when the domain of the socket
does not match the family of the address to be bound.

fixes atf test lib/libc/sys/t_bind bind_foreign_family
2015-04-05 23:19:56 +00:00
rtr
f0da3f110d add another test program for connect(2) that checks that connect fails
with EAFNOSUPPORT (similar to the bind test) if the domain of the socket
does not match the address family of the supplied address.

test currently fails as it should
2015-04-05 23:17:41 +00:00
rtr
a954fb5823 - ATF_REQUIRE(EINVAL == errno);
+       ATF_REQUIRE(EAFNOSUPPORT == errno);

as per http://pubs.opengroup.org/onlinepubs/009695399/functions/bind.html

while here remove some unnecessary initialization of port and addr members
and replace with a comment explaining why.
2015-04-05 23:15:54 +00:00
christos
b554e5dbff don't forget to include config.h otherwise it thinks we don't have vnsnprintf
and fortify compiles fail.
2015-04-05 22:36:36 +00:00
wiz
1ce6069203 Sort errors. Bump date for previous. 2015-04-05 20:41:05 +00:00
palle
f406263a43 sun4v: Ensure that the TTEs CP and CV bits are the same (both set) for the primary cpu and secondary cpus INTSTACK mappings 2015-04-05 20:34:00 +00:00
rtr
2ed41a38ec Note that bind(2) can fail with EAFNOSUPPORT. The description of why is
taken from the connect(2) manpage.
2015-04-05 20:33:45 +00:00
palle
9a7de76576 sun4v: Ensure that the W (Write) bit is not present in the TTEs unless for the data mapping. This way the permanent mappings for the primary cpu done by ofwboot are the same as the permanent mappings for the secondary cpus done by the kernel. This should fix an issue when booting the kernel on a T2 based system (T5120). 2015-04-05 20:26:47 +00:00
jmcneill
422b7a467a Use FFSv2 instead of FFSv1 for the root file-system. This should fix the
"resize_ffs takes forever" issues with evbarm images -- growing a v2
file-system is much faster than v1.
2015-04-05 17:05:45 +00:00
riastradh
244fab16c6 Don't use the video BIOS memory as an i915 flush page! 2015-04-05 12:55:20 +00:00
apb
4d63581d0f More shell quoting. /etc/rc.d/* file names with embedded spaces are
not expected to work, but let's quote them anyway.
2015-04-05 11:33:15 +00:00
skrll
84f39ea37e PR/49814: USB Quirk for Texas Instrument MSP430 FET programmer 2015-04-05 09:24:21 +00:00
skrll
2751b05138 Regen 2015-04-05 09:22:13 +00:00
skrll
3e276bcf26 More Texas Instruments (not Texas Intel) products.
Part of PR/49814
2015-04-05 09:18:13 +00:00
skrll
7fa116391b More debug. 2015-04-05 09:12:06 +00:00
skrll
63bbbbdab7 Regen 2015-04-05 08:41:05 +00:00
skrll
26ba25f10f Conexant USB Modem from Ryo ONODERA on current-users. 2015-04-05 08:39:10 +00:00
pgoyette
03022ba794 Remove dangling cross-ref to localtime(3). There's another cross-ref in
the next sentence that actually makes sense.
2015-04-05 08:36:38 +00:00