summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-12-06add missing header to properly use SIG* definitionsCharles Longeau
2010-12-06Never print .P, .PP, and .LP header content.Ingo Schwarze
2010-12-06- partially revert previous NENTS removal for arches which got busted.Jasper Lievisse Adriaanse
2010-12-06Do not follow .D1 and .Dl inside .Bd with a blank line.Ingo Schwarze
2010-12-06Change the signature of PMAP_PREFER from void PMAP_PREFER(..., vaddr_t *) toMiod Vallat
2010-12-06- use consistent 'include' rules without a full relative path.Jasper Lievisse Adriaanse
2010-12-06- drop NENTS(), which was yet another copy of nitems().Jasper Lievisse Adriaanse
2010-12-06- remove unused/commented COMPAT_LINUX stuffJasper Lievisse Adriaanse
2010-12-06- update CGI to 3.50, which includes a fix for SA42443,Jasper Lievisse Adriaanse
2010-12-06this can't work yetMarc Espie
2010-12-06WRKBUILD might not be defined at modules stageMarc Espie
2010-12-06creating the cookie always works betterMarc Espie
2010-12-06document the cookie pattern to use to override targets in a truely modularMarc Espie
2010-12-06* if we got an undercoverable error, set the dying flagJacob Meuser
2010-12-06as in ehci and ohci, delete the interrupt timeout in the detachJacob Meuser
2010-12-06a couple unchecked if_detach() in detach routines that were missedJacob Meuser
2010-12-06* replace per-driver dying and/or other state variables with use ofJacob Meuser
2010-12-06call config_deactivate() before config_detach() when detaching devices.Jacob Meuser
2010-12-06* check that the root hub has been configured before trying toJacob Meuser
2010-12-06* add dying flag to struct usbd_deviceJacob Meuser
2010-12-05PCIe based sparc64 machines have always supported access to the extended PCIeMark Kettenis
2010-12-05Rewrite the mbrtowc(3) man page so we can make sense of this function.Stefan Sperling
2010-12-05Make sure we only initialize the nfsrv_descript_pl pool once.Mark Kettenis
2010-12-05tweak the framework so that individual modules don't exist and returnMarc Espie
2010-12-04correct constant nameTakuya ASADA
2010-12-04Check the register offset against the device's configuration space size inMiod Vallat
2010-12-04Introduce a new pci routine, pci_conf_size(), which returns the size of aMiod Vallat
2010-12-04Remove pci configuration space acces hook infrastructure, which got copiedMiod Vallat
2010-12-04Define BUS_SPACE_MAP_LINEAR and BUS_SPACE_MAP_PREFETCHABLE, and provideMiod Vallat
2010-12-04add a few simple tests found in my treeIngo Schwarze
2010-12-04fix fd leak; spotted and ok dtucker@Damien Miller
2010-12-04Now that we don't have groff in base any longer, check in the desired output,Ingo Schwarze
2010-12-04Make sgi port compile again.Joel Sing
2010-12-04The pm_cpus member of the pmap is now a 64bit integer: update the assemblyPhilip Guenthe
2010-12-04Teach swapctl(2) about DUIDs.Joel Sing
2010-12-04adjust for hard-link supportDamien Miller
2010-12-04add a protocol extension to support a hard link operation. It isDamien Miller
2010-12-03move check for revoked keys to run earlier (in auth_rsa_key_allowed)Damien Miller
2010-12-03check that g^x^q === 1 mod p; recommended by JPAKE author Feng HaoDamien Miller
2010-12-03be more strict on socket lifetime (fixes a fd leak).Eric Faurot
2010-12-03really turn -H off;Jason McIntyre
2010-12-03add missing header needed by futimes()Charles Longeau
2010-12-03Sync with amd64, to allow this to compile without warnings with gcc4:Miod Vallat
2010-12-03removed slot argument of function pckbd_cnattachAlexandr Shadchin
2010-12-03missing ; in previousJacob Meuser
2010-12-03Sizes may also be specified in gigabytes or terrabytes.Todd C. Miller
2010-12-03Document recent cpan MODULE change.Antoine Jacoutot
2010-12-03disklabel now uses "duid", not "uid";Jason McIntyre
2010-12-03turn off -H by default (<> warning), since mandoc does not have the sameJason McIntyre
2010-12-03minor cleanup;Jason McIntyre