Commit Graph

230440 Commits

Author SHA1 Message Date
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
tsutsui
c3f99db636 Pull readability changes from OpenBSD/luna88k.
- prepare and use unpack_attr() function to get fg and bg from attribute
- use proper variable names to clarify meanings

Tested on LUNA-II with 8bpp framebuffer.
2014-09-28 04:43:01 +00:00
jmcneill
62fbaf2694 implement BIOCDISK_NOVOL 2014-09-27 21:01:51 +00:00
jmcneill
fa6a79e9dd no longer needed 2014-09-27 19:10:58 +00:00
jmcneill
f8ecd81b7b include vendor/product/rev info for volumes and their disks 2014-09-27 18:16:56 +00:00
jmcneill
d4dcf6255f show "sd0" instead of "mpt0" for volume device name 2014-09-27 17:40:54 +00:00
wiz
902772b4e8 Add execvpe in one more place to explain its last argument.
Call character '0' 'NUL' instead of 'null'.
2014-09-27 16:42:07 +00:00
jmcneill
6c115cd694 mpt(4): added bio(4) support. 2014-09-27 16:22:47 +00:00
jmcneill
0fcf435651 xref bio(4) 2014-09-27 16:17:27 +00:00
jmcneill
c50c7f007a xref mpt(4) 2014-09-27 16:16:28 +00:00
jmcneill
8db39bfa6e add bio(4) support 2014-09-27 16:14:16 +00:00