Commit Graph

218601 Commits

Author SHA1 Message Date
skrll 2bbf1686a1 Add libgmp files for earmeb. 2013-05-08 05:40:15 +00:00
matt 89ffffc897 Add two convenience macros for testing a zero fraction. 2013-05-08 05:27:01 +00:00
matt 8ef5fb1f7f When using EABI, call __aeabi_{i,l}div0 when diving by 0. 2013-05-08 05:13:56 +00:00
pgoyette b322009003 Fix the build 2013-05-08 04:33:15 +00:00
msaitoh df0260146e Check the hardware config words and print them. This change only read them
and print the values.
2013-05-08 04:05:46 +00:00
msaitoh 90a00b5eb9 Add missing bus_dmamap_sync() in bge_intr(). The status word is in DMAed area.
Same as *BSDs.
2013-05-08 03:13:35 +00:00
pooka fd234450ab regen 2013-05-08 00:57:24 +00:00
pooka 3e76b61ad3 grab mount-related macros too 2013-05-08 00:57:06 +00:00
christos d5f24c2bef Simplify previous: instead of polluting the whole code with extra arguments
and dealing with byteorder, do the whole thing in where we need it.
2013-05-08 00:34:50 +00:00
pooka 8c02221cee regen 2013-05-08 00:25:55 +00:00
pooka f45920fcd2 Grab the sysvbfs args structure too, since the fs is useful for
simple testing.  Incidentally, the structure is exactly the same as
for UFS...
2013-05-08 00:25:31 +00:00
matt 922643297e Move #define __HAVE_OLD_DISKLABEL to <arm/types.h> 2013-05-07 23:01:55 +00:00
rkujawa c28dacee5d Add mcp980x(4) man page to dist list. 2013-05-07 22:51:54 +00:00
rkujawa 4a34c9a43f Add mcp980x(4) man page. 2013-05-07 22:45:26 +00:00
christos 16c1b372e4 print the port where the server is listening when displaying status. 2013-05-07 21:41:51 +00:00
christos 1eb9e03aa2 - add __clnt_sigfillset() that does not blindly block all signals but excludes
the tty generated ones (int, quit, tstp), plus term and hup. This makes
  command line clients behave on connect(2) where before they would need
  to be killed from a different tty. Much easier than making the file
  descriptor non-blocking for the duration of connect and then using
  pselect/pollts to detect when actual connection or timeout occured using
  a different sigmask.
- factor out some of the error paths.
2013-05-07 21:08:44 +00:00
matt c16586211c Make all ports use a common disklabel.h with MAXPARTITIONS set to 16.
Only RAW_PART varies between ports.
2013-05-07 20:42:45 +00:00
skrll 0b096ffc27 Enable putter. Shoot me now. 2013-05-07 20:11:54 +00:00
pooka af9586a1db need the rw_downgrade/tryupgrade methods too 2013-05-07 16:40:31 +00:00
pooka 5737816fd5 Include necessary headers on Linux 2013-05-07 16:18:48 +00:00
riastradh bf188c97ed Set bp->b_resid to bp->b_bcount on error in swstrategy as required. 2013-05-07 15:49:09 +00:00
pooka c0e1ad2997 update to recent interface changes 2013-05-07 15:37:05 +00:00
pooka 059f8df6f9 include stdint.h before rumpuser.h (on some platforms it doesn't get
there automagically)
2013-05-07 15:18:35 +00:00
apb 77f2a8b4d5 Add DragonFly 3.2.1, DragonFly 3.4.1, FreeBSD 9.1, OpenBSD 5.2, OpenBSD 5.3.
Adapted from FreeBSD base/head/share/misc/bsd-family-tree (svn revision
250330), but the NetBSD version of this file includes entries for
NetBSD-5.0.1 and NetBSD-5.0.2 which are missing from the FreeBSD
version.

