Commit Graph

14932 Commits

Author SHA1 Message Date
mbalmer 2614a79925 Use the term "Lua modules" instead of "Lua libraries", list the modules
available.
2013-11-04 08:04:18 +00:00
christos ad3b972d11 ignore all -std=gnu patterns not just 99 2013-11-01 17:07:37 +00:00
mrg 94542b393a create mkdep output with a temporary file so that failures in
complation during .d creation don't leave an empty (stale) .d
file around to break future builds.

(hmm, probably could use .PRECIOUS here.)
2013-10-31 01:55:03 +00:00
msaitoh 06a7717d3b Remove extra period. 2013-10-30 04:16:44 +00:00
joerg 3292fd4145 Unbreak src/tools usage of C++. 2013-10-29 16:11:46 +00:00
hannken 65b1f85ab6 Vnode API cleanup pass 1.
- Make these defines and functions private to vfs_vnode.c:

  VC_MASK, VC_LOCK, DOCLOSE, VI_IANCTREDO and VI_INACTNOW
  vclean() and vrelel()

- Remove the long time unused lwp argument from vrecycle().

- Remove vtryget(), it is responsible for ugly hacks and doesn't
  look that effective.

Presented on tech-kern.

Welcome to 6.99.25
2013-10-29 09:53:51 +00:00
mbalmer 4ef07b4fe0 add pmf(9lua) man page 2013-10-29 09:40:43 +00:00
mbalmer 879fb8f4ed add a core(9lua) man page 2013-10-29 08:34:07 +00:00
mrg 27d21cc6e9 add MKDEPCXX, that is used for C++ files depend creation. also
add some missing ${COPTS.${.IMPSRC:T}} and ${CPUFLAGS.${.IMPSRC:T}}
to the dependancy rules.

this makes it possible to have C++ files .d files created with the
C++ compiler, and with the normal options for this file, which
means that we can build libstdc++-v3 from gcc 4.8.
2013-10-28 01:47:13 +00:00
mbalmer 12cb100757 add a sqlite(3lua) manual page 2013-10-27 12:47:54 +00:00
apb d07bacd5d2 Add man mage links for __debugused(3) and __diagused(3). 2013-10-27 11:56:18 +00:00
mbalmer 10538f71f4 missing word 2013-10-27 11:43:07 +00:00
wiz e34ba27af3 Fix date and remove superfluous comma. 2013-10-27 11:41:38 +00:00
apb 92e9e572dc vfs.wapbl.flush_disk_cache is more about metadata than data, and
more about safety in the event of power loss than safety in the
event of a crash.
2013-10-27 10:09:28 +00:00
apb 76864cf288 refer to __USE(3) 2013-10-27 10:05:15 +00:00
mbalmer 88ae889885 kill unused .El macro 2013-10-26 17:46:48 +00:00
njoly b1d0af8ad7 Kill extra El macro. 2013-10-26 17:06:51 +00:00
mbalmer 16ffcab878 first shot at documenting gpio(3lua) 2013-10-26 10:48:19 +00:00
nonaka 87abaea977 Add driver for ASIX AX88178a and AX88179 Ethernet interface.
Ported from OpenBSD.
2013-10-26 09:16:19 +00:00
mbalmer 66743a6785 .Xr intro(3lua) and intro(9lua) 2013-10-26 08:37:58 +00:00
mbalmer 0298fb9957 build and install intro(3lua) and intro(9lua) 2013-10-26 08:23:38 +00:00
mbalmer db33fa3850 fix Dt 2013-10-26 07:51:25 +00:00
mbalmer fe4e1d9790 place for 9lua man pages 2013-10-26 07:42:18 +00:00
mrg 0b5b0997ae define a HOST_LINK.cc always. 2013-10-26 03:26:57 +00:00
wiz c1b5b45790 Whitespace; better macro. 2013-10-25 22:19:41 +00:00
apb e0db893163 Rename _MNUMBERS to _MSECTIONS. The manual section identifiers
are not just numbers any more.

Also introduce a new variable, _MSECTIONREGEX, as a regular expression
to match any of the elements of ${_MSECTIONS}.  Use this instead of
\.[1-9][a-z]*.
2013-10-25 22:16:29 +00:00
wiz d27a216645 Typo fixes. 2013-10-25 22:15:02 +00:00
mbalmer 8b17f4a2ee add intro(3lua) 2013-10-25 15:27:03 +00:00
apb b3d7317ada Use markup in the descriptions of __diagused and __debugused. 2013-10-25 15:11:21 +00:00
apb 28fabf432b Document __diagused and __debugused 2013-10-25 14:46:59 +00:00
apb bcf09c165b Try to make this more compiler-neutral, and give both GCC and LLVM/Clang
as examples.
2013-10-25 14:41:08 +00:00
jdc 2b2120bf58 Allow the EEPROM size to be specified in the kernel configuration by
using flags.
Add the flags values, and configuration examples to the manual page.
2013-10-25 14:23:15 +00:00
apb f0bdf85100 Recognise .3lua and .9lua as man page extensions. Source
files like foo.3lua will result in installed files like
/usr/share/man/man3lua/foo.3lua, /usr/share/man/cat3lua/foo.0,
and /usr/share/man/html3lua/foo.html.
2013-10-25 10:45:01 +00:00
mbalmer 201342bc2e link the lua(4) man page 2013-10-24 21:55:00 +00:00
wiz 1408be80ee More formatting, typo fixes. 2013-10-24 09:49:51 +00:00
mbalmer 96d1a832b7 manual page for lua(4) 2013-10-24 09:34:47 +00:00
christos 67ff86e929 change if HAVE_GCC is defined 2013-10-18 16:06:52 +00:00
wiz d19876761f Remove trailing whitespace. 2013-10-17 20:43:49 +00:00
jnemeth 20362f9ef2 - DPRINTF(("val is %d\n", val)); -> DPRINTF(("val is %d\n", var));
- mdoclint:
  - .Nd should not end with period
  - remove trailing spaces
