Joel Dahl
37b983c09b
mdoc sweep
2013-05-13 18:13:50 +00:00
Joel Dahl
2710751bc3
mdoc sweep.
2013-05-12 22:22:12 +00:00
Eitan Adler
a164074fc4
Fix several typos
...
PR: kern/176054
Submitted by: Christoph Mallon <christoph.mallon@gmx.de>
MFC after: 3 days
2013-05-12 16:43:26 +00:00
Eitan Adler
5bbb866627
Add the letter 'x' to the font iso05-8x16.fnt
...
PR: 169797
Submitted by: Takefu <takefu@airport.fm>
MFC after: 3 days
2013-05-12 04:34:55 +00:00
Eitan Adler
7a2b450ff8
Fxi a bunch of typos.
...
PR: misc/174625
Submitted by: Jeremy Chadwick <jdc@koitsu.org>
2013-05-10 16:41:26 +00:00
Eitan Adler
bbfdafe7a2
Add the letter 'q' to the font iso05-8x16.fnt
...
PR: 72585
PR: 169797
Submitted by: Takefu <takefu@airport.fm>
Submitted by: Satoshi KImura <satosi.kimura@nifty.ne.jp>
2013-05-10 16:30:39 +00:00
Eitan Adler
bc1062559e
Start sentences on new lines.
2013-05-09 02:04:28 +00:00
Joel Dahl
5dd7f29ccd
Minor improvements.
2013-05-08 21:07:11 +00:00
Sean Bruno
d63e4d4e44
s/Numer/Number/
...
Submitted by: Jeremy Chadwick <jdc@koitsu.org>
2013-05-08 16:29:12 +00:00
Takanori Watanabe
9335f4eb24
Manual page for acpi_rapidstart(4) driver.
...
----
2013-05-08 13:26:17 +00:00
Eitan Adler
d881730627
By request, add an arrow from NetBSD-0.8 to FreeBSD-1.0.
...
While here, add a few more NetBSD versions to the tree itself.
Submitted by: Alan Barrett <apb@cequrux.com>
Submitted by: Thomas Klausner <wiz@netbsd.org>
2013-05-07 12:39:14 +00:00
Eitan Adler
f5d38abdaf
I miscopied the previous date. Also add another NetBSD release.
...
Obtained from: NetBSD
2013-05-07 02:05:00 +00:00
Eitan Adler
ddfc3165be
Add two missing NetBSD releases
...
Obtained from: NetBSD
2013-05-07 02:03:00 +00:00
Gavin Atkinson
51790eb88a
Kill yet another reference to UserConfig
2013-05-04 15:10:01 +00:00
Eitan Adler
f7efb9e28e
Update Intel email address.
...
PR: docs/175349
Submitted by: Lars Eggert <lars@netapp.com>
Discussed with: jfv
2013-05-02 01:36:52 +00:00
Niclas Zeising
8233b689e1
Add DragonFly BSD 3.4.1, released April 29 2013.
...
Submitted by: Nikolai Lifanov <lifanov@mail.lifanov.com>
2013-05-01 17:59:41 +00:00
Niclas Zeising
1dcb7a5fbe
Add OpenBSD 5.3, released today, May 1 2013.
2013-05-01 17:29:42 +00:00
Carl Delsey
016cfca070
Fix the man page installation broken in r250079. Pointy hat to me.
...
Thanks to Florian Smeets for pointing this out and providing a patch.
Submitted by: Florian Smeets <flo@smeets.im>
Approved by: jimharris (mentor)
2013-04-30 16:59:25 +00:00
Carl Delsey
e47937d1b7
Add a new driver to support the Intel Non-Transparent Bridge(NTB).
...
The NTB allows you to connect two systems with this device using a PCI-e
link. The driver is made of two modules:
- ntb_hw which is a basic hardware abstraction layer for the device.
- if_ntb which implements the ntb network device and the communication
protocol.
The driver is limited at the moment to CPU memcpy instead of using DMA, and
only Back-to-Back mode is supported. Also the network device isn't full
featured yet. These changes will be coming soon. The DMA change will also
bring in the ioat driver from the project branch it is on now.
This is an initial port of the GPL/BSD Linux driver contributed by Jon Mason
from Intel. Any bugs are my contributions.
Sponsored by: Intel
Reviewed by: jimharris, joel (man page only)
Approved by: jimharris (mentor)
2013-04-29 22:48:53 +00:00
Joel Dahl
8d0d14e996
mdoc improvements
2013-04-28 06:15:56 +00:00
Eitan Adler
c1efdf6c73
Add an alternate version of beastie to the examples directory.
...
PR: docs/38556
Submitted by: Rahul Siddharthan <rsidd@online.fr>
Submitted on: 25 May 2002 22:49:56 -0000
MFC After: 2 weeks
2013-04-28 02:23:39 +00:00
Wojciech A. Koszek
9c5e50716b
Polish devcfg(4) slightly: add \n after the end of every sentence.
2013-04-27 23:59:15 +00:00
Wojciech A. Koszek
735c7fe55e
Add Xilinx Zynq ARM/FPGA SoC support to FreeBSD/arm port.
...
Submitted by: Thomas Skibo <ThomasSkibo (at) sbcglobal.net>
Tested by: wkoszek (ZedBoard)
Reviewed by: wkoszek, freebsd-arm@ (no objections raised)
2013-04-27 23:07:49 +00:00
Eitan Adler
4e3b8d2037
Remove the WITH_IDEA option and build it unconditionally.
...
The European version of the patent expired in 2011.
The US version of the patent expired in 2012 or prior.
Reviewed by: des
No objection from: cperciva, ehaupt
2013-04-26 23:24:41 +00:00
Bryan Drewery
fdcb645387
Fix examples for overriding INSTALL to not suggest hardcoding
...
'install' since it breaks buildworld after the introduction and
use of 'install -l' in r245752. Overriding INSTALL causes
/usr/bin/install to be used instead of the proper
/usr/src/tools/install.sh which handles the new flag.
Approved by: bapt
MFC after: 2 weeks
2013-04-26 19:56:14 +00:00
Gleb Smirnoff
a63fedfda7
Document constantness of dst argument to if_output.
...
Submitted by: pluknet
2013-04-26 13:18:07 +00:00
Gleb Smirnoff
2d875db321
On those machines that use critical(9) for counter(9) we need to
...
include systm.h.
2013-04-26 13:02:11 +00:00
Alan Somers
eccc722c93
Add myself as a src committer
...
Approved by: ken (mentor)
2013-04-24 23:38:04 +00:00
Kenneth D. Merry
c4a4d2eb59
Add myself to the committers list.
2013-04-24 23:32:47 +00:00
Eitan Adler
a523543043
Fix the Dvorak Programmer Keymap
...
PR: conf/177572
Submitted by: Sean DuBois <sean@siobud.com>
2013-04-24 21:41:24 +00:00
Eitan Adler
ef721f618e
iso639: Add Standard Moroccan Tamazight.
...
See http://www.loc.gov/standards/iso639-2/php/code_changes.php
Obtained from: DragonflyBSD (commit 2d64ea1d0ec1beacc8f4e22353b7eb84c6f2b3f0)
2013-04-24 00:41:36 +00:00
Joel Dahl
a0bd7e1cc4
Update description of process status output.
...
PR: 143850
Submitted by: Slaven Rezic <slaven@rezic.de>
2013-04-22 20:14:57 +00:00
Simon J. Gerraty
628257b42a
Pass more variables to bsd.prog.mk and
...
only append to already defined variables.
Submitted by: Garrett Cooper
2013-04-22 18:11:29 +00:00
Hans Petter Selasky
d4bb04f686
Fix manual page.
...
PR: usb/177896
Submitted by: Leif Velcro <velcroleaf@rocketmail.com>
2013-04-21 16:09:35 +00:00
Joel Dahl
cd088fc43a
Remove cross-references to nonexistent CPU_SET(3) manpage.
...
Also fix cpu_getaffinity(2) document title.
PR: 176317
Submitted by: brucec
2013-04-21 06:46:41 +00:00
Joel Dahl
0f314b5d9a
Add missing Pp. Also remove some minor whitespace.
...
PR: 177995
Submitted by: olgeni
2013-04-20 22:26:33 +00:00
Edward Tomasz Napierala
5c6aba2c44
Make DELAY(9) reference pause(9).
2013-04-20 12:36:53 +00:00
Ed Schouten
7e659f9491
Add the Clang specific -Wmissing-variable-declarations to WARNS=6.
...
This compiler flag enforces that that people either mark variables
static or use an external declarations for the variable, similar to how
-Wmissing-prototypes works for functions.
Due to the fact that Yacc/Lex generate code that cannot trivially be
changed to not warn because of this (lots of yy* variables), add a
NO_WMISSING_VARIABLE_DECLARATIONS that can be used to turn off this
specific compiler warning.
Announced on: toolchain@
2013-04-19 19:45:00 +00:00
Joel Dahl
706d408512
Remove EOL whitespace.
2013-04-18 10:08:27 +00:00
Jeremie Le Hen
6272779b2f
Document jail_<jname>_parameters option.
...
The description explains why we should not configure "path",
"host.hostname", "command", "ip4.addr" and ip6.addr" parameters with
this, but rather use the historical rc.conf(5) options.
MFC after: 3 days
2013-04-17 20:19:32 +00:00
Gabor Kovesdan
a8b5c2a0aa
- Correct spelling in comments
...
Submitted by: Christoph Mallon <christoph.mallon@gmx.de> (via private mail)
2013-04-17 11:56:11 +00:00
Gabor Kovesdan
84a17a97ce
- Correct mispellings of word and
...
Submitted by: Christoph Mallon <christoph.mallon@gmx.de> (via private mail)
2013-04-17 11:48:46 +00:00
Hiren Panchasara
c2ed16b284
Fixing a typo.
...
Submitted by: Benedikt Steinbusch (benedikt.steinbusch@googlemail.com )
Approved by: sbruno (mentor)
2013-04-15 03:02:55 +00:00
Gavin Atkinson
ef816ea3d7
Add some more dates and relationships.
...
Submitted by: jkoshy, gj, dfr
2013-04-12 17:01:07 +00:00
Edward Tomasz Napierala
8818042ff2
Fix usage for soreceive(9) - uio must always be non-NULL.
...
MFC after: 1 week
2013-04-12 16:36:18 +00:00
Gavin Atkinson
9b35844a16
Update with several early mentor/mentee relationships and dates commit
...
bits were granted. Relationships have been provided by the mentees,
dates have been sourced from either the mentees or the CVS mailing list
archives.
Obtained from: mux, wilko, msmith, peter, schweikh
Obtained from: gallatin, dfr, murray, jkoshy
2013-04-12 08:39:18 +00:00
Mikolaj Golub
f02db7b4e5
Document sbuf_start_section() and sbuf_end_section() functions.
...
MFC after: 1 month
2013-04-11 19:51:53 +00:00
Joel Dahl
b1edef175b
Remove contractions.
2013-04-11 18:46:41 +00:00
Gavin Atkinson
4bbec5e191
- Add entries for alc and akoszek, alredy referenced elsewhere
...
- Add phk -> mux relationship, confirmed by mux@
- Add scottl -> sbruno relationship
- Move four ex-committers to the alumni section
- Sort.
2013-04-11 17:16:08 +00:00
Joel Dahl
aaaade7024
Remove EOL whitespace.
2013-04-11 13:05:38 +00:00