summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Handle the conditional decoding of execve() argument and environmentjhb2015-08-2012-225/+19
* Rework the argv and env string fetching for execve to be more robust.jhb2015-08-201-26/+44
* Typo.kib2015-08-201-1/+1
* Add the definitions of __infinity and __nan.andrew2015-08-203-0/+17
* Add the kernel support for minidumps on arm64.andrew2015-08-203-9/+429
* Remove pmap_kenter from pmap.h, the function doesn't exist.andrew2015-08-202-2/+6
* Add pmap_get_tables to get the page tables for a given virtual address. Thisandrew2015-08-202-0/+37
* * Split allocation and table linking for lle's.melifaro2015-08-208-145/+293
* Add the arm64 minidump header. This was missed from r286953.andrew2015-08-201-0/+48
* Add support to libkvm for reading minidumps on arm64. The kernel side isandrew2015-08-203-10/+320
* Restore part of r274628, reverted at r286776.mav2015-08-201-1/+2
* Further conversions from ifp->if_softc -> ic_softc.adrian2015-08-208-67/+65
* Remove some if_softc references from urtwn(4).adrian2015-08-201-5/+5
* getrlimit.2: Document RSS, AS/VMEM limit behavior more clearlycem2015-08-201-15/+46
* Add a new exit-timeout option to watchdogd.ian2015-08-192-8/+26
* compiler-rt: update __multc3 to upstream style and variable namesemaste2015-08-191-44/+39
* Check value return from lle_create() for NULL.melifaro2015-08-191-3/+6
* Enable the watchdog driver on imx6, now that it works.ian2015-08-191-1/+1
* Make the imx watchdog actually work, by setting WDOG_CR_WDE (enable bit).ian2015-08-191-24/+16
* Add compatible strings for all the hardware this driver works with.ian2015-08-192-13/+26
* wordexp(): Improve some error codes.jilles2015-08-193-18/+41
* ino_t is unsigned, so use uintmax_t instead of intmax_t when printing it.jhb2015-08-191-2/+2
* Always use %j with an intmax_t cast to print time_t values. time_t isjhb2015-08-192-25/+28
* Various style and whitespace fixes.jhb2015-08-1911-38/+63
* Use nitems().jhb2015-08-1910-17/+12
* Use bool rather than _Bool for C++ compatibility.jasone2015-08-191-8/+8
* Issue warning and refuse to proceed further if the configureddelphij2015-08-191-2/+14
* Remove a broken link.gjb2015-08-191-3/+2
* cxgbe(4): Save the flags for the last adapter-wide synchronizednp2015-08-192-0/+3
* Add a kern.features.cloudabi64 entry when the module is loaded to helps thebapt2015-08-191-0/+2
* Remove debug printf.jhibbits2015-08-191-1/+0
* Increase MAXCPU in ARM64zbb2015-08-191-1/+1
* fget_unlocked() depends on the freed struct file f_count field beingkib2015-08-191-1/+1
* Remove redundant mp_naps from ARM64 secondary CPU start-up codezbb2015-08-191-12/+0
* Add SMP support to GICv3 and ITS driverszbb2015-08-195-53/+225
* Allow building a kernel with baked in ig4, isl and cyapa drivers.grembo2015-08-194-35/+25
* Fix copy&paste.jhibbits2015-08-191-1/+1
* Save the registers at the correct offsets.jhibbits2015-08-191-2/+3
* Add required foo_if.h files to SRCS to fix build errors.ian2015-08-191-0/+2
* Expand the decoding of kevent structures.jhb2015-08-191-8/+86
* Change the argument formatting function to use a stdio FILE object openedjhb2015-08-192-224/+158
* Fix minor malloc regressions.jasone2015-08-195-16/+31
* - ANSIfydelphij2015-08-181-10/+5
* Fix the use of plural in two cases that I missed on r285784.loos2015-08-181-2/+8
* Add the GPIO driver for the ADI Engineering RCC-VE and RCC-DFF/DFFv2.loos2015-08-184-0/+440
* Define CPU_SPINWAIT as cpu_spinwait().jasone2015-08-182-16/+12
* Update sysbuild to new ports infrastructure.phk2015-08-181-2/+19
* wordexp(3): Update man page for no longer using the wordexp builtin.jilles2015-08-181-4/+3
* Fix multiple integer overflows in expat.delphij2015-08-181-2/+21
* Set curvnet context inside the RPC code in more places.delphij2015-08-182-0/+10
OpenPOWER on IntegriCloud