Commit Graph

12063 Commits

Author SHA1 Message Date
jruoho
37f5de3ab8 Add a dummy-driver for ACPI fans. 2011-01-09 15:12:33 +00:00
pgoyette
99902ed6a7 sets-list dance for atf version of regex test 2011-01-08 18:11:21 +00:00
pgoyette
871c88bcef mtree and set-list games for xdr test 2011-01-08 07:00:17 +00:00
pgoyette
27aeaab683 Hook the new atf db test 2011-01-07 15:06:37 +00:00
pgoyette
6b82d481ea Forgot the Atffile for t_ttyio test 2011-01-07 03:04:12 +00:00
pgoyette
016a7f9b90 Hook t_cerror and t_ttyio into the build 2011-01-07 02:49:09 +00:00
pgoyette
8659b0cd02 Atf-ify test for mktime(3) 2011-01-06 17:20:48 +00:00
njoly
96b2d8096a Start unprivileged filesystem tests. For now, only chown/chmod owner
checks.
2011-01-06 15:19:09 +00:00
pooka
11cf07aa55 +tp 2011-01-06 13:13:44 +00:00
pooka
618d7d9ede +helper 2011-01-06 07:05:51 +00:00
jakllsch
a5fb435357 Support booting from GPT-partioned disks on PC-BIOS-compatible systems.
Much of the work in this commit was done by Mike Volokhov during GSoC 2009.
2011-01-06 01:08:48 +00:00
pgoyette
2ecc122160 Set-list magic for nsdispatch test 2011-01-05 21:18:29 +00:00
jruoho
b1ee05a7c3 Add build files for acpipmtr(4) module. 2011-01-05 20:15:52 +00:00
jruoho
e067d18bf0 Add a driver for ACPI power meters. 2011-01-05 20:08:12 +00:00
pooka
46c9056880 new helper 2011-01-05 17:20:15 +00:00
haad
912a040b47 Allow operator to use lvm in read-only mode. Switch LVM lock dir to
/var/run/lvm and create it in rc.d/mountcritlocal. Fix dm control device
permissions to allow rw for operator.

Test if we are running lvm commands as operator and if that it's true do not
create vg backups and do not print confusing warning.
2011-01-05 14:57:27 +00:00
pooka
b491658829 unsnafu 2011-01-05 09:35:51 +00:00
riz
89e455be4b Update resize_ffs tests for byteswapped file system support, and
for UFS2 growth support.  Also, reduce the number of tests run by default
while still maintaining decent coverage of features and block sizes.
Anyone working on resize_Ffs should run the tests with RESIZE_FFS_ALL_TESTS
set in the environment, which adds a lot more testing.
2011-01-05 02:25:27 +00:00
pgoyette
8d8a62aedb Update the ieeefp tests so that they can be built on all architectures.
This enables us to avoid the set-list mess.

Build tested on amd64, i386, sun2, and vax!
2011-01-04 22:30:40 +00:00
pgoyette
758e17089c Atf-ify the atexit test 2011-01-03 19:01:47 +00:00
pgoyette
c29feb97f6 Apparently, the ad.{MACHINE_ARCH} files are not processed when
${MACHINE} == ${MACHINE_ARCH}

So rename the files for affected ports accordingly.

This is confirmed to fix build breakage on port-i386 reported by
gson@ gson.org in private Email thread.
2011-01-03 14:07:10 +00:00
pgoyette
b159198e21 Sets list magic for the servent/protoent/hash tests 2011-01-02 22:06:40 +00:00
dbj
11be24bd28 add usr/tests/lib/libc/ieeefp and ./usr/libdata/debug/usr/tests/lib/libc/ieeefp 2011-01-02 11:34:13 +00:00
pgoyette
7e8d350761 Add the ieeefp tests to everything EXCEPT for vax and m68000 architectures. 2011-01-02 03:52:15 +00:00
pgoyette
fc1c4666a3 Typo - it is h_getopt_long and not h_getoptlong 2011-01-02 01:58:31 +00:00
pgoyette
9a073313c7 Convert a few more tests from regress to atf 2011-01-01 23:56:48 +00:00
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
pooka
78439d6c9f document shmif, or at least what's implemented so far 2010-11-15 23:10:51 +00:00
skrll
08aa2b4b48 Add a man page for nside(4). 2010-11-15 23:07:37 +00:00
pooka
9c2df30c76 diudau, remember that setlists have feelings too and make files match reality 2010-11-15 21:56:46 +00:00
wiz
e1a7a6e54f Improve wording. 2010-11-15 21:39:53 +00:00
wiz
4fe3d9c90c Wording improvements. 2010-11-15 21:39:12 +00:00
njoly
4bca75a158 +ofctl.debug 2010-11-15 12:26:36 +00:00
njoly
26b4f4dcb4 Remove unneeded xfree/xorg dga(1) entries from xserver md lists. 2010-11-15 12:23:06 +00:00
kiyohara
de5ebce146 Add myself. 2010-11-14 11:19:49 +00:00
jnemeth
cbdbb82b0b Note new et(4). 2010-11-13 10:11:43 +00:00
kiyohara
c2918ce618 Add INSTALL.{html,more,ps,txt} for bebox. 2010-11-13 05:20:21 +00:00
tsutsui
77acd29099 Add sample xorg.conf files for hpcarm, hpcmips, and hpcsh. 2010-11-13 02:07:28 +00:00
jnemeth
512709b547 PR/39094 - Kaspar Brand -- Add et (Agere ET1310/ET1301) network driver
The et(4) driver supports PCI Express Ethernet adapters based on
the Agere/LSI ET1310/ET1301 integrated MAC/PHY.

