mlelstv
ed8c4bc1de
turn off hardware cursor while blanking screen.
2014-10-01 13:31:27 +00:00
mlelstv
2971d46536
make board/firmware revisions visible via sysctl
2014-10-01 13:30:18 +00:00
apb
f685c2f61e
It's HAVE_NBTOOL_CONFIG_H, not HAVE_NBTOOLS_CONFIG_H
2014-10-01 12:55:39 +00:00
wiz
9c43793742
Bump date.
2014-10-01 12:33:22 +00:00
mlelstv
469f299453
the flags for WSDISPLAYIO_SCURSOR have prefix WSDISPLAY_, not WSDISPLAYIO_.
2014-10-01 12:08:04 +00:00
skrll
899022eaca
Fix SHLIB_MAJOR to match xorg and fix linking against libxcb-sync which
...
broke kwin for me.
2014-10-01 09:30:58 +00:00
msaitoh
219ff8454f
Add Intel Atom Z36xx and Z37xx devices from the datasheet.
2014-10-01 08:37:48 +00:00
jnemeth
870b6dcbee
oops, forgot to update end of data area
2014-10-01 03:52:42 +00:00
christos
0c6cb327ba
apply the roman numeral page number fix from psd/Title
2014-10-01 01:11:39 +00:00
jnemeth
c4b5bb5337
using random values for hdr->hdr_guid does not work very well
2014-10-01 01:08:25 +00:00
jnemeth
0d4fdcc249
actually return the uuid when parsing one that is in numeric format
2014-10-01 01:07:24 +00:00
christos
37a7aaf8cb
Don't use ".af % i" to print page numbers with roman numerals, define a
...
different register instead so that macros that depend on % being numeric
don't break. From uwe
2014-10-01 01:03:47 +00:00
christos
ec20a7d949
explain what's going on with all the spurious errors.
2014-10-01 00:48:14 +00:00
jmcneill
51752dd3c4
Don't check slot type for pre-3.0 controllers, the bits were reserved at
...
the time. If an older controller advertises 1.8V support, just use it.
This fixes high-speed mode support for me on BeagleBone Black.
2014-10-01 00:25:43 +00:00
christos
ab6d448af4
more font hackery
2014-09-30 23:32:52 +00:00
christos
77d06f5686
remove extra tab that broke the table.
2014-09-30 23:30:48 +00:00
christos
c3230f8c5d
add some more font and character definitions for poor man's ascii.
2014-09-30 23:28:54 +00:00
jnemeth
20f10808c3
correctly show partition type in the new world order
2014-09-30 22:56:36 +00:00
christos
d2ae978666
Define some of the missing macros. The only error now is:
...
213: warning: can't find font `C'
Because the CW macro wants to use a constant width font is "ascii" mode,
and this does not exist with -Tascii. I don't think this should be fixed
here...
2014-09-30 21:33:14 +00:00
christos
24c423bbde
There is no \(ua in roff, you really mean \(ha (Circumflex-Accent) aka ^
2014-09-30 20:54:11 +00:00
christos
355dba76e5
adhere to stricter groff checking:
...
- don't specify distance separation between this and the next column for
the last column, since there's no next column.
- don't pop environment you did not push
2014-09-30 20:46:59 +00:00
jnemeth
0e826d2ca3
Check size of correct buffer. Note, just being pedantic as the buffer
...
being checked is the same size as the one that should have been checked.
2014-09-30 20:23:23 +00:00
christos
0fe1d114cc
add gpt
2014-09-30 19:38:25 +00:00
macallan
c8bf585147
add vcprop_subr.c, should have went with previous commit :/
2014-09-30 18:13:29 +00:00
christos
92e39ddd46
now gpt works under macosx.
2014-09-30 18:00:28 +00:00
christos
21c34dbb1d
Add internal uuid support, since the linux+macos versions of the library
...
are different than than *bsd ones, and others might not have it at all.
2014-09-30 17:59:59 +00:00
christos
6eac8b28cf
toolize
2014-09-30 17:59:06 +00:00
mlelstv
3e107524fa
make seek test routine work with the configured block size.
2014-09-30 15:25:18 +00:00
mlelstv
a5a0a2d000
the buffer is also used when there is no input
2014-09-30 15:24:15 +00:00
apb
fccc687bdd
Prefer dash to bash when searching for a usable shell.
...
I have tested a complete build with HOST_SH=dash on NetBSD.
2014-09-30 14:57:51 +00:00
reinoud
d117d7fcb7
Accept the Odroid specific tweaks for selecting clkout for external USB
...
devices on the Odroid boards
2014-09-30 14:24:26 +00:00
reinoud
714c27b380
arch/arm/samsung/ cleanup : move SoC specific power and phy routines into
...
exynos_soc.c and move Odroid board specific tweaks to odroid_machdep.c
2014-09-30 14:23:41 +00:00
reinoud
3b4bb55815
Indent PMU_PHY_ indenting
2014-09-30 14:20:55 +00:00
reinoud
5e2623f3f3
Use the global exynos_pmureg_bsh and exynos_sysreg_bsh bus space subregions
2014-09-30 12:56:26 +00:00
reinoud
9544556458
Provide exynos_sysreg_bsh as a global bus_space_subregion
2014-09-30 12:55:29 +00:00
jmcneill
f49d999510
change freq change message to aprint_debug to prevent dmesg spam when running estd
2014-09-30 11:34:07 +00:00
wiz
0c19eea1b0
Use An in AUTHORS section.
2014-09-30 10:30:35 +00:00
msaitoh
4dc6aff1b8
Bump date.
2014-09-30 10:23:16 +00:00
msaitoh
1d272d4ec2
Support arm64, i386 and or1k.
2014-09-30 10:21:50 +00:00
hannken
f401fa494c
Fix the puffs_sop_thread -> puffs_cookie2vnode path:
...
- pass the cookie by reference
- add missing mutex_exit()
- update assertion for VNON typed vnodes
2014-09-30 10:15:03 +00:00
wiz
c145521aad
Add comma in enumeration.
2014-09-30 08:20:29 +00:00
pettai
d9141272a7
Add mpt reference, as support for this device was added recently
2014-09-30 08:14:48 +00:00
apb
8c50b72e75
Say that tools should use C89, not C99; Say that tools may use
...
HAVE_NBTOOL_CONFIG_H to conditionally exclude features. Many
other small changes.
2014-09-30 07:34:50 +00:00
christos
c917041fda
remove compat defines.
2014-09-30 02:12:55 +00:00
manu
95e87e4336
Do not trust the filesystem's readdir to give us nul-terminated file names
2014-09-30 00:06:19 +00:00
christos
4da1cfa89d
more toolification changes
2014-09-29 22:22:03 +00:00
macallan
1a90426b3c
shut up gcc warning
...
while there, do some magic number reduction
2014-09-29 21:45:15 +00:00
christos
0097d76426
add opendisk
2014-09-29 21:05:11 +00:00
christos
c4dd2a8529
toolify opendisk
2014-09-29 21:04:52 +00:00
christos
866082940a
more toolification
2014-09-29 21:04:34 +00:00