Commit Graph

11346 Commits

Author SHA1 Message Date
ad
e486cbc29c -Kernel preemption is currently disabled by default.
-It can be enabled by tweaking kern.sched.kpreempt_pri sysctl.
+On architectures where kernel preemption is not supported natively, these
+functions may still be used.
2008-12-21 10:32:56 +00:00
ad
c3d0770eca -If non-zero, DDB will be entered when the kernel panics.
+If non-zero, DDB will be entered if the kernel panics.
2008-12-21 10:30:08 +00:00
wiz
824e316688 Various improvements: wording, macro usage, section naming, structure. 2008-12-20 17:25:20 +00:00
wiz
fbbf73942d Drop trailing whitespace. Bump date for poffd. 2008-12-20 17:17:05 +00:00
wiz
9f442ba1cf mdoclint cleanup. 2008-12-20 16:53:56 +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
haad
c9d0c62a0c Merge the haad-dm branch to -current. This branch adds LVM functionality to
the base NetBSD system. It uses Linux LVM2 tools and our BSD licensed
device-mapper driver.

The device-mapper driver can be used to create virtual block devices which
maps virtual blocks to real with target mapping called target. Currently
these targets are available a linear, zero, error and a snapshot (this is
work in progress and doesn't work yet).

The lvm2tools adds lvm and dmsetup binary to based system, where the lvm
tool is used to manage and administer whole LVM and the dmestup is used to
communicate iwith device-mapper kernel driver. With these tools also
a libdevmapper library is instaled to the base system.

Building of tools and driver is currently disable and can be enabled with
MKLVM=yes in mk.conf. I will add sets lists and rc.d script soon.

Oked by agc@ and cube@.
2008-12-19 15:24:03 +00:00
cegger
e2017bb870 MALLOC and FREE macros no longer exists. 2008-12-19 13:41:03 +00:00
wiz
e0b3354a66 mdoclint cleanup:
Sort SEE ALSO, fix xref sections, new sentence - new line.
2008-12-17 10:33:35 +00:00
christos
6be7b1d936 kill bitmask_snprintf 2008-12-16 22:50:32 +00:00
jakllsch
9ff34ac12b Add siisata(4) to the lists. From KIYOHARA Takashi. 2008-12-16 02:14:24 +00:00
wiz
e07f76d158 New sentence, new line. Drop trailing whitespace. 2008-12-14 13:51:33 +00:00
jmcneill
00c12be141 Note that the Elantech trackpad support only works for firmware revisions
2.48 and above.
2008-12-14 00:56:14 +00:00
jmcneill
8f9f0cd4d2 Document PMS_ELANTECH_TOUCHPAD option and hw.elantech.* sysctls, bump date. 2008-12-14 00:52:26 +00:00
christos
83d64e1dc1 sort keywords 2008-12-13 23:36:21 +00:00
christos
57e2347761 document the clear option, from Anon Ymous.. 2008-12-13 23:32:24 +00:00
wiz
9a202445ca Bump date for previous, improve wording a bit. 2008-12-11 15:44:23 +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
pooka
a6139afb88 pmap_kernel() is syntactic sugar for kernel_pmap_ptr now. 2008-12-09 20:49:40 +00:00
pooka
e49857aeaf create i386 link for amd64. per discussion with mrg. 2008-12-08 22:47:55 +00:00
pooka
b14e457e9c Don't use -isystem in rump builds. This ensures that only headers
in the kernel tree are used.
2008-12-08 13:10:21 +00:00
isaki
ebf3ebe713 Fix two typos in function name. 2008-12-07 05:15:21 +00:00
mrg
bcb1925cba add LIBISCXX. if it is != "no", use ${CXX} instead of ${CC} to link
shared libraries.  use it for the one c++ library we have.

fixes PR#39936.
2008-12-06 19:32:05 +00:00
wiz
0fd5c9fa8d Bump date for zaurus key combination. 2008-12-05 23:48:51 +00:00
cube
11851cadd9 Implement FILESBUILD_<file> to allow a FILES element to be built through a
target.
2008-12-05 18:51:16 +00:00
ober
dbc045b3d9 Update ddb.4 to include Zaurus key combinations. 2008-12-05 17:04:14 +00:00
dholland
ce6785d91d Bump date for mjf's Dec 4 2007 commit that corrected the description of
magiclinks and added @ruid.
2008-11-30 23:39:20 +00:00
hubertf
740e3df3fd Work around a bug in Solaris' shs (both /bin and /usr/xpg4/bin)
where "for d in ; ..." results in a syntax error.

Suggested by apb@
2008-11-30 22:05:56 +00:00
wiz
031e00d766 Fix typo, remove .Pp before .Sh (unneeded). 2008-11-28 22:31:01 +00:00
tsutsui
038f5e59df - use Em for HZ
- add xrefs to hz(9) and time_second(9)
2008-11-28 11:16:26 +00:00
tsutsui
244d8626e7 - reorder description per meanings
- note header files in SYNOPSIS
- remove obsolete internal description about hardclock(9)
- note that microtime(9) and microuptime(9) family functions are prefered
  for atomic operation (from FreeBSD's time(9))
- add more related Xrefs
2008-11-28 11:13:47 +00:00
tsutsui
bcd97fa439 Sync with microuptime(9):
- improve punctuation
- add explicit xref to hz(9)
- use Em for HZ
2008-11-28 10:55:41 +00:00
tsutsui
f7287b16da - use Em for HZ
- also add hz(9) to SEE ALSO
2008-11-28 10:52:22 +00:00
wiz
57d3e14026 New sentence, new line. Use more markup. The character is nul with one l. 2008-11-26 18:57:01 +00:00
wiz
70892e83d4 Fix part of previous, and add link to hz(9) so it will
not happen again.
2008-11-26 18:40:22 +00:00
wiz
3d0a66fece Casing and punctuation improvements. 2008-11-26 18:37:11 +00:00
pooka
31a36acc43 puffs_setfhsize() in init 2008-11-26 14:03:48 +00:00
tsutsui
7cad77bd7e Add a section which describes struct bintime. 2008-11-26 13:11:34 +00:00
tsutsui
74e78b8faa Bump date for previous. 2008-11-25 14:03:28 +00:00
tsutsui
ec756dcdab Pull expected usage of get*uptime() functions from <sys/timevar.h>
as well as microtime(9) man page.
2008-11-24 18:37:47 +00:00
tsutsui
567491a4b3 Add Xref to new timecounter(9). 2008-11-24 14:36:40 +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
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
tsutsui
3c3eaa10e7 Put FreeBSD's RCS Id for reference. 2008-11-24 11:55:22 +00:00
cube
33bcabe95b Move cleanextra to the very ends in case another included file wants to add
to it even if it was initially empty.
2008-11-24 02:13:08 +00:00
cube
b25860850d Allow the use of NOSTATICLIB along with LIBISPRIVATE to build private libs
that are suitable to be linked into a shared lib.
2008-11-24 02:01:46 +00:00
reed
501cda2f78 Mention the rc.d script.
Some users may thing that this config is used directly by a binary.
2008-11-22 23:08:31 +00:00
sketch
66fc26f77b what could possibly go wrong 2008-11-21 11:32:21 +00:00