Commit Graph

230450 Commits

Author SHA1 Message Date
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
christos
fe3105d7f6 Not ready for prime time, needs at least proplib. 2014-09-29 20:29:44 +00:00
christos
a50708a134 minor toolification: need libprop... 2014-09-29 20:28:57 +00:00
jmcneill
d7994b45da escape $ in $board so this will boot on beaglebone too 2014-09-29 17:54:13 +00:00
justin
6f964b7d23 Minix also has getenv_r support 2014-09-29 15:54:28 +00:00
msaitoh
e5a129f3fe Increase ramdisk size. 2014-09-29 15:02:55 +00:00
christos
3a55b33865 Return EOVERFLOW like FreeBSD does if the buffer size exceeds INT_MAX
(well FreeBSD documents INT_MAX + 1, but in the code it is INT_MAX).
2014-09-29 14:58:33 +00:00
reinoud
eebab7e491 Phase 2 of samsung/exynos_* cleanup 2014-09-29 14:47:52 +00:00
jnemeth
de577d557c note addition of type subcommand to gpt(8) 2014-09-29 05:58:48 +00:00
jnemeth
ac204e48a2 PR/47990 - Dr. Wolfgang Stukenbrock -- add "-L <label>" as selector option 2014-09-29 05:56:43 +00:00
reinoud
f6d3111ac3 Remove never used usb locators 2014-09-28 18:59:43 +00:00
macallan
ffefe877a9 make global variables static
also, make cursor test pattern red/green to highlight RGB vs. BGR
2014-09-28 15:39:36 +00:00
macallan
b149c9dc8f add hardware cursor support 2014-09-28 14:38:29 +00:00
macallan
cb844c7504 the RPi wiki had the values for VCPROPTAG_SET_CURSOR_INFO and
VCPROPTAG_SET_CURSOR_STATE swapped - now they actually work
thanks jmcneill@ for having the right idea
2014-09-28 12:57:22 +00:00
jmcneill
9514cd6ef0 for BIOCDISK_NOVOL, when setting bd_disknovol=false, also set bv_volid 2014-09-28 11:27:00 +00:00
jmcneill
9e5c35dafa for BIOCDISK_NOVOL, set bd_disknovol=true for any disk not associated with a volume 2014-09-28 11:20:22 +00:00
jnemeth
88085c2f28 PR/44218 - David Young -- add "type" subcommand to change a partition type 2014-09-28 08:14:51 +00:00
tsutsui
7249f0e282 Put dumb optimizations to avoid conditionals in putchar drawing loops.
~10% improvements of time cat results on LUNA-II 8bpp framebuffer.
2014-09-28 05:00:56 +00:00