summaryrefslogtreecommitdiff
path: root/share
AgeCommit message (Collapse)Author
2016-07-10consistent spelling of "Moscow"; Ilya dot Kaliman at gmail dot comIngo Schwarze
2016-07-09spelling; from Ilya dot Kaliman at gmail dot comIngo Schwarze
2016-07-09ehci no longer attaches to imxJonathan Gray
2016-07-07Add man page for the maxrtc(4) I2C driver.Marcus Glocker
2016-07-06J/j is a three valued option, document and fix code to actuall support thatOtto Moerbeek
with a little help from jmc@ for the man page bits ok jca@ and a reluctant tedu@
2016-07-05Update to tzdata2016f from from ftp.iana.org.Todd C. Miller
2016-07-05Hook up the pcfrtc(4) manual; OK kettenis@Tim van der Molen
2016-07-04DEBUGLIBS has been broken since the gcc4 switch, so delete it. CFLAGSPhilip Guenther
contains -g by default anyway problem noted by Edgar Pettijohn (edgar (at) pettijohn-web.com) ok millert@ kettenis@ deraadt@
2016-07-04gcc's -fvisibility=hidden isn't the behavior we wanted when cleaning upPhilip Guenther
symbol exports, so delete ${VISIBILITY_HIDDEN} as unused ok kettenis@ deraadt@
2016-07-02Get 'AOAShasta' soundchip working found on PowerMac9,1.Marcus Glocker
ok deraadt
2016-06-30Also mention the term 'USB device' in the title to make clear that theMarcus Glocker
reference count is on a device level. ok jmc
2016-06-30don't need the .xr to sysctl now eitherTed Unangst
2016-06-30992 ptys is the hard max.Ted Unangst
2016-06-28IP_MINTTL and IPV6_MINHOPCOUNT work on TCP and UDP socketsJeremie Courreges-Anglas
Input from and ok bluhm@
2016-06-28IPV6_MINHOPCOUNT now supports UDP (unicast and multicast)Jeremie Courreges-Anglas
2016-06-28more standard Nd, and zap an unbalanced ";Jason McIntyre
ok jmatthew
2016-06-27Improve .Nd, and Xr from usb(4)Theo de Raadt
2016-06-27add ure(4) man pageJonathan Matthew
2016-06-27the flag is USBD_EXCLUSIVE_USE, not USBD_EXCLUSIVE_ACCESSJonathan Matthew
2016-06-27Implement IPV6_MINHOPCOUNT support.Jeremie Courreges-Anglas
Useful to implement GTSM support in daemons such as bgpd(8). Diff from 2013 revived by renato@. Input from bluhm@, ok bluhm@ deraadt@
2016-06-26Document how to create full boot and installation images containingTheo Buehler
release tarballs and ports, suitable for installs without network. Idea and patch from Bryan Everly, thanks! With input from deraadt, jmc and myself. ok jmc
2016-06-26sxie(4) is only for integrated 'EMAC' 10/100 Ethernet. Make this a bitJonathan Gray
more obvious. The Gigabit 'GMAC' controller used by some A20 systems is not supported.
2016-06-26remove devices from soc abstraction device lists that now attach to fdtJonathan Gray
2016-06-26Dynamically attach cpsw(4) with the FDT.Jonathan Gray
2016-06-26Dynamically attach omdog(4) using the FDT.Jonathan Gray
2016-06-25Add Medion Mobile S4222Ingo Feinerer
Remove deprecated Tn at the same time. OK jmc@
2016-06-20Tweak umb(4) man page, mostly for brevity.Stefan Sperling
ok gerhard
2016-06-19KTRPOINT() takes a KTR_* value, not a KTRFAC_* value.Philip Guenther
problem noted and based on diff by Michal Mazurek (akfaew (at) jasminek.net) ok jmc@
2016-06-19no more lock(9);Jason McIntyre
2016-06-19Remove the lockmgr() API. It is only used by filesystems, where it is aMartin Natano
trivial change to use rrw locks instead. All it needs is LK_* defines for the RW_* flags. tested by naddy and sthen on package building infrastructure input and ok jmc mpi tedu
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-14Update to tzdata2016e from from ftp.iana.org.Todd C. Miller
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;