lukem
b4336abb57
Revert previous accidental commit of debug statements
2008-08-03 07:50:54 +00:00
lukem
f26df72744
Avoid freeing memory in do_file() since it's called recursively
2008-08-03 07:49:46 +00:00
mrg
0c56616aaf
fix some linking order. still does not link yet, but much closer
2008-08-03 07:32:08 +00:00
rtr
5ba15890fe
oops these drivers are video not input
2008-08-03 07:32:03 +00:00
mrg
753baef465
enable rpmauth.c / secauth.c.
2008-08-03 07:31:25 +00:00
rtr
9e72f9d805
add the bulk of xf86-video-* driver reachovers
...
- there are still a few more to come
- most of these have incomplete SRCS at the moment
2008-08-03 07:20:59 +00:00
veego
cca63e16c3
Restore .hx support for avoiding unneeded regeneration of header files
...
Fix PR lib/39185
Partly restore the changes which were removed during the Heimdal 1.1 update:
src/lib/libasn1/Makefile 1.28 -> 1.29
src/lib/libhdb/Makefile 1.21 -> 1.22
src/crypto/dist/heimdal/lib/asn1/gen.c 1.8 -> 1.9
Add .hx support in 'new' heimdal libraries:
src/lib/libgssapi/Makefile
src/lib/libhx509/Makefile
Add a new entry in doc/HACKS for this changes.
2008-08-03 07:16:58 +00:00
cegger
6223c57814
make i386 ALL kernel compile
2008-08-03 07:05:22 +00:00
mrg
45522ac007
build pixman-sse.c and pixman-mmx.c on x86
2008-08-03 06:40:54 +00:00
rtr
43f269ea73
add the rest of xf86-input-* to the build
2008-08-03 06:30:09 +00:00
rtr
3db0e9e2e1
what was once lost has now been found add MAN= kbd.4
2008-08-03 06:18:24 +00:00
rtr
6f7f044349
* define necessary VERSION CPPFLAGS for kbd.c to build
...
* remove MAN= Keyboard.1 (doesn't seem to exist)
2008-08-03 06:11:05 +00:00
rtr
18db7a5c58
traverse into drivers since what we do have there now builds
2008-08-03 06:09:48 +00:00
rtr
9d6e3b1958
* add some magic PRINT_PACKAGE_{MAJOR,MINOR,PATCH} printing scripts and use
...
them to generate CPPFLAGS for drivers.
2008-08-03 06:02:29 +00:00
rtr
cb92411bea
.include <bsd.subdir.mk>
2008-08-03 04:42:27 +00:00
thorpej
4ce0dc3a15
Fix an issue introduced with the prop_stack change: It's not a good idea to
...
return a 3-value enum from a function declared to return bool. This broke
the recurse case for prop_object_equals(). Instead, declare the object type
equals routine to return a _prop_object_equals_rv_t.
Give the same treatment to the object type free routines: declare them to
return a _prop_object_free_rv_t, and consistently check those return values
againt the enum type.
Tidy up some whitespace while we're here.
2008-08-03 04:00:12 +00:00
mrg
108e11a80a
link in -lm.
2008-08-03 03:55:37 +00:00
mrg
9b4974cb0a
use the right files, and the right defines.
2008-08-03 03:55:17 +00:00
mrg
796be2b98f
initial build glue for hw/xnest / Xnest. doesn't yet link but
...
does attempt to try.
2008-08-03 03:37:05 +00:00
mrg
4dbf6c3df0
add X11INCDIR/xorg to the include path
2008-08-03 03:17:16 +00:00
mrg
c192f05067
fix the name of this library.
2008-08-03 03:16:41 +00:00
mrg
314c0cffaf
add some more includes paths, define HAVE_DIX_CONFIG_H and ignore
...
warnings for xres.c. now this builds properly.
2008-08-03 03:14:48 +00:00
thorpej
1d49730690
Fix a typo.
2008-08-03 03:11:28 +00:00
joerg
3ea923f75a
Allow using VGA_POST without ACPI again.
2008-08-03 02:12:22 +00:00
rtr
c3d6a15f0c
{SUBDIR.cfb} -> ${SUBDIR.cfb}
2008-08-03 01:13:44 +00:00
tsutsui
84e2b374ec
Two fixes to make -current kernel be loadable by 4.0 bootloader:
...
- if bootinfo is not passed from bootloader, check argv[1] first
which might be the loaded kernel path specified for bootloader
- when using argv[0] as the kernel path (loaded directly by the PROM)
assume boot partition is 0 (partition a) since the kernel might be
in an SGI volume header partition and it can't be a root partition
Ok'ed by rumble@, and tested on IP22 and IP32.
2008-08-03 00:35:03 +00:00
tsutsui
8485799843
- replace some mysterious magic numbers in CPU clock measurement code
...
with some more meaningful expressions
- compare counter values in 100ms rather than 2ms
- check CPU_MIPS_DOUBLE_COUNT in mips_cpu_flags explicitly
2008-08-03 00:20:18 +00:00
tsutsui
2d4879d193
Add CPU_MIPS_DOUBLE_COUNT to R10K family CPUs and
...
also remove (unused?) MIPS_NOT_SUPP flag from them.
Problem on R10k O2 is reported by martin@ on port-sgimips.
2008-08-03 00:09:20 +00:00
reed
37835ad6e5
Noticed on website some changes were listed strange (bullets
...
that made no sense/no context).
So I found two entries were formatted wrong:
use two tabs to continue entry.
Then new entry added followed same so fixed it too.
(I didn't test the webpage generation of it though.)
2008-08-03 00:00:30 +00:00
cube
c32922f166
Make sure format_next_{proc,lwp} return a pointer to a buffer at least
...
MAX_COLS long otherwise a '\0' might be printed in a random place of
memory.
2008-08-02 23:20:16 +00:00
jmcneill
cd4f8360bb
High speed isochronous transfer support, from Jeremy Morse as part of
...
Google Summer of Code 2008.
2008-08-02 23:14:34 +00:00
jmcneill
c4b944ba64
Update copyright.
2008-08-02 22:57:36 +00:00
jmcneill
eec711abb9
Note EHCI isoc changes.
2008-08-02 22:52:33 +00:00
jmcneill
4e6a458107
High speed isochronous support, from Jeremy Morse as part of Google
...
Summer of Code 2008.
2008-08-02 22:23:18 +00:00
mrg
bd85f4f930
add xorg-server build support for composite, config and exa.
2008-08-02 21:44:14 +00:00
mrg
f057c79b45
actually make this build.
2008-08-02 21:30:42 +00:00
mrg
edf20c220e
add xorg-server build support for XTrap, cfb, cfb32, damageext,
...
record and xfixes.
2008-08-02 21:19:21 +00:00
mrg
4e68f45f9b
install record/set.h
2008-08-02 21:18:49 +00:00
mrg
9dfab9540f
build xorg-server xkb, dbe and mfb dirs. maybe be ready to build afb.
2008-08-02 20:41:29 +00:00
mrg
7b1eb4a4d7
install xkb.h and xkbDflts.h
2008-08-02 20:39:30 +00:00
mrg
54e0e80036
add Xi and os subdirs
2008-08-02 19:54:24 +00:00
mrg
af8d2d6f64
build xorg-server/os
2008-08-02 19:53:31 +00:00
matt
2b0c4dcffd
Change pthread_mutex_t to use the amount of space as and be congruent to
...
the version used in the SA version of pthreads. This preserves binary
compatibility between both versions of the library.
2008-08-02 19:46:30 +00:00
mrg
2d2693ed5b
build xorg-server/Xi.
2008-08-02 19:42:15 +00:00
mrg
2ed360aec7
add xorg-server Xext from rtr@. thanks!
...
add Xext to the list of working subdirs.
2008-08-02 19:27:28 +00:00
matt
c0038aadef
Change some type to eliminate some lint warnings.
2008-08-02 16:02:26 +00:00
simonb
b92eb9eaa1
sort sys/kern SRCS alphabetically.
2008-08-02 15:31:14 +00:00
rtr
ea126b5a0d
don't install Xserver.1 from here. it has been moved to doc/Makefile
2008-08-02 15:25:50 +00:00
simonb
a32ea62360
Note in WAPBL entry that the super block needs to be in UFS2 format.
2008-08-02 14:30:37 +00:00
simonb
8bf61fdeb7
Note that WAPBL needs a UFS2 format super block.
2008-08-02 14:29:12 +00:00