2013-10-17 19:37:56 +00:00
christos 739aabb0b4 add non-portability caveat. 2013-10-17 16:50:48 +00:00
christos eb78d644f3 describe the __USE macro 2013-10-17 16:50:36 +00:00
gson 6060a7c9d9 Don't capitalize "it" in the middle of a sentence. 2013-10-17 13:17:50 +00:00
jdc a6cc3df90d Add lmenv.4 to the manual page makefile and to the set list. 2013-10-15 19:20:18 +00:00
jdc 15a46c19fc Add manual page for the LM81, LM87, and compatible iic hardware monitors
(lmenv).
2013-10-15 19:14:41 +00:00
skrll 6d846607cd Basic man page for dwctwo. 2013-10-15 15:10:57 +00:00
rkujawa a6683db2d3 s/with resolution/with a resolution/
Noticed by mbalmer@.
2013-10-15 14:51:58 +00:00
rkujawa 8f3ee4010c Update man page to reflect latest changes (added sysctl knobs for temperature
limit and hysteresis).
2013-10-15 13:45:09 +00:00
rkujawa d0dcb38d23 Add information about user settable resolution via sysctl. 2013-10-15 11:22:58 +00:00
joerg aa6e9499ca Rename USE_LIBGCC to HAVE_LIBGCC and retry using it as flag on unwind.h. 2013-10-14 16:00:16 +00:00
joerg d06922ddf4 Include compiler-rt and libunwind in libc for Clang/x86 builds. 2013-10-14 01:30:21 +00:00
wiz c60a427d9e More markup, whitespace. 2013-10-13 22:34:13 +00:00
dholland 899807533a Add LFS options, both preexisting and UFS-derived. Leave the ones that
are not yet believed to work commented out. Ride previous date bump.
2013-10-13 21:17:35 +00:00
dholland 722559797b Reorganize the file-system-related options; put options for each fs
type (or group of fs types) in its own subsection and put the
fs-independent options first.

Bump date.
2013-10-13 21:09:35 +00:00
mbalmer 2c38dcae7b add u3g 2013-10-13 09:48:14 +00:00
christos 529b25e921 remove dup info 2013-10-10 12:28:10 +00:00
jdc 6dc8fb4754 Belatedly note root on RAIDframe support for sandpoint. 2013-10-07 10:50:37 +00:00
dholland 49c2ea4f59 Update SYNOPSIS; PR 48080. Bump date. 2013-10-07 04:04:57 +00:00
wiz 3961ed8afd bump date for previous. 2013-10-06 08:27:00 +00:00
dholland 10d3e932da I'm a document, Jim, not a shell script.
Fix this to not use .sy to generate portions of the document.
Instead, generate the necessary bits with sed beforehand.

Apparently -ms is too feeble to be able to generate tables of contents
with automatically generated page numbers, so add the expected page
numbers into the document and make it possible to turn on a
rudimentary mechanism for crosschecking them. (This mechanism still
requires .sy though. Improvements welcome.)

This makes it unnecessary to build the document twice, or to use
groff in unsafe mode.
2013-10-06 05:45:19 +00:00
christos 3c64f4a96f bump date 2013-10-06 00:46:07 +00:00
christos 661d78dfcf mention increased tcp window size, from logan 2013-10-05 23:34:33 +00:00
christos cef26ebe03 Add SIOCGIFINDEX from Ty Sarna and Matthew Sporleder. 2013-10-05 23:16:54 +00:00
skrll 9491cef7bc Typo. 2013-10-05 08:20:22 +00:00
wiz a42ef91e83 Bump date for previous. 2013-10-04 16:50:18 +00:00
rkujawa fd725e5dd3 Remove long dead options NKPTADD, NKPTADDSHIT. 2013-10-04 15:15:39 +00:00
mbalmer 32a0142d1e Clarify that setting the initial window size complies to RFC 3390.
From Loganaden Vevindron <logan@elandsys.com>.
2013-10-03 07:09:54 +00:00
roy c0fcd471d9 Import terminfo-20130607.src + mbalmers typo patch
All our prior patches have been incorporated.
2013-10-01 09:17:41 +00:00
riz 944f867d3c NetBSD 6.1.2 and 6.0.3 are out. Also, add 6.1.1. 2013-09-30 03:48:51 +00:00
riz 380549c7df NetBSD 5.1.3 and 5.2.1 were released on 29 September 2013.
(from Eitan Adler)
2013-09-29 20:52:11 +00:00
christos 986a0d2f80 Add libxcb 2013-09-29 14:36:25 +00:00
joerg 5f3aa2dbae Hook up initial build infrastructure for LLDB. Update LLVM/Clang
snapshot to r191390 for some required changed. Re-enable static analyzer
in Clang.
2013-09-29 12:11:59 +00:00
dholland 4f0c9bd646 Typos. 2013-09-28 18:01:49 +00:00
dholland 9ff8189675 Add some more things. 2013-09-28 17:58:53 +00:00
dholland 6296b8a34e +bamf, remf 2013-09-28 07:29:17 +00:00
skrll 8225e7146f s/the the/the/
Bump date.
2013-09-26 16:18:52 +00:00
apb a2e8e0df3b Merge the Fiji-related change from tzdata2013e.
This is the only urgent change in tzdata2013e.

    This year Fiji will start DST on October 27, not October 20.
    (Thanks to David Wheeler for the heads-up.)  For now, guess that
    Fiji will continue to spring forward the Sunday before the fourth
    Monday in October.
