Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-07-10 | consistent spelling of "Moscow"; Ilya dot Kaliman at gmail dot com | Ingo Schwarze | |
2016-07-09 | spelling; from Ilya dot Kaliman at gmail dot com | Ingo Schwarze | |
2016-07-09 | ehci no longer attaches to imx | Jonathan Gray | |
2016-07-07 | Add man page for the maxrtc(4) I2C driver. | Marcus Glocker | |
2016-07-06 | J/j is a three valued option, document and fix code to actuall support that | Otto Moerbeek | |
with a little help from jmc@ for the man page bits ok jca@ and a reluctant tedu@ | |||
2016-07-05 | Update to tzdata2016f from from ftp.iana.org. | Todd C. Miller | |
2016-07-05 | Hook up the pcfrtc(4) manual; OK kettenis@ | Tim van der Molen | |
2016-07-04 | DEBUGLIBS has been broken since the gcc4 switch, so delete it. CFLAGS | Philip Guenther | |
contains -g by default anyway problem noted by Edgar Pettijohn (edgar (at) pettijohn-web.com) ok millert@ kettenis@ deraadt@ | |||
2016-07-04 | gcc's -fvisibility=hidden isn't the behavior we wanted when cleaning up | Philip Guenther | |
symbol exports, so delete ${VISIBILITY_HIDDEN} as unused ok kettenis@ deraadt@ | |||
2016-07-02 | Get 'AOAShasta' soundchip working found on PowerMac9,1. | Marcus Glocker | |
ok deraadt | |||
2016-06-30 | Also mention the term 'USB device' in the title to make clear that the | Marcus Glocker | |
reference count is on a device level. ok jmc | |||
2016-06-30 | don't need the .xr to sysctl now either | Ted Unangst | |
2016-06-30 | 992 ptys is the hard max. | Ted Unangst | |
2016-06-28 | IP_MINTTL and IPV6_MINHOPCOUNT work on TCP and UDP sockets | Jeremie Courreges-Anglas | |
Input from and ok bluhm@ | |||
2016-06-28 | IPV6_MINHOPCOUNT now supports UDP (unicast and multicast) | Jeremie Courreges-Anglas | |
2016-06-28 | more standard Nd, and zap an unbalanced "; | Jason McIntyre | |
ok jmatthew | |||
2016-06-27 | Improve .Nd, and Xr from usb(4) | Theo de Raadt | |
2016-06-27 | add ure(4) man page | Jonathan Matthew | |
2016-06-27 | the flag is USBD_EXCLUSIVE_USE, not USBD_EXCLUSIVE_ACCESS | Jonathan Matthew | |
2016-06-27 | Implement 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-26 | Document how to create full boot and installation images containing | Theo 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-26 | sxie(4) is only for integrated 'EMAC' 10/100 Ethernet. Make this a bit | Jonathan Gray | |
more obvious. The Gigabit 'GMAC' controller used by some A20 systems is not supported. | |||
2016-06-26 | remove devices from soc abstraction device lists that now attach to fdt | Jonathan Gray | |
2016-06-26 | Dynamically attach cpsw(4) with the FDT. | Jonathan Gray | |
2016-06-26 | Dynamically attach omdog(4) using the FDT. | Jonathan Gray | |
2016-06-25 | Add Medion Mobile S4222 | Ingo Feinerer | |
Remove deprecated Tn at the same time. OK jmc@ | |||
2016-06-20 | Tweak umb(4) man page, mostly for brevity. | Stefan Sperling | |
ok gerhard | |||
2016-06-19 | KTRPOINT() 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-19 | no more lock(9); | Jason McIntyre | |
2016-06-19 | Remove the lockmgr() API. It is only used by filesystems, where it is a | Martin 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-18 | Add 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-18 | tweak previous; | Jason McIntyre | |
ok mglocker | |||
2016-06-18 | Dynamically attach ommmc with fdt. Offset the start of the memory region | Jonathan 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-17 | Add man page for usbd_ref_incr(9), usbd_ref_decr(9), and usbd_ref_wait(9). | Marcus Glocker | |
ok mpi | |||
2016-06-16 | Also add MediaTek to Ralink Technologies here. | Martijn van Duren | |
Prodded by jmc@ OK jmc@, stsp@, and sthen@ | |||
2016-06-16 | Remove 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-15 | Add 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-15 | no more ktremul; from michal mazurek | Jason McIntyre | |
2016-06-14 | Update to tzdata2016e from from ftp.iana.org. | Todd C. Miller | |
2016-06-14 | Prevent a round to zero in the timeout_add_...() functions. Getting | Alexander 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-13 | On 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-13 | fec attaches to fdt now | Jonathan Gray | |
2016-06-11 | dynamically attach sxie(4) using the FDT | Jonathan Gray | |
2016-06-10 | update config lines for fdt | Jonathan Gray | |
2016-06-09 | In afterboot(8), replace le0 with em0. lo0 and le0 are too close with tiny font. | Stefan Sperling | |
ok jmc mpi kettenis deraadt | |||
2016-06-07 | etherip(4) was introduced in 5.9 as a clean alternative to gif(4)'s layer-2 | Stuart 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-07 | tweak previous; | Jason McIntyre | |
2016-06-07 | document the new bits in the srp api | David Gwynne | |
2016-06-06 | Remove the section about generating DSA keys for webservers etc from the ssl(8) | Stuart Henderson | |
instructions. ok benno@ beck@ | |||
2016-06-04 | sort the hardware list (specifically the utvfu entry). i've also lowercased | Jason McIntyre | |
the A/V parts of Audio/Video; |