aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add support to makefs(8) to add UFS labels to images.Nathan Whitehorn2011-10-094-1/+12
* Update the inp stored in a HB-timer when moving an stcb to a new inp.Michael Tuexen2011-10-092-1/+2
* Line up the struct declaration (yes, I know this isn't what it looksDag-Erling Smørgrav2011-10-091-6/+6
* Document some not-so-recently added trace points.Dag-Erling Smørgrav2011-10-091-2/+7
* Remove inphy(4), exphy(4) as well as ruephy(4) that no longer existed as aMarius Strobl2011-10-081-3/+0
* Address some of bde@'s concerns with the new code.Dag-Erling Smørgrav2011-10-081-72/+71
* Fix the handling of an empty kmem map by sysctl_kmem_map_free(). InAlan Cox2011-10-081-2/+2
* Revert unapproved commit to bsd.port.mk.Chris Rees2011-10-081-16/+0
* Avoid magicking into existence sub-partitions due to leftover blocks whenNathan Whitehorn2011-10-081-11/+22
* Usability enhancements: do not allow setting a mountpoint on bsdlabelNathan Whitehorn2011-10-081-1/+30
* Teach kdump(1) to decode capability bitmasks.Dag-Erling Smørgrav2011-10-082-0/+9
* Fix the dependency issue properly by a) moving kdump_subr.c to the frontDag-Erling Smørgrav2011-10-081-6/+2
* Bring ioctlname() in line with all the other *name() functions, whichDag-Erling Smørgrav2011-10-082-31/+21
* Handle the R_386_TLS_TPOFF32 relocation, which is similar to R_386_TLS_TPOFF,Konstantin Belousov2011-10-081-2/+7
* Setting up TLS block for the main thread must be done after theKonstantin Belousov2011-10-081-3/+14
* - Follow the lead of dcphy(4) and pnphy(4) and move the reminder of the PHYMarius Strobl2011-10-0810-48/+47
* I appreciate the logic behind using a (void) cast to indicate that theDag-Erling Smørgrav2011-10-082-155/+155
* Fix casting.Dag-Erling Smørgrav2011-10-082-74/+75
* Whitespace.Dag-Erling Smørgrav2011-10-081-90/+90
* Fix an infinite loop in siba_bwn_suspend().Christian Brueffer2011-10-081-1/+1
* C has had swicth statements for 40 years or so. It's about time weDag-Erling Smørgrav2011-10-081-93/+143
* Sort and line up.Dag-Erling Smørgrav2011-10-081-38/+37
* Remove dead code, "error" doesn't change between this check and theChristian Brueffer2011-10-081-4/+0
* 1) Some of the #defines or enums for which we auto-generate namingDag-Erling Smørgrav2011-10-084-72/+37
* Remove two dublicated assignments.Christian Brueffer2011-10-081-3/+0
* Remove extraneous WARNS=7.Ed Schouten2011-10-081-2/+0
* - Add a couple of more sed subsitutions needed to get the correctStanislav Sedov2011-10-081-2/+6
* BCE_MISC_ID register of BCM5716 returns the same id of BCM5709 soPyun YongHyeon2011-10-082-52/+25
* - ${WRKSRC} might be missing when the autotools fixup is running.Stanislav Sedov2011-10-071-2/+2
* Add myself.Jakub Wojciech Klama2011-10-072-0/+5
* Do not try removing an ARP entry associated with a given interfaceQing Li2011-10-071-1/+2
* Mention tdsignal(9).Dag-Erling Smørgrav2011-10-072-5/+16
* Sync with ahc(4)/ahd(4)/sym(4) etc:Marius Strobl2011-10-073-0/+3
* Add missing va_end() in an error case to clean up after va_start()Christian Brueffer2011-10-071-0/+1
* Add missing va_end() to clean up after va_start().Christian Brueffer2011-10-071-0/+1
* Remove the reference held on the loopback route when the interfaceQing Li2011-10-071-1/+3
* Prevent TCP sessions from stalling indefinitely in reassemblyAndre Oppermann2011-10-071-2/+28
* Remove unused define.Konstantin Belousov2011-10-077-9/+0
* Fix whitespace inconsistencies found in homegrown Symbol.maps.Ed Schouten2011-10-077-17/+17
* Add back the IP header length to the total packet length field onAndre Oppermann2011-10-071-0/+7
* Remove an extraneous "already" from a comment introduced by r226081.Rick Macklem2011-10-071-1/+1
* Add a -x option that causes ssh-agent(1) to exit when all clients haveDag-Erling Smørgrav2011-10-072-4/+32
* Load the ECDSA key if there is one.Dag-Erling Smørgrav2011-10-072-2/+7
* Simply let teken_stress use arc4random.Ed Schouten2011-10-071-11/+1
* Tab should not blank cells.Ed Schouten2011-10-071-14/+1
* Change one printf() to log().Jonathan Anderson2011-10-071-1/+1
* Merge from r225950:Marius Strobl2011-10-072-7/+19
* Begin implementing correct MIPS24K sampling mode behaviour.Adrian Chadd2011-10-071-4/+7
* Increase MSGBUF_SIZE.David E. O'Brien2011-10-071-1/+1
* Disallow various debug.kdb sysctl's when securelevel is raised.David E. O'Brien2011-10-072-9/+20