mrg
1568f86ba2
don't build tridentramdac.c anymore
2009-06-10 02:29:27 +00:00
mrg
02fb05a57b
install pci.ids somewhere so that libpciaccess can find it.
2009-06-10 02:20:13 +00:00
mrg
50ea2508ff
sync the list of valid xorg packages:
...
- add libpciaccess
- remove Xp XprintUtil XprintAppUtil
2009-06-10 02:05:45 +00:00
mrg
0f6aba71d2
enable bz2 support.
2009-06-10 02:01:39 +00:00
mrg
42b75dd94f
add the driver src dir to the include path.
2009-06-10 02:01:14 +00:00
mrg
2bdc43f27c
mga_dacG.c has an const issue; work around it.
2009-06-10 02:00:51 +00:00
mrg
d90dd2c1bf
define HAVE_CONFIG_H, and use the newly provided one.
2009-06-10 02:00:10 +00:00
mrg
41c6d41b48
define PACKAGE_VERSION.
2009-06-10 01:59:09 +00:00
mrg
3cdfd13ed8
enable bz2 support.
2009-06-10 01:56:46 +00:00
yamt
1763b7795c
do_posix_fadvise: on POSIX_FADV_WILLNEED, start prefeching of object's pages.
2009-06-10 01:56:34 +00:00
yamt
16babfa6fb
on MADV_WILLNEED, start prefetching backing object's pages.
2009-06-10 01:55:33 +00:00
yamt
c87ccfd341
- add a function to perform explicit read-ahead.
...
- ra_startio: tweak locking a bit.
2009-06-10 01:54:08 +00:00
christos
9f591f8731
reference the correct dirs.
2009-06-10 01:11:50 +00:00
agc
ac64bb00ed
Add entries for netpgpkeys(1).
2009-06-10 00:40:33 +00:00
agc
7e61309607
CHANGES 1.99.9 -> 1.99.10
...
+ fix a bug in decryption whereby a bad passphrase would cause a segmentation
violation
+ fix some regressions in key searching in the underlying find keys routines
+ add C++ declaration protection to the external interface in netpgp.h
+ split out the key management parts of netpgp(1) into netpgpkeys(1)
2009-06-10 00:38:08 +00:00
pooka
ed545b8d69
check that interlock isn't null before releasing it
2009-06-09 23:26:19 +00:00
yamt
8bd8f20d7b
comment style. no functional change.
2009-06-09 22:21:54 +00:00
jnemeth
cbd3656645
Add the MODCTL_NO_PROP flag to tell the kernel to ignore <module>.prop.
...
Add the '-P' option to modload(8) to set this flag.
2009-06-09 20:35:02 +00:00
snj
268e5bfd87
Mention a number of keyboard encodings.
...
From Jukka Ruohonen in PR kern/15955.
2009-06-09 19:46:32 +00:00
agc
481090ff86
avoid a double-free of the passphrase
2009-06-09 19:32:11 +00:00
jnemeth
32b670979a
Add code to merge the modload "command line" with <module>.prop.
2009-06-09 19:09:03 +00:00
haad
425cc847f0
Create default target_params parse routine which is called when we doesn't
...
find name of a target in known target list. This routine will pass whole param
string in a dictionary with key called params.
2009-06-09 18:29:09 +00:00
haad
869a99f661
Add const to second argument of nbsd_dm_parse_param, too.
2009-06-09 18:24:02 +00:00
cegger
84aaef5fb6
mention both X11R6 and X11R7
...
requested by mrg@ on source-changes-d
2009-06-09 17:43:27 +00:00
pooka
4c54895067
Checkpoint a bunch of work-in-progress: support for disk devices
...
and raidframe. Raidframe works well enough to configure a raid in
the rump kernel, but the usage is "interesting" (pending some other
changes/cleanup from other parts in my tree).
These are not built by default yet.
2009-06-09 16:16:14 +00:00
cegger
b43858307a
Fix crash on Dom0 resume.
...
A xencons interrupt may occur before xencons device has been resumed.
Fix tested in jym-xensuspend branch.
2009-06-09 16:08:00 +00:00
pooka
698910a47a
simplelocks have been supported in rump for a while, allow their use.
2009-06-09 15:53:05 +00:00
pooka
162fa5811a
Nuke some bss stuff which is coming from vfs_bio via rumpvfs.
2009-06-09 14:30:06 +00:00
pooka
540fcdb7ef
+pseudo-device putter
2009-06-09 14:27:17 +00:00
pooka
99616de8dc
Put some spunk into deadfs.
2009-06-09 14:20:42 +00:00
stacktic
806bebc4f9
Fixed strvisx usage
2009-06-09 13:32:46 +00:00
cegger
c4f0336b00
X11R6 -> X11R7
...
ok wiz@
2009-06-09 13:05:15 +00:00
christos
287bd18049
decrement the number of levels after the loop (Julien Torres)
2009-06-09 13:04:33 +00:00
njoly
5826190291
+netpgpverify.debug
2009-06-09 12:16:06 +00:00
yamt
dd8cbf5c36
don't bother to say that some advises are not implemented.
...
ignoring them is a valid implementation.
2009-06-09 11:21:33 +00:00
he
bcb5a47bca
Apparently, there's not a clear dependency ordering for the libraries,
...
this becomes apparent when linking statically (e.g. as for sun2).
Add an extra instance of -lrump to the library list so that it can be
linked statically as well.
2009-06-09 11:18:50 +00:00
he
5cd328a195
Add -lprop to the ramdisk build, so that it builds again, due to
...
recent changes in newfs. Bump the ramdisk size from 1536 to 1800
blocks as a consequence.
2009-06-09 11:06:09 +00:00
tsutsui
95b2850b42
Split device_t/softc.
...
Tested on:
emuxki0 at pci2 dev 7 function 0: Creative Labs SBLive! EMU 10000
(audio multimedia, revision 0x05)
2009-06-09 11:01:18 +00:00
mrg
a41f87fb6b
add compat netpgp files.
2009-06-09 05:46:44 +00:00
mrg
9e9cbad03e
add missing html version of res pages
2009-06-09 05:44:42 +00:00
snj
a265ded90c
Fix paths to resolver cat pages and add one man page (hi christos!).
2009-06-09 05:25:44 +00:00
mrg
c0267ae556
put the drm_intel files in the right places.
2009-06-09 05:24:31 +00:00
mrg
7e7627c1df
build libnetpgp and libssh earlier.
...
look for libssh in the right place.
2009-06-09 05:20:15 +00:00
mrg
a31f6f323b
updates for libdrm 2.4.11. install libdrm_intel on x86.
...
XXX: need to install libdrm_intel.pc yet.
2009-06-09 05:02:13 +00:00
mrg
0101117996
set lists updates for new libdrm, libdrm_intel.
...
partly from snj@.
2009-06-09 04:39:50 +00:00
mrg
24c0768400
fix netpgp library issues.
2009-06-09 04:35:25 +00:00
mrg
b729917803
add copmat netpgp libs.
2009-06-09 03:20:56 +00:00
mrg
3b81cc3605
build updates for libdrm 2.4.11 and xf86-video-intel 2.7.1.
...
thanks to snj@ for most of this.
2009-06-09 03:05:36 +00:00
uwe
4872798d7b
In pmap_protect(), compute the bitmask to set in the ptes only once, instead
...
of every iteration. From OpenBSD.
2009-06-09 02:38:27 +00:00
mrg
61f69f3e37
remove a ../ from a few paths to make sure we get the right components.
2009-06-09 02:35:19 +00:00