2013-09-20 20:46:01 +00:00
spz e6ff916532 track syntax change in npf.conf regarding group 2013-09-20 17:51:04 +00:00
pooka 2b0409d3df Make it possible to specify a directory for the .ioconf file.
Still default to .CURDIR
2013-09-20 16:39:14 +00:00
rmind c19ced7da2 G/C npf_ncode(9) 2013-09-19 17:29:06 +00:00
martin 52514ad340 When compiling kernel modules on sparc64 force the same memory model as
we force for the kernel (i.e. do not rely on compiler defaults here)
2013-09-18 09:25:20 +00:00
pooka 55184a0493 fix proto 2013-09-17 20:57:45 +00:00
wiz 4119c8fbd9 Sort sections: consistently put CODE REFERENCES directly before SEE ALSO. 2013-09-17 19:58:03 +00:00
joerg 36a6d19157 Handle dependency on libstdc++ / libc++ in bsd.lib.mk. 2013-09-12 17:14:20 +00:00
joerg 4d12bfcd15 Pass PICFLAGS down to cc-as-as and use __PIC__ to decide if it is small
vs big PIC mode. Retire -DPIC and -DBIGPIC.
2013-09-12 15:36:14 +00:00
joerg 975a152cfc If a library needs a symbol from another library, pull that library in
explicitly, even if the DT_NEEDED closure would normally already ensure
the presence.
2013-09-11 23:04:09 +00:00
jnemeth 051cef0f90 PR/48199 - David H. Gutteridge -- remove some vestiges left over from UUCP removal 2013-09-10 00:41:51 +00:00
wiz f743a71b8d Whitespace. 2013-09-09 08:23:54 +00:00
rkujawa 0c3b693fd3 Add mpl115a(4) man page for the new MPL115A2 pressure sensor driver. 2013-09-08 15:57:39 +00:00
skrll 5f79def1a6 Typo. Bump date. 2013-09-04 10:17:58 +00:00
joerg 6c440ed37c Update LLVM/Clang snapshot to r189662. This includes many improvements
to the new SLP vectorizer, fast codegen support for PPC and using
terminfo for the color sequences. In addition, add (optional) build
infrastructure for lld to allow easier testing. This is controlled by
MKLLD.
2013-09-02 14:34:55 +00:00
wiz 830908813f New sentence, new line. Bump date for previous. 2013-08-29 20:02:35 +00:00
rmind 1962fa8781 Implement BPF_COP/BPF_COPX instructions in the misc category (BPF_MISC)
which add a capability to call external functions in a predetermined way.

It can be thought as a BPF "coprocessor" -- a generic mechanism to offload
more complex packet inspection operations.  There is no default coprocessor
and this functionality is not targeted to the /dev/bpf.  This is primarily
targeted to the kernel subsystems, therefore there is no way to set a custom
coprocessor at the userlevel.

Discussed on: tech-net@
OK: core@
2013-08-29 14:25:40 +00:00
matt f60758a410 Change the default for MKLINT to no 2013-08-26 22:15:51 +00:00
wiz 19c47e9aa9 Remove PFIL_HOOKS references, code was unifdefed.
From David H. Gutteridge in PR 48146.

Bump date.
2013-08-22 07:17:11 +00:00
matt efa43f9322 Change rule for x86 link to not be x86 dependent 2013-08-21 15:26:44 +00:00
joerg 6f9c8629a8 Remove duplicate zh entry. 2013-08-19 22:34:41 +00:00
martin d987c65861 Add .ARM.extab to the list of sections to be removed when converting to
aout format.
2013-08-15 12:45:50 +00:00
wiz cea54295d0 Remove trailing space. 2013-08-14 17:42:03 +00:00
wiz 01d139de73 Remove trailing space, sort SEE ALSO. 2013-08-14 17:41:20 +00:00
rkujawa ec8bf2c442 This driver was actually pulled back to 6.1, so it first appeared in 6.1, not
7.0.
2013-08-14 11:29:57 +00:00
rkujawa 614460fd7f Link to X-Surf 100 docs, add info about the chip. 2013-08-14 10:45:17 +00:00
rkujawa fbb9fd8f46 Note AX88x9x MII support (in previous commit, which accidentally had no
commit log message), bump date.
2013-08-14 09:20:55 +00:00
rkujawa 993ee73f9c *** empty log message *** 2013-08-14 09:19:09 +00:00
rkujawa e1d7b2e3cc Note X-Surf 100 support. 2013-08-13 17:30:27 +00:00
rkujawa bc1b10bc86 As MII support was added, add it also to synopsis. 2013-08-13 16:09:54 +00:00
joerg 6e79a9892e Do as the last commit message said and not as the change did, only use
GCC's crt code on ia64.
2013-08-12 16:51:14 +00:00
joerg 05789f4038 Only ia64 defaults to USE_COMPILERCRTSTUFF=no now, so simplify
conditional.
2013-08-12 16:39:28 +00:00
joerg 58c5751e1a Don't copy .eh_frame section when trying to create a.out binaries. 2013-08-12 16:38:47 +00:00
matt c067c0ec0e Fix MACHINE_CPU for armeb 2013-08-12 16:17:07 +00:00
joerg 491bae4a02 Add forgotten conversions of ja_JP for the COMPOUND_TEXT encoding. 2013-08-11 22:13:56 +00:00
joerg d1c1419eb8 Provide UTF-8 variants for all existing locales. The data is derived
from the Unicode Common Locale Data Repository.