The et(4) driver was written by Sepherosa Ziehau for DragonFlyBSD,
ported to OpenBSD by Jonathan Gray and subsequently ported to NetBSD
by Kaspar Brand.
2010-11-13 00:47:23 +00:00
pooka
4bbf5d9a1a +tp 2010-11-12 17:50:12 +00:00
tsutsui
d1eadfe059 Provide port-specific sample xorg.conf files in xserver.tgz.
No particular comments on tech-x11.
2010-11-12 17:05:48 +00:00
pooka
afd7c107ce build system worship for new tests. 2010-11-11 22:48:47 +00:00
pooka
05738eefce +tp 2010-11-09 15:26:41 +00:00
pooka
b6e917cebd usual goop for new tp & dir 2010-11-07 19:55:58 +00:00
jmmv
02c4bb656f Adjust file lists after atf-0.12 import 2010-11-07 17:48:41 +00:00
jakllsch
3ca57ae182 Add schide(4) man page. 2010-11-07 01:12:22 +00:00
plunky
21df6574d6 fix up compat libraries for mips64
(liblua & liblzma partly missing, libmj wrong version)
2010-11-06 09:40:31 +00:00
pooka
807cc1b0bb +tp 2010-11-05 11:32:42 +00:00
gsutre
e0b5016656 Merge ACPI Fujitsu Driver. Provides support for hotkeys and other
built-in components through vendor-specific ACPI devices.

ok jruoho@
2010-11-05 10:28:20 +00:00
pooka
8097a77b45 make that 48 2010-11-04 22:05:43 +00:00
pooka
17c08f2ce0 Add rumpclient to setlists.
You know, I used to think setlists were ridiculous back when ~20
entries per lib were required.  It seems we're up to 47 and I've
long since run out of superlatives to describe the situation.
2010-11-04 21:15:54 +00:00
pooka
bfc769e859 debug entries are sacred too 2010-11-04 13:24:26 +00:00
pgoyette
93e2084075 Add files for lib/libc/stdio tests. 2010-11-04 13:00:07 +00:00
plunky
e4548c2a7b add some missing tags 2010-11-04 08:54:44 +00:00
christos
c7f267ae62 add otus. 2010-11-03 18:57:32 +00:00
njoly
94dfcbab95 unobsolete usr/lib/sparc/libmagic.so 2010-11-03 14:37:56 +00:00
njoly
e6ad238d2c +xz.debug 2010-11-03 12:15:54 +00:00
joerg
6960a12118 Install XZ's header files. 2010-11-02 19:12:46 +00:00
joerg
b1de0a15dc Hook up xz into the build system. 2010-11-02 16:34:33 +00:00
njoly
9a47829364 Add lua debug files. 2010-10-31 23:29:16 +00:00
njoly
cbfcc07308 +resize_ffs.debug 2010-10-31 16:31:31 +00:00
mbalmer
2d5f2730a5 Fix file lists for amd64 and sparc64 since on these arches 32bit versions of
the libraries are built as well.
2010-10-31 16:31:12 +00:00
mbalmer
aa94cc597c Link Lua to the build and add the resulting files to the distribution sets.
Document the addition of Lua and the change we made to the default settings.
2010-10-31 11:52:50 +00:00
haad
1e89108160 Add resize_ffs tool to build, change default behaviour to grow filesystem
to device size. Add parameter -s to specify size if user want to shrink
filesystem.

Apply some KNF, remove dead unused code.

