rtr
15b69ba7a1
install libtype1.so to modules/fonts
2008-08-10 06:30:21 +00:00
rtr
b91f4d517c
* install libfreetype.so to modules/fonts
2008-08-10 06:28:16 +00:00
rtr
7f5e032bbb
* install libdri.so to modules/extensions
...
* libdri.so depends on libdrm
2008-08-10 06:21:36 +00:00
dogcow
3d76e13568
as dyoung points out, %zu for size_t - not %zd.
2008-08-09 13:52:05 +00:00
rtr
f6a4f9e77d
* override libinstall with moduleinstall from src/x11
...
* define NOSHLIB_VERSION (not yet in bsd.lib.mk)
- together these allow us to install foo_drv.so to XMODULEDIR
2008-08-09 11:18:05 +00:00
rtr
5778b47a61
* grab SRCS.fb from libfb.a
...
* install libfb.so
2008-08-09 11:16:02 +00:00
rtr
509b7dee9f
* don't install libfb.a
...
* remove old module kruft
* expose SRCS.fb for dixmod/libfbmod.so
2008-08-09 11:14:52 +00:00
pooka
5f1dda08e4
add manpage for rump_syspuffs
2008-08-09 11:07:26 +00:00
rtr
cd86a737b6
clean up the build of libdbe.a and libdbe.so
2008-08-09 09:08:25 +00:00
rtr
92db0aeceb
LDFLAGS+= -rdynamic
2008-08-09 09:07:40 +00:00
rtr
784dab8864
* define XMODULEDIR for the dbe module
...
* set LIBDIR=${XMODULEDIR} for dixmods
2008-08-09 07:22:21 +00:00
rtr
0a2b3822d4
make this build more like the xorg build and cleanup DPADD while i'm here
2008-08-09 06:50:17 +00:00
rtr
ae99eebc42
backout and properly fix previous removal of sources. these libs are now
...
built more like the xorg native build
2008-08-09 06:48:17 +00:00
rtr
af10568256
* install to modules/extensions
...
* link libXextmodule.a into the final module
2008-08-09 05:40:34 +00:00
rtr
f71aace37b
don't built all sources into all archives it causes us to have deps we
...
do not want
2008-08-09 05:26:41 +00:00
mrg
65ed99616e
make Xorg link on macppc, and fix one cats error
2008-08-09 05:20:52 +00:00
christos
7b65855e71
simplify the code, from xtraeme.
2008-08-09 04:49:23 +00:00
mrg
395dc81b92
add a .WAIT before hw
2008-08-09 04:39:49 +00:00
mrg
1220511007
use -li386 on i386 and -lx86_64 on x86_64
2008-08-09 04:38:32 +00:00
rtr
b47485d2c4
os-support -> xorgos directory rename so Makefile.Xserver can find
...
libxorgos.a when it needs it
2008-08-09 03:26:39 +00:00
mrg
d48c25f954
find <xorg-config.h>
2008-08-09 02:46:41 +00:00
rtr
77c6f64de6
re-order the link
...
add new things to the link
make it link!
XXX DPADD needs to be fixed
2008-08-09 01:25:25 +00:00
rtr
7541b2e663
installed module so define XMODULEDIR
2008-08-09 01:24:16 +00:00
rtr
34c11b32b6
* build additional sources
...
* generate xf86DefModeSet.c from modeline2c.awk
2008-08-09 01:23:43 +00:00
rtr
bb55518a93
crib modeline2c.awk from pkgsrc from Joerg Sonnenberger
...
- based on Perl script by Dirk Hohndel.
2008-08-09 01:22:08 +00:00
rtr
a026a85889
don't build .S versions right now. xorg auto<foo> doesn't build them
...
either as far as I can tell. the .S versions don't even seem to have
the syms we need anyway
2008-08-09 01:18:20 +00:00
rtr
ecfa5502bd
add some more libs we need for linking and running Xorg server
2008-08-09 01:16:39 +00:00
rtr
5e015a6a13
rename some directories and fix up the libs they produce so the goo in
...
Makefile.Xserver works building LDADD.foo
2008-08-09 01:15:19 +00:00
wiz
36539584db
Fix Dd argument and remove superfluous empty line.
2008-08-08 22:48:24 +00:00
reinoud
b887c39003
Remove the need for the kernel option UDF_READWRITE to be able to write to
...
discs since writing is mature enough.
2008-08-08 18:25:56 +00:00
reinoud
40cac362ad
Update the mount_udf(8) manpage to include the write support.
2008-08-08 18:22:01 +00:00
skrll
9a6d9381d2
Improve a comment.
2008-08-08 17:23:19 +00:00
skrll
5b8384a912
typo
2008-08-08 17:14:38 +00:00
skrll
39ccd97ff0
Note show uvmhist.
...
Bump date.
2008-08-08 17:14:09 +00:00
skrll
3ceaf8f8e4
Make "show uvmhist" available to all arches (not just sparc*) in ddb.
2008-08-08 17:09:28 +00:00
pooka
69b613ef54
exec file server via sh -c to get the benefit of PATH search.
2008-08-08 16:59:02 +00:00
skrll
e7901782b3
Comment whitespace.
2008-08-08 16:58:01 +00:00
christos
f6e1114503
Fix broken setitimer(). (Sverre Froyen)
2008-08-08 16:44:52 +00:00
bjs
91b72f6613
'if (error = 0)' -> 'if (error == 0)'
2008-08-08 16:21:44 +00:00
drochner
432ec04420
if initscr() fails, exit with a message rather than crash in the
...
next curses call
2008-08-08 16:10:47 +00:00
tsutsui
4578c8e434
Misc cosmetics:
...
- some KNF and ANSIfy
- use uintNN_t types
- remove a redundant declaration
- use __func__ to print a function name
- use PRIu64 to print uint64_t
- wrap long lines
2008-08-08 16:05:47 +00:00
tsutsui
42d0c1b9d0
Bump BOOTINFO_MAGIC to prevent old kernels (including netbsd-4) crashing
...
when bootinfo data is passed from newer bootloaders.
Note old bootloaders can still load newer kernels.
2008-08-08 15:07:52 +00:00
skrll
d25ea6c235
g/c exec_map
2008-08-08 14:41:50 +00:00
pooka
96a0d293a7
Don't create a new proc structure for kthreads (pid == 0).
...
XXX: this routine should probably do better accounting and consistency
checks as well.
2008-08-08 14:40:07 +00:00
martin
3c5d438020
Apply patch from Yasuoka Masahiko in PR kern/39321: fix length check
...
when parsing pppoe discovery phase packets.
2008-08-08 14:31:00 +00:00
pooka
44053cbe13
Avoid pid 0
...
XXX: pid allocation should not be done here.
2008-08-08 14:16:24 +00:00
hauke
9588641dc1
No WAPBL (ffs journaling) for memory-strapped machines.
2008-08-08 13:59:24 +00:00
pooka
0fca7fa92c
minor nit: fix header #ifndef namespacing
2008-08-08 13:57:59 +00:00
pooka
3ad5d8db21
KASSERT works better with == instead of =
2008-08-08 13:02:10 +00:00
hannken
b05e82aae1
Make the console on com0 detection work again.
2008-08-08 09:50:19 +00:00