Commit Graph

15057 Commits

Author SHA1 Message Date
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
plunky 95e44a9f0c add p++ tool, for PCC 2014-07-24 20:29:19 +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
mbalmer 30f32df5e8 Keep countries in sync with IATA listings. NetBSD is not in the business
of defining in which country an airport is.
2014-07-20 19:19:49 +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
wiz 65b7a70949 Grammar. Bump date. 2014-07-20 13:39:10 +00:00
nonaka 1b6f30d4ec Added support for the Realtek RTL8188EUS and RTL8188ETV chipsets from FreeBSD. 2014-07-20 13:25:23 +00:00
lneto 4ab4902eb2 lua: updated from 5.1 to 5.3 work3
* lua(1):
  - changed lua_Integer to intmax_t
  - updated distrib/sets/lists and etc/mtree
  - updated bsd.lua.mk
  - fixed bozohttpd (lua-bozo.c)
  - compatibilized bindings: gpio, sqlite
* lua(4):
  - removed floating-point and libc dependencies using '#ifndef _KERNEL'
  - fixed division by zero and exponentiation
  - libkern: added isalnum(), iscntrl(), isgraph(), isprint() and ispunct()
  - acpica: removed isprint() from acnetbsd.h
  - libc: moved strcspn.c, strpbrk.c and strspn.c to common
  - removed stub headers
  - compatibilized bindings: luapmf, luasystm
* reorganized luaconf.h
* updated doc/CHANGES and doc/RESPONSIBLE
2014-07-19 18:38:33 +00:00
plunky c76e451dca when calling mkdep, pass any -std=* flags for C and C++ source files
to ensure that any definitions this implies are set
2014-07-19 17:19:22 +00:00
roy 1ae594017c Document that our use of pthread_mutex_unlock(3) is async-signal-safe
and as such can be used in a phtread_atfork(3) child handler.
2014-07-19 14:53:22 +00:00
skrll 5d7c2f3f3f Bump date for previous. 2014-07-19 14:21:34 +00:00
skrll 7efd42934c PR/48998: uhso(4) support for Globetrotter HSUPA Modem 2014-07-19 14:20:46 +00:00
njoly 9e00c924f2 Add missing end list (El) macro. 2014-07-18 11:14:18 +00:00
njoly c038ed9dae Add hw.ncpuonline documentation. 2014-07-17 13:42:02 +00:00
nakayama 4a75cb34db Add new transform for gl.pc.
Now GLX_TLS is "no" since GLX_USE_TLS is not defined.
2014-07-16 14:10:26 +00:00
christos f4679b8a67 stray slash 2014-07-15 13:27:04 +00:00
christos 0fb28704a3 fix typo 2014-07-15 13:25:40 +00:00
christos da52f38464 Add vfontedpr 2014-07-15 13:22:39 +00:00
mbalmer 2fe0f766c5 Put them one file per line. 2014-07-14 12:21:56 +00:00
ryoon f22de5b4ad Add Sharp CE-175TU entry, and bump date. 2014-07-14 12:07:04 +00:00
asau 3b3b5c1aae Vinnitsa isn't even in South-Western Russia. Make it Ukraine. 2014-07-13 18:08:33 +00:00
asau bdc78c0a15 Sukhum isn't in Georgia since 1993 (1990, 1992, 1993, 1994,
1999, or 2008 depending on what you count as break-up).
In any case in recent twenty years it was easier to get there
through Russia than through Georgia.
2014-07-13 18:02:27 +00:00
asau 2e16bee8d1 Simferopol' is in Krym rather than in Adygeya, and it is in Russia.
(Whether your government recognize it or not is another issue.
If you want to visit it these days, you have to enter Russia.
Following Ukrainians, even before the recent unrest and referendum
it was strongly advised not to discuss this topic with locals there.
At least it was advised not to call Krym a part of Ukraine.)
Fix Kerch' entry as well.
2014-07-13 17:27:45 +00:00
martin b4c4477994 Add the new files to unbreak the build (hi marc!) 2014-07-13 15:12:27 +00:00
mbalmer 2c9c8c0495 Add a description of SIOCGIFALIAS. From Jens A Nilsson via PR misc/6880. 2014-07-13 12:47:13 +00:00
mbalmer b25e9deb0b Add the five bulgarian keymaps we got via PR misc/37713 from markucz@gmail.com. 2014-07-13 12:29:01 +00:00
wiz 9cc16726fe Fix asus entry. 2014-07-13 12:08:32 +00:00
wiz f0d5528210 Use import date for Dd. Remove unnecessary quotes. End sentence with dot. 2014-07-13 12:04:07 +00:00
mbalmer a1e18c655b Fix a typo in a function name. Found by Nat Sloss, thanks.
Fixes PR misc/46446.
2014-07-13 11:08:46 +00:00
mbalmer 4af77db120 Don't lie about the CardBus device database. Diff from Jukka Ruohonen.
Fixes PR misc/39625.
2014-07-13 11:03:26 +00:00
mbalmer d3500151b8 Add a missing word; found by Maxime Villard, thanks! 2014-07-13 09:32:05 +00:00
mbalmer 76dc741fbc Fix asus(4) entry. 2014-07-13 08:43:29 +00:00
mbalmer 94541005af Add a man page for asus(4), written by Leonardo Taccari as part of PR/39932. 2014-07-13 08:37:13 +00:00
mbalmer 19d0b7c3a9 Add HCJ. About a dozen mountain tops where nuked to make place for the runway,
see http://cdn2.spiegel.de/images/image-723855-galleryV9-jjgv.jpg
2014-07-12 15:19:47 +00:00
dholland fa41303899 Add MKGROFFHTMLDOC and make it default to no. It seems that sometimes
when generating html groff runs netpbm behind your back. Needless to
say we don't have netpbm in base, so this fails on a clean install; so
for now disable generating html for /usr/share/doc by default.
Workaround for PR 48970.

It seems that all available document preparation toolchains are made
of fail.
2014-07-06 18:22:03 +00:00
dholland 92684d2864 Don't install EXTRAHTMLFILES if MKHTML is "no". 2014-07-06 06:34:33 +00:00
dholland f99f788cdd New sentence, new line. 2014-07-06 05:32:30 +00:00
dholland 75eb1ae2e9 Minor updates - I've attempted to catch the most glaringly outdated
statements but haven't made any effort yet to rewrite the main content.
2014-07-06 05:16:18 +00:00