Commit Graph

11937 Commits

Author SHA1 Message Date
jym 8d179afa97 Document MDSET_NOIMAGE. 2011-01-01 16:56:18 +00:00
haad 1d0e6bab66 Add /var/lock/lvm subdir for LVM it can be created automagically but I think
that it's better to have it created before.
2011-01-01 13:09:13 +00:00
haad 9ec41ae5fa Add /var/lock directory to base set it's used by LVM and other tools.
Change group owner to operator to enable LVM locking for him.
2011-01-01 12:49:48 +00:00
pooka 6574800027 Add some elementary tests for r/o file systems. More in 2011! 2010-12-31 18:20:32 +00:00
pgoyette b9bd4f1954 Moving more tests out of regress and into atf mainstream 2010-12-31 14:36:10 +00:00
pgoyette ea706db02e Migrate a few miscellaneous tests from the old regress to atf 2010-12-31 04:08:32 +00:00
jmcneill 393a0deb05 some platforms don't have bus_dma, so only build these modules on x86 2010-12-29 13:05:42 +00:00
pgoyette 238e3baebf Migrate the ldexp test to atf 2010-12-28 16:57:00 +00:00
pgoyette 66bfd22447 Migrate the remaining libc/gen tests to atf 2010-12-28 12:46:15 +00:00
he a16282018d Introduce the "ssp" attribute derived from HAS_SSP from <bsd.sys.mk>.
Use it to flag entries which should only be included if the target platform
supports SSP.  Fixes the build for a bunch of architectures.
2010-12-28 09:15:24 +00:00
pgoyette cfe38ef780 Move the various setjmp tests from regress to atf 2010-12-27 19:35:30 +00:00
jmcneill 140a160c21 add auvitek(4) man page 2010-12-27 17:26:57 +00:00
jmcneill 1a0062ed4f hook xc5k, au8522, and auvitek into build 2010-12-27 15:48:28 +00:00
njoly ea0b545387 Remove unneeded t_ssp.debug entry. 2010-12-27 15:31:22 +00:00
pgoyette 575e75ffe4 Migrate the ssp tests from regress to atf.
Of the 17 tests, 4 fail in both the regress and atf style.  3 additional
tests fails in atf that did NOT fail in regress: gets, fgets, and read.
I will investigate why, and update when I can, but it is still useful to
get these tests into the new format where they can be exercised.
2010-12-27 02:04:18 +00:00
pgoyette 3ca5a7db69 Migrate the last of the libc/string/ tests from regress to atf, and
re-enable building of t_popcount
2010-12-26 13:35:54 +00:00
jmcneill 4b6947bfe1 hook videoctl into build 2010-12-26 11:31:43 +00:00
haad 7276411661 Fix MKDTRACE & MKDEBUG enabled build, add some dtrace entries. 2010-12-25 23:28:18 +00:00
pgoyette f03970fd11 Migrate J.T.Conklin's public-domain str* tests from regress to atf.
While here, do some clean-up and knf.
2010-12-25 21:10:24 +00:00
pgoyette de2970929a Move the siginfo tests from regress to atf. While here, add a new test
for PR/43655.

XXX The sigchild_dump test currently fails when execute under atf-run.
XXX It does not fail when executed directly from the shell, so there's
XXX something in atf that prevents the child process from dumping.
2010-12-25 01:04:26 +00:00
skrll f1d73a2c94 Add support for DF_1_BIND_NOW, DF_1_NODELETE and DF_1_NOOPEN marked
objects, and the RTLD_NODELETE and RTLD_NOLOAD flags to dlopen(3).

Mark libpthread as DF_1_NOOPEN and use it to test the functionality.

Somewhat taken from FreeBSD.

Fixes PR 42029.