Convert non-UTF-8 versions from the UTF-8 version using iconv and some
ad-hoc transliterations using sed.

Use EUR as currency_symbol in ISO8859-1.

Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter
is used e.g. in CLDR.

Provide the Serbian locales in both Cyrilic and Latin script versions.
The alias is choosen based on the character set for the non-UTF-8 case
and Cyrillic is the default for UTF-8.
2013-08-11 22:09:40 +00:00
rkujawa e9b9d13fdd s/xsurfbus/xshbus/ 2013-08-11 13:18:24 +00:00
dholland 3577391ca2 +tp 2013-08-10 22:37:06 +00:00
jnemeth e0e417bef7 PR/48112 - Kai-Uwe Eckhardt -- add support for Sitecom N300 USB WIFI adapter 2013-08-10 21:32:07 +00:00
pgoyette 59540f5ab1 Make the xsh man pages to unbreak the build (sets lists were updated to
expect these man pages, but they were not being built)
2013-08-09 15:35:54 +00:00
rkujawa 8882cc31f9 Add man page for xsh(4). 2013-08-09 11:40:08 +00:00
skrll 6234ce42bd Switch alpha to USE_COMPILERCRTSTUFF= no 2013-08-07 22:09:30 +00:00
matt cba6c5bed5 Add support for generating tramponlines in the module at link time.
This is done using some awk scripts and KMODTRAMPOLINE in <machine/asm.h>
It's not as efficient as having the kloader do it but it is a lot simpler.
2013-08-07 17:36:11 +00:00
agc ffc34c7f37 Add some more (cryptography-related) acronyms 2013-08-07 05:19:40 +00:00
soren d75af7e216 Build orphaned man pages. 2013-08-06 22:33:59 +00:00
wiz 8eaee83f77 Fix another typo. 2013-08-06 20:18:31 +00:00
snj 5789d095b7 Fix spelling. 2013-08-06 19:02:57 +00:00
snj 81a7022f8e Add a comma and fix a spelling error. 2013-08-06 17:33:29 +00:00
snj 9993ab7265 non-existant is a nonexistent word. 2013-08-06 17:32:30 +00:00
snj c8659ccdb3 Improve wording. 2013-08-06 16:54:46 +00:00
skrll b88df2aff1 Add -mlong-calls to hppa module builds. 2013-08-06 06:08:39 +00:00
matt 7239678e01 Add GNU_ARCH for earmv4eb, earmv5, earmv5eb, earmv6, earmv6hf, earmv6eb,
earmv6hfeb, earmv7, earmv7hf
2013-08-06 05:46:26 +00:00
matt c5d26c67ea Simplify the earm tests 2013-08-05 15:33:07 +00:00
matt 41fa6563ce Add 3 more MACHINE_ARCH: earmv4 earmv7eb earmv7hfeb
The latter are for cortex big-endian which uses a different binary format
than previous arm big endian platforms.
2013-08-05 00:21:50 +00:00
dholland 45ee4e0c87 Add a bunch of missing words from a list I had dated 2005. 2013-08-04 03:38:13 +00:00
wiz dd9e15ecc1 The *roff macro argument is "-isoC-2011"; adapt. 2013-08-03 22:12:23 +00:00
matt 7641e12152 Add ISO C11 2013-08-03 21:56:56 +00:00
adam d048c62b15 Fixed a typo 2013-08-03 19:31:26 +00:00
soren a9969a86fd Move shared x86 man pages from man8.i386 to man8.x86. 2013-07-31 21:01:13 +00:00
soren 2608fe43e6 All of the man8.i386 man pages also apply to amd64.
Remove references to obsolete w95boot.8 man page and CONSOLE_POLICY option.

Closes PR port-amd64/48038.
2013-07-31 13:54:42 +00:00
soren 1e5a26d01a Remove examples using FreeBSD "ifconfig wpakey" syntax. 2013-07-31 13:34:04 +00:00
gdt 1f7bfa07f4 Remove tests.7 in objdir before copying to it.
If one's source tree has non-writable files (because of CVSREAD=t, or
someone else owns it, or it's on some read-only filesystems, some
other reason), recently-added makefile code would cp tests.foo.7 in
the sources to tests.7 in objdir, preserving permissions, but not
forcing the copy.  A subsequent copy would result in an error, failing
the build.  Therefore, rm -f the target file before doing the copy.

