summaryrefslogtreecommitdiff
path: root/share/man
AgeCommit message (Collapse)Author
2016-06-18Add a new AUDIO_GETSTATUS ioctl to get various audio driver variables.Alexandre Ratchov
It's intended for use with diagnostic tools (like audioctl) and is of no use to audio programs.
2016-06-18tweak previous;Jason McIntyre
ok mglocker
2016-06-18Dynamically attach ommmc with fdt. Offset the start of the memory regionJonathan Gray
by 0x100 for nodes compatible with "ti,omap4-hsmmc" to get the same offsets as omap3. Handle both the nintr 1 (omap3/am335x) and nintr 3 (omap4) cases in attach. Ideally the "interrupts" property will be handled by the interrupt controller drivers directly in future.
2016-06-17Add man page for usbd_ref_incr(9), usbd_ref_decr(9), and usbd_ref_wait(9).Marcus Glocker
ok mpi
2016-06-16Also add MediaTek to Ralink Technologies here.Martijn van Duren
Prodded by jmc@ OK jmc@, stsp@, and sthen@
2016-06-16Remove links to www.ralinktech.com, which isn't in use anymore.Martijn van Duren
Add an extra reference to MediaTek who now owns Ralink as suggested by sthen@. OK jmc@ and stsp@
2016-06-15Add umb(4) - a driver for the Mobile Broadband Interface Model (MBIM)Gerhard Roth
The umb(4) driver provides support for USB MBIM devices. Those devices establish connections via celluar networks such as GPRS, UMTS, and LTE. ok mpi@ sthen@ additional feedback from deraadt@ jmc@ stsp@ kettenis@
2016-06-15no more ktremul; from michal mazurekJason McIntyre
2016-06-14Prevent a round to zero in the timeout_add_...() functions. GettingAlexander Bluhm
an immediate timeout if a positive value is specified is unexpected behavior. Defer calling the handler for at least one tick. Do not change that timeout_add(0) gives you an immediate timeout. OK millert@ uebayasi@ tedu@
2016-06-13On localhost a user program may create a socket splicing loop.Alexander Bluhm
After writing data into this loop, it was spinning forever causing a kernel hang. Detect the loop by counting how often the same mbuf is spliced. If that happens 128 times, assume that there is a loop and abort the splicing with ELOOP. Bug found by tedu@; OK tedu@ millert@ benno@
2016-06-13fec attaches to fdt nowJonathan Gray
2016-06-11dynamically attach sxie(4) using the FDTJonathan Gray
2016-06-10update config lines for fdtJonathan Gray
2016-06-09In afterboot(8), replace le0 with em0. lo0 and le0 are too close with tiny font.Stefan Sperling
ok jmc mpi kettenis deraadt
2016-06-07etherip(4) was introduced in 5.9 as a clean alternative to gif(4)'s layer-2Stuart Henderson
mode that was enabled when it was added to a bridge(4). Update the manual pages to direct people towards using etherip(4) for this purpose. Reads fine to jmc@, ok mpi@. This code will be removed from gif(4) in the future. Switching should be as simple as renaming the config file (hostname.gifX -> hostname.etheripX), changing the interface name in hostname.bridgeX, and updating firewall rules etc. to match - I've tested this with etherip+bridge+isakmpd+ospf tunnels.
2016-06-07tweak previous;Jason McIntyre
2016-06-07document the new bits in the srp apiDavid Gwynne
2016-06-06Remove the section about generating DSA keys for webservers etc from the ssl(8)Stuart Henderson
instructions. ok benno@ beck@
2016-06-04sort the hardware list (specifically the utvfu entry). i've also lowercasedJason McIntyre
the A/V parts of Audio/Video;
2016-06-04more accurate Nd; and Xr from usb.4Theo de Raadt
2016-06-03sort SEE ALSO;Jason McIntyre
2016-06-03Initial man page for utvfu(4).Marcus Glocker
From Patrick Keshishian
2016-06-03imxenet -> fec;Jason McIntyre
2016-06-03rename imxenet to fecJonathan Gray
ok patrick@ kettenis@
2016-06-01Spews.org is long dead and already removed from the sample config file;Stuart Henderson
remove it from the manual too and replace with nixspam. From Sevan Janiyan.
2016-05-30Fix sequence for the mmap(2) method.Marcus Glocker
ok jmc
2016-05-28Mention 3165 device support in iwm(4) man page.Stefan Sperling
Patch by Imre Vadasz.
2016-05-28iwm(4) man page updates (new firmware version 16, 8260 device support)Stefan Sperling
2016-05-25use a consistent naming for chipsets;Jason McIntyre
issue found by ross l richardson help/ok stsp
2016-05-24USB_DISCOVER and USB_GET_STRING_DESC are no more.Martin Pieuchot
ok deraadt@
2016-05-23VOP_REALLOCBLKS() and related code is unused since the removal ofMartin Natano
cluster_write(). ok beck zhuk
2016-05-19revert this part of my last commit: sthen points out that this textJason McIntyre
concerns sockets, and is still present;
2016-05-19no more v6only;Jason McIntyre
2016-05-18Document MODQT_LRELEASEJeremie Courreges-Anglas
ok sthen@ zhuk@
2016-05-18rename srp_finalize to srp_gc_finalizeDavid Gwynne
2016-05-18rework the srp api so it takes an srp_ref struct that the caller provides.David Gwynne
the srp_ref struct is used to track the location of the callers hazard pointer so later calls to srp_follow and srp_enter already know what to clear. this in turn means most of the caveats around using srps go away. specifically, you can now: - switch cpus while holding an srp ref - ie, you can sleep while holding an srp ref - you can take and release srp refs in any order the original intent was to simplify use of the api when dealing with complicated data structures. the caller now no longer has to track the location of the srp a value was fetched from, the srp_ref effectively does that for you. srp lists have been refactored to use srp_refs instead of srpl_iter structs. this is in preparation of using srps inside the ART code. ART is a complicated data structure, and lookups require overlapping holds of srp references. ok mpi@ jmatthew@
2016-05-17Deprecate PLIST_DB. Prefer PLIST_REPOSITORY (same semantics, except thatMarc Espie
ARCH gets appended automatically)
2016-05-16uncomment the Xr for fuse_main(3); from rayJason McIntyre
2016-05-16i seemingly commented out an Xr in SEE ALSO in -r1.9 - correctJason McIntyre
that now. from ray
2016-05-16pcfrtc(4)Mark Kettenis
2016-05-14unhphenate the world: re-order -> reorderJason McIntyre
sthen does not object
2016-05-11remove hppa64 port, which we never got going beyond broken single users.Theo de Raadt
hppa reverse-stack gives us a valuable test case, but most developers don't have a 2nd one to proceed further with this. ok kettenis
2016-05-10the bpf_mtap functions take const struct mbuf *s nowDavid Gwynne
2016-05-08spelling;Jason McIntyre
2016-05-07chvgpio(4)Mark Kettenis
2016-04-29Delete invocation of mailq(1) that was present for historical reasons.Ingo Schwarze
On a real mailserver, it's too noisy and may be a privacy concern. On a machine that's not a mailserver, it's pointless. Besides, Theo points out that running subsystems that potentially parse untrusted user data daily, at a predictable time, as root is not a very good idea in the first place. Suggested by millert@; gilles@ matthieu@ deraadt@ sthen@ agree
2016-04-28provide some examples.David Gwynne
encouragement and reminders from jmc@
2016-04-28Only one bpf device is required; pointed out by and ok jmcMartin Natano
2016-04-28Replace /dev/bpf[0-9] with /dev/bpf and /dev/bpf0. The /dev/bpf node isMartin Natano
unused for now, but I plan to convert all programs in base to use it in a future diff. /dev/bpf0 is for compatibility with existing binaries and is to be removed after a transition period. ok rpe krw, for the installer part "Let's see it hit the tree." deraadt
2016-04-26unwanted .El;Jason McIntyre