Commit Graph

10729 Commits

Author SHA1 Message Date
christos
43a4fb99bc PR/49326: Henning Petersen: Correct errors in man pages csf.9 , pci.9 and ucom.9 2014-10-27 12:02:17 +00:00
christos
d94836d412 PR/49325: Henning Petersen: Add missing .El's. 2014-10-27 11:55:08 +00:00
wiz
e68ceedc5b Add missing .El. From Henning Petersen in PR 49325. 2014-10-27 07:49:25 +00:00
wiz
2fb9f71ab7 Use proper markup in AUTHORS, and sort SEE ALSO. 2014-10-26 22:07:47 +00:00
tls
18db53d2f6 Build and install virtio(4) manual page - missed in previous commit. 2014-10-26 18:48:09 +00:00
tls
0eedfee32a Add viornd(4), a driver for the VirtIO entropy source available on
QEMU, KVM, and Google Compute Engine.  From OpenBSD.
2014-10-26 18:43:18 +00:00
snj
f0a7346d21 src is too big these days to tolerate superfluous apostrophes. It's
"its", people!
2014-10-18 08:33:23 +00:00
wiz
9c43793742 Bump date. 2014-10-01 12:33:22 +00:00
mlelstv
469f299453 the flags for WSDISPLAYIO_SCURSOR have prefix WSDISPLAY_, not WSDISPLAYIO_. 2014-10-01 12:08:04 +00:00
jmcneill
0fcf435651 xref bio(4) 2014-09-27 16:17:27 +00:00
jmcneill
c50c7f007a xref mpt(4) 2014-09-27 16:16:28 +00:00
christos
d900a6e949 document verbose 2014-09-19 17:27:12 +00:00
wiz
2a65137f55 Sort sections. From Henning Petersen in PR 49222. 2014-09-19 16:02:58 +00:00
wiz
0bc91cdbea Add missing closing quote. From Henning Petersen in PR 49223. 2014-09-19 13:34:25 +00:00
mrg
a4412a693b introduce a new option: ACPI__DIS_IS_BROKEN. this is a hack to
avoid calling the "_DIS" method during acpi interrupt link setup,
which hangs various nforce4 based motherboards.

when the problem is properly fixed, remove this hack.  for now,
it allows someone (me) to have a valid kernel config that doesn't
require a source hack every new tree.

ok chs@
2014-09-14 19:54:05 +00:00
riastradh
3bd90aa97e Fix typo: mask, not mark. 2014-09-12 21:06:25 +00:00
martin
71482329d7 Adapt to recent changes. 2014-09-10 14:28:02 +00:00
msaitoh
7452b7bee6 Now all of the internal SERDES systems are supported, so update BUGS section. 2014-09-03 14:36:45 +00:00
martin
d71217d354 clock_secs_to_ymdhms(9) takes seconds as a time_t, not int. 2014-08-30 14:48:10 +00:00
wiz
5adf9990dc Fix date. 2014-08-25 13:22:20 +00:00
tsutsui
883c1c3776 Add a man page for arcofi(4) driver. From OpenBSD. 2014-08-25 12:49:22 +00:00
jnemeth
ee79d5b0e4 Create an "options MODULAR_DEFAULT_AUTOLOAD" config option and add
it to all kernel configs that contain "options MODULAR".  This
option turns on module autoloading by default (which is the current
default).  This allows people who don't want module autoloading on
by default to disable it by simply removing/commentting this line.
2014-08-24 07:59:22 +00:00
apb
d0d322eb94 Document options COMPAT_70. 2014-08-21 07:51:32 +00:00
apb
b83e765155 Document options COMPAT_40, COMPAT_50, and COMPAT_60. 2014-08-16 15:34:33 +00:00
apb
06c335e708 Document supported subsets of image formats,
extracted from comments in src/sys/dev/stbi/stb_image.c.