OK from christos and joerg.
2010-12-24 12:41:42 +00:00
aymeric ab6dde387b Bump ramdisk size by 64K. This allows release builds to finish on macppc. 2010-12-24 10:11:39 +00:00
pgoyette 546ea3ce2c Migrate a couple more tests to aft 2010-12-23 15:27:44 +00:00
pgoyette 95456adcc6 Migrate a couple more tests from the old regress structure to atf 2010-12-22 23:45:44 +00:00
jruoho b7b8493a00 Document the __builtin_prefetch() GNU extension. 2010-12-22 19:35:41 +00:00
christos 2e960c795a add vsnprintf_ss 2010-12-22 17:00:54 +00:00
njoly c8af0dc65a +t_libm.debug. 2010-12-21 18:05:43 +00:00
jruoho 14755c98a1 Document the __builtin_types_compatible_p() GNU/GCC extension. 2010-12-21 15:05:02 +00:00
pgoyette e02d91d677 Move the only regress/lib/libm test to the new atf format 2010-12-20 23:47:23 +00:00
ryo 0b4dc3f5af add myself 2010-12-20 19:51:03 +00:00
njoly 198de556b0 Add testcase from PR/44255, that exercize parsedate(3) with sample
strings taken from the manpage.
2010-12-20 16:23:01 +00:00
njoly ff432d0574 Remove unneeded .debug entry for t_swsensor script. 2010-12-20 15:10:06 +00:00
pgoyette 2fbd285235 Add a rump-based set of tests for sysmon_envsys(8) + powerd(8) + swsensor(4) 2010-12-20 04:56:18 +00:00
christos 61081d3e2f To use x86/cpu.h struct cpu_info from userland, we need via_padlock.h installed. 2010-12-20 04:29:29 +00:00
pgoyette 924531cd7e Add rump versions of usr.sbin/powerd 2010-12-19 22:53:19 +00:00
jruoho b5b75a6230 Document __builtin_constant_p(). 2010-12-19 10:07:23 +00:00
jruoho b9d6470c45 Document the __builtin_return_address() GNU extension. Again this is well
justified due to the wide use of these non-standard extensions in the tree.
2010-12-19 09:30:49 +00:00
jruoho c29a3eba93 Document the __alignof__ GNU extension. 2010-12-19 08:10:07 +00:00
pooka c1e38b8cc4 the setlist joy for a new tp 2010-12-17 19:13:48 +00:00
jruoho 2daf152b55 There is no harm to add a manual page for the GNU typeof()-construct, given
that it has already crawled into the source tree.
2010-12-17 12:14:03 +00:00
jruoho 27cfff3b3e Make tcpdump(8) to drop root privileges and chroot(2) by default. 2010-12-17 09:54:27 +00:00
jruoho cc55e6fca5 Briefly describe __read_mostly and __cachline_aligned. 2010-12-17 08:13:09 +00:00
jruoho 52b33dcfd8 Add __insn_barrier(3). XXX: Someone more knowledgeable may want to check this. 2010-12-17 07:10:37 +00:00
joerg bff70242e1 Fix up mktime_z.3 entries 2010-12-16 23:01:56 +00:00
christos 059bb058bd add missing files. 2010-12-16 22:19:37 +00:00
christos 5294b6fb4c sets for tzcode enhancements 2010-12-16 18:42:48 +00:00
jruoho e4082b0bf6 Document __dead, __pure, __constfunc, __noinline, __unused, and __used. 2010-12-16 17:47:53 +00:00
pooka 7d31b6aa96 +rump_sp manpage 2010-12-16 15:30:56 +00:00
jruoho 85e71b7d90 Now that <sys/cdefs.h> is mostly documented, include a small summary page
for it, cdefs(3).
2010-12-16 10:19:13 +00:00
jruoho 084bbf58ac Start to document the GNU C attributes. For now, only __packed, __aligned,
and __section are documented, but I will keep extending this.
2010-12-16 08:35:35 +00:00
pooka cff244c45d goop for initial raidframe test 2010-12-15 20:42:23 +00:00
pooka 6c9ee22f0d +rump.raidctl 2010-12-15 18:39:27 +00:00
pooka 3c577ba703 Deal with crunch the standard way. 2010-12-15 11:22:41 +00:00
haad bc16eca20e Add usr.sbin/Attfile to test list. 2010-12-15 10:42:56 +00:00
pooka 7df18b4fe2 +traceroute tp 2010-12-15 00:17:34 +00:00
pooka 7b290e7e38 rump.traceroute 2010-12-15 00:11:59 +00:00
pooka 4273ad0aa6 add new, remove obsolete 2010-12-14 17:52:06 +00:00
jruoho 9c53985f97 Add a manual page for the makedev(), major(), and minor() macros.
Taken from FreeBSD. Written by Ed Schouten.
2010-12-14 17:09:27 +00:00
hannken 4d6cf788fb Make the definition of CRUNCHOPS independent of SMALLPROG_INET6 / USE_INET6.
Distrib/sparc64/instfs now builds again.
2010-12-14 17:07:08 +00:00
jruoho 674e0899ee By majority vote, move module(4) to the section 7. 2010-12-14 16:18:15 +00:00
pooka 756d5b62e3 Add another version of the simple ping test, this time written as a
shell script and using rump_server, rump.ifconfig and rump.ping.

