tsutsui
2d503ac381
Call cache_flush_all() in getcpuinfo().
...
Not sure if it's actually necessary, but it fixes panic
"makememarr: cannot find "memory" node" on RT626 HyperSPARC.
Ok'ed by martin@.
2009-06-11 14:42:47 +00:00
cegger
eb7545174c
regen.
2009-06-11 12:43:13 +00:00
cegger
db97db6aee
add ADP2, Marvell and Triones devices.
...
Taken from mvsata diff from Kiyohara Takashi, resolved apply conflicts.
2009-06-11 12:42:31 +00:00
cegger
535480ccf0
Attach Marvel 88SE6121 SATA II controller on ahci.
...
W/o this, it attaches on pciide.
2009-06-11 11:02:11 +00:00
wiz
bba67e2c66
Sync usage with man page.
2009-06-11 08:12:00 +00:00
wiz
d28fa3c589
Remove -P from -p section, not from -f one.
2009-06-11 08:11:52 +00:00
jnemeth
cd77abc691
No time travelling. Teaches me right for blindly trusting the last
...
entry. Hi Christos!
2009-06-11 07:08:59 +00:00
agc
6808773a84
Remove workaround not needed any more.
2009-06-11 06:45:11 +00:00
mrg
86d423063c
remove a dir that does not exist
2009-06-11 06:18:12 +00:00
mrg
8342211d1b
upgrade the build framework for xorg-server 1.6.
...
this doesn't quite work yet. Xvfb and Xnest attempt to link but
have missing symbols. Xorg doesn't build all its components yet.
2009-06-11 05:43:15 +00:00
mrg
ee5acb3c1c
add the new subdirs used by xkeyboard-config.
2009-06-11 05:40:18 +00:00
mrg
74da3bca40
update XORG_VERSION_CURRENT.
...
update the pkgconfig sed script to handle newer pixman.
XXX: should make the pkgconfig sed script barf it it ends up leaving
XXX: behind something that looks like "@.*@", i think.
2009-06-11 05:34:22 +00:00
mrg
2575b988d6
add xkeyboard-config.
2009-06-11 05:30:15 +00:00
mrg
5b782c3aa9
build libpciaccess on x86.
...
exchange xkeyboard-config for xkbdata.
2009-06-11 05:15:06 +00:00
mrg
14eb698ce3
update reach over build for pixman 0.15.10.
2009-06-11 05:11:14 +00:00
mrg
870faed3ec
fix up the Mesa version for the gl*.pc files.
2009-06-11 05:10:49 +00:00
agc
7478ab55e5
+ only prompt for the passphrase for the secret key if the secret key is
...
protected by a passphrase
2009-06-11 04:57:51 +00:00
ginsbach
2248a77687
Add -o output option, which can be used to specify an output file. The
...
file can even be the same as the input file. Idea from IRIX unifdef(1).
2009-06-11 03:16:34 +00:00
lukem
0a833e378f
Use grep to search for specific error messages rather than expecting
...
the entire command stderr to never change.
2009-06-11 02:55:35 +00:00
lukem
87ffa43d9a
Run the "diff of expected output" in a separate AT_CHECK instead of
...
using the 'run-if-pass' section; this correctly detects failure.
2009-06-11 02:48:20 +00:00
lukem
b042093ed7
(ab)use --pass-fd to avoid the passphrase prompt
2009-06-11 02:36:38 +00:00
lukem
efcb034d7c
Use AT_TESTED
...
Modify the PATH to the build dir instead of hardcoding NETPGP* vars.
2009-06-11 02:28:50 +00:00
mrg
514d913b26
reachover build for libpciaccess.
2009-06-11 01:52:03 +00:00
mrg
4671955d07
reachover build for xkeyboard-config
2009-06-11 01:49:20 +00:00
mrg
3cc1732796
this needs -lm now.
2009-06-11 01:47:51 +00:00
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