mrg
017add8611
add a makefile to build xf86-input-synaptics.
2011-01-29 02:32:36 +00:00
cegger
6ca6d96b6b
Define HAVE_PCI_DEVICE_IS_BOOT_VGA.
...
Makes Xorg use of pci_device_is_boot_vga.
First discussed with macallan@ then public on tech-kern@ and tech-x11@
2011-01-22 15:21:37 +00:00
pooka
1c44cbfd96
Don't allow module to init if root is not mounted since the modcmd
...
wants to traverse the file system. This *might* fix statically
linking zfs support into the kernel (at least it fixes rump kernel
bootstrap).
2011-01-21 13:08:42 +00:00
pooka
51f08b56c8
fix kobj_open_file_vnode()
...
patch from haad
2011-01-21 12:24:24 +00:00
drochner
5a190aa53b
fix bug introduced in rev. 1.3: need to set the string before
...
converting it into a numerical value, otherwise we might get junk or crash
2011-01-20 21:26:20 +00:00
drochner
7264233c30
avoid crash if certain operations are done before an input record is
...
read, ie in a BEGIN rule
2011-01-20 21:23:11 +00:00
jmcneill
79bc66b915
bump libchromeXvMC major to match the other hw libraries to make
...
libXvMCW happy
2011-01-20 18:55:38 +00:00
jmcneill
8862a9a380
build and install libchromeXvMCPro from xf86-video-openchrome
2011-01-20 18:36:45 +00:00
jmcneill
e9d20a668a
descend into libXvMCW
2011-01-19 16:32:12 +00:00
jmcneill
10e6d63e6a
Build and install the XvMC wrapper library libXvMCW.
2011-01-19 16:31:23 +00:00
plunky
f5d0a5824d
libterminfo needs to come after libedit for static linking
...
(while here, coalesce LDADD/DPADD lines)
2011-01-19 11:55:50 +00:00
plunky
3b635a0579
add note that the static linking of liblua is intentional
...
("hidden" symbols need to be reached)
2011-01-19 11:43:18 +00:00
plunky
96e4690f7b
link against the dynamic library [liblua.so]
...
we could link against the static liblua.a here (the Lua dist build
does that) but would need to pass "-Wl,--export-dynamic" to ensure that
all symbols were available, as dlopen() with other modules may cause
problems later.
2011-01-19 11:38:15 +00:00
plunky
74b96c56e3
DPADD for libm too
2011-01-19 11:02:00 +00:00
plunky
29062015ed
include libm and libedit in DPADD
2011-01-19 10:17:04 +00:00
plunky
60d4fe2962
add to (rather than replace) CFLAGS
2011-01-19 10:14:49 +00:00
jakllsch
0e0a312232
In case it's too obvious, the libI810XvMC directory is for building the
...
libI810XvMC library. Additionally, set list fixes for this and previous
related changes.
2011-01-19 01:52:43 +00:00
jmcneill
668d297175
Install these libraries as version 1.0 instead of 0.0
2011-01-19 00:36:40 +00:00
jmcneill
20618a809d
Enable XvMC support for Intel graphics chips
2011-01-18 23:33:50 +00:00
wiz
c1f176e16d
Move isns description from dist/groff to usr.bin/groff, where it belongs.
...
Add isns to mdocml libraries as well.
2011-01-18 09:28:42 +00:00
jmcneill
b2b7e1871b
Ensure that HAVE_DIX_CONFIG_H is defined for damageext, dbe, exa, and glx
...
builds. Fixes recent trouble with the Composite extension, and should fix
some problems with the DAMAGE extension and who knows what else.
2011-01-15 13:54:52 +00:00
jmcneill
dba38226ce
only define HAVE_MTRR on x86
2011-01-14 16:04:49 +00:00
haad
c7287ec04b
Fix zfs Makefiles + debug, don't add -g by default only when MKDEBUG is
...
enabled. Fix header assert conflicts + bump WARNS for some libs.
2011-01-13 23:18:23 +00:00
joerg
20d71a1344
Update build system for mdocml-1.10.9.
2011-01-12 23:02:21 +00:00
joerg
6e4753617c
Use example.style.css in place of style.css.
...
Replace $Mdocdate$ with the content in correct order, so that groff
gives proper output.
2011-01-12 23:00:51 +00:00
joerg
f494eb95a3
Merge for mdocml-1.10.9
2011-01-12 22:58:42 +00:00
joerg
c0d9444af1
Import mdocml-1.10.9 and additional post-release bugfixes
...
(tbl_data.c 1.15, tbl_layout.c 1.13, tbl_opts.c 1.8).
This features many small improvements and the initial integration of
tbl(1) support on all output devices.
2011-01-12 22:57:08 +00:00
jmcneill
b66d32932e
HAVE_MMTR -> HAVE_MTRR
2011-01-12 19:04:19 +00:00
haad
c73e2bf000
Use DM_DEVICE_CONTROL_MODE, because mapper/control device should have 660
...
and not 640 permissions.
2011-01-12 08:16:23 +00:00
kardel
4ba751f5ad
make ntp compile for MKINET6=no
2011-01-09 14:49:39 +00:00
macallan
60e66c6f48
define NO_LEGACY_VGA on macppc and sparc64
...
May be necessary on other ports as well that have PCI but never use VGA text
mode.
2011-01-06 03:29:12 +00:00
haad
912a040b47
Allow operator to use lvm in read-only mode. Switch LVM lock dir to
...
/var/run/lvm and create it in rc.d/mountcritlocal. Fix dm control device
permissions to allow rw for operator.
Test if we are running lvm commands as operator and if that it's true do not
create vg backups and do not print confusing warning.
2011-01-05 14:57:27 +00:00
jmmv
1b0a12b414
Cherry-pick upstream revision f791048924a1b68da070f17dfd5e5c2d825dd018:
...
Report bogus test programs in the HTML output
From Paul Goyette in private mail. Fixes PR bin/44301.
2011-01-05 14:03:08 +00:00
roy
160a96b3e7
Don't build the getline shim anymore as the NetBSD libc getline(3) has
...
proven itself now.
2011-01-03 11:33:44 +00:00
roy
0524c4d0bb
Import dhcpcd-5.2.10 with the following change:
...
* -r, --request <address> now works again
2011-01-03 11:28:23 +00:00
wiz
7487051d3d
Prefix section headers for 1 to 9 with "NetBSD " to match output
...
for non-HTML pages (i.e. groff ones). Noted by njoly.
2011-01-02 22:03:24 +00:00
mrg
cf66e37cc9
fix a comment
2011-01-02 11:24:20 +00:00
dholland
42bae07fce
Remove references to SAVESTART in zfs.
2011-01-02 05:12:03 +00:00
pgoyette
a12cad24be
Fix typo - let the build proceed
2010-12-30 00:46:38 +00:00
haad
d52c66bf4a
Fix my yesterday fix and finally make _get_dev_size recognise partition size
...
for device without DIOWEDGEINFO, where DIOCGDINFO is used. Patch tested by
Martin Mersberger.
2010-12-29 23:14:21 +00:00
christos
4817a0b0b8
real override for yacc rules.
2010-12-29 19:53:32 +00:00
haad
d26a38d370
Fix problem where chown was used on normal device in time when only
...
raw device was created. While here do some cleanup.
Problem find and reported by Martin Mersberger on current-users@.
2010-12-29 10:39:27 +00:00
haad
ca7dbf8cb5
Fix bug added by my last commit. This should fix
...
PR: bin/44286
Reported by: mlelstv@ and Martin Mersberger.
2010-12-29 00:14:04 +00:00
haad
bec5c61e50
Define vn_getattr in zfs_context.h.
2010-12-28 16:44:45 +00:00
haad
bca088ab45
Fix problem where vnode vp_size was not updated when vndoe was already allocated,
...
for vdev. This makes ztest survive ztest_vdev_LUN_growth test. Replace dummy
VOP_GETATTR with vn_getattr routine which reset vp_size and vattr_size accordingly
to reality.
2010-12-28 13:36:09 +00:00
jmmv
15dbacd486
Pull up revision 869e092e4986eb5dce90331ca9a64e125d7796eb from mainstream:
...
Revision: 869e092e4986eb5dce90331ca9a64e125d7796eb
Parent: cca40eb08e7469dfe9d6ca982613458f24c1de28
Author: jmmv@NetBSD.org
Date: 12/27/10 21:19:19
Branch: org.NetBSD.atf.src
Changelog:
Recognize sigabrt in the signal checker
Problem found by Paul Goyette.
Changes against parent cca40eb08e7469dfe9d6ca982613458f24c1de28
patched atf-sh/atf-check.cpp
2010-12-27 20:36:17 +00:00
christos
017d3467b1
- don't forget to restore the umask on error.
...
- save and restore umask for control
- chown/chgrp for raw devices
2010-12-26 14:48:34 +00:00
christos
6f6878df03
defs.h already includes nbtool_config.h, so don't do it twice.
2010-12-25 23:43:30 +00:00
christos
5743e2a045
fix debugging:
...
- don't print junk for the interface name
- parse and print known rtm messages we get
2010-12-25 20:45:49 +00:00
joerg
570bc97f41
Include nbtool_config.h for the toolchain build as platforms like Linux
...
don't define __RCSID.
2010-12-25 19:24:28 +00:00