218669 Commits

Author SHA1 Message Date
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
skrll
144fe47c93 Add some DEBUG code. 2013-05-06 07:54:04 +00:00
skrll
f9f1c0a469 Whitespace. 2013-05-05 19:02:22 +00:00
skrll
ce83235df2 Missed earmhfeb files from gcc mknative 2013-05-05 19:01:54 +00:00
skrll
4cc906c4aa Add an arch_endian entry for x86_64. 2013-05-05 15:59:42 +00:00
jdc
b29886d4e9 Extend does_ctrl_o() to compare exit attribute and ext ACS sequences. 2013-05-05 14:24:05 +00:00
jdc
cab30aac1c Also merge in background attributes. 2013-05-05 14:23:16 +00:00
jdc
80b874e08a Add extra debugging when copying window contents. 2013-05-05 14:22:07 +00:00
isaki
388a353677 R := X even if L < 0 in Step2, according to algorithm of the comment.
This solves many cases of |X| < |Y|.
2013-05-05 13:25:20 +00:00
isaki
283cf893ef Rename modrem -> is_mod for a readability. 2013-05-05 13:17:15 +00:00
pooka
302678cea5 Initialize rw->downgrade when allocating a rwlock.
should/might/etc fix recent test hangs reported by martin & pgoyette
2013-05-05 12:27:38 +00:00
msaitoh
0a2afee9e8 Check whether sc->bge_dmatag != NULL or not. Fix a bug that
bge_release_resources() panics when bge_attach failed.
2013-05-05 11:28:34 +00:00
lukem
fc12eae8b6 Version 20130220: restart fix, SYST response parsing improvement 2013-05-05 10:40:19 +00:00
skrll
64cba60a53 Sprinkle cnpollc for correct (usb) keyboard handling. 2013-05-05 10:30:21 +00:00
skrll
3defc39379 Whitespace 2013-05-05 10:26:57 +00:00
skrll
35fa713468 Re-run gdb mknative for earm* 2013-05-05 10:23:00 +00:00
skrll
c8bb104eb9 Re-run bintuils mknative for earm* 2013-05-05 10:16:37 +00:00
skrll
d2b933a661 mknative gcc re-run for earm* 2013-05-05 09:05:44 +00:00
skrll
e960d69d35 Create a sanitise_includes function and use it everywhere it's needed. 2013-05-05 07:11:34 +00:00
wiz
70daec796f Grammar. 2013-05-04 19:17:38 +00:00
christos
b5fd8f5747 _ss improvements 2013-05-04 18:35:53 +00:00
christos
e72cf68c19 move prototypes to stdio.h 2013-05-04 18:31:47 +00:00
christos
df2bc3e4f8 add the signal safe prototypes 2013-05-04 18:30:14 +00:00
riastradh
4b4929c1fa Add __printflike to vsnprintf_ss. 2013-05-04 15:37:39 +00:00
riz
e3748ff50d 'unsigned long' prints with %lu, not %zu. 2013-05-04 15:27:39 +00:00
riastradh
2552c7f866 Add -l option to synopsis for vndcompress(1) man page. 2013-05-04 14:34:13 +00:00
riastradh
2f16fbbee5 Fix sign-compare in compress_blocks.
Not sure why my builds didn't reveal this one -- they revealed
several others during development.
2013-05-04 14:29:48 +00:00
joerg
72bd42b73b __printflike for vwarnx_ss, __dead for err_ss and errx_ss. 2013-05-04 10:21:27 +00:00
wiz
5d2fa123b0 Sort. Add EXIT STATUS section. 2013-05-04 07:13:23 +00:00
uebayasi
1a3fcd0b6a find(1): Compare timestamp in nsec scale in -anewer/-cnewer/-newer. 2013-05-04 06:29:32 +00:00
uebayasi
02829a8ca7 test(1): Compare timestamp in nsec scale in -nt/-ot. 2013-05-04 06:26:44 +00:00
riz
05108b4611 Add missing #endif (Hi, Christos!) 2013-05-04 00:37:47 +00:00
riastradh
85bbc49a09 Rewrite vndcompress to support SIGINFO and restart after interrupt.
Make it generally more robust in the process.

No objection (or comment) on tech-userlevel.

ok christos
2013-05-03 23:28:15 +00:00