summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge the 386 and amd64 versions of the fenv.h, to make cc -m32kib2013-04-213-286/+164
* Remove redundant definitions of _ALIGN and _ALIGNBYTES.tijl2013-04-211-13/+2
* Add example.joel2013-04-211-1/+42
* Move EXAMPLES descriptions to before the actual command.joel2013-04-211-35/+34
* Since we didn't break the loop, we should set i to -1 to start from theae2013-04-211-1/+2
* Fix an off by one calculation in wiipic_dispatch().rpaulo2013-04-211-1/+4
* Remove cross-references to nonexistent CPU_SET(3) manpage.joel2013-04-214-8/+4
* When doing BAW tracking, don't dereference a NULL pointer if the BAWadrian2013-04-211-1/+2
* Add more details about updating across the clang divide.imp2013-04-201-5/+12
* There's some races (likely in the BAR handling, sigh) which is causingadrian2013-04-201-1/+13
* Add missing Pp. Also remove some minor whitespace.joel2013-04-201-1/+1
* mdoc: end function context properly.joel2013-04-201-1/+1
* Wrong cast.trociny2013-04-201-2/+1
* Enable libcompiler-rt on MIPS.ed2013-04-202-9/+3
* Fix compilation.ken2013-04-201-8/+4
* bin/df: Fix unitialized use in prtstatuqs2013-04-201-5/+7
* Make DELAY(9) reference pause(9).trasz2013-04-201-1/+3
* 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
OpenPOWER on IntegriCloud