Commit Graph

252669 Commits

Author SHA1 Message Date
christos
7869295617 use the same string for the log and uprintf. 2017-08-06 09:14:14 +00:00
maxv
adc2129548 Mention high mem. 2017-08-06 08:11:38 +00:00
maxv
653ecef6af Mention PMCs. 2017-08-06 08:07:37 +00:00
maxv
c8550ea9c2 Deprecate. 2017-08-06 08:00:40 +00:00
ryoon
ffe000b125 Regen from previous changes of usbdevs to fix kernel build 2017-08-06 02:33:13 +00:00
ginsbach
19bce2a53d Fix compile warnings. 2017-08-06 01:55:21 +00:00
ginsbach
17894e71a8 Write the "warm start" file to /var/run rather than /tmp. 2017-08-06 01:02:44 +00:00
wiz
bcd2b17ff2 Fix punctuation markup. 2017-08-05 20:25:41 +00:00
wiz
406adb2faa Fix punctuation markup, remove superfluous Pp. 2017-08-05 20:24:17 +00:00
wiz
b7a4e7c758 Remove superfluous Pp. 2017-08-05 20:22:29 +00:00
wiz
cd2cf51300 Use Fx/Nx. 2017-08-05 20:21:08 +00:00
mrg
079871325c fixes for xorg-server 1.18. 2017-08-05 19:41:03 +00:00
jmcneill
54cde30eb4 Enable sun6idma 2017-08-05 17:52:06 +00:00
jmcneill
23f84ef9cd Add DMA controller driver for sun6i and later family SoCs. 2017-08-05 17:51:49 +00:00
jmcneill
5370d678e9 add DMA gate 2017-08-05 17:50:53 +00:00
nat
aeba8b4f8e Reset mixer ports on opening /dev/sound.
This fixes an issue reported on port-arm@ by Brian Buhrow.
2017-08-05 13:34:06 +00:00
khorben
828ce1d2f1 Automatically eject RALINK RT73 devices
This lets the MW-P54SS USB Wireless Broadband Router from Synet attach
as rum(4).
2017-08-05 12:38:08 +00:00
khorben
47c4509712 Sort the matching vendor list alphabetically
NFC.
2017-08-05 12:29:38 +00:00
jmcneill
aec8c8c947 Wrap MP-specific code in ifdef MULTIPROCESSOR 2017-08-05 11:58:19 +00:00
kre
70a37837ef PR bin/52458
Avoid mangling history when editing is enabled, and the prompt contains a \n

Also, allow empty input lines into history when they are being appended to
a previous (partial) command (but not when they would just make an empty entry).

For all the gory details, see the PR.

Note nothing here actually makes prompts containing \n work correctly
when editing is enabled, that's a libedit issue, which will be addressed
some other time.
2017-08-05 11:33:05 +00:00
isaki
316d9c5461 Merge prate and rrate. These can not be separated. 2017-08-05 06:05:37 +00:00
isaki
d25d619221 vs(4) became to able to play audio again.
At the moment the encoding conversion using set_params() does
not seem to work for me.  So vs(4) uses local conversion to/from
ADPCM instead of it.  But this should be a temporary work.
XXX The playback quality is very poor compared to before...
XXX Recording is not tested.
2017-08-05 05:53:26 +00:00
isaki
cfb7f48960 Remove temporary VS_USE_PREC8 option.
vs(4) now supports slinear16be and slinear8 (but now work yet).
2017-08-05 05:22:55 +00:00
isaki
ee1f30c17e Fix typo. 266 -> 256. 2017-08-05 05:04:30 +00:00
macallan
ed20f135c9 - store bitmap fonts in vram
- don't try to force buffer flushes
- avoid 64bit writes to vram
-> no more corruption of font bitmaps
2017-08-04 23:54:46 +00:00
mrg
521cb9d122 switch bebox, cats, ibmnsw and prep to xorg-server 1.18. 2017-08-04 22:27:37 +00:00
mrg
c7d7c649c1 mark ark_drv as obsolete in xorg-server 1.18 2017-08-04 21:27:34 +00:00
uwe
7af0e6af24 Fix it's -> its in a comment. 2017-08-04 20:17:45 +00:00
pgoyette
6828875ed3 Add a note regarding the need for a common mechanism for defining and
building modules, whether built-in or separately-loadable.
2017-08-04 11:55:06 +00:00
maxv
7f006e6030 typos 2017-08-04 09:33:03 +00:00
maxv
0545f49f94 Revert my changes, and re-enable COMPAT_NOMID, COMPAT_09 and COMPAT_43.
Several compat options happen to be dependent on the compat_43_* functions,
the availability of which is (wrongfully) controlled with COMPAT_43. Same
for COMPAT_09.
2017-08-04 09:30:19 +00:00
mrg
b3e05fe6b2 s3virge.4 is a .man not a html. 2017-08-04 08:45:39 +00:00
maya
c8856768e5 fix buffer overflow/KASSERT when cookies are supplied
lfs no longer uses the ffs-style struct direct, use the correct minimum
size

