summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge of vendor of 249690, tzdata2013cedwin2013-04-205-79/+60
* Bump date.trociny2013-04-201-1/+1
* Sync gcore(1) with the recent changes in kernel code aimed at addingtrociny2013-04-202-203/+374
* Make use of newly added libprocstat(3) ability to extract procstattrociny2013-04-202-17/+32
* Use procstat_getkstack(3) for retrieving process kernel stackstrociny2013-04-203-55/+15
* Add procstat_getkstack function to dump kernel stacks of a process.trociny2013-04-204-0/+106
* Use libprocstat(3) to retrieve ELF auxiliary vector.trociny2013-04-203-96/+10
* This should have been committed in r249666.trociny2013-04-201-1/+1
* Add procstat_getauxv function to retrieve a process auxiliary vector.trociny2013-04-206-0/+200
* Use libprocstat(3) to retrieve process command line arguments andtrociny2013-04-203-34/+22
* Extend libprocstat with functions to retrieve process command linetrociny2013-04-207-0/+413
* Use libprocstat(3) when retrieving binary information for a process.trociny2013-04-203-29/+8
* Add procstat_getosrel function to retrieve a process osrel info.trociny2013-04-206-0/+74
* Add procstat_getpathname function to retrieve a process executable.trociny2013-04-204-2/+90
* Use procstat_getrlimit(3) for retrieving rlimit information instead oftrociny2013-04-203-18/+5
* Add procstat_getrlimit function to retrieve a process resource limits info.trociny2013-04-206-0/+94
* Use procstat_getumask(3) for retrieving umaks information instead oftrociny2013-04-201-13/+5
* Add procstat_getumask function to retrieve a process umask.trociny2013-04-206-0/+80
* Use procstat_getgroups(3) for retrieving groups information instead oftrociny2013-04-203-30/+11
* Add procstat_getgroups function to retrieve process groups.trociny2013-04-206-0/+104
* 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
OpenPOWER on IntegriCloud