jmcneill
ef1dc4a8df
Add VIDEO_FORMAT_YUV420 support
2008-09-14 16:03:27 +00:00
tsutsui
9636fc5edc
Remove ancient workaround hacks for gcc 2.7.2.
2008-09-14 15:03:17 +00:00
jmcneill
e3661f12b1
Allow VIDIOC_ENUM_FORMAT to return more than one result.
2008-09-14 14:31:33 +00:00
apb
b63d26647e
Mention recent changes to etcupdate(8) and postinstall(8).
2008-09-14 14:28:10 +00:00
apb
2d19284cc9
Document that "ss tgz1:tgz2" was merely deprecated, not removed.
2008-09-14 14:24:15 +00:00
apb
bd0c152346
Remove options deprecated in NetBSD-4.0:
...
* Remove "-b binarydir" option (use "-s binarydir" instead).
* Remove "-s srcdir/etc" option (use "-s srcdir" instead).
Also document that "-s tgz1:tgz2" is merely deprecated, not removed
(use "-s tgz1 -s tgz2" instead).
2008-09-14 14:22:45 +00:00
jmcneill
76996204b2
Create /dev/videoN with all target
2008-09-14 13:59:54 +00:00
jmcneill
9be41b46ae
Don't bother with /dev/video -> /dev/video0 symlink, nobody uses it
2008-09-14 13:58:25 +00:00
apb
50356f5260
Allow "-s tgzfile1:tgzfile2" for backward compatibility. Print a
...
warning to encourage users to switch to using "-s tgzfile1 -s tgzfile2".
2008-09-14 13:46:51 +00:00
drochner
dc7ba38823
fix the -0.0 case, fixes a gm4 test error reported by wiz
...
(normally, the libm implementation should be used)
2008-09-14 13:38:38 +00:00
itohy
542372dbe8
Remove unneeded \n" found on fixing PR 39535.
2008-09-14 12:59:19 +00:00
itohy
d6e760bdd5
Escape "\" as "\e" in the example.
...
Fix formatting problems reported by Stathis Kamperis on PR bin/39535.
2008-09-14 12:51:39 +00:00
hannken
d5a365311b
Remove FSS_STATISTICS. It was never documented and has no real value.
...
While here, modify fss_error() to no longer use variable arguments.
No functional changes.
2008-09-14 10:12:14 +00:00
freza
f4fa233a79
* iwn_rx_intr(): free rbuf is available if 'nb_free_entries > 0'.
...
This used to have '>=' resulting in kernel crash accessing NULL
rbuf under non-trivial Rx load.
2008-09-14 10:09:39 +00:00
sjg
2a76c8a41c
Avoid sign extention problems leading to:
...
$ ulimit -dH
3145728
$ ulimit -d 3145728
ksh: ulimit: bad limit: Invalid argument
$
2008-09-14 05:00:23 +00:00
jmcneill
e1dadf87f1
Revert previous double-free hack, needs revisiting.
2008-09-14 03:33:44 +00:00
jmcneill
73f0afe78c
Add RGB24
2008-09-14 00:26:35 +00:00
jmcneill
5f7d249f98
Add RGB24 support, and prevent a double-free on videoclose
2008-09-13 23:50:54 +00:00
wiz
dd72566c2c
dhcpcd-4.0.0 release is out.
...
Convert this file (i.e. one character) from latin-1 to utf-8.
2008-09-13 22:25:10 +00:00
hubertf
ad9fb1da19
Don't try to link in Carbon on Mac OS X/Darwin - this makes
...
cross-compiling with -V MKXORG=yes work when building from
Mac OS X 10.4.
OK'd by lukem@
2008-09-13 21:37:07 +00:00
cube
91fe4dbaf8
Test and then commit, not the other way around.
2008-09-13 20:51:34 +00:00
cube
e89c656e51
Replace another string in freetype-config.
2008-09-13 20:50:42 +00:00
cube
398e938814
Fix version of freetype2.
2008-09-13 20:25:05 +00:00
cube
d66d7ad326
libfontconfig depends on libfreetype. Weird that the linker doesn't
...
complain.
2008-09-13 19:57:23 +00:00
mjf
0074b883b4
Fix pseye_start_transfer() to return the return value of kthread_create()
...
instead of always returning 0.
2008-09-13 18:51:10 +00:00
tsutsui
e928195279
- use memmove(9) for possible overlapped screen copies, per PR port-arc/36703
...
- replace bcopy(9) with memcpy(9) where no overlap
- fix a typo in comment
Tested by using sysinst with pccons(4) on gxemul.
2008-09-13 17:13:57 +00:00
christos
6bedd5c51d
PR/39534: Henning Petersen: Typo = instead of / to close comment.
2008-09-13 17:05:07 +00:00
tsutsui
9264e132c6
Install bootloader into the FAT partition, not root partition.
2008-09-13 16:59:42 +00:00
tsutsui
abe73f3a6c
Fix more botches on device_t/softc split,
...
which didn't cause errors on compile.
Tested on gxemul.
2008-09-13 16:15:38 +00:00
tsutsui
b93d54e06c
Make this compile (restore some lines removed in rev 1.53).
2008-09-13 16:08:02 +00:00
tsutsui
7b16185486
Fix botches on device_t/softc split.
2008-09-13 16:02:17 +00:00
tsutsui
bba8dbb065
Put a missing newline.
2008-09-13 15:58:01 +00:00
tsutsui
d58de8d3e7
Reformat port-maintainers list and use @NetBSD.org address as other lists.
...
XXX: list-portmasters.pl needs to be updated.
2008-09-13 15:54:57 +00:00
tsutsui
c07124b6d6
First cut at INSTALL notes for NetBSD/arc.
...
Finally we could close another ancient PR port-arc/11443.
After several years, we got the native bootloader and then had
sysinst which would do apprpriate partitioning for the bootloader,
so I've noted the last difficult part, how to specify boot commands
on the ARC BIOS.
I still wonder how many possible users of NetBSD/arc are there
who will need this topic though... ;-p
2008-09-13 15:43:07 +00:00
njoly
555283069e
Regen for Nvidia GeForce 6150 devices addition.
2008-09-13 15:40:51 +00:00
njoly
ae35124d9b
Add Nvidia GeForce 6150 devices.
2008-09-13 15:39:01 +00:00
reed
cb656a8c3e
Fix spelling of my name. While here add my middle initial.
2008-09-13 14:00:34 +00:00
reed
091bd2e203
Fix spelling typo.
2008-09-13 13:45:00 +00:00
tsutsui
0a62739633
Remove duplicated cfs0.
2008-09-13 13:11:38 +00:00
tnozaki
e8a3f4691d
fix same problem with CP932, order should be NEC_IBM -> IBM.
...
rev1.11 and rev1.12 is completely mistake, sorry.
2008-09-13 13:08:36 +00:00
tnozaki
d2502d21a7
revert previous change, there's no problem for CP943.
2008-09-13 13:05:09 +00:00
tnozaki
167ed5d7b2
fix same problem with CP932, oreder should be NEC_IBM -> IBM.
2008-09-13 12:56:25 +00:00
tsutsui
d6a9de7378
Move "makedev cfs" for the vcoda device from MI MAKEDEV.tmpl to
...
MD MAKEDEV.conf. Not all ports have vcoda in their majors.foo files
and we shouldn't (re)assign major numbers on all ports before 5.0.
Should close PR port-sgimips/38962.
2008-09-13 11:46:18 +00:00
wiz
7afae79e13
Bump date for previous.
2008-09-13 09:20:37 +00:00
wiz
8c17a9bb0b
New sentence, new line.
2008-09-13 09:13:14 +00:00
tsutsui
28c30d59ac
- enable dhclient(8) in RAMDISK kernel
...
- bump mdroot size
2008-09-13 07:36:30 +00:00
skrll
0a3b051fc6
Fix (U)LLONG_(MAX|MIN) defines.
...
From Jonathan Kollasch. Thanks.
2008-09-13 07:33:26 +00:00
skrll
1a95ecfedf
Swap max/min in comments to match symbols.
2008-09-13 07:30:59 +00:00
skrll
632763e1fc
Multiple inclusion protection.
2008-09-13 07:30:22 +00:00
apb
aa0a5a668c
tzcode2008e / tzdata2008e are available
2008-09-13 07:03:21 +00:00