summaryrefslogtreecommitdiff
path: root/share
AgeCommit message (Collapse)Author
2013-10-24Document the octrng(4) driver.Paul Irofti
2013-10-22update config stanzasMiod Vallat
2013-10-22typo in config stanzaMiod Vallat
2013-10-22Parse and ignore .hw (hyphenation points in words); this is safe becauseIngo Schwarze
we don't do hyphenation anyway, so there is no point in throwing an ERROR when encountering .hw. Real-world usage of the request found by naddy@ in sysutils/dwdiff(1).
2013-10-21update documentation for these functions. They now state the case regardingTheo de Raadt
pthreads and chroot, and safe initialization without /dev/random and such junk. If you are in control of an arc4random in another library, please look at these pages and get caught up. ok various
2013-10-20tedu noct(4). dmesglog shows no users of this device and the driver hasMike Larkin
a bug that nobody (even the original author) knows how to fix. "kill with fire" deraadt@
2013-10-20Document the ioctl commands of the new queueing system: DIOCADDQUEUE,Lawrence Teo
DIOCGETQUEUES, DIOCGETQUEUE, and DIOCGETQSTATS (the older version has been renamed to DIOCGETALTQSTATS). ok henning jmc
2013-10-19fix obvious .An formatting errorsIngo Schwarze
found while working on mandoc apropos
2013-10-19Remove never enabled WSCONS_SUPPORT_PCVTFONTS code.Miod Vallat
2013-10-19Remove more knowledge of a.out and stab information from the tree.Theo de Raadt
ok miod
2013-10-18tidy this page up a little;Jason McIntyre
2013-10-18do not speak of rdsetrootTheo de Raadt
2013-10-17no need for this, unlinked from the build for a while anyway;Jason McIntyre
ok deraadt
2013-10-16Add a manpage for ommmc(4).Raphael Graf
Feedback and ok jmc@
2013-10-16Adapt to recent gnome MODULE change.Antoine Jacoutot
2013-10-15We do not produce "core" files, so they do not need to be deleted. theyTheo de Raadt
have been *.core files for a very long time. That's a lot of unlink() calls saved.
2013-10-15tweak previous;Jason McIntyre
2013-10-15Remove BUGS section, it got fixed a few months ago.Miod Vallat
2013-10-15steal manpages from mvme88kMiod Vallat
2013-10-15Document MODGNOME_MIME_FILE and MODGNOME_DESKTOP_FILE.Antoine Jacoutot
Make the x11/gnome MODULE description a bit easier to read.
2013-10-15Driver for the AIC-6250 SCSI controller found on AViiON models 100, 200, 300,Miod Vallat
400 and 4300. Limited to PIO mode only for now, until the DMA controller is tamed. Heavily based upon the MI aic(4) driver.
2013-10-14Add vxlan.4Reyk Floeter
2013-10-14Parse and ignore the .fam (font family) request.Ingo Schwarze
Fixes irunner(1) in devel/ipython and uim-xim(1) in inputmethods/uim. Thanks to naddy@ for bringing these to my attention.
2013-10-13Make it possible to build to reduced version of a library, includingPhilip Guenther
just specific objects that are compiled with additional options to reduce their size. For use by distrib/ and crunchgen. style and naming assistance from espie@
2013-10-13tweak previous;Jason McIntyre
2013-10-13Set the default MTU to full 1500 bytes. We do not want to encourageReyk Floeter
running vxlan(4) with a lowered MTU of just 1450 bytes instead of bumping the MTU of the transport interfaces to at least 1550 or preferrably 1600 bytes.
2013-10-13Import vxlan(4), the virtual extensible local area network tunnelReyk Floeter
interface. VXLAN is a UDP-based tunnelling protocol for overlaying virtualized layer 2 networks over layer 3 networks. The implementation is based on draft-mahalingam-dutt-dcops-vxlan-04 and has been tested with other implementations in the wild. put it in deraadt@
2013-10-12i. e. -> i.e.Jason McIntyre
2013-10-12explicitely->explicitlyStuart Henderson
2013-10-12document new queueing. with lots of help from jmc. glanced over by many,Henning Brauer
ok phessler sthen
2013-10-11reference vmwpvs.David Gwynne
jmc pointed out i missed this
2013-10-08basic manpage for a basic driverDavid Gwynne
2013-10-08Reference mi_syscall() and mi_syscall_return() and syscall_mi.hPhilip Guenther
Update userret() arguments
2013-10-07+axenJason McIntyre
2013-10-07tweak previous;Jason McIntyre
2013-10-07first manpage for axen(4)Yojiro Uo
2013-10-07getdirentries(2) is dead; long live getdents(2)!Philip Guenther
confirmation that getdirentries(2) is unused by ports from sthen@ and naddy@
2013-10-06Document that the default ruby version in ports is now 2.0Jeremy Evans
2013-10-06Fix an .Lb example in two respects:Ingo Schwarze
As noticed by Sascha Wildner (DragonFly), .Lb wants a "lib" prefix. And mdoc(3) was merged into mandoc(3) long ago.
2013-09-30add some additional run(4)/urtwn(4) devices found in FreeBSDJonathan Gray
2013-09-29fix some formatting warnings;Jason McIntyre
2013-09-29Instead of demonstrating the method to override rc.d variables with aStuart Henderson
(relatively uncommon) change of uid, demonstrate changing flags instead, as this is more common (and hoping that this reduces the chance of users editing the rc.d script directly which can cause problems at upgrade time). Feedback from jmc, tweaks from schwarze, ok jmc schwarze ajacoutot
2013-09-28correct description of v4l2_fmtdesc; from RemcoJason McIntyre
ok miod
2013-09-26document how to handle python3 PLISTs; based on a diff from rpointel@Stuart Henderson
2013-09-24Extend le@syscon to support the ILACC chips found on-board the AV530 family.Miod Vallat
GENERIC.MP on a 2x88100(6:1)@33 4605 can now make build on local disk and local net; but it still needs to boot its kernel off the network at the moment.
2013-09-23Revert. It seems people don't agree about which device should be used.Antoine Jacoutot
req. by krw@ millert@
2013-09-23cd0a -> cd0c for consistency with the FAQ.Antoine Jacoutot
discussed with and ok miod@
2013-09-20Unify and document usbd_transfer(9).Martin Pieuchot
Get rid of the badly named usbd_bulk_transfer() and usbd_intr_transfer() they were two identical wrappers to submit a synchronous transfer. Now all synchronous transfers are submited using usbd_setup_xfer(9) and usbd_transfer(9) explicitly using the USBD_CATCH flag when signals must be checked. Previous version ok'd by mglocker@, with subtle inputs from miod@
2013-09-15Some missing .Pa macros in FILES sections;Ingo Schwarze
from Jan Stary <hans at stare dot cz>; discussed with jmc@.
2013-09-15Mention the SBus slot #2 in sun4e is `slave only', just as slot #3 in sun4c.Miod Vallat