Commit Graph

13706 Commits

Author SHA1 Message Date
christos 129ee66698 update for rfc6056 from vlad. 2011-09-24 17:08:16 +00:00
christos 369e1451f3 add new rfc6056.7, from vlad 2011-09-24 17:04:38 +00:00
njoly 251ff82d04 Regen after recent i386/ -> x86/ fdc(4) and lpt(4) moves. 2011-09-24 08:39:39 +00:00
christos ed66ced678 mention the new kern.tty.qsize 2011-09-24 00:08:05 +00:00
christos 97a37f38a3 mention the new QSIZE ioctls. 2011-09-24 00:06:20 +00:00
apb 18b764946f * use a :M* modifier when testing whether the expanded list of
files is empty.  Sometimes the variable contains one or more spaces,
  and testing against "" gave the wrong result, but applying the
  :M* modifier discards the spaces.  This should fix PR 45396.
* Instead of using "-" to ignore the exit status from the rm command,
  use ||true.  This should work around the bug in PR 45356, but that
  bug is not fixed.
* Suppress the ${MKMSG} command with .if 0.  People who build with
  MAKEVERBOSE=1 don't want to see the message, and people who build
  with MAKEVERBOSE=2 or higher will see the actual rm command.  The
  message may be useful for debugging this makefile itself, so it's
  only disabled, not deleted.
2011-09-23 21:13:14 +00:00
jruoho bb5956aa49 Move i386/fdc(4), i386/lpt(4), and i386/mem(4) to man4.x86.
Part of PR port-amd64/36350.
2011-09-23 14:45:06 +00:00
wiz c8bfcae813 New sentence, new line. 2011-09-20 19:31:47 +00:00
jym 305e6b033b Use mdoc(7) references for links to specifications. While here, fix
URLs for USB device class spec documents, and bump date.
2011-09-20 18:58:40 +00:00
joerg 9b296e99bc Decouple clang and gcc handling a bit. Add -Wmissing-noreturn for clang
builds. GCC complains about about non-void functions not returning,
which is quite a bit more bogus, so don't enable it for that.
2011-09-20 09:11:06 +00:00
rkujawa 45ee52711d Remove information about prometheus.library (not needed after last changes to mppb driver). 2011-09-19 19:18:19 +00:00
jym b3d5f36ddc typo: prefict -> predict 2011-09-18 17:43:20 +00:00
christos 8151226baf fix markup 2011-09-18 01:21:34 +00:00
rkujawa f05698506a Add man page for mppb(4) - Prometheus PCI driver 2011-09-17 17:04:22 +00:00
jym b8647b8e93 Update list of algorithm identifiers available in opencrypto(9). 2011-09-16 22:27:36 +00:00
wiz a7e54c8724 Case fixes and a comma from Snader_LB. 2011-09-13 10:33:11 +00:00
wiz c7e46fd216 Add missing s, from Snader_LB. 2011-09-13 09:16:00 +00:00
mbalmer d3aee14626 Move SYSCTL_USE_DESCR to a better place. 2011-09-11 18:38:02 +00:00
mbalmer fc1f4a87c4 Install new shiny bsd.clean.mk 2011-09-11 16:03:49 +00:00
apb 87213f7215 Don't automatically load ".depend" files during "make clean"
or "make cleandir".
2011-09-10 19:25:10 +00:00
apb 386a389aab Move all "clean" and "cleandir" processing to a new bsd.clean.mk
file, as proposed in tech-toolchain.
2011-09-10 16:57:35 +00:00
apb f6a28000e5 Document the FILESBUILD variable, which was added in
bsd.files.mk revision 1.41 dated 2010-02-03.
2011-09-09 10:08:14 +00:00
wiz adb6017bcb Describe options and arguments. Bump PKGREVISION.
Based on PR 45275 by Julian Fagir.
2011-09-08 19:55:52 +00:00
jruoho 046448eac0 Remove duplicate word. 2011-09-07 08:54:41 +00:00
apb 43a361ba82 regen for "-u" option and dtv device. 2011-09-06 10:27:07 +00:00
jmcneill 9b960ee0a3 Document AUDIO_ENCODING_AC3 2011-09-06 01:17:48 +00:00
wiz 7915776d56 Remove trailing whitespace. 2011-09-05 18:21:29 +00:00
christos 2b7d74c779 merge changes. 2011-09-04 10:20:49 +00:00
christos 203a890ae9 Notable changes: Russia is now in perpetual summer. 2011-09-04 10:15:47 +00:00
dyoung 7add4c1ae4 Update vmem(9). Changes to the implementation and usage are following,
soon.
2011-09-02 22:07:33 +00:00
plunky fa3d1b9a20 pcc cpp(1) does not understand the '-undef' and '-traditional' long form
arguments, use $(CC) -E instead of $(CPP) for these
2011-09-01 16:41:48 +00:00
joerg 03242f8218 Simplify, --analyze gives the same settings as default 2011-09-01 12:25:10 +00:00
christos d98d733735 explain NULL casts 2011-09-01 09:33:01 +00:00
jruoho afc7891098 Minor correction. 2011-08-31 07:04:49 +00:00
jruoho 456ace79d6 Use more .Nm, offset indent. 2011-08-30 11:24:38 +00:00
mbalmer a356035768 Also mention gpioiic(4). 2011-08-30 07:44:37 +00:00
jruoho 1a007af9ac Clarify that the ATI USB dongle uses XC3028L (and not XC3028). 2011-08-30 07:27:59 +00:00
jruoho 44d221d650 Remove trailing comma. 2011-08-30 07:24:01 +00:00
jruoho d9f0aab6fe Xref au8522(4) and xc5k(4) in the list of supported cards. 2011-08-30 07:23:05 +00:00
jruoho 7559e70f68 Note emdtv(4). 2011-08-30 07:08:47 +00:00
jruoho 82f9e3ab66 Install the emdtv(4) manual page, based on earlier feedback from jmcneill@
(includes some XXX comments; should be updated alongside with the driver).
Also use the new dtviic(4) links to build a list of supported cards.
2011-08-30 07:07:04 +00:00
jruoho 6cc2dbf4e8 Fix bug (also analog tuners are included in the group). 2011-08-30 06:51:27 +00:00
wiz 75e227598a Sort SEE ALSO. 2011-08-30 06:27:17 +00:00
jruoho bd1a818de3 Deprecate the tuner(4) page (link to bktr(4)), as the name is too general
and nowadays misleading.
2011-08-30 05:59:44 +00:00
jruoho d479d073dc Note that bktr(4) is not part of the dtv(4) infrastructure.
XXX: This driver should be converted (or even bluntly removed, given the
     lack of general third-party software support).
2011-08-30 05:58:02 +00:00
jruoho 64e115ab33 Xref dtviic(4). 2011-08-30 05:43:30 +00:00
jruoho d70d1fad57 Fix .Nm. 2011-08-30 05:41:04 +00:00
jruoho b6256a2ee9 As discussed with wiz@ and jmcneill@, move the dtvi2c(4) page to dtviic(4)
(to match iic(4)) and install it by default. Also, and in particular, build
and install MLINKS for all supported demodulators and tuners.
2011-08-30 05:40:38 +00:00
jym 040d653091 Be more precise for Xen dom0: either Ctrl + Alt + Esc, or +++++ when on
serial console.

Thanks to Christoph and Manuel for pointing that out.
2011-08-29 22:01:47 +00:00
njoly e5ce0ad0c8 Fix prologue macros order. 2011-08-29 16:56:32 +00:00