from dholland
XXX more wrong
2017-08-04 07:27:42 +00:00
mrg
5e22a92ec6 add SIGINFO support. 2017-08-04 07:27:08 +00:00
mrg
9cb0f8bd7b add a "saveblks <file>" command that saves the data blocks of the current
inode into named file.
2017-08-04 07:19:35 +00:00
mrg
65d1d4aa12 normalise a BIOHIST log message 2017-08-04 07:00:17 +00:00
msaitoh
c359a2130c Sync with FreeBSD's r321294:
- Dump TCG ACPI spec table (TCPA) more.
 - Dump DMA Remapping Reporting table (DMAR).
 - Consistently cast ACPICA 64-bit integer types when we print them.
 - Display the 'Flags' field in the HPET Description Table.
 - Do not crash when RSDT/XSDT contains an empty entry.
 - Print 64-bit addresses clearly with leading zeros to avoid confusions.
 - Create temp file safely.
 - Add missing flags into FADT.
 - Print some new ACPI 5.1 MADT entries.
 - Use __arraycount().
 - Warn and exit loop on invalid subtable length.
 - Fix the type used to hold the value returned from getopt. On arm64 char is
   unsigned so will never be -1.
2017-08-04 06:30:36 +00:00
kre
7cd73c9220 Fix a typo, and make a couple of minor wording improvements.
I resisted the (very weak) impulse to Americanise some spellings ...
2017-08-04 02:43:56 +00:00
ginsbach
fdcd803e08 Expand the traceroute6 man page
- Add a proper description paragraph before launching into describing the
  options.  More closely follow format of the traceroute(8) man page.
- Improve the wording for some option descriptions.
- Add description what what is printed and define what the possible
  annotations mean.
2017-08-04 02:08:21 +00:00
mrg
bbf2be38c0 put the location of gmp/mpc/mpfr in a variable so we can .old them. 2017-08-04 01:18:39 +00:00
ginsbach
2c7d87026b There are more than four types of encoding. The combination of
VIS_CSTYLE | VIS_OCTAL is different from either separately.
2017-08-04 01:06:22 +00:00
mrg
634cdb733a put all the ELD debugging messages under #ifdef HDAFG_HDMI_DEBUG.
this silences a frequent and largely useless series of messages
in my dmesg.  ok jmcneill.
2017-08-04 00:25:23 +00:00
mrg
56cd2f0399 pass the target specific CPUFLAGS and CPPFLAGS for the .c.o rule.
should fix a problem rjs@ reported.
2017-08-03 22:01:29 +00:00
mrg
79ce5b417f remove unused files 2017-08-03 22:00:38 +00:00
phx
bb6df0b9c3 This driver should also support Schneider & Koch SK-9821 v2.0, besides
Marvell SKnet.
2017-08-03 19:51:00 +00:00
phx
835edfa396 Some Synology network devices show vendor 0x1148 (Schneider & Koch) instead
of 0x11ab (Marvell). Detect both.
Improve spinning up of both disk drives on Synology DS20x by adding some
more delays (directly at the start and after powering up the second drive).
2017-08-03 19:22:15 +00:00
msaitoh
1848778b0b Add note about bootme flag:
The bootme flag is used to indicate which partiotion should be booted
	by UEFI boot code.
2017-08-03 14:39:31 +00:00
mbalmer
efe7e63653 Apply a bug fix from lua.org/bugs.html: Lua does not check GC when creating
error messages.
2017-08-03 13:40:07 +00:00
martin
49eaa9042e Add options MODULAR 2017-08-03 12:34:32 +00:00
isaki
f0e0e27a84 Fix resource leaks on error handling in audio_open(). 2017-08-03 11:39:06 +00:00