XXX: uses rump_allserver for now, though, since i noticed a problem
where the rump kernel syscall vector does not get updated for
dlopen()'d libraries (and hence if you dlopen librumpnet.so, socket()
still gives ENOSYS).  Me be fixink it later.
2010-12-14 11:03:17 +00:00
skrll 355274ff7c bah set lists. expect this lot back soon(ish). 2010-12-14 10:02:02 +00:00
skrll be2356ad6f Convert a couple of old regress tests to ATF.
Remove the regress/usr.bin/rtld/dlopen/dlopen.c test as well as it's
covered by existing ATF test(s).
2010-12-14 05:57:31 +00:00
pooka a74a091f67 use CRUNCHOPS for a crunched prog 2010-12-13 21:47:32 +00:00
pooka f2ee316255 Add netstat rump client. For now, it always sets -X, i.e. will
use only sysctl and no kvm (implementing /dev/mem for a rump kernel
would probably not be hard, but still a non-zero effort).

Note: since there is absolutely no network activity in a fresh rump
kernel, rump.netstat usually displays exactly nothing when invoked
without parameters.  Arguments like -r, -bi, -p icmp etc. produce
more stuff.
2010-12-13 21:15:30 +00:00
pooka 91780b046c +rump.mod* 2010-12-13 20:51:11 +00:00
pooka 78f20aa8ef manpage 2010-12-13 19:36:34 +00:00
pooka e8de1d91d0 be a happy crunch build 2010-12-13 19:19:10 +00:00
pooka c7202418cd +rump.envstat 2010-12-13 18:02:04 +00:00
pooka 3731ffce96 add fresh rump clients 2010-12-13 17:51:39 +00:00
pooka 8603230f7e Define PROG here since Makefile.inc no longer defines it. 2010-12-13 17:35:31 +00:00
pooka 73b0b48907 Retire h_simpleserver and use rump_server instead. 2010-12-13 13:39:42 +00:00
pooka bfedfec98d +rump_server 2010-12-13 13:38:18 +00:00
mrg d541f2b66d reinstall awk.texi. 2010-12-13 06:30:44 +00:00
pgoyette 1a0912fe8a Update sets for new module(4) man page. 2010-12-12 19:29:23 +00:00
christos e8465113ee remove awk.info 2010-12-12 19:04:08 +00:00
adam 81f76d5f9d setlists updated for OpenLDAP 2.4.23 2010-12-12 16:27:24 +00:00
pooka d59692159a h_reboot has been superceded by rump.halt 2010-12-12 12:53:35 +00:00
pooka 78e5870eec utility to halt a rump kernel 2010-12-12 12:48:30 +00:00
rtr d9e0d8ab8b add obsolete entries for libamu to make MKDEBUGLIB=yes work on amd64 again 2010-12-12 00:19:44 +00:00
rtr 8f9b278727 add missing liblua_g.a debuglib entries needed for MKDEBUGLIB=yes 2010-12-11 10:41:11 +00:00
riz 788f402244 Add new resize_ffs test programs, and obsolete an old one. 2010-12-09 05:19:43 +00:00
njoly f23e744cdd Make tests set generation optional, skipped for MKATF=no build. 2010-12-08 23:56:01 +00:00
pooka f72f843cc8 +rumpnet_agr 2010-12-08 20:23:12 +00:00
pooka 1502fb0dfc +rumpnet_bridge 2010-12-08 18:16:16 +00:00
njoly 937456b0b9 +ldpd.debug 2010-12-08 16:38:52 +00:00
ryoon 1408146d58 Add myself, Ryo ONODERA. 2010-12-08 10:22:55 +00:00
kefren b7cc0d63a9 add usr/sbin/ldpd and its man page 2010-12-08 07:20:59 +00:00
pooka 0ee4a4c4ad +rumpdev_drvctl 2010-12-07 21:40:08 +00:00
kiyohara 88667f4694 The failure of rebuilding is evaded.
Vga is not used in x86 and alpha for a long time.  Also PR#41626 might
influence us.
2010-12-07 05:51:45 +00:00
mrg 1153d206d6 install prenice(1) and man page links. 2010-12-06 21:16:53 +00:00
phx 9efedd612c There should be no MD keymaps in /usr/share/wscons/keymaps. So I made the
PowerBook keymap MI again, after a discussion with <mrg>.
2010-12-06 18:26:28 +00:00
pooka 3ac6e9a428 +tp 2010-12-06 11:32:56 +00:00
pooka fee25d6c52 rumpcrypto should never have been its own faction, so finally make
it a component under kern, i.e. rumpcrypto -> rumpkern_crypto.
2010-12-05 20:11:21 +00:00
pooka 6eb225bba1 Add a rump server which comes with all the drivers currently
available.  In terms of modules it maps to:

