aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Further conversions from ifp->if_softc -> ic_softc.Adrian Chadd2015-08-208-67/+65
* Remove some if_softc references from urtwn(4).Adrian Chadd2015-08-201-5/+5
* getrlimit.2: Document RSS, AS/VMEM limit behavior more clearlyConrad Meyer2015-08-201-15/+46
* Add a new exit-timeout option to watchdogd.Ian Lepore2015-08-192-8/+26
* compiler-rt: update __multc3 to upstream style and variable namesEd Maste2015-08-191-44/+39
* Check value return from lle_create() for NULL.Alexander V. Chernikov2015-08-191-3/+6
* Enable the watchdog driver on imx6, now that it works.Ian Lepore2015-08-191-1/+1
* Make the imx watchdog actually work, by setting WDOG_CR_WDE (enable bit).Ian Lepore2015-08-191-24/+16
* Add compatible strings for all the hardware this driver works with.Ian Lepore2015-08-192-13/+26
* wordexp(): Improve some error codes.Jilles Tjoelker2015-08-193-18/+41
* ino_t is unsigned, so use uintmax_t instead of intmax_t when printing it.John Baldwin2015-08-191-2/+2
* Always use %j with an intmax_t cast to print time_t values. time_t isJohn Baldwin2015-08-192-25/+28
* Various style and whitespace fixes.John Baldwin2015-08-1911-38/+63
* Use nitems().John Baldwin2015-08-1910-17/+12
* Use bool rather than _Bool for C++ compatibility.Jason Evans2015-08-191-8/+8
* Issue warning and refuse to proceed further if the configuredXin LI2015-08-191-2/+14
* Remove a broken link.Glen Barber2015-08-191-3/+2
* cxgbe(4): Save the flags for the last adapter-wide synchronizedNavdeep Parhar2015-08-192-0/+3
* Add a kern.features.cloudabi64 entry when the module is loaded to helps theBaptiste Daroussin2015-08-191-0/+2
* Remove debug printf.Justin Hibbits2015-08-191-1/+0
* Increase MAXCPU in ARM64Zbigniew Bodek2015-08-191-1/+1
* fget_unlocked() depends on the freed struct file f_count field beingKonstantin Belousov2015-08-191-1/+1
* Remove redundant mp_naps from ARM64 secondary CPU start-up codeZbigniew Bodek2015-08-191-12/+0
* Add SMP support to GICv3 and ITS driversZbigniew Bodek2015-08-195-53/+225
* Allow building a kernel with baked in ig4, isl and cyapa drivers.Michael Gmelin2015-08-194-35/+25
* Fix copy&paste.Justin Hibbits2015-08-191-1/+1
* Save the registers at the correct offsets.Justin Hibbits2015-08-191-2/+3
* Add required foo_if.h files to SRCS to fix build errors.Ian Lepore2015-08-191-0/+2
* Expand the decoding of kevent structures.John Baldwin2015-08-191-8/+86
* Change the argument formatting function to use a stdio FILE object openedJohn Baldwin2015-08-192-224/+158
* Fix minor malloc regressions.Jason Evans2015-08-195-16/+31
* - ANSIfyXin LI2015-08-181-10/+5
* Fix the use of plural in two cases that I missed on r285784.Luiz Otavio O Souza2015-08-181-2/+8
* Add the GPIO driver for the ADI Engineering RCC-VE and RCC-DFF/DFFv2.Luiz Otavio O Souza2015-08-184-0/+440
* Define CPU_SPINWAIT as cpu_spinwait().Jason Evans2015-08-182-16/+12
* Update sysbuild to new ports infrastructure.Poul-Henning Kamp2015-08-181-2/+19
* wordexp(3): Update man page for no longer using the wordexp builtin.Jilles Tjoelker2015-08-181-4/+3
* Fix multiple integer overflows in expat.Xin LI2015-08-181-2/+21
* Set curvnet context inside the RPC code in more places.Xin LI2015-08-182-0/+10
* Correct All Saints' day.Pedro F. Giffuni2015-08-181-1/+1
* Serve /etc/eui64 via NIS.Alan Somers2015-08-183-5/+42
* Calendar: add a few more dates to the Christian calendarPedro F. Giffuni2015-08-181-1/+5
* Add ichwd TCO version 3 support (Bay Trail / Rangeley...)Fabien Thomas2015-08-182-170/+335
* Using consistent coding style to deal with error inside the loop.Tai-hwa Liang2015-08-181-2/+2
* Using the error return code documented in the comment.Tai-hwa Liang2015-08-181-1/+1
* Fixing typo as well as improving readability of a few comments.Tai-hwa Liang2015-08-181-6/+11
* RIP Stefan Farfeleder (stefanf), committer since 2004.Christian Brueffer2015-08-181-0/+1
* Correct comment typo noted by erikEd Maste2015-08-181-1/+1
* callout_stop() should return 0 (fail) when the callout is currentlyJulien Charbon2015-08-181-2/+9
* Remove register dump from arm64 el0 unknown exceptionEd Maste2015-08-181-4/+2