Resolves PR misc/47799 from Eitan Adler
2013-05-07 14:55:36 +00:00
christos 558b540714 we don't need the versioning stuff for ldd 2013-05-07 13:01:07 +00:00
christos 28ad8d2d4f include symver.c 2013-05-07 13:00:35 +00:00
hannken ee78d91829 When invalidating short buffers on the snapshots clean list use bbusy()
to mark the buffer busy.  There exists a small window where a buffer is
done but not released and therefore still busy.
2013-05-07 09:40:54 +00:00
martin cc72146336 Enable SSE2 support for i386 - the -current compiler seems to get the
alignment right.
2013-05-07 07:01:37 +00:00
jakllsch 2c297d0892 Add WLED register defines. 2013-05-07 01:16:25 +00:00
khorben e4db020de5 Announcing the khorben-n900 branch, aiming at fully supporting the Nokia
N900 smartphone. It is expected to affect the kernel (OMAP3 support, device
drivers), and little else (possibly input handling and power management).

Do not hesitate to communicate any change that would be welcome in HEAD.
2013-05-06 23:27:06 +00:00
matt 5de99098a2 Fix probing error on BBONE due to wrong value being used in u-boot to
program the DDR controller.
2013-05-06 23:12:53 +00:00
khorben 706bb852e6 Removed an unused variable.
"go ahead" rkujawa@
2013-05-06 23:09:34 +00:00
khorben d5e81cb201 Added two drivers for the Nokia N900 smartphone, n900_audjck(4) and
n900_prxmty(4), to detect the insertion of audio jacks and obstruction of
the front light sensor, respectively.

Tested on my own device.
2013-05-06 22:56:54 +00:00
riastradh 31eb87b9b9 Make partial read/write error messages more consistent in vndcompress. 2013-05-06 22:53:24 +00:00
khorben 3149787de4 Boot on the MicroSD card slot by default.
Tested on my Nokia N900 smartphone. This is the only way currently
supported on this device at the moment anyway (that I know of).
2013-05-06 22:49:27 +00:00
christos 5e59dafbb3 don't overwrite COPTS 2013-05-06 22:49:10 +00:00
rkujawa 9cc50fcac5 Note mcp980x(4). 2013-05-06 22:12:50 +00:00
rkujawa ca20b36e59 Add driver for Microchip MCP9800/1/2/3 temperature sensors. 2013-05-06 22:04:12 +00:00
jnemeth fe043b8351 add a comment about keeping this in sync with other docs 2013-05-06 21:21:14 +00:00
joerg 2147852be7 The "gcc" keyword in the set lists is used both as boolean and as list
filter. Skip the HAVE_GCC variables when adding it as boolean, so that
MKGCC=no actually skips the "gcc" entries.
2013-05-06 20:38:42 +00:00
christos a3fedff4d1 Fixed handling of DT_SONAME:
- add function to add name aliases for shared libraries loaded
	  XXX[1]: we don't add a name during load time, only when DT_SONAME
	  is present.
	- search already loaded objects in load_by_name for an already
	  loaded object that matches our name and return it.
	- add missing initialization and cleanup for obj->names
	  XXX[2]: should we make them SIMPLEQ?
	- Add XXX in rtld.c about getting the name of an object.

NB: This makes the jdk work again without resorting to a hack of putting
    the build path of libjvm.so into the run path (which is a security
    problem).
XXX: Pullup-6?
2013-05-06 19:59:29 +00:00
rkujawa 22ece21cc4 s/i2C2_SCL/I2C2_SCL/ 2013-05-06 18:53:40 +00:00
skrll 6e95f1eeff Fix up evbearm* release builds. 2013-05-06 17:42:30 +00:00
pooka c6aa174306 update for new hypercalls 2013-05-06 16:28:17 +00:00
jakllsch 2d0f9f15df Put back AT_POLL hack in mvsata_bio_ready(). Without it 1.5Gbps
SATA WD800JD drives cause the kernel to stall during autoconf on
Orion.
2013-05-06 14:52:51 +00:00
jdf c21f9d1234 Fix capitalisation (again, last time the wrong sentence). 2013-05-06 13:44:17 +00:00
wiz 9ce1a24bd5 End sentence with a dot. 2013-05-06 13:29:12 +00:00
jdf 65965ffb43 * Remove OPTIONS section (uncommon) and put options to the DESCRIPTION.
* Fix capitalisation.

Patch supplied by Bug Hunting.
2013-05-06 11:00:16 +00:00
skrll b49eab8ee4 Trailing whitespace 2013-05-06 08:02:20 +00:00
skrll 5aa71ff59a Disalble a debug only where it causes problems. 2013-05-06 07:58:43 +00:00