summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Use more generic procstat_getvmmap(3) for retrieving VM layout of a process.trociny2013-04-203-4/+4
* Use procstat_getprocs(3) for retrieving thread information instead oftrociny2013-04-204-66/+17
* Add procstat_getvmmap function to get VM layout of a process.trociny2013-04-204-1/+118
* Make libprocstat(3) extract procstat notes from a process core file.trociny2013-04-208-17/+453
* Add note about fagility of the clang upgrade process.imp2013-04-201-0/+5
* Expose CAM_BOOT_DELAY as a kernel conf item now.sbruno2013-04-202-0/+8
* Merge ACPICA 20130418.jkim2013-04-1938-674/+1219
|\
| * Import ACPICA 20130418.jkim2013-04-1940-682/+1301
| * Fix a potential memory leak.jkim2013-04-041-1/+2
* | Initialise the chainmask fields regardless of whether 11n supportadrian2013-04-191-8/+8
* | mostly whitespace changes:luigi2013-04-193-47/+34
* | Update chio(1) and ch(4) to support reporting element designators.ken2013-04-194-74/+379
* | Add the Clang specific -Wmissing-variable-declarations to WARNS=6.ed2013-04-1921-2/+40
* | Fix -Wmissing-variable-declarations compiler warnings.ed2013-04-194-8/+8
* | Implement a very basic multi-PHY aware switch device.adrian2013-04-192-0/+571
* | Include PID in the error message which is printed when the maxproc limitjh2013-04-191-2/+2
* | Don't compare unsigned socklen_t against < 0.glebius2013-04-191-10/+1
* | sem: Restart the POSIX sem_* calls after signals with SA_RESTART set.jilles2013-04-192-3/+3
* | Add a debug statement to log the currently chosen chainmask configuration.adrian2013-04-191-0/+6
* | .. don't know how this snuck into this commit. Sorry.adrian2013-04-191-1/+0
* | Print out the chainmask configuration.adrian2013-04-191-0/+5
* | Use uint32_t for fields that are fetched via ath_hal_getcapability().adrian2013-04-192-6/+6
* | Fix the uart(4) module build. Without uart_dev_lpc the module cannot be loaded.jhibbits2013-04-191-1/+1
* | An even more refined version of r249484, until we can come up withkientzle2013-04-191-1/+1
* | Fix the symlink creation from r249484 so that repeatedkientzle2013-04-191-1/+1
* | Attempt to mitigate poor initialization of arc4 by one-shotache2013-04-193-1/+11
* | When an NFS unmount occurs, once vflush() writes the last dirtyrmacklem2013-04-184-2/+37
* | cxgbe(4): Refuse to install T5 firmwares on a T4 card (and vice versa).np2013-04-181-0/+7
* | Recover missing arp_ifinit() call.oleg2013-04-181-0/+6
* | cxgbe/tom: Update the CLIP table on the chip when there are changesnp2013-04-182-14/+133
* | Introduce kern.timecounter.smp_tsc_adjust tunable (disabled by default) andmav2013-04-181-3/+60
* | Both NFS clients can deadlock when using the "rdirplus" mountrmacklem2013-04-182-4/+20
* | Make siis(4) and mvs(4) send bus_get_dma_tag() requests to parent busesmav2013-04-183-1/+25
* | Remove EOL whitespace.joel2013-04-181-2/+2
* | Move the previously added CPUID7 macros to CPUID_STDEXT.rpaulo2013-04-181-17/+11
* | Remove debug code.davidxu2013-04-181-1/+0
* | Avoid copying memory if SIGCANCEL is not masked.davidxu2013-04-181-4/+14
* | When calculating the number of reserved nodes, discount the pages that willalc2013-04-181-2/+9
* | Revert revision 249323, the PR/177624 is confusing, that bug is causeddavidxu2013-04-181-1/+10
* | Fix the value of NT_FREEBSD_TAG to be the same as ABI_NOTRTYPE in lib/csu.andrew2013-04-182-1/+8
* | Add the most current CPUID7_* definitions.rpaulo2013-04-181-0/+17
* | Print RDSEED, ADX, and SMAP.rpaulo2013-04-181-0/+6
* | DTrace: NFS translators should be split into client/server piecespfg2013-04-182-31/+59
* | Move the NFS FHA (File Handle Affinity) code from sys/nfsserver token2013-04-179-8/+8
* | Improving r249461 by providing a better way to handle the clang warning.hiren2013-04-171-3/+4
* | Style cleanups.pjd2013-04-171-11/+23
* | pututxline: Don't set errno=0 in subfunctions.jilles2013-04-171-4/+8
* | Revamp the old NFS server's File Handle Affinity (FHA) code so thatken2013-04-1720-206/+874
* | Document jail_<jname>_parameters option.jlh2013-04-171-0/+36
* | On non-ACPI i386 mp_ncpus is initialized at SI_SUB_CPU, and thisglebius2013-04-171-1/+1
OpenPOWER on IntegriCloud