Commit Graph

173832 Commits

Author SHA1 Message Date
freza
262577121d WAPBL: in '%s: replaying log to disk' message use the path we're
trying to mount on instead of the misleading last-mounted-on
    path. Reported by jmcneill.
2008-09-21 21:08:22 +00:00
joerg
af4f585309 Switch to libarchive in src/external/bsd. 2008-09-21 19:45:59 +00:00
jmcneill
c3641af740 Register with pmf 2008-09-21 19:26:36 +00:00
jmcneill
402497db0a Guard against short bHeaderLength when processing video payload 2008-09-21 19:22:21 +00:00
freza
8f5a2d0c69 Make it compile with DPRINTFs disabled. 2008-09-21 18:20:03 +00:00
jmcneill
db7284abeb Remove entry in BUGS section about bulk endpoints; bump date. 2008-09-21 18:02:00 +00:00
jmcneill
fc13824bd0 mjf and I added bulk endpoint support to uvideo(4) 2008-09-21 18:00:11 +00:00
jmcneill
614d391b35 Discard frames with header lengths larger than we expect them to be.
Use USBD_NO_COPY and no timeout with the bulk transfer. uvideo(4)
works on EeePC now.
2008-09-21 17:58:05 +00:00
tsutsui
cfe467a247 Misc cosmetics:
- add manpage suffix to several entries
- Nubus -> NuBus
- uppercase NVIDIA, GPL
- use `udf' for theme consistently (not fs/udf) as other filesystems
2008-09-21 17:25:00 +00:00
christos
9fa41d7348 add missing attributes to the remaining calls, even the ones that gcc has
builtin attributes for (for symmetry and consistency). In the future this
might change to use compiler-neutral macros. On the other hand I don't
know of any other compiler that provides other macros with similar
functionality, so why bother?
2008-09-21 16:59:46 +00:00
wiz
ccc14bc16a Sort options. Uppercase GNU. 2008-09-21 16:46:01 +00:00
tsutsui
c25b4d193d Add a note about a version mismatch warning of pkg_add(1) command. 2008-09-21 14:24:00 +00:00
jmcneill
30ecaca828 UVC bulk endpoint support, from myself, mjf, and a bottle of vodka. Mostly
works, doesn't handle stream errors properly yet.
2008-09-21 14:13:24 +00:00
lukem
3c38ddd7dd Add some more entries now we're using LIBISMODULE to install the dri .so files. 2008-09-21 14:10:54 +00:00
lukem
d5c8513a29 Rework to use LIBISMODULE instead of a bunch of custom build rules. 2008-09-21 14:08:45 +00:00
tsutsui
aca85662ec - fix pasto
- add [name date] to recent am-utils 6.2a3 import
2008-09-21 13:29:24 +00:00
rtr
c45a4b99dd add /usr/X11R7/lib/modules/dri 2008-09-21 12:10:33 +00:00
wiz
ef44e0ac9a Describe hw.acpi_supported_states. Info from joerg. 2008-09-21 11:13:14 +00:00
wiz
02f427ae01 Mention two relevant sysctls. Info provided by joerg. 2008-09-21 11:12:36 +00:00
tsutsui
644672369b Add more user visible changes. 2008-09-21 11:06:00 +00:00
hannken
cb5bd77c51 Obsolete fssbs(4). The kernel thread is named fssN now. 2008-09-21 10:25:07 +00:00
freza
e7607938e4 Use M_80211_NODE for 'zyd_node' allocation instead of M_DEVBUF. 2008-09-21 09:38:27 +00:00
lukem
b9b397131e Use passwd(5) instead of /etc/pwd.db as the name of the "password data base". 2008-09-21 06:20:46 +00:00
junyoung
7af93d757a Fix 'arith: syntax error: " N_SRC_ARGS + 1 "' error which occurs with
the Debian default shell ("dash").

Now cross-build works again on Ubuntu 7.10.
2008-09-21 06:20:07 +00:00
mrg
39434e7052 add X11SRCDIR.xf86-video-nvxbox 2008-09-21 02:12:25 +00:00
mrg
533a79fd9d add X11SRCDIR.xf86-video-mach64 2008-09-21 01:46:40 +00:00
cube
d86b301433 Activate build under dri. 2008-09-21 01:34:18 +00:00
cube
712f927ea4 Note the proper location of the DRI modules. 2008-09-21 01:34:03 +00:00
cube
875a0c3b84 Install DRI modules. If you don't like that they're in xbase or under
modules/dri, or even MI or whatever, please submit a proposal to tech-x11.
2008-09-21 01:32:40 +00:00
cube
2cb1e2f875 Add the directory in which the DRI modules are installed. 2008-09-21 00:48:44 +00:00
cube
b07858d236 Add reachover Makefiless to build the DRI modules from MesaLib. Some tricks
are heavily inspired from the way the PAM modules are built.
2008-09-21 00:46:59 +00:00
jmcneill
d911baed67 Fix reversed test in uvideo_init_control, from Patrick Mahoney 2008-09-20 21:05:58 +00:00
bouyer
d0d4dde4ac Fix IOCTL_PRIVCMD_MMAPBATCH: don't blindly map requested pages read/write
but use the map's protection bits, as the hypervisor may refuse read/write
mappings for some entries. Now suspend/resume of domUs should work
from a NetBSD dom0, provided that the domU's kernel supports it.

From Jean-Yves Migeon.
2008-09-20 20:36:09 +00:00
christos
a812f51e37 add scripts 2008-09-20 20:32:47 +00:00
wiz
ac74bdc0a7 texinfo-4.13 out. 2008-09-20 20:11:24 +00:00
tsutsui
1a0c6c8f90 Remove advertising clause for UCB in various genassym.cf files,
which were derived from genassym.c in 4.4BSD-Lite2 (or 386BSD).
Closes PR misc/39573.  Approved by martin@.
2008-09-20 18:29:04 +00:00
freza
d051eaa878 iwn_node_alloc(): Allocate 'iwn_node' in M_80211_NODE (which is what
ieee80211_node:node_free() expects), not M_DEVBUF. Fixes DIAGNOSTIC
    crashes due to suspected double-free.
2008-09-20 18:28:28 +00:00
tsutsui
216fead6b1 Remove obsolete options I2OVERBOSE. 2008-09-20 18:19:11 +00:00
jmcneill
47d8270f89 Add UYVY support. 2008-09-20 18:17:56 +00:00
jmcneill
dd257cd7a7 Add RGB555, RGB565, UYVY support 2008-09-20 18:13:40 +00:00
chris
3273efb108 Correct the documentation for the script name used by dhcpcd to be
/libexec/dhcpcd-run-hooks
not
/libexec/dhcpcd.sh
2008-09-20 17:38:19 +00:00
jmcneill
205dac9d2c Use probe/GET_MAX to determine wCompQuality value during negotiation 2008-09-20 15:55:38 +00:00
cube
f2865b8252 Register the build of libOSMesa for native X.Org. 2008-09-20 15:29:25 +00:00
cube
8cd16ec37f Enable build of libOSMesa. 2008-09-20 15:26:44 +00:00
cube
c26c864bdc Don't install osmesa.h from here, libOSMesa will do it. 2008-09-20 15:26:28 +00:00
cube
d7a965f2b9 Build and install libOSMesa (Off-Screen mesa). 2008-09-20 15:26:05 +00:00
chris
dab765c0a3 Remove isp* from the cats GENERIC kernel. This reduces the kernel size by
~700KB and brings the kernel below the 5MB size needed for cyclone firmware
to successfully boot the kernel.
2008-09-20 14:56:57 +00:00
chris
d21e4ed181 Fix kernel boot issue on cats.
The delay(9) loop, used before the clock device is probed and a hardware timer
is available, was out by a factor of 625.

This wasn't an issue until revision 1.45 of sys/dev/ic/pckbc.c which switched
to using delay(9) when polling the keyboard controller.

Cats attaches the console (and pckbc) before the clock has been probed, and so
the delay loop code is used causing issue with the keyboard polling.
2008-09-20 14:53:37 +00:00
apb
c44f01fe5d remove an unecessary "eval" 2008-09-20 14:22:57 +00:00
jmcneill
d9c8a20dcc Print uDWord types with %u instead of %d 2008-09-20 14:01:27 +00:00