Oked by christos@.
2010-10-30 21:16:07 +00:00
kiyohara
a15ff5666c Build ramdisk and floppies dir. 2010-10-28 08:32:30 +00:00
kiyohara
bcc52a5d12 Add kernel dir to SUBDIR. 2010-10-28 08:29:27 +00:00
martin
6075e8b9e3 Adapt to newer Rawrite32 version 2010-10-27 18:17:42 +00:00
martin
7fc31def88 Update rawrite32 url 2010-10-27 14:41:46 +00:00
jruoho
a2a33b95b3 Build asus(x) and hpqlb(4) as modules on x86. 2010-10-26 05:36:49 +00:00
jruoho
5679460fc3 Update for new ACPI modules. 2010-10-25 17:19:05 +00:00
jruoho
6f8ac939ae Build acpiacad(4), acpibat(4), acpibut(4), acpicpu(4), acpilid(4), and
thinkpad(4) as modules on x86. More to come later.
2010-10-25 06:40:32 +00:00
jmcneill
b70feaec53 build acpiwmi as a module on x86 2010-10-24 18:29:33 +00:00
jmcneill
abee62ef8f build wmi drivers as modules on x86 2010-10-24 16:31:35 +00:00
jruoho
117351d1b6 Add acpiwmi(4) mappings for MSI laptops.
XXX: It may be necessary to fix PR # 43659 before this works on all models.
2010-10-24 08:54:14 +00:00
jruoho
e7043d3268 Catch-up with code changes. 2010-10-24 06:57:04 +00:00
jmmv
fc81f1bd0c Adjust file lists and directories to match atf 0.11. 2010-10-20 09:22:32 +00:00
kiyohara
590078265e Add INSTALL+ramdisk fllopy for installation. 2010-10-20 02:59:58 +00:00
pgoyette
adb48c7f00 Build the new swsensor(4) device and add to set lists 2010-10-19 11:58:00 +00:00
kiyohara
8e2fc5a49a Cleanup floppy directory. 2010-10-17 11:34:27 +00:00
kiyohara
cdc4e954f1 Cleanup floppy directory. 2010-10-17 11:19:53 +00:00
kiyohara
d1c31788ca Add ramdisk directory and files. 2010-10-17 11:05:18 +00:00
skrll
cf640a666c oops, sort after previous. 2010-10-16 10:41:50 +00:00
skrll
e6cdac9c4b Implement dl_iterate_phdr.
Somewhat taken from FreeBSD. Manual page from OpenBSD.
2010-10-16 10:27:06 +00:00
skrll
1f09b5c2ae Sort entries. 2010-10-15 12:29:17 +00:00
tsutsui
621e053625 Build and install compat_aoutm68k.kmod and exec_aout.kmod on m68k machines. 2010-10-15 12:20:33 +00:00
gsutre
81b0c07811 Add acpivga(4). 2010-10-12 23:01:55 +00:00
njoly
ba1533a242 Update macppc list for MKX11+MKDEBUG builds. 2010-10-11 13:58:10 +00:00
tsutsui
fa503744cd netbsd.aout-INSTALL for cats is renamed to netbsd-INSTALL.aout.
XXX: catscd.iso should also have netbsd-INSTALL.ABLE?
2010-10-05 14:16:19 +00:00
tsutsui
961a77cdbb Use consistent names for distribution RAMDISK kernels:
netbsd.able-INSTALL.gz -> netbsd-INSTALL.ABLE.gz
 netbsd.aout-INSTALL.gz -> netbsd-INSTALL.aout.gz

XXX: Probably it's simpler to have default ELF (currently ABLE) kernels
XXX: and optional a.out ones for old firmware as sgimips does for ecoff ones.
2010-10-04 15:56:53 +00:00
tsutsui
531d587aac Follow rename of distribution kernels in binary/kernel:
netbsd.ecoff-GENERIC32_IPXx.gz -> netbsd-GENERIC32_IPXx.ecoff.gz
2010-10-04 13:58:43 +00:00
tsutsui
82527754bc Copy ramdisk INSTALL.aout kernel into installation/instkernel in ${RELEASEDIR}
where it had been put and documented. Actually closes PR port-shark/41672.
2010-10-04 13:45:28 +00:00
kiyohara
f634b377ec Add g760a man page. 2010-10-02 06:26:28 +00:00
njoly
61da8c5b7a Cleanup, sort entries and remove some duplicates. 2010-09-30 18:43:07 +00:00
christos
6e7b66f496 add resolver.5 2010-09-29 13:47:06 +00:00
tsutsui
38b1a5293d Remove obsolete message:
'If you are using a SUN type 4 keyboard, please enter "sun-type4".'
2010-09-25 14:30:34 +00:00
tsutsui
396e67e677 Use vt100 rather than sun for $TERM.
The latter one is not supported by the hardcoded libterminfo fallback
without external database.
2010-09-25 14:29:13 +00:00
wiz
d94cfe4ad0 Mark /usr/share/doc/html/ntp/build.html as non-obsolete, since a build
installs it.
2010-09-25 10:35:59 +00:00
wiz
e65d0e5f60 sort -u. 2010-09-25 10:34:58 +00:00
matt
19e6c76b2d Rename rb.h to rbtree.h, as it is more appropriate (c.f. ptree.h). Also
helps find code that hasn't been updated to use the new rbtree API.
2010-09-25 01:42:38 +00:00
christos
0a37c83ff1 add fmemopen 2010-09-24 21:53:00 +00:00
skrll
7720aabd25 libc minor was bumped. 2010-09-24 18:01:39 +00:00