Commit Graph

5130 Commits

Author SHA1 Message Date
mrg
2297c9ea68 add the new Xi manuals. 2009-03-10 04:55:00 +00:00
ad
101a9782a2 Add crash(8), a utility to diagnose kernel crashes. This is basically
ddb running on crash dumps, but with two notable changes:

- Breakpoints, watches, etc are obviously never going to work so they
  are not handled.

- You can pipe output to the shell, e.g. ps | grep foo

Items remaining to be done:

- Port it to architectures other than i386. This isn't difficult, just
  a case of making db_disasm.c/db_trace.c or their equivalent compile
  and work.

- Make more of the "show" commands work, e.g "show uvmexp".
2009-03-07 22:08:07 +00:00
christos
ca1ab1c9a6 2 more missed debuglibs. 2009-03-03 22:41:47 +00:00
nonaka
51d7b545e8 fix filename. 2009-03-03 08:02:41 +00:00
mrg
bcc593b98f put xkbcomp output into /var/db/xkb by default, a place that (now) exists 2009-03-03 06:01:56 +00:00
pgoyette
6d1c35419f Remove garbage line that prevents 'build.sh release' from working. The
line contains only a single character 'P' and there is no such file in
the $DESTDIR
2009-03-02 21:32:38 +00:00
christos
0283f9fff8 fix debuglib mess! 2009-03-02 19:22:15 +00:00
christos
a24ff27d26 more missing debuglibs. 2009-03-02 18:41:00 +00:00
nonaka
b9670a7b32 Add zboot 2009-03-02 09:59:10 +00:00
christos
85bb9a6e54 add debug libs. 2009-03-02 03:55:44 +00:00
pooka
b9069707ae add if_shm to setlists 2009-02-28 15:32:29 +00:00
njoly
65d2f41a54 Use crypto_XXX tags to fix MKCRYPTO_{IDEA,MDC2,RC5}=yes builds.
Solve PR/40667 and other reports from current-users@.
2009-02-28 13:32:51 +00:00
kenh
cd2827b367 Improved support for GPIO support on the EP93xx ARM processors.
Specifically:

Support disabling specific pins on specific ports.
Modification of TS7200 kernel config file for GPIO support.
Documentatin for the current and improved GPIO interface (epgpio).
2009-02-27 03:13:55 +00:00
njoly
a3752d0c54 +ioport.debug 2009-02-26 19:05:02 +00:00
njoly
1ba3fc52da Add some missing .debug extensions and remove some unneeded files
(t_ipf, Atffile) to fix MKDEBUG build.
2009-02-26 12:43:15 +00:00
jmmv
b071025674 Add directories and file lists for the new kernel and ipf tests. 2009-02-20 21:45:09 +00:00
mjf
969f66ec80 Document the Processor-Dependent Code firmware driver. From OpenBSD. 2009-02-20 13:17:58 +00:00
jmcneill
73235aa750 Remove vesafb(4) man page, pointed out by agc 2009-02-19 00:58:59 +00:00
hira
b225d4fb77 - Rename filename of license.
- Correct filename in license (add missing prefix).
2009-02-18 10:51:17 +00:00
jmmv
fcb5661ef5 Register the atf/test_programs/h_c helper. 2009-02-17 17:30:27 +00:00
njoly
b01601424d +t_cmsg.debug 2009-02-17 15:03:13 +00:00
christos
7f8f733829 bump libssh 2009-02-16 20:57:28 +00:00
macallan
675423a8fd forgot the newport man page 2009-02-16 18:47:51 +00:00
abs
595fdaa174 Add edlabel 2009-02-16 12:33:01 +00:00
tron
e35bbfeae7 Add "edlabel" which now gets build under NetBSD/sparc64. 2009-02-16 12:20:00 +00:00
mrg
3c12759a90 from yorick hardy:
- build mesa_dri.so, saving ~1.8MB per module (yay, the size of the
   xsetrver set goes down massively now)
 - use the right includes so that dri * mesa use the same headers
 - correct LIBDPLIBS for libdri

