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
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