Commit Graph

10415 Commits

Author SHA1 Message Date
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
ad 18072f949e Fix again. 2008-12-03 15:24:40 +00:00
ad f98296e627 Oops, fix the build. 2008-12-02 10:48:21 +00:00
hubertf 2aea62cc33 Work around another bunch of places where Solaris' /usr/xpg4/bin/sh
can't handle for-loops with no arguments ("for foo in") which result
from empty make-variables.

One step further in getting NetBSD cross-compiling from Solaris 10/x86.

Tested on the netbsd-5 branch.
2008-12-02 10:06:00 +00:00
ad c967a6ed32 Put the log files into /tmp. 2008-12-01 10:22:36 +00:00
ad aa2aa71eff Put sysinst onto the boot CDs, too. 2008-12-01 10:20:57 +00:00
ad 4d30f18b26 Tweak the install messages. 2008-12-01 10:20:15 +00:00
ad fedda485e0 Resurrect miniroot.kmod for bespoke installs. 2008-12-01 10:11:26 +00:00
tjam 1588416646 Added myself. 2008-11-30 21:13:03 +00:00
tsutsui 323d1f8f3d Use shrinked src/distrib/common/protocols rather than fat src/etc/protocols. 2008-11-30 04:18:14 +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
hubertf 445a0ac38f Hand over copyright to TNF 2008-11-29 10:27:03 +00:00
snj a77a42969d Note that re(4), ath(4), and puc(4) are known to work on sparc64. 2008-11-28 23:38:04 +00:00
sborrill 8e03e5a4c8 Add cut-down getpwent_r() to join existing getpwent() and friends. This
fixes PR 40003
2008-11-28 19:39:00 +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
ad b5476b291f Union mount a tmpfs over /etc, for sysinst. 2008-11-25 14:25:59 +00:00
ad a93bd7922f Don't shoot self in the foot if / is on NFS. 2008-11-25 14:25:20 +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
ad 5b8ba55f76 Switch the i386 installation CDs away from RAM disks and instead use the
CD-ROM as the root file system. It contains a limited subset of $DESTDIR
along with sysinst. This will help to massively reduce the amount of memory
needed to install from CD or netboot, and allow us to continue using the
generic kernel on the CDs.
2008-11-21 15:49:51 +00:00
ad ab165b17f6 Create a dynamically linked sysinst as part of the build process, but don't
install it.
2008-11-21 15:39:29 +00:00
ad 389c672366 Don't ask for set location if:
- installing from CD-ROM or NFS
- and the root file system is of that type
- and the root file system contains sets
2008-11-21 15:31:20 +00:00
ad 708504e914 filesystem -> file system 2008-11-21 15:05:40 +00:00
ad b58caf3fac - Add CDRUNTIME variable that copies files from ${DESTDIR} onto the CD.
- Add image_md_pre target.
2008-11-21 14:49:45 +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
jdc 7c6c93a6fb Note root partition size limitations on certain sparc and sparc64 models
(taken from the boot(8) manual pages).
2008-11-20 20:52:17 +00:00
tsutsui 0fe756618b It looks the ARC BIOS has another limit which prevents loading
a kernel larger than 8MB (it is not emulated by gxemul BTW),
so disable several devices in GENERIC and shrink RAMDISK kernel again
by sprinkled "no" keywords etc.
2008-11-20 13:57:09 +00:00
tsutsui d02a8caa63 Use vt100 rather than wsvt25 for TERM since the latter makes
both FG/BG colors white during sysinst on Express5800/230 with tga(4).
2008-11-20 13:43:28 +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
snj f5307d8be7 Fix a typo in an Xref to apropos. 2008-11-19 00:56:53 +00:00
snj fbd92dfb9a Fix a spelling error. 2008-11-19 00:56:38 +00:00
abs b8208ff6ae Fix atari sysinst based miniroot image, and retire old (unreferenced)
miniroot.
2008-11-17 20:14:35 +00:00
pooka 4365963024 add include/rump/rump_namei.h 2008-11-17 08:56:56 +00:00
snj 987a8f6dde Update for Xorg, add 'z' to a tar command, and remove a sentence that
shouldn't have escaped its conditionalized branch.
2008-11-15 04:11:51 +00:00
snj 36019ecef8 Two wording fixes. 2008-11-15 03:47:49 +00:00
snj 25103e865f Slight update for Xorg, a couple devices, and size requirements. Needs
some more changes.
2008-11-15 03:46:32 +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
apb 9d00c955d4 In buildfloppies.sh:
* Add a "-N etcdir" command line option, defaulting to /etc.
* Use pax in mtree mode.  This is the same idea as the change made in
  revision 1.14, with the following changes:
    + use ". type=dir optional" instead of just ". type=dir", so the
      output will not contain an explicit entry for the directory.
    + Explicitly set type=file and mode=0444 in the mtree lines.
    + Pass "-N ${etcdir}" to pax to make it use the correct passwd and
      group files.
    + Pass "-s^./,," to pax to make it strip the leading "./" from file
      names.

In Makefile.tarfloppy:
* Pass "-N ${DESTDIR}/etc" to buildfloppies.sh.

The resulting flopies have been verified to be identical to those
produced by version 1.13 of buildfloppies.sh, except that file owners
and modes are changed.
2008-11-12 14:22:16 +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
dbj 5050c64459 roll back to revision 1.13 until problems mentioned in
PR 39894
can be figured out.
i suspect we can add "boot" to the mtree input, but experimentation
needs to happen first.
2008-11-11 19:55:21 +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
hasso fea18d62f5 Add myself. 2008-11-10 11:30:59 +00:00
dogcow 58059f20c1 Move all the xorg/x11 linty stuff from comp/mi -> xcomp/mi 2008-11-10 04:06:16 +00:00
dogcow f3440efb4c If you really want to hardcode to a gid/uid, then use the numeric ones;
"wheel" doesn't exist across all unix-like systems.
2008-11-10 02:10:52 +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
martin defe90f72c german trabslation of ipw/iwi license question 2008-11-09 17:58:49 +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
he ddda8f3c69 Bump install ramdisk image size from 1440k to 1500k, so that it fits again.
The install kernel is subsequently compressed, so there should be nothing
magic about the 1440k constant.
2008-11-08 10:24:23 +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
christos 5f123c574b make the eula acceptance permanent by adding it to sysctl.conf. From Anon Ymous 2008-11-06 15:30:23 +00:00
wiz 70006e12db Fix /usr/lib/libgcov_g.a entry (second keyword was missing). 2008-11-06 11:03:00 +00:00
christos faa758fa9c add a primitive "accept the license" for ipw and iwi. XXX: Needs translations. 2008-11-05 22:58:37 +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
dbj 35bfa1ebbd avoid full path to boot.cfg file when building amd64 boot floppy
share code with i386
2008-11-04 23:02:52 +00:00
dbj 23fafc624b use an mtree template when building floppies to avoid local uid/gid in image 2008-11-04 23:01:04 +00:00
joerg 47066a311f Make x86 installation use tmpfs. 2008-11-04 14:21:39 +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
cliff 2dfb2885c3 add GEMINI_INSTALL memory disk set target 2008-10-31 02:04:04 +00:00
cliff 808205e999 add GEMINI gz image target 2008-10-31 02:02:54 +00:00