tested by jmcneill, and builds fine for me.
2009-02-15 19:00:21 +00:00
joerg
6a4d107f7d Install pkg_install.conf(5). 2009-02-15 18:24:49 +00:00
abs
46ffce41c5 Build fdformat on a MACHINE_ARCH not MACHINE basis 2009-02-14 22:46:05 +00:00
jmcneill
2a29f12f50 xf86-video-wsfb 2009-02-14 20:29:21 +00:00
abs
141adf6795 Add rescue/edlabel 2009-02-14 19:29:30 +00:00
abs
2cb54095fc Build and install edlabel based on MACHINE_ARCH not MACHINE 2009-02-14 11:33:56 +00:00
abs
3d02ad9f0d Try to cleanup the sets to allow ports without X11R7 servers to build:
- Xnest is mi, cvt and gtf are not
- Man pages are (mostly) mi
2009-02-14 11:23:13 +00:00
bjh21
a0263b80b8 I've just discovered config_found_ia(), which means that wskbd(4) and
wsmouse(4) can attach directly at arckbd(4) and I can dispose of the
ugly arcwsmouse(4) and arcwskbd(4) interpositions.  Do that, and purge
them from the documentation as well.
2009-02-14 10:20:55 +00:00
macallan
49ff8f756f add the newport driver 2009-02-14 03:22:21 +00:00
jmmv
3baa49a10f Convert the threads libcrypto test to ATF and enable it. Drop the old one
in regress.
2009-02-13 22:01:48 +00:00
jmmv
fd2c7cbdc1 Convert libcrypto tests to ATF. Original work done by Lukasz Strzygowski
in the GSoC 2008 atfify project.  Reorganization of files and build system
reworked by me.
2009-02-13 20:58:13 +00:00
jmmv
bc4d78a24c killpg is not obsolete, but atf-killpg was. My mistake.
Reported by wiz@, Nicolas Joly, and drochner@.
2009-02-13 20:42:41 +00:00
jmmv
5274fd4fe5 Sync the tests list after adding several new util tests. 2009-02-13 05:20:26 +00:00
uebayasi
d4222bb04e Fix build for tests/syscall; pointed out by Geoff Wing. 2009-02-12 16:14:32 +00:00
plunky
f3db23b38f Restore NetBSD branding to xdm login widget
- add NetBSD banner pixmaps and have Xdm use them by default.

- also, move the pixmap files back to
    X11BASE/include/X11/pixmaps/
2009-02-11 10:25:14 +00:00
abs
75362c1562 As all port now build Xvfb, move it into the mi file.
Remove any empty md.* files (but leave ad.*)
2009-02-09 16:28:53 +00:00
pooka
020ab015cd Add rumpnet_local to the setlists (at least most of the variants ;). 2009-02-08 16:30:48 +00:00
abs
e468650cc4 Enable Xvfb build on vax and x68k to match every other port. 2009-02-08 00:50:07 +00:00
dyoung
238b355bab Remove the 'nls' tag from ./usr/share/locale/sk_SK.ISO8859-2/LC_MESSAGES,
since we install the directory whether MKNLS=no or not.

Replace comp- with base- in some syspkg names.

Put firmware and files from /usr/share/mk/ into their own syspkgs.
2009-02-05 19:35:48 +00:00
dyoung
7b8c552849 Fix MKBFD=no builds, add the 'bfd' tag to ./usr/libdata/ldscripts/kmodule. 2009-02-05 19:32:08 +00:00
dyoung
a6e2723726 Move the RUMP libraries to a syspkg called base-rump-shlib. 2009-02-05 19:29:48 +00:00
dyoung
57e7da9522 Move RUMP libraries to a syspkg called base-rump-shlib. 2009-02-05 19:28:43 +00:00
sborrill
d9e19ce400 Add bwi(4) man page based on Dragonfly man page 2009-02-05 18:03:30 +00:00
haad
7aa7bdd03c Add support for the MODULAR framework to the vnd driver. Enable building of
vnd.kmod by default.
2009-02-05 17:32:10 +00:00
haad
460b9c8427 Fix MKLVM=yes MKDEBUG=yes build. Patch sent by Dieter Roelants. 2009-02-05 10:18:49 +00:00
haad
841a3edfd9 Fix MKLVM=yes and MKPROFILE=no build. Issue reported on -current users
by Adam.
2009-02-04 13:33:02 +00:00
joerg
bb314659c8 Merge pkg_install-20090201 and update build system. 2009-02-02 20:47:19 +00:00
agc
880b89c37a Add the new openpgpsdk.h and openpgpsdk.3 to set lists 2009-01-31 00:50:13 +00:00
ghen
89b2df731d Add Belgian Azerty keymap for ukbd(4). Existing pckbd(4) map doesn't work
for USB keyboards.
2009-01-30 23:12:16 +00:00
agc
467d65ac1a Add a manual page for openpgp.1 (all contributions welcome, it's incomplete
right now).