(Arguably there should some standard support for this, but copying
files from the source directory to objdir is quite unusual.)
2013-07-31 11:57:24 +00:00
skrll c4b75127d1 Switch hppa to USE_COMPILERCRTSTUFF=no 2013-07-27 11:13:57 +00:00
wiz c690a93593 Remove superfluous Pp. 2013-07-25 21:29:00 +00:00
tcort ce9722db69 edid.9: fixes for example code
- 'struct edid_info' in edidvar.h uses 'struct videomode' so
videomode.h needs to be included too.
- edid_print takes a pointer to 'struct edid_info' so add the & operator.

OK by wiz@
2013-07-25 14:10:30 +00:00
wiz c1275cef8f Only use .%R inside Rs/Re. Improve spacing. 2013-07-24 07:00:16 +00:00
kefren 2e7b898409 EXP -> TC
document RFC4182 sysctl flag
document a little bit more the IMPLNULL operation
2013-07-24 06:31:09 +00:00
wiz 5048d3da1f Bump date for previous. 2013-07-22 13:56:46 +00:00
soren 4f69980004 Allow console on com_puc without a compile-time option so that PC servers
can become headless after the first reboot (sadly, e.g. Intel AMT presents
as a com_puc, but doesn't appear in the BIOS serial port table, so you need
a keyboard and monitor to install and set the installboot parameters first).

Fix com_puc console on devices with offset BAR's.
2013-07-22 13:40:36 +00:00
njoly f2bb7e6625 Use <major>.<minor> for NetBSD version. 2013-07-22 12:36:56 +00:00
njoly a8ad9a70f6 Kill a few trailing spaces. 2013-07-21 10:14:55 +00:00
wiz a5684d07dd Use Mt for email addresses. 2013-07-20 21:39:55 +00:00
matt 920e58b8b9 Use m5407--netbsdelf for coldfire (Why not just use m5407--netbsd? Because
gas will think that's a.out since internally it expands it to m68--netbsd
and that matches a.out)
2013-07-19 16:52:44 +00:00
pooka 370de4e409 Enable opt-out from shlib mapfile creation. Not all linkers (namely
the solaris one) support such fancy features.

no default functional change
2013-07-19 11:43:18 +00:00
msaitoh aa780f8775 Update ichsmb(4) manual. We support both PCH and C6xx series, too. 2013-07-19 03:29:35 +00:00
matt 7640d05364 Test BSD makefile about coldfire.
XXX still hate m68k--netbsdelf-coldfire
2013-07-18 22:06:09 +00:00
riastradh 4821cee19b Rework cprng(9) man page to reflect the current state of affairs.
- Remove defunct cprng_strong_getflags/setflags.
- Remove defunct cprng_strong_ready.
- Document CPRNG_HARD.
- Omit cprng_strong structure, which is now opaque.
- Specify what can sleep and under what conditions.
- Be a little more consistent about some markup.

This is not the whole story (select/kqueue stuff for /dev/random is
still omitted), and I plan to change it some more (to split
cprng_strong into one routine that unconditionally guarantees as many
bytes as you asked, and another routine that may block or return
partial reads), but this will do until I find the time for those.
2013-07-18 14:35:30 +00:00
wiz 0bf4e62623 New sentence, new line. Some whitespace. Bump date for previous. 2013-07-18 06:39:18 +00:00
matt 6e660710b6 Some constification.
Add kcpuset_clone, kcpuset_insersection, kcpuset_remove,
kcpuset_ffs, kcpuset_ffs_intersecting,
kcpuset_atomicly_merge, kcpuset_atomicly_intersect, kcpuset_atomicly_remove
2013-07-17 22:36:26 +00:00
martin 62c0de7a28 Disable -Wconversion for gcc older than 4.5 2013-07-17 19:24:56 +00:00
christos b0420de909 Add -Wconversion for WARNS > 5 2013-07-16 17:48:52 +00:00
matt d01d30fa5a When linking shared libraries, produce a map file. 2013-07-16 02:58:19 +00:00
njoly a99b56e5d4 Quote -width arguments that start with a '-' sign. 2013-07-13 10:54:00 +00:00
njoly c16c550ee5 Adjust -width argument to match reality; and while here quote it. 2013-07-13 10:52:50 +00:00
njoly d5921f2b1c Fix unknown .Tp macro. 2013-07-13 09:24:25 +00:00
martin 52a1560729 Switch sparc and sparc64 to USE_COMPILERCRTSTUFF=no 2013-07-11 06:58:30 +00:00
njoly 84e9c4d0dc Fix sendmail section (8 -> 1) in xrefs. 2013-07-09 09:41:30 +00:00
apb 1a4f95b9ec Merge tzdata2013d. 2013-07-07 10:48:49 +00:00
apb 1ba4a87061 Import tzdata2013d from ftp://ftp.iana.org/tz/releases/tzdata2013d.tar.gz
Summary of changes from tzdata2013c to tzdata2013d:

  Changes affecting current and future time stamps:

    Morocco's midsummer transitions this year are July 7 and August 10,
    not July 9 and August 8.  (Thanks to Andrew Paprocki.)

    Israel now falls back on the last Sunday of October.
    (Thanks to Ephraim Silverberg.)

  Changes affecting past time stamps:

    Specify Jerusalem's location more precisely; this changes the pre-1880
    times by 2 s.

  Changing affecting metadata only:

    Fix typos in the entries for country codes BQ and SX.

  Changes affecting documentation and commentary:

    Deemphasize the significance of national borders.

    Update the zdump man page.

    Remove obsolete NOID comment (thanks to Denis Excoffier).

    Update several URLs and comments in the web pages.

    Spelling fixes (thanks to Kevin Lyda and Jonathan Leffler).

    Update URL for CLDR Zone->Tzid table (thanks to Yoshito Umaoka).