golem> rump.modstat
NAME             CLASS      SOURCE     REFS  SIZE     REQUIRES
bpf              driver     builtin    0     -        -
cd9660           vfs        builtin    0     -        -
cgd              driver     builtin    0     -        -
dm               driver     builtin    0     -        -
efs              vfs        builtin    0     -        -
ext2fs           vfs        builtin    0     -        ffs
fdesc            vfs        builtin    0     -        -
ffs              vfs        builtin    3     -        -
fss              driver     builtin    0     -        -
hfs              vfs        builtin    0     -        -
kernfs           vfs        builtin    0     -        -
ksem             misc       builtin    0     -        -
layerfs          misc       builtin    2     -        -
lfs              vfs        builtin    0     -        ffs
mfs              vfs        builtin    0     -        ffs
msdos            vfs        builtin    0     -        -
nfs              vfs        builtin    1     -        -
nfsserver        misc       builtin    0     -        nfs
nilfs            vfs        builtin    0     -        -
ntfs             vfs        builtin    0     -        -
null             vfs        builtin    0     -        layerfs
pad              driver     builtin    0     -        -
ptyfs            vfs        builtin    0     -        -
puffs            vfs        builtin    0     -        putter
putter           driver     builtin    1     -        -
scsiverbose      misc       builtin    0     -        -
smbfs            vfs        builtin    0     -        -
suser            secmodel   builtin    0     -        -
swsensor         driver     builtin    0     -        -
sysvbfs          vfs        builtin    0     -        -
tmpfs            vfs        builtin    0     -        -
udf              vfs        builtin    0     -        -
umap             vfs        builtin    0     -        layerfs
union            vfs        builtin    0     -        -
usbverbose       misc       builtin    0     -        -
wapbl            vfs        builtin    0     -        -


In terms of interfaces:
golem> rump.ifconfig -C
shmif virt lo carp


and dmesg:
NetBSD 5.99.41 (RUMP-ROAST) #0: Tue Nov 30 15:35:05 CET 2010
        pooka@pain-rustique.localhost:/usr/allsrc/src/sys/rump/librump/rumpkern