Explain the reason for the WARNS=0 directive in openpgp(1)'s Makefile.
2009-01-30 04:14:19 +00:00
njoly
747badac97 +openpgp.debug 2009-01-26 14:14:12 +00:00
tron
11cc2a433c Install the "sony-misc" font from the X.org distribution.
Patch supplied by Takeshi Nakayama in PR xsrc/40476.
2009-01-25 23:11:16 +00:00
rmind
6d73ddd355 Revert path of modules back to "/stand". 2009-01-24 22:14:44 +00:00
bouyer
7e113f2eda Add support for X11FLAVOUR=xorg to NetBSD/alpha. Tested on PWS500
(ev56, handled as non-BWX by Xorg) and XP1000 (ev6, BWX). Also
tested by Rafael Ruiz on a AlphaStation 255 (thanks !).
non-PCI adapters are not supported; someone should make these work
as a wsfb device.
2009-01-24 17:24:52 +00:00
he
e724c6a64d Add an entry for the recently added ./kernel directory tree. 2009-01-24 13:53:56 +00:00
agc
df41ea2ee2 Add the build glue and sets information for the libopenpgpsdk library, and
the openpgp binary.
2009-01-24 01:15:24 +00:00
rmind
f0e51651e4 Change path to kernel modules from "/stand" to "/kernel".
Needs to go in before 5.0.  Proposed on <tech-kern>.
2009-01-24 00:29:12 +00:00
minskim
8b464c62c2 MKSENDMAIL is no longer used. 2009-01-19 19:13:45 +00:00
jmmv
fd39001d18 Adjust file lists after the import of ATF 0.6. 2009-01-19 07:19:35 +00:00
snj
a8a1e35bee Fix set lists for XFree86 on netwinder. 2009-01-19 02:57:50 +00:00
he
305b313149 Farm out module tests to module.mi, to accomodate evbppc which
currently does not build modules or module tests.
2009-01-18 12:49:07 +00:00
agc
4d23086ab7 Bump shared lib versions for libdevmapper following the 64bit time_t/dev_t bumps 2009-01-18 00:44:33 +00:00
mjf
53ce0ef17c Catch up with shlib major bump for all arm platforms. 2009-01-17 17:05:17 +00:00
cegger
3e297f66ad manpages for new age(4) and atphy(4) drivers 2009-01-16 21:28:10 +00:00
uebayasi
7caa97c9ca config_found_sm(9) -> config_found_sm_loc(9) 2009-01-16 09:51:34 +00:00
haad
f42e53f384 Add lvm script to the lists. 2009-01-16 01:58:32 +00:00
dogcow
f91a017c5f i386 compat libs' major version bump, due to time_t changes. 2009-01-14 08:04:18 +00:00
jnemeth
e99cf5f41a oops: X11R2 -> X11R6 2009-01-14 07:07:12 +00:00
tsutsui
9f9e7cdcd7 Remove /boot.atari, which is no longer installed during build
and removed from base.tgz.

