mrg
d7990fa409
build fixes for Mesa 7.4.2.
2009-06-11 01:47:08 +00:00
lukem
99f0a62f6e
two items I want and/or am working on with Al.
2009-06-11 01:17:43 +00:00
agc
9b75345600
CHANGES 1.99.10 -> 1.99.11
...
+ address keys array from 0 with unsigned indices
+ print results to io->res stream - default to stderr, and set using
netpgp_setvar(..., "results", filename)
+ __ops_keyid()'s third arg was always the size of the keyid array - no need
to pass it
+ get rid of the excessive type-checking in packet-show-cast.h, which wasn't
necessary, and fold all the show routines into packet-show.c
+ introduce a generic __ops_new() and use it for some structure allocation
2009-06-11 01:12:42 +00:00
yamt
1a7984dbf3
do_posix_fadvise:
...
- deactivate pages on POSIX_FADV_DONTNEED.
- more sanity checks. fix a panic in genfs_getpages
introduced by the previous (rev.1.15).
2009-06-10 23:48:10 +00:00
yamt
724fd50176
don't make F_GETLK or the common case of F_UNLCK fail for per-user limit.
2009-06-10 22:34:35 +00:00
yamt
5216f042b0
lf_split: cv_destroy a condvar before clobbering it.
2009-06-10 22:23:15 +00:00
pooka
ab415fb3d5
MAXUSERS comes from Makefile.rump
2009-06-10 20:54:55 +00:00
pooka
f4b516bb14
libkern is fully included in rumpkern, no need for cherry-picking
...
modules elsewhere.
2009-06-10 20:50:51 +00:00
pooka
98c3c6a157
indicate function of previous in comment
2009-06-10 18:36:33 +00:00
pooka
1c083dc02b
Add rumpuser_dprintf(), which can be used as a "safe" debug print
...
routine -- the kernel printf does a lot of crud which is not always
nice and dandy especially when debugging locks.
2009-06-10 18:34:49 +00:00
agc
380fd10dc6
Add netpgpkeys to the programs to build, and list the keys in the current
...
keyring as another test.
2009-06-10 16:38:21 +00:00
agc
14f8874ae5
Update userland programs to be able to use the "results" file
2009-06-10 16:37:41 +00:00
agc
01f9a2cc5c
Add a separate res output stream for results, and print results to it.
...
This is settable from userlevel by using
netpgp_setvar(..., "results", filename)
2009-06-10 16:36:23 +00:00
njoly
260e7036e1
Make _PATH_XAUTH use X11BASE prefix again, instead of hard-coded
...
"/usr/X11R6".
2009-06-10 16:14:29 +00:00
agc
ef1ef480a8
Get rid of an unusual architectural construct:
...
The original code had dynamic arrays indexed by unsigned indices,
except for the array of keys, which was indexed by a signed integer,
and initialised to -1. Subsequently, when a new id was created, the
index was pre-incremented, and later on, in a different call, the
userid (a different packet) was assigned to the current index. This
has implications for growing the array, for signed comparison checks,
and just general cleanliness.
This change overhauls the construct: don't special case anything,
just address the array from 0, use unsigned indices same as everything
else, and complain if we get a user id for which we haven't received a
public or secret key.
2009-06-10 16:01:37 +00:00
wiz
b0c00dcfa4
Remove duplicate Pp, fix a typo, wording.
2009-06-10 14:38:14 +00:00
pooka
1e115afaf0
Attempt bailout if config_attach_pseudo() fails. Otherwise, a few
...
moments later, we'll take a fatal plunge because sc_dev is null.
2009-06-10 14:17:13 +00:00
christos
384a097b90
Revert my change again. Now I see what was wrong... My CVS files were corrupted.
2009-06-10 12:48:06 +00:00
pooka
3178a63559
Support VOP_MKNOD. This is so that components which need device
...
nodes (e.g. raidframe) can create them.
2009-06-10 12:12:23 +00:00
he
4ffd944fac
Add a dummy uvm_readahead() function, to fix build issues after it
...
recently got added to the kernel.
OK'ed by pooka@
2009-06-10 11:41:43 +00:00
mrg
2415d8ceb8
merge xf86-video-ati 6.12.2
2009-06-10 09:22:09 +00:00
mrg
513c991fdb
look in the new 'shared' subdir.
2009-06-10 08:56:33 +00:00
mrg
5c263cb96b
dno't define FONTCACHE anymore.
2009-06-10 08:30:55 +00:00
mrg
09a73a896b
link in -lbz2 now.
2009-06-10 08:30:35 +00:00
mrg
80cf5a65f8
don't need/wait fontcache.c anymore
2009-06-10 08:29:20 +00:00
mrg
097191f1bd
don't define FONTCACHE here any more, for Xorg.
2009-06-10 08:28:20 +00:00
mrg
797cf46996
merge libXfont 1.4.0.
2009-06-10 07:52:07 +00:00
mrg
7f3accc357
merge xf86-video-siliconmotion 1.7.1.
2009-06-10 06:46:34 +00:00
mrg
fa5ad74c84
look for and find config.h
2009-06-10 05:06:15 +00:00
mrg
c7e578a02d
install dri2proto headers.
2009-06-10 04:37:27 +00:00
ginsbach
389bb545f4
Make sure that buffer is NULL terminated when input to strip_escapes() is
...
too long. (Thanks jnemeth!)
2009-06-10 04:16:53 +00:00
mrg
23b4863243
+dri2proto -printproto
2009-06-10 04:11:01 +00:00
jnemeth
59cc9994df
-p -P doesn't make much sense since no module will be loaded.
2009-06-10 03:30:32 +00:00
jnemeth
9fa62aeca9
mention my MODULAR and modload(8) changes
2009-06-10 03:28:22 +00:00
ginsbach
9cd62c77f5
Fix potential buffer overflow in filename escape processing
...
'ed [MAXPATHLEN + 1 characters]'. [From FreeBSD]
2009-06-10 03:24:27 +00:00
mrg
8c3c748c82
look for the new config.h.
2009-06-10 02:39:29 +00:00
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