2013-07-07 10:45:27 +00:00
wiz e18fc4e91d Fix xref. 2013-07-04 09:39:48 +00:00
msaitoh 1097efeb89 Sync with {Open,Free}BSD. 2013-07-04 09:26:14 +00:00
pooka bc38e87441 Having a system-supplied function interface to create virt(4) is not
fully useful when the system doesn't supply anything to configure the
interface with.  So remove rump_virtif_create(), that functionality
is now taken care of with ifcloner.
2013-07-03 19:21:11 +00:00
jdf ddd897e067 Added entries: BIOS, DP, DVI, HDMI
Changed entries: BIOS, CGA, DDWG, DP, DVI, EGA, HDCP, HDMI, MCGA, MDA, OQL,
                 RAID, RDF, SMBIOS, SVGA, VESA, VGA, XGA

Patch supplied by Bug Hunting.
2013-06-29 12:22:48 +00:00
wiz 0504958a89 Improve wording. 2013-06-29 08:14:31 +00:00
yamt 006f500d6a add "maxthread" tunable to login.conf to adjust RLIMIT_NTHR.
PR/47626
ok'ed by christos
2013-06-29 04:52:55 +00:00
wiz 2c3c4687ae New sentence, new line. Fix typo. Remove 'i'. 2013-06-27 21:22:46 +00:00
christos 0234645c61 add pktinfo stuff 2013-06-27 20:14:25 +00:00
christos e2d1c3abce remove file that did not go before. 2013-06-27 14:52:58 +00:00
christos 38d57d6181 rename to follow suit. 2013-06-26 21:36:39 +00:00
christos c02281a083 add an L2TP Gateway example. 2013-06-26 21:33:56 +00:00
matt 138c29fa6c MIPS now uses USE_COMPILERCRTSUTFF=no 2013-06-25 01:17:29 +00:00
matt 4e11eec173 For VAX, enable USE_COMPILERCRTSTUFF = no
Sort the arm ELF2AOUT sections to be removed.
2013-06-25 00:33:09 +00:00
riastradh 82db4b9858 Replace consttime_bcmp/explicit_bzero by consttime_memequal/explicit_memset.
consttime_memequal is the same as the old consttime_bcmp.
explicit_memset is to memset as explicit_bzero was to bcmp.

Passes amd64 release and i386/ALL, but I'm sure I missed some spots,
so please let me know.
2013-06-24 04:21:19 +00:00
riastradh e02ea39378 Fix dangling sentence vestige in cprng(9). 2013-06-23 02:39:32 +00:00
riastradh 6290b0987e Rework rndsink(9) abstraction and adapt arc4random(9) and cprng(9).
rndsink(9):
- Simplify API.
- Simplify locking scheme.
- Add a man page.
- Avoid races in destruction.
- Avoid races in requesting entropy now and scheduling entropy later.

Periodic distribution of entropy to sinks reduces the need for the
last one, but this way we don't need to rely on periodic distribution
(e.g., in a future tickless NetBSD).

rndsinks_lock should probably eventually merge with the rndpool lock,
but we'll put that off for now.

cprng(9):
- Make struct cprng_strong opaque.
- Move rndpseudo.c parts that futz with cprng guts to subr_cprng.c.
- Fix kevent locking.  (Is kevent locking documented anywhere?)
- Stub out rump cprng further until we can rumpify rndsink instead.
- Strip code to grovel through struct cprng_strong in fstat.
2013-06-23 02:35:23 +00:00
mbalmer 60da905091 Fix a typo: Affrimative -> Affirmative. 2013-06-17 11:05:42 +00:00
ryo dedc54f76f add m_copyup(9) obtained from FreeBSD (manual only) 2013-06-17 09:58:21 +00:00
tsutsui ccf0f70064 Invoke tools/binstall/mkmanifest for Cygwin via ${HOST_SH}.
Fixes builds using source sets that drop executable bits.
2013-06-14 16:10:02 +00:00
mrg 0ca6164e56 rename (new) xorg_drivers to xorg_server -- platforms that build the
actual Xorg server (aka "xfree86 server").

move the list of these platforms from xorg-server/Makefile.common to
bsd.own.mk, so that we can access it easily in distrib.

this should fix most of the current build failures.
2013-06-12 21:35:29 +00:00
apb 3c3880ba7c Fix tab damage in previous 2013-06-11 15:15:29 +00:00
apb 82b933dccf Add FreeBSD-8.4 (merge with FreeBSD svn revision 251501). 2013-06-11 15:11:49 +00:00
wiz e574093b05 Fix date, sort SEE ALSO, more and better macro use. 2013-06-10 08:33:41 +00:00
wiz b5e3f0bc0e Bump date for previous. 2013-06-10 08:32:04 +00:00
kardel d1abea10e2 adjust soekrisgpio driver to NetBSD 2013-06-10 07:14:01 +00:00
wiz 7f89a551ef Bump date for previous. 2013-06-10 06:41:58 +00:00
kardel 630a4e285d Import of proposed patch to OpenBSD for supporting GPIO and status
leds on a Soekris net6501