Note we must not mark this obsolete because this tertiary bootloader
will be copied into / during installation and it shouldn't be removed
by postinstall(8).
2009-01-13 13:52:06 +00:00
jnemeth
24565c95ce missed a couple 2009-01-13 05:43:39 +00:00
jnemeth
79a9698719 - more christos-time_t shared library bumps
- sort
2009-01-13 01:47:13 +00:00
dogcow
a217648bf2 more shared library major number bumps. 2009-01-12 10:01:33 +00:00
jnemeth
1cdebf7e1f got a couple wrong 2009-01-11 23:14:53 +00:00
jnemeth
306bc7a8b5 shared library bumps; undoubtably there will be many more 2009-01-11 13:26:29 +00:00
rmind
57babc4980 Manuals describing the interface of POSIX message queues.
Taken from The Open Group, with various modifications.
Thanks <wiz> for improvements!
2009-01-05 21:19:48 +00:00
pooka
7defc699fc +sysvbfs 2009-01-05 15:38:00 +00:00
jnemeth
b75982a72d add new callout_ack, callout_expired, and callout_invoking manpages 2009-01-05 05:06:09 +00:00
lukem
aa5e6ee4e2 Move usr/share/mk/* from comp to base.
We provide make in base, so having the "system" .mk files there is useful.
Fixes PR 5865, PR 22126
2009-01-05 00:18:38 +00:00
he
5c1f0a6b39 Add etc/rc.d/rndctl. "Hi, apb@!" 2009-01-04 23:02:21 +00:00
wiz
211af1fdb9 Add man page for gcscaudio driver. 2009-01-04 15:34:17 +00:00
tnozaki
52ed7b035f Fixes PR lib/39662, shortcomings in LC_{MONETARY,NUMERIC,TIME,MESSAGES} db format.
ok'ed by core and releng.
(thanks for agc@, snj@ and i'm sorry for long time patience).

[libc]
- localeio.[ch] and lc*.[ch] in src/lib/libc/locale was replaced by
  new locale-db implementation using citrus_db backend,
  see src/lib/libc/citrus/citrus_lc_*.[ch].
- add citrus_bcs_strtou?l.c. don't use strtou?l locale implementation
  internally, because they're locale-aware function.
- add some stubs for multi-locale issue, see {current,global}_locale.c.
- remove some obsolete file, setrunelocale.c, ___runetype_mb.c.
- remove __savectype() from ctypeio.[ch].

[tools]
- mklocale(1): add new option ``-t'' that generates new style
  LC_{MONETARY,NUMERIC,TIME,MESSAGES} locale-db format.
- chrtbl(1): added ctypeio.[ch] for __savectype().

[locale-db]
- added en_US.US-ASCII locale.
- removed some shareable locale definition file:
    en_US.US-ASCII -> en_US.ISO8859-1, en_US.UTF-8
    zh_CN.eucCN -> zh_CN.GB18030
    and more...see src/share/locale/*/Makefile.
- remove obsoleted locale sr_YU, added new locale sr_ME, sr_RS.
- change locale name ja_JP.ISO2022-JP* -> ja_JP.ISO-2022-JP*
  for X11's locale.alias file alignments.
- fix regression test, wrong wcs?width(3), NAN/INF usage.

i tested release-build following arch:
  i386, amd64, hpc{mips,arm,sh}, sparc64, vax.

citrus_lc_*.[ch] also can read old-plain-text style locale-db.
so that backward compatibility is keeped, but lc*.[ch] can't read
new citrus_db'ed locale-db and localeio.c never check sanity,
so forward compatibility is broken ;-<

