Commit Graph

4893 Commits

Author SHA1 Message Date
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