patch posted on 2013-01-14 17:11:00 at
http://permalink.gmane.org/gmane.os.openbsd.tech/31317
2013-06-10 06:04:35 +00:00
mrg 018f384e6a mark several interfaces as internal, most of which have other exported
APIs for their use.
2013-06-10 05:11:20 +00:00
mrg 224424a849 add a new MKXORG_DRIVERS that defaults to yes on MKXORG platforms
besides acorn26.  useful for sets, and avoids overloading the
value of XFREE86_SERVERS.
2013-06-10 05:02:38 +00:00
wiz d067cd1c6c fix typo. 2013-06-06 08:34:05 +00:00
mrg b2836e59b2 make .pc files depend upon configure files if they exist. this
will force them to be rebuilt when the version has changed.
this fixes one of the most often broken parts of update builds
after a version update.
2013-06-05 23:14:13 +00:00
christos ef8ac5fea8 reflect current reality. 2013-06-05 23:08:09 +00:00
dholland b3a5952680 PEBKAC was already in the base acronyms file; move the variant spelling
there.
2013-06-05 21:03:57 +00:00
pgoyette 6ee19a0c1b Add PEBCAK and PICNIC 2013-06-05 20:52:07 +00:00
mrg 43546c5b7b define X11SRCDIR.xorg-docs. 2013-06-05 07:41:56 +00:00
christos 107717d211 depcrecate IPSEC_NAT_T 2013-06-05 01:01:57 +00:00
njoly 10b6526db0 Fix width in .Bl macro. 2013-06-04 12:11:12 +00:00
wiz 771efcbeb7 Fix SYNOPSIS. Reported by Brad Harder in PR 47885. 2013-06-04 07:47:54 +00:00
mrg 2419004b57 update to xorg-server 1.10.6. 2013-06-03 07:39:07 +00:00
rodent 032a3316e4 +sx Sint Maarten
-yu Yugoslavia; deprecated on 2010-03-30 [1]

