summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Simplify vm_radix_{add,dec}lev().alc2013-04-221-8/+13
* Add missing static keyword, to make the code build with WARNS=6.ed2013-04-211-1/+1
* Unbreak the build of newfs_nandfs.ed2013-04-211-16/+19
* Plug static llentry leak (ipv4 & ipv6 were affected).oleg2013-04-212-10/+16
* Remove code duplication.trociny2013-04-211-11/+1
* Document a few expansions for the $PS1 and $PS2 environmental variables.joel2013-04-211-1/+25
* dup(2): Remove incorrect sentence about getdtablesize().jilles2013-04-211-4/+1
* Fix typos in my last commit.imp2013-04-211-2/+2
* Note merge to head for sendmail 8.14.7.gshapiro2013-04-211-1/+1
* Minor changes to force commit these files so new freebsd*.cf files aregshapiro2013-04-212-2/+1
* Embed revision id in the library.trociny2013-04-211-2/+3
* Update for sendmail 8.14.7gshapiro2013-04-211-2/+2
* Merge sendmail 8.14.7 to HEADgshapiro2013-04-2144-275/+799
|\
| * Import sendmail 8.14.7gshapiro2013-04-2155-512/+1051
| * Fix regression in sendmail 8.14.6 release based on errata published at:gshapiro2013-02-181-1/+1
| * Import sendmail 8.14.6gshapiro2012-12-2963-778/+1249
* | Fix manual page.hselasky2013-04-211-2/+2
* | Add OHCI controller ID.hselasky2013-04-211-0/+2
* | 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
OpenPOWER on IntegriCloud