total memory = unlimited (host limit)
timecounter: Timecounters tick every 10.000 msec
timecounter: Timecounter "rumpclk" frequency 100 Hz quality 0
cpu0 at thinair0: rump virtual cpu
cpu1 at thinair0: rump virtual cpu
root file system type: rumpfs
mainbus0 (root)
ugenhc0 at mainbus0
usb0 at ugenhc0: USB revision 2.0
uhub0 at usb0: vendor 0x7275 product 0x6d70, class 9/0, rev 0.00/0.00, addr 1
uhub0: 1 port with 1 removable, self powered
ugenhc1 at mainbus0
usb1 at ugenhc1: USB revision 2.0
uhub1 at usb1: vendor 0x7275 product 0x6d70, class 9/0, rev 0.00/0.00, addr 1
uhub1: 1 port with 1 removable, self powered
ugenhc2 at mainbus0
usb2 at ugenhc2: USB revision 2.0
uhub2 at usb2: vendor 0x7275 product 0x6d70, class 9/0, rev 0.00/0.00, addr 1
uhub2: 1 port with 1 removable, self powered
ugenhc3 at mainbus0
usb3 at ugenhc3: USB revision 2.0
uhub3 at usb3: vendor 0x7275 product 0x6d70, class 9/0, rev 0.00/0.00, addr 1
uhub3: 1 port with 1 removable, self powered
scsitest0 at mainbus0
scsibus0 at scsitest0: 2 targets, 1 lun per target
cd0 at scsibus0 target 1 lun 0: <RUMPHOBO, It's a LIE, 0.00> cdrom removable
Chicony Electronics Chicony Electronics, class 0/0, rev 2.00/1.00, addr 2, uhub0 port 1 not configured
AuthenTec AuthenTec, class 255/255, rev 1.10/6.21, addr 2, uhub1 port 1 not configured
swwdog0: software watchdog initialized
Kernelized RAIDframe activated
pad0: outputs: 44100Hz, 16-bit, stereo
audio0 at pad0: half duplex, playback, capture


There a bunch of other stuff which doesn't show up as any of the
above, plus of course the usb drivers which are probed only if I
have the appropriate hardware plugged into my workstation.
2010-12-05 17:37:32 +00:00
mrg 94f36216e9 fix some set lists issues after the recent bpf and pcap updates. 2010-12-05 09:02:28 +00:00
christos 5e475ba09e sets for new libpcap and tcpdump 2010-12-05 06:02:28 +00:00
jmmv c3babaca78 Remove password cipher selection as discussed in current-users@.
Users who really really really want to change the default setting can
continue to change their cipher algorithm right after a clean install
by modifying /etc/passwd.conf and regenerating the root password if
previously set by sysinst.
2010-12-04 14:57:56 +00:00
plunky f33b316b63 Remove the do-external-lib and do-gnu-lib targets, along with
external/lib/Makefile and crypto/external/lib/Makefile, replacing
them all with SUBDIRs directly from lib/Makefile.