[1]:
http://web.archive.org/web/20100201171046/http://www.rnids.rs/en/node/67
2013-06-02 16:37:37 +00:00
mbalmer d7a7f8507d New variable MKX11MOTIF to enable building libGLw with Motif support.
Defaults to 'no'.
2013-06-02 11:02:40 +00:00
msaitoh 3cf319d9a9 Add I21[78]. 2013-06-02 09:43:34 +00:00
mrg f8cebe2a9e add LIBX11_XCB; unfortunately since the library is named with a -
in it, we have to use an ugly hard coded assignment for now.
(could be cleaned up with more make variable magic i'm sure.)
2013-05-31 06:48:43 +00:00
wiz c11f306ade - Remove unneeded argument in non-first `.Nm' macro;
- remove superfluous `.Pp' macro (fixes mandoc(1) warning);
- capitalization and punctuation fix.

From Bug Hunting.
2013-05-29 15:03:09 +00:00
wiz 7b699b5337 Improve wording.
From Bug Hunting.
2013-05-29 14:55:24 +00:00
kiyohara 3d9a1fa87f Add udsir. 2013-05-28 12:24:24 +00:00
dholland 1fc3ba0182 other value of PC 2013-05-27 21:32:38 +00:00
dholland a541d09292 DM, GM, NPC, PC 2013-05-27 21:31:44 +00:00
jdf 2c7a9e6783 Add more wireless networking acronyms:
* BSA    basic service area
 * BSS    basic service set
 * BSSID  basic service set identifier
 * ESS    extended service set
 * ESSID  extended service set identifier
 * IBSS   independent basic service set
 * SSID   service set identifier
 * TKIP   Temporal Key Integrity Protocol
 * WAP    wireless access point
 * WPA2   Wi-Fi Protected Access II
 * WPS    Wi-Fi Protected Setup

Also properly capitalize the existing `WPA' entry.

Patch supplied by Bug Hunting.
2013-05-25 21:17:51 +00:00
njoly 527067ce64 Kill extra El macro. 2013-05-24 14:41:32 +00:00
njoly 6fc5b50a1b Remove extra dot. 2013-05-24 14:40:18 +00:00
wiz c57d5b5313 Fix xrefs. 2013-05-24 10:01:15 +00:00
apb 0652054913 slight improvement in layout; no semantic change intended. 2013-05-23 21:08:13 +00:00
uwe cf4354e6e7 Instead of .Ar use .Fa or .Vt as appropriate. 2013-05-22 18:41:08 +00:00
uwe 5e0ecd6d23 Use .Er for errors instead of .Dv 2013-05-22 18:29:41 +00:00
christos 178731dab0 add a man page for ts2timo. 2013-05-22 16:01:44 +00:00
roy a34d72845c For IPv6, emit RTM_NEWADDR once DAD completes and also when address flag
changes. Tentative addresses are not emitted.

Version bumped so userland can detect this behaviour change.
2013-05-21 08:37:27 +00:00
mbalmer e82f5d46e0 use working email address. 2013-05-20 18:36:14 +00:00
mbalmer edd93d3bd3 working email address. 2013-05-20 18:34:39 +00:00
mbalmer 8bbad1c8eb gpiosim(4) is 64-bit wide now. 2013-05-20 15:49:03 +00:00
riz 67dea2f053 Added NetBSD 5.2, 6.0.1, 6.0.2 and 6.1. Someone *please* clean up my
artwork.
2013-05-19 15:04:39 +00:00
dholland 3df08f9491 FTL 2013-05-17 17:43:04 +00:00
msaitoh 8fa08c1e4c - Add KERNHIST and KERNHIST_PRINT.
- Update UVMHIST and UVMHIST_PRINT.
2013-05-15 05:47:10 +00:00
msaitoh b126aa9f41 s/can be displayed be calling/can be displayed by calling/
XXX pullup-5
2013-05-15 05:30:33 +00:00
msaitoh 56fd90edea Change from deleted "show uvmhist" to "show kernhist".
XXX pullup-6
2013-05-15 05:22:43 +00:00
wiz e0a986bcb9 Make nanotime and getnanotime prototypes match.
Also, the BUGS section doesn't describe something fixable, so make
it a CAVEATS section instead.
Bump date.
2013-05-13 12:07:44 +00:00
wiz 3362820342 Mention that TerraTec Aureon 7.1 PCIe is supported by
this driver. Bump date.
2013-05-10 11:05:14 +00:00
wiz 96d067c6a4 Punctuation fixes, put FILES in a list. 2013-05-09 13:54:11 +00:00
aymeric 29c8b179ee mention support for AR3012 based chips and point to the corresponding
firmware files
2013-05-09 12:46:21 +00:00
apb f2f7835240 Merge tzdata2013c from ftp://ftp.iana.org/tz/releases/tzdata2013c.tar.gz
Summary of changes from tzdata2013b to tzdata2013c:

  Changes affecting current and future time stamps:

    Palestine observed DST starting March 29, 2013.
    From 2013 on, Gaza and Hebron both observe DST.
    Assume that the recent change to Paraguay's DST rules is permanent.

  Changes affecting past time stamps:

    Fix some historical data for Palestine.
    Fix times of habitation for Macquarie.

  Changing affecting metadata only:

    Macquarie Island is politically part of Australia, not Antarctica.
    Sort Macquarie more-consistently with other parts of Australia.
2013-05-08 08:18:45 +00:00
apb 194bdd8057 Import tzdata2013c from ftp://ftp.iana.org/tz/releases/tzdata2013c.tar.gz
Summary of changes from tzdata2013b to tzdata2013c:

  Changes affecting current and future time stamps:

    Palestine observed DST starting March 29, 2013.
    From 2013 on, Gaza and Hebron both observe DST.
    Assume that the recent change to Paraguay's DST rules is permanent.

  Changes affecting past time stamps:

    Fix some historical data for Palestine.
    Fix times of habitation for Macquarie.

  Changing affecting metadata only:

    Macquarie Island is politically part of Australia, not Antarctica.
    Sort Macquarie more-consistently with other parts of Australia.
2013-05-08 08:15:47 +00:00
pgoyette b322009003 Fix the build 2013-05-08 04:33:15 +00:00
rkujawa 4a34c9a43f Add mcp980x(4) man page. 2013-05-07 22:45:26 +00:00
apb 77f2a8b4d5 Add DragonFly 3.2.1, DragonFly 3.4.1, FreeBSD 9.1, OpenBSD 5.2, OpenBSD 5.3.
Adapted from FreeBSD base/head/share/misc/bsd-family-tree (svn revision
250330), but the NetBSD version of this file includes entries for
NetBSD-5.0.1 and NetBSD-5.0.2 which are missing from the FreeBSD
version.

Resolves PR misc/47799 from Eitan Adler
2013-05-07 14:55:36 +00:00
matt af8f0546ca Make disklabel a MI tool. It will use MACHINE/MACHINE_ARCH to determine
the disklabel params as well as allowing command-line options of -M <machine>
and -B {le,be} to specify MACHINE and byteorder to be used.
2013-05-03 16:05:11 +00:00
matt 86313270f0 Use !empty(MACHINE_ARCH:Mearm*) instead of ${MACHINE_ARCH:Mearm*} != "" 2013-05-03 15:55:21 +00:00
matt 9244b4d1cb Allow use of a different by using KLINK_MACHINE instead.
If it's not set, KLINK_MACHINE is set to ${MACHINE}
2013-05-02 04:14:28 +00:00
riastradh 1bb03de69a First draft of a long-awaited man page for genfs_rename(9). 2013-05-01 18:56:48 +00:00
wiz c3c24d432a Remove trailing whitespace. 2013-04-29 14:19:48 +00:00
rkujawa 7b2fe77e42 Add info about LDOs and DCDCs in TPS65217. 2013-04-29 13:28:55 +00:00
wiz 0e3fa8cc54 Bump date for previous. 2013-04-28 12:51:04 +00:00
rkujawa 4fb6fc4e82 Add slhci at zbus. 2013-04-28 10:23:03 +00:00
joerg c7fbe15f37 MKLIBCXX and MKLIBSTDCXX 2013-04-28 04:44:21 +00:00
joerg 2fa1d2471b Introduce MKLIBSTDCXX, defaulting to yes. 2013-04-28 04:05:37 +00:00
joerg ecb06a3b09 Add build glue for libc++. 2013-04-27 23:02:17 +00:00
matt ba99357d47 Default MKCOMPAT to no for earm 2013-04-27 08:42:44 +00:00