summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix the dependency issue properly by a) moving kdump_subr.c to the frontdes2011-10-081-6/+2
* Bring ioctlname() in line with all the other *name() functions, whichdes2011-10-082-31/+21
* Handle the R_386_TLS_TPOFF32 relocation, which is similar to R_386_TLS_TPOFF,kib2011-10-081-2/+7
* Setting up TLS block for the main thread must be done after thekib2011-10-081-3/+14
* - Follow the lead of dcphy(4) and pnphy(4) and move the reminder of the PHYmarius2011-10-0810-48/+47
* I appreciate the logic behind using a (void) cast to indicate that thedes2011-10-082-155/+155
* Fix casting.des2011-10-082-74/+75
* Whitespace.des2011-10-081-90/+90
* Fix an infinite loop in siba_bwn_suspend().brueffer2011-10-081-1/+1
* C has had swicth statements for 40 years or so. It's about time wedes2011-10-081-93/+143
* Sort and line up.des2011-10-081-38/+37
* Remove dead code, "error" doesn't change between this check and thebrueffer2011-10-081-4/+0
* 1) Some of the #defines or enums for which we auto-generate namingdes2011-10-084-72/+37
* Remove two dublicated assignments.brueffer2011-10-081-3/+0
* Remove extraneous WARNS=7.ed2011-10-081-2/+0
* - Add a couple of more sed subsitutions needed to get the correctstas2011-10-081-2/+6
* BCE_MISC_ID register of BCM5716 returns the same id of BCM5709 soyongari2011-10-082-52/+25
* - ${WRKSRC} might be missing when the autotools fixup is running.stas2011-10-071-2/+2
* Add myself.jceel2011-10-072-0/+5
* Do not try removing an ARP entry associated with a given interfaceqingli2011-10-071-1/+2
* Mention tdsignal(9).des2011-10-072-5/+16
* Sync with ahc(4)/ahd(4)/sym(4) etc:marius2011-10-073-0/+3
* Add missing va_end() in an error case to clean up after va_start()brueffer2011-10-071-0/+1
* Add missing va_end() to clean up after va_start().brueffer2011-10-071-0/+1
* Remove the reference held on the loopback route when the interfaceqingli2011-10-071-1/+3
* Prevent TCP sessions from stalling indefinitely in reassemblyandre2011-10-071-2/+28
* Remove unused define.kib2011-10-077-9/+0
* Fix whitespace inconsistencies found in homegrown Symbol.maps.ed2011-10-077-17/+17
* Add back the IP header length to the total packet length field onandre2011-10-071-0/+7
* Remove an extraneous "already" from a comment introduced by r226081.rmacklem2011-10-071-1/+1
* Add a -x option that causes ssh-agent(1) to exit when all clients havedes2011-10-072-4/+32
* Load the ECDSA key if there is one.des2011-10-072-2/+7
* Simply let teken_stress use arc4random.ed2011-10-071-11/+1
* Tab should not blank cells.ed2011-10-071-14/+1
* Change one printf() to log().jonathan2011-10-071-1/+1
* Merge from r225950:marius2011-10-072-7/+19
* Begin implementing correct MIPS24K sampling mode behaviour.adrian2011-10-071-4/+7
* Increase MSGBUF_SIZE.obrien2011-10-071-1/+1
* Disallow various debug.kdb sysctl's when securelevel is raised.obrien2011-10-072-9/+20
* Work around some behavior of gpart that I absolutely do not understand innwhitehorn2011-10-074-62/+42
* Return proper errno when we hit error when doing sanity check.delphij2011-10-071-4/+22
* A crash reported on freebsd-fs@ on Sep. 23, 2011 under the subjectrmacklem2011-10-071-10/+48
* Use the caculated length instead of maximum length.jkim2011-10-061-2/+2
* Remove a now-defunct variable.jkim2011-10-061-16/+15
* Use uint32_t instead of u_int32_t. Fix style(9) nits.jkim2011-10-061-10/+9
* Make sure to ignore the leading NULL byte from Linux abstract namespace.jkim2011-10-061-2/+10
* Restore the original socket address length if it was not really AF_INET6.jkim2011-10-061-16/+19
* Retern more appropriate errno when Linux path name is too long.jkim2011-10-061-1/+1
* Inline do_sa_get() function and remove an unused return value.jkim2011-10-061-23/+9
* Unroll inlined strnlen(9) and make it easier to read. No functional change.jkim2011-10-061-10/+6
OpenPOWER on IntegriCloud