compat/compatsubdirs.mk becomes simpler now, as everything is built
from lib/Makefile, meaning all the libraries will now be built under
compat so update the set lists to account for that.
2010-12-03 21:38:46 +00:00
phx 12e38db326 Make sure the new ukbd.any.powerbook keymap is just compiled for macppc.
So it can be removed from distrib/sets/lists/base/mi again.
2010-12-03 17:57:43 +00:00
njoly 71281c77f5 Add testcase for PR/44189: strtod(3) wrong results with "-0x". 2010-12-03 13:11:50 +00:00
hannken 0535cdefcf Add missing files ./usr/tests/util/make/d_unmatchedvarparen.{mk,out} 2010-12-03 12:02:28 +00:00
christos 84f44954f6 fix sets for bind 9.7.2-P3 2010-12-02 14:54:43 +00:00
pgoyette bbee0aaae2 Add keymap for ukbd.any.powerbook to fix build breakage 2010-12-02 02:58:28 +00:00
phx 0acc6b4268 Overlay for all Apple PowerBook keymaps, to support the special function
keys for brightness-, volume-control, num-lock, etc.
To be loaded via /etc/wscons.conf.
2010-12-01 17:48:04 +00:00
njoly 6906efb802 Remove unexpected t_resize_ffs.debug (t_resize_ffs is an atf-sh
script).
2010-12-01 17:40:08 +00:00
pooka 024c6ce070 adjust previous a bit to attempt to deal with MKMONKEY 2010-12-01 07:03:21 +00:00
mef de61feac70 Add Makoto Fujiwara mef@, thanks 2010-12-01 01:57:09 +00:00
riz b16d0da05a Add sets/mtree goop for new test program and accompanying dirs. 2010-11-30 23:18:25 +00:00
pooka 30ef7f96b5 build system gobbeldygook for tests 2010-11-30 22:14:02 +00:00
jruoho d34231af78 Add glob(7).
From OpenBSD. Written by Todd C. Miller.
2010-11-30 20:59:10 +00:00
jruoho e4adbfb091 Add c(7).
Pillaged from FreeBSD. Written by Gabor Kovesdan.
2010-11-30 20:50:28 +00:00
jruoho 1b259f8e7b Add orders(7) as a miscellaneous manual page. 2010-11-30 20:19:30 +00:00
pooka fe96301432 document rump_etfs 2010-11-30 17:32:28 +00:00
pooka 74861a965c test makecn/freecn 2010-11-30 16:16:33 +00:00
njoly a237b884af Add missing atf keyword for Atffile. 2010-11-29 19:29:47 +00:00
wiz f6f2c2f287 Reinstate xkeyboard-2.0 files. 2010-11-29 12:18:45 +00:00
mrg 57243b82af re-install the phoenixed XKeysymDB, since keyboards don't work without it.
fixes PR #44137.
2010-11-28 07:47:53 +00:00
mrg fe29d73fe6 obsolete the xkeyboard-config 2.0 files for now. 2010-11-28 04:58:41 +00:00
christos efc81249c1 add ihphy 2010-11-28 01:58:39 +00:00
mrg b814970ebf install an empty date.def, like the xorg package does. PR#44158. 2010-11-27 22:21:27 +00:00
roy 04e42faa8e Install the 02-dump hook for dhcpcd. 2010-11-27 12:11:54 +00:00
njoly 92242ed67b Update minor for debug libfreetype.so. 2010-11-25 16:32:39 +00:00
njoly 3132c04ed1 +fc-{query,scan}.debug 2010-11-25 16:28:18 +00:00
skrll b6fc822fcf Add nbfs(8) man page from Ben Harris. 2010-11-25 08:18:33 +00:00
pooka dc438cc52e need the notorious "debug" flag for the .debug
caught by pgoyette
2010-11-23 18:05:17 +00:00
pooka 48e1b6d6d5 Add simple test for md(4) which just stuffs junk into /dev/rmd0d
and checks the same data can be retrieved.
2010-11-23 15:38:53 +00:00
pooka 85503d7b13 Install rumpclient to /lib to allow non-/usr users.
pointed out by tron (thanks!)
2010-11-23 12:41:47 +00:00
mrg 52c1dfeea5 - remove README.DIR, README.rapidaccess.
- add README.modes.
- add new xorg-server headers.
- obsolete XKeysymDB.
2010-11-23 10:24:03 +00:00
christos beecabae31 bump libssh to 16 2010-11-22 22:22:28 +00:00
pooka 1f56aef90c +rumpdev_md. setlists, that's how they get you ... 2010-11-22 22:20:26 +00:00
mrg bf1d3cdc7a install dri.pc.
put the Mesa version into it's own makefile, and share it.  there
are now 4 references to it.
2010-11-22 21:05:27 +00:00
tsutsui 0894baba2d XOrgFoundation.0 should have .cat,xorg. 2010-11-22 15:42:22 +00:00
mrg 1b03bf4d56 bump libfreetype minor. 2010-11-22 08:54:14 +00:00
mrg c07ae75aba add new xkeyboard-config 2.0 files 2010-11-22 01:22:28 +00:00
mrg aae9764e40 merge libX11 1.3.6 - delete XKeysymDB. 2010-11-22 00:12:14 +00:00
mrg 15fa774130 obsolete lbx.h, lbxstr.h and lbximage.h 2010-11-21 20:45:02 +00:00
adam c1bc935c48 setlists updated for OpenSSH 5.6 2010-11-21 19:58:03 +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
mrg bb67f161f2 install lndir again. (hooray, i've missed this stupid app ;-) 2010-11-21 02:43:31 +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 d6885ccb11 +tp 2010-11-19 12:37:48 +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
tron c3d90973c3 Add new X.org manual pages from "xorg-docs" package. 2010-11-18 18:48:05 +00:00
mrg 40750601f0 add the ofppc bits for Xorg server. this should be complete now,
but needs to be tested still.
2010-11-18 08:42:40 +00:00
mrg d882d76e4a make this actually correct for an xorg world. 2010-11-18 07:52:45 +00:00
njoly c68f5328ef +libsparc_v8.so.0.0.debug 2010-11-16 14:25:54 +00:00
tron dde0196938 Add new "t_environment_pth" test to the set lists. 2010-11-16 14:04:11 +00:00
njoly f1acf9eabb Add missing xorg debug modules. While here, sort list. 2010-11-16 13:08:30 +00:00