mrg
f2497abcd2
update for pixman 0.21.2. we really need __thread, it seems.
2010-11-21 09:01:35 +00:00
mrg
6b081c03fe
update this for fontconfig 2.8.0. ugh.
2010-11-21 07:45:36 +00:00
mrg
12736001f4
add fc-query and fc-scan.
2010-11-21 07:20:06 +00:00
mrg
01cf639de2
remove deprecated xft-config, fix xsm locations, don't install lbx
...
headers, instal Xmu/WhitePoint.h.
2010-11-21 06:01:49 +00:00
christos
cd56d093b1
build the ldap libraries; am-utils needs them.
2010-11-21 03:43:39 +00:00
dholland
3b377e2bb5
+GPF, RKM, SEGV, WORM
2010-11-21 03:36:10 +00:00
mrg
bb67f161f2
install lndir again. (hooray, i've missed this stupid app ;-)
2010-11-21 02:43:31 +00:00
mrg
7d3734bcc2
install the bitmap app-defaults here due to Bitmap.c vs. app-defaults/Bitmap conflicts.
2010-11-21 02:34:15 +00:00
mrg
4c296db9fb
various updates for moved man pages or app-defaults.
...
remove some dated CPPFLAGS defines.
2010-11-21 02:33:39 +00:00
dholland
6cf2d35a2a
+BSP (binary space partition)
2010-11-21 01:46:20 +00:00
mrg
a071691221
various updates for moved man pages or app-defaults.
2010-11-21 01:25:32 +00:00
mrg
7756c1133b
find the right app-defaults files.
2010-11-20 23:47:30 +00:00
mrg
bbbece370f
link with xcb and xcb-shape.
2010-11-20 23:45:13 +00:00
mrg
4b075cc58e
also link in libXcursor now.
2010-11-20 23:34:06 +00:00
mrg
bbea647834
find and use config.h
2010-11-20 23:30:24 +00:00
mrg
bd2290b430
add the new man dir to .PATH, for xmodmap 1.0.5
2010-11-20 23:17:51 +00:00
mrg
6af7010d56
add the include dir, to prepare for xmh 1.0.2
2010-11-20 22:41:49 +00:00
mrg
35542dc62d
add the app-defaults dir, to prepare for xmh 1.0.2
2010-11-20 22:40:00 +00:00
mrg
f5c31e4871
add the app-defaults dir, to prepare for xload 1.1.0
2010-11-20 22:34:17 +00:00
mrg
5fbca94a02
add missing radeon_exa_shared.c, came with 6.13.2.
2010-11-20 21:24:00 +00:00
tsutsui
e0a14f3564
Fix botches in rev 1.185 (kent-audio1 merge) which cause buffer overrun
...
and "tlb_exception: no copyin/out fault hander" panic in
audio_fill_silence() after audio playback on dreamcast.
The problem is tracked and fix is provieded by Ryo SHIMIZU,
who is the auther of aica(4) audio driver for dreamcast.
2010-11-20 18:03:49 +00:00
tsutsui
4eca61515e
Make aica_round_blocksize() always return a fixed buffer size.
...
I'm not sure if this is correct, but audio playback doesn't work
on dreamcast without this workaround. (since kent-audio1 merge?)
2010-11-20 16:12:23 +00:00
plunky
231f6b581d
use atomic ops wisely
2010-11-20 12:12:21 +00:00
phx
0baf325a4a
Make sure the interface protocol is UIPROTO_MOUSE, before we attach.
2010-11-19 18:27:12 +00:00
phx
19dc316e21
Added UIPROTO_MOUSE for HID-class.
2010-11-19 18:21:48 +00:00
njoly
c8fe673676
Add testcase for PR/44113: printf(3) should ignore zero padding for
...
nan/inf.
2010-11-19 18:18:53 +00:00
pooka
ad5cf5ab43
squelch the compiler whine
2010-11-19 17:47:44 +00:00
pooka
ec85f68cbf
Convert skipped tests into proper xfails (a lazy bum is me).
...
prompted by pgoyette
2010-11-19 17:46:02 +00:00
pooka
120195d187
document RUMP_NVNODES
2010-11-19 17:35:04 +00:00
pooka
a555936f2e
remove no longer necessary code
2010-11-19 17:11:20 +00:00
pooka
a2b42bab81
Support multithreaded clients and fix a few bugs.
2010-11-19 17:09:44 +00:00
pooka
1f5c4aaeac
Pass routines necessary for multithreaded operation down to rumpuser_sp.
2010-11-19 17:06:56 +00:00
tsutsui
41610f52e9
cd9960 -> cd9660
2010-11-19 15:47:32 +00:00
pooka
b82590c0a3
delint
2010-11-19 15:40:55 +00:00
pooka
52f22b2c6a
Start working on making the syscall proxy code threadsafe. The
...
basics are there, but a few more tweaks are needed. The reason
I'm committing it now is that the code was mindnumbingly boring to
write (no wonder it took me almost 3 years to get it done), and I
might burn it if it's not in a safe place.
2010-11-19 15:25:49 +00:00
macallan
486592ab8a
add PCI_MAGIC_IO_RANGE so non-x86 machines can map the IO range belonging to
...
the console vga
thanks to nick for reminding me to commit this and for confirming that it works as intended
2010-11-19 13:38:17 +00:00
pooka
d6885ccb11
+tp
2010-11-19 12:37:48 +00:00
pooka
b98ccd4da5
test snapshots on ffsv2 too
2010-11-19 12:36:49 +00:00
pgoyette
0b49450103
Since /usr/games is rarely in one's $PATH, provide an absolute path to the
...
test-program. This lets automated testing reach and execute a couple more
tests rather than skipping them.
Discussed privately with pooka@
2010-11-19 12:31:36 +00:00
dholland
0a4a6fb035
Fix previous, was all wrong. noticed by enami.
2010-11-19 09:11:45 +00:00
dholland
5fcd084d2b
add missing pathbuf_destroy on error path, noticed by enami
...
XXX: this code is wrong; it should not be calling namei and then
XXX: vn_open on the same nameidata.
2010-11-19 09:08:26 +00:00
dholland
4756f11bab
bump date for previous (thanks jnemeth)
2010-11-19 07:44:00 +00:00
dholland
1bc855564a
5.99.40: nameidata changed.
2010-11-19 06:46:33 +00:00
dholland
479d02e2f7
Regen.
2010-11-19 06:45:29 +00:00
dholland
8f6ed30d57
Introduce struct pathbuf. This is an abstraction to hold a pathname
...
and the metadata required to interpret it. Callers of namei must now
create a pathbuf and pass it to NDINIT (instead of a string and a
uio_seg), then destroy the pathbuf after the namei session is
complete.
Update all namei call sites accordingly. Add a pathbuf(9) man page and
update namei(9).
The pathbuf interface also now appears in a couple of related
additional places that were passing string/uio_seg pairs that were
later fed into NDINIT. Update other call sites accordingly.
2010-11-19 06:44:33 +00:00
uebayasi
0ce666ede0
Whitespace.
2010-11-19 05:38:10 +00:00
uwe
5bb781f731
Correct definition of leap year. Make yeartonum and numtoyear use
...
full years so that year 2000 is correctly counted as a leap year.
Now NetBSD under SIMH picks up correct time-of-day clock value. It
used to be a day behind, since 2000 - 1900 = 100 and naive leap year
test wouldn't count it as a leap year.
2010-11-19 03:31:24 +00:00
christos
b0f3f04a67
PR/44113: Nicolas Joly: printf(3) should ignore zero padding for nan/inf
2010-11-19 00:44:18 +00:00
tron
c3d90973c3
Add new X.org manual pages from "xorg-docs" package.
2010-11-18 18:48:05 +00:00
tron
c3b15fd54b
Build and install the following manual pages from the "xorg-docs" package:
...
- Consortium(7)
- Standards(7)
- X(7)
- XOrgFoundation(7)
- XProjectTeam(7)
- Xsecurity(7)
This fixes PR xsrc/44034 by Martin Neitzel.
2010-11-18 18:47:35 +00:00