old mklocale(1) doesn't know -t option, so you have to rebuild toolchain.
2009-01-02 00:20:18 +00:00
agc
287120139a Might as well install the dm devmapper module when we install the
other parts of the LVM tools - use the same MKLVM switch, though.
2008-12-31 21:22:02 +00:00
pgoyette
38a22d040a Correctly mark files obsolete. 2008-12-30 20:33:27 +00:00
pgoyette
6bafd541ac The extra fonts have gone away again, probably due to changes being made
to make(1).  Mark them 'obsolete'.
2008-12-30 18:00:38 +00:00
christos
09799eeb1f add pw_getpwconf 2008-12-26 00:52:45 +00:00
jmmv
dc96dedd00 Install the Cards file used by xorgconfig. 2008-12-25 12:45:56 +00:00
ghen
349ed9999e Add X.org support for the Colemak keyboard layout, see http://colemak.com
(it's been included in upstream xkeyboard-config, but not in xkbdata).
2008-12-25 12:12:17 +00:00
pgoyette
16866faca8 Remove duplicate entry for 7x13.pcf.gz 2008-12-24 15:04:19 +00:00
agc
fcded1c904 Only worry about /sbin/lvm if MKLVM was involved. 2008-12-23 04:22:55 +00:00
agc
408492d9e8 Put the lvm/MKLVM glue into the sets subroutines 2008-12-23 02:56:10 +00:00
agc
adf8a9bf65 First pass at set list changes for lvm functionality. 2008-12-22 20:18:36 +00:00
pgoyette
9c3665a581 Update for new sizes of KOI8-R, ISO8859-8 and ISO8859-11 2008-12-21 23:13:15 +00:00
isaki
cf59801230 x68k pow(4) now uses MI sysmon_pswitch framework. suggested by tsutsui@.
- Make MD poffd(8) retire, and use MI powerd(8) instead of it.
- Make /dev/pow1 retire, because nobody holds /dev/pow0 any longer.
  Use /dev/pow0 for pow(4) ioctl.
- POWIOCSSIGNAL ioctl which is for poffd(8) is also obsoleted.
2008-12-20 13:20:58 +00:00
christos
6be7b1d936 kill bitmask_snprintf 2008-12-16 22:50:32 +00:00
njoly
b4f0a0e86c +tabs.debug 2008-12-12 23:49:28 +00:00
mishka
43e91ff9f2 Import rc.d/httpd script for httpd(8) daemon control.
See rc.conf(5) for options explanation.
2008-12-11 13:55:16 +00:00
roy
aa75124521 Add the tabs utility, conforming to IEEE Std 1003.1 (``POSIX.1'').
Fixes PR bin/11227

No objection on tech-userland, ok: martin
2008-12-11 11:14:36 +00:00
pgoyette
b6ef8a4ac6 Add fdopendir.html3 2008-12-07 01:46:06 +00:00
cube
4292dea308 Move etc/rc.d/x{dm,fs} into xetc.tgz. 2008-12-05 18:56:47 +00:00
ad
117c67b2f2 Add fdopendir(), from Solaris/Linux. 2008-12-05 13:08:53 +00:00
ad
49e50a21d6 PR kern/40110: null, overlay and umap modules loading -> panic (layerfs symbols not there)
Add a layerfs module.
2008-12-05 13:05:37 +00:00
tsutsui
7828361bcf - don't build compat_linux on alpha until sys/modules/compat_linux/Makefile
handles required MD files under sys/compat/linux/arch/alpha
- build exec_elf64 for all 64 bit arch
- use MACHINE_ARCH!="alpha" instead of MACHINE!="alpha" for exec_elf32 check

XXX we have many histrical inconsistent use of amd64 vs x86_64.
2008-11-29 18:41:06 +00:00
tsutsui
36e401605d Reorganize lists for MD modules:
- move MD module files from md.* into separate module.* lists
- make those module lists per MACHINE_CPU or MACHINE_ARCH,
  rather than per MACHINE

Tested on several ports.

XXX maybe we should also move usr/tests/modules/k_helper/k_helper.kmod
XXX from lists/tests/mi to lists/tests/module.mi and disable it on evbppc.
2008-11-29 17:57:33 +00:00
tsutsui
6c9852e4a8 alpha doesn't have modules for compat_linux and exec_elf64 (yet?). 2008-11-28 15:16:02 +00:00
tsutsui
399241e435 - rename set list lkm.mi -> module.mi
- move obsolete lists of usr/lkm files to mi
2008-11-26 15:45:56 +00:00
tsutsui
d54ffae702 Remove dup entries. 2008-11-26 11:41:07 +00:00
he
5d0260e67c Adapt to the removal of exec_elf32 from the alpha port, necessitating
the module be added to all the other ports' md.* files.
Also add the compat_linux module for alpha.
2008-11-26 11:06:11 +00:00
he
89e03cd94e Add the recently added filecorefs, msdosfs, nullfs, and umapfs modules. 2008-11-26 11:04:22 +00:00
he
595bc8a159 Add dev/crmfbreg.h. 2008-11-25 20:48:01 +00:00
cube
3109c3a3b9 Register PPP compressors modules. 2008-11-25 02:45:14 +00:00
joerg
6c45130eba Move the specification of the on-disk journal format into a separate
header.
2008-11-24 16:05:21 +00:00
tsutsui
427495e3ff Replace timecounter(9) man page with OpenBSD's tc_init(9)
since the previous one was derived from FreeBSD's time(9)
which was based on NetBSD's time_second(9), and
it didn't mention the timecounter framework itself.
2008-11-24 14:25:15 +00:00
tsutsui
e27e32c9d4 Add tvtohz(9) man page, which is Xref'ed from microtime(9) and microuptime(9),
from FreeBSD.
2008-11-24 14:08:12 +00:00
tsutsui
ad4de7f1e5 Merge description about bintime(9), getbintime(9), getmicrotime(9),
nanotime(9), and getnanotime(9) from FreeBSD's microtime(9) man page,
and add appropriate MLINKS.
2008-11-24 13:50:07 +00:00
tsutsui
98a1d01177 Fix botch in previous. 2008-11-24 12:43:43 +00:00
tsutsui
f208f6681d Add MLINKS to binuptime(9), getbinuptime(9), getmicrouptime(9), nanouptime(9),
and getnanouptime(9) from microuptime(9).
2008-11-24 12:09:54 +00:00
ad
22a5f6ab5a Rename some modules to match their vfs name. 2008-11-24 11:26:49 +00:00
rtr
37a0c6d64c * install only wsfb driver and manpages for netwinder
* don't install client side dri modules for netwinder
* remove module and driver entries from set lists for netwinder that
  are no longer installed.
2008-11-24 07:51:51 +00:00
martin
c0355a8c33 Move the exec_elf32 module into MD files. 2008-11-23 15:47:42 +00:00
jnemeth
f11160b8b4 update compat libc to 12.164 2008-11-21 13:35:23 +00:00
matt
0ad7281825 Add new ptree (Patricia / RADIX tree) implementation to NetBSD. 2008-11-20 23:50:08 +00:00
ad
226bc85b61 Rename the accept filter modules to make module name match filter name. 2008-11-20 09:58:45 +00:00
ad
92ce8c6a3d Make the emulations, exec formats, coredump, NFS, and the NFS server
into modules. By and large this commit:

- shuffles header files and ifdefs
- splits code out where necessary to be modular
- adds module glue for each of the components
- adds/replaces hooks for things that can be installed at runtime
2008-11-19 18:35:57 +00:00
pooka
e10fef6cd2 Split vfs out of rumpkern into rumpvfs. Non-fs rumps no longer
include the file system code.  File system rumps explicitly need
to include rumpvfs from now on.
2008-11-19 14:10:48 +00:00
pooka
4365963024 add include/rump/rump_namei.h 2008-11-17 08:56:56 +00:00
ad
e6a3385171 Make POSIX AIO loadable as a module. 2008-11-14 23:33:45 +00:00
apb
c89f08d79b Add support for new MAKEVERBOSE levels 3 and 4. The complete list is now:
0   Minimal output ("quiet")
 1   Describe what is occurring
 2   Describe what is occurring and echo the actual command
 3   Ignore the effect of the "@" prefix in make commands
 4   Trace shell commands using the shell's -x flag

The default remains MAKEVERBOSE=2.
2008-11-13 20:40:11 +00:00
ad
b11cbdbb9d compat_ossaudio module, so others can depend on it. 2008-11-13 10:05:52 +00:00
pooka
c4cd5545e5 Update compat library setlists for MKPUFFS removal. 2008-11-12 14:47:22 +00:00
ad
90ca4b2244 +ksem 2008-11-12 14:33:11 +00:00
pooka
b2fa04c6b2 Now that MKPUFFS is default, kill it as advertised.
While there, give puffs and refuse files sensible syspkg entries.
2008-11-12 13:17:27 +00:00
ad
0efea177e3 Remove LKMs and switch to the module framework, pass 1.
Proposed on tech-kern@.
2008-11-12 12:35:50 +00:00
cube
9ebedbde5e Register files installed for libglut. 2008-11-11 16:13:50 +00:00
macallan
f11a850607 add entries for the AG-10e driver and man page 2008-11-11 03:44:45 +00:00
dogcow
fffaa9c27d x11,xorg,lint doesn't work, as the keywords are AND'ed together; you have to
split the entries onto separate lines. Problem pointed out by Jukka Salmi.
2008-11-11 02:18:55 +00:00
dogcow
58059f20c1 Move all the xorg/x11 linty stuff from comp/mi -> xcomp/mi 2008-11-10 04:06:16 +00:00
mrg
e5bc8e2c94 fix a couple of minor errors picked up by he@. thanks! 2008-11-09 23:07:22 +00:00
mrg
9c8df5ee67 - retire MKXORG from public use
- introduce X11FLAVOUR to choose src/x11 vs src/external/mit/xorg
  for the X11 to build if MKX11=yes is set.  it takes the values
  of either Xorg or XFree86.
- default to Xorg on alpha, i386, macppc, shark, sparc and sparc64
- remove MKXORG_WITH_XSRC_XSERVER, unused and never useful
2008-11-09 23:02:28 +00:00
macallan
e728cef6f2 XF86VidMode stuff built on sparc. 2008-11-09 17:52:08 +00:00
wiz
28d736a3de Move libx86_64.so to the base set, for consistency (.so.0 and .so.0.0
are already there).
2008-11-08 19:01:05 +00:00
joerg
0e0a05e75d Switch to the correct second generation wpi(4) firmware. 2008-11-07 15:18:24 +00:00
rtr
399b7cbd4e add entries for MKDEBUG=yes
- xmlwf.debug
  - fc-match.debug
  - fc-cat.debug
2008-11-07 10:55:28 +00:00
rtr
d6cd7f5a3c sort 2008-11-07 10:24:18 +00:00
macallan
8afdb5e4f5 add Xorg bits 2008-11-06 22:00:38 +00:00
macallan
90dfb8be62 add Xorg stuff 2008-11-06 21:58:28 +00:00
wiz
70006e12db Fix /usr/lib/libgcov_g.a entry (second keyword was missing). 2008-11-06 11:03:00 +00:00
bjs
172fcb442e Add missing debuglib entries for libz_g.a, libp2k_g.a, libpuffs_g.a,
librefuse_g.a, libgcov_g.a, and libcrypto_{rc5,mdc2,idea}_g.a.
2008-11-05 18:23:32 +00:00
mlelstv
3ce2b4a9f2 Add Makefiles and file lists for various optional crypto libraries.
Fixes PR lib/39846 and needs to be pulled up to netbsd-5.
2008-11-03 23:43:16 +00:00
macallan
732436f3c9 fix file list for xorg
( note: this is compile-tested only and the only useful driver would be
        suncg6. There's a good chance it will Just Work on a wscons kernel
        though )
2008-11-03 16:45:45 +00:00
macallan
1cb34b01bd sync list with reality 2008-11-03 04:48:49 +00:00
jnemeth
cd6c0bbe15 add nsp.html 2008-11-03 00:47:42 +00:00
he
e113c0a857 Update the shark set lists so that they match what's actually installed.
This is with the default "-x" build, and the build was done on netbsd-5.
2008-11-02 23:53:21 +00:00
tls
09c3b3c8d4 Add manual page for nsp(4), the driver for NSP2000 cryptographic
accellerators.  Adjust mdoc.local so it knows about .Fx 4.11, present in
nsp manual page.
2008-11-02 22:11:36 +00:00
mrg
9b0170606d make MKPIC=no builds work on i368, shark, vax, pmax, sgimips, sparc,
maybe all mips and all arm as well.
2008-10-31 20:24:51 +00:00
mrg
18387ac741 fix MKPIC=no builds. 2008-10-31 06:41:28 +00:00
mrg
cff71853e3 fix MKPIC=no builds. 2008-10-31 03:34:49 +00:00
njoly
173793c33c Fix amd64 (and sparc64) build with MKPUFFS=no. 2008-10-30 22:19:17 +00:00
mrg
acc852a217 more MKSHARE == no fixes:
- move installation of atf pkg-config files out of share/atf/
- don't install spell or ching share files
- update some directory entries to not have 'share' tag

now my MKLINT=no MKSHARE=no MKPROFILE=no builds work again.
2008-10-30 21:37:55 +00:00
mrg
53ed6b1956 fix a bunch of MKPROFILE=no and MKSHARE=no errors introduced by myself
and a few others.
2008-10-30 21:21:55 +00:00
njoly
5f10e275c1 s/base-secsh-bin/base-secsh-shlib/ 2008-10-30 16:02:37 +00:00
cliff
496c5768ab add entry for gzboot_GEMINI_0x01600000.bin so we pass checkflist 2008-10-30 15:52:31 +00:00
mrg
9d891bc673 list libp2k and librefuse properly. 2008-10-30 15:10:38 +00:00
veego
cc3fc32bd3 Update for the pixman 0.12.0 import 2008-10-30 08:16:54 +00:00
mrg
185b2e409b add the compat librefuse / libp2k entries.
move the compat shlibs into "base-compat-shlib", not "base-i18n-shlib".
2008-10-30 05:51:26 +00:00
macallan
4f4d082dbe add suncg6 bits 2008-10-30 03:50:35 +00:00
joerg
68ab5fbb16 Add glue to ship Intel firmware images. For ipw and iwi require user to
accept the EULA via sysctl as discussed with core@.
2008-10-30 00:27:31 +00:00
jkunz
fb8ec4c35a Ported alipm(4) and admtemp(4) from OpenBSD. 2008-10-29 17:26:56 +00:00
jmcneill
89a4d3d641 Telus Mobility pppd examples 2008-10-29 12:47:37 +00:00
kleink
6017eb501c Sync with tzdata2008i. 2008-10-29 11:29:39 +00:00
macallan
b89bad45f3 add entries for the sunffb driver 2008-10-29 03:17:39 +00:00
veego
2a9386a5d0 Add radeonhd_drv and change the name of some cirrus subdrivers by
removing the _drv part for cirrus_alpine and cirrus_laguna
2008-10-27 20:30:47 +00:00
mrg
05c3fa1435 add the compat pam modules now they are installed in the right place. 2008-10-27 15:17:58 +00:00
jnemeth
79f9f63b39 fix broken non-compat build 2008-10-27 07:45:38 +00:00
mrg
8f194ab1e6 add files built with MKCOMPAT != "no". 2008-10-26 07:31:40 +00:00
mrg
72f26e4440 support MKCRYPTO. 2008-10-26 07:31:00 +00:00
mrg
4adcca090c - install i386 includes on amd64
- sort
2008-10-26 02:14:59 +00:00
mrg
45c94506c9 there's no "pppd" tag. also include share/examples/pppd/ directory.
HI CHRISTOS!
2008-10-26 02:14:18 +00:00
apb
89799ead73 Pass SED=${TOOL_SED:Q} in the environment to scripts run during the build. 2008-10-25 22:23:55 +00:00
christos
92fd481af7 add pppd examples 2008-10-25 17:47:20 +00:00
macallan
15485d84a5 oops, forgot the mga driver 2008-10-24 20:43:13 +00:00
macallan
f580ef87f1 add xorg stuff 2008-10-24 20:38:51 +00:00
macallan
22a73407c6 move DRI drivers into arch-specific xserver lists
OKed by cube
2008-10-24 20:37:35 +00:00
cube
5d82524163 Fix entries for XF86VM(3), so that MKMANZ is properly handled. Reported by
Marcin M. Jessa on current-users.
2008-10-23 16:04:26 +00:00
tron
f5786a73b7 Add missing entries for "r128" driver. 2008-10-21 18:29:13 +00:00
lukem
422fa60cb1 Install rescue(8) 2008-10-20 22:29:39 +00:00
apb
96230fab84 Use ${TOOL_AWK} instead of ${AWK} or plain "awk" in make commands.
Pass AWK=${TOOL_AWK:Q} to shell scripts that use awk.
2008-10-19 22:05:19 +00:00
macallan
7233d29c9a On macppc build only the drivers we actually need 2008-10-19 15:53:02 +00:00
jmcneill
563065df0b +thinkpad(4) 2008-10-18 20:46:43 +00:00
pooka
f6e8419ce8 update set lists for:
* rump_nfs
* librumpfs_nfs
* librumpnet{,_net,_netinet,_sockin,_virtif}
2008-10-16 09:39:43 +00:00
wrstuden
e5d0434bf7 sys/sa.h and sys/satypes.h are both needed, so revive/include them. 2008-10-16 03:51:54 +00:00
mrg
86340158d0 - install ldscripts on sparc64
- move ldscripts to /usr/libdata/ldscripts
2008-10-12 23:00:53 +00:00
bouyer
540cab1ec8 jme(4), a driver for JMicron Technologies JME250 Gigabit Ethernet and
JME260 Fast Ethernet PCI Express controllers.
Written with a lot of cut-n-paste from the FreeBSD jme(4) driver.
No support for jumbo ethernet frames yet (but should come soon).
Thanks to JMicron Technologies for providing me sample boards and
documentation for this work.
2008-10-11 21:54:11 +00:00
joerg
db5825abd5 Add u3g(4) driver from FreeBSD. This driver provides better support for
3G datacards than ugensa and will replace the latter for the supported
devices.
2008-10-10 16:37:15 +00:00
pgoyette
fc071384c8 Since I nuked the old adt7467c driver, I might as well nuke the man page. 2008-10-08 01:15:11 +00:00
pgoyette
3b3e1e2687 Document the -1 and -2 options, and include this in amd64 as well as i386
Fixes my PR/38816
2008-10-06 20:25:42 +00:00