XXX: This is not the right place to document supported image formats
for splash screens.
2014-08-16 12:30:12 +00:00
apb
e25d321f4d Document fs, menu, rndseed, and splash commands.
Add rescue(8) to SEE ALSO.
Also a little copy editing.
2014-08-16 11:41:37 +00:00
apb
e73191e17d Mention that some platforms may have boot menus, and may support
other boot protocols.  Also change some [i386 only] comments to [x86 only].
2014-08-16 11:39:47 +00:00
apb
f80fae768b To get no space between [device:] and [filename],
the mdoc input needs ... Oc Ns Oo ..., not ... Ns Oc Oo ....
2014-08-16 08:43:12 +00:00
apb
7138b5e964 Add some examples of machine-specific foo/boot.8 man pages. 2014-08-14 15:50:42 +00:00
wiz
eaf8a40ebe Markup simplifications and improvements. Bump date for previous. 2014-08-10 17:17:04 +00:00
tls
ea6af427bd Merge tls-earlyentropy branch into HEAD. 2014-08-10 16:44:32 +00:00
apb
7f8e46d66a BUILDINFO part 2: expose sysctl kern.buildinfo 2014-08-03 09:15:21 +00:00
msaitoh
c1a223be39 We suport internal SEDES function older than 82575. 2014-08-01 04:57:25 +00:00
riastradh
c9d79060eb callout_ack returns void, not bool. 2014-07-27 21:35:07 +00:00
wiz
dd85589675 Sort sections. 2014-07-26 20:04:05 +00:00
apb
8b41235950 The lua(4) device is experimental.
Incompatible changes might be made in the future.
2014-07-25 16:37:44 +00:00
gdt
c29a5718f4 Bump date for previous to avoid wizd(1) invocation. 2014-07-25 16:14:01 +00:00
gdt
822539564a Add PPS support to ucom(4).
This is basically cribbed from regular serial ports, and just adds
hooks to call the pps support routines.

Also, note in the ucom(4) man page that there is about 1 ms of
latency.  Discussed on tech-kern in October of 2013, with the only
concern being that someone who didn't know what they were doing might
set up a stratum 1 server, and that somehow might have worse
timekeeping than whatever else that person might have done; the man
page comment is a mitigation for this.

This patch has been live-tested in netbsd-5/i386 and netbsd-6/i386,
and has been running on machines without a USB-serial GPS device for
most of a year with no adverse consequences (very little happens if
the PPS ioctls are not invoked).
2014-07-25 16:13:21 +00:00
nonaka
2eb514b8bd Added ELECOM WDC-150SU2M support. 2014-07-25 15:07:03 +00:00
wiz
52105240c4 New sentence, new line. Punctuation formatting nits. 2014-07-25 08:38:29 +00:00
dholland
842f3a34a8 Add VOP_FALLOCATE and VOP_FDISCARD. 2014-07-25 08:16:47 +00:00
wiz
99697e5b89 Fix typos and improve grammar and punctuation. 2014-07-24 21:22:29 +00:00
wiz
468afb62f5 Sort SEE ALSO. Use .An. Bump date. 2014-07-24 21:21:55 +00:00
alnsn
beba90ca4b Use .Sy for 'Just-In-Time', add a reference to bpfjit(4). 2014-07-24 21:10:26 +00:00
alnsn
6021eb407c man 4 bpfjit 2014-07-24 21:08:50 +00:00
wiz
3004801b54 Fix typo. Bump date for previous. 2014-07-23 21:19:33 +00:00
gdt
c6a967921a Sync DIAGNOSTIC performance comments with historical reality.
Somehow, options(4) ended up with a bizarre claim that DIAGNOSTIC can
reduce performance by 15%.  While that might have been true at some
isolated point due to a bug, it's an outlier.  Since at least 2BSD,
DIAGNOSTIC has added asserts, resulting in at most
difficult-to-perceived performance degredation, and many people have
been running production systems (meaning systems they intend to use,
rather than debugging targets) with this option.    (The decision a
while ago to enable DIAGNOSTIC in -current's GENERIC reflects this; if
it really were a 15% hit such enabling by default would be unreasonable.)
2014-07-23 20:13:13 +00:00
dholland
d1d67f621b Adjustments based on suggestions from gnrp in PR 45276:
- fix argument names of VOP_REMOVE
 - mention deprecated behavior of calling VOP_GETATTR unlocked
 - mention rename lock
2014-07-21 05:56:26 +00:00
tron
4021f6f227 Sync wizd's feature list with reality. 2014-07-20 16:04:48 +00:00
nonaka
89ad92f8e2 Add ASUSTeK USB-N10 NANO support. 2014-07-20 14:02:53 +00:00