summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-09-23Plug memory leak in rcs_getrev, from zinovik.Nicholas Marriott
2010-09-23tweak the disklabel uid stuff; ok jsingJason McIntyre
2010-09-23remove dying flag in the detach() function.Yojiro Uo
2010-09-23remove m_pad in favor of m_inject as it's equivalent to m_injectMike Belopuhov
2010-09-23enable utwitch(4) (formely uyurex(4)) by defaultYojiro Uo
2010-09-23tweak previous;Jason McIntyre
2010-09-23NOTES->CAVEATS; ok millertJason McIntyre
2010-09-23add RCSID and Mdocdate to these pages; ok millertJason McIntyre
2010-09-23since msgs no longer exists, replace the example msgs alias with the oneJason McIntyre
2010-09-23add EXIT STATUS here too;Jason McIntyre
2010-09-23rename uyurex(4) to utwitch(4).Yojiro Uo
2010-09-23rename uyurex(4) to utwitch(4)Yojiro Uo
2010-09-23"British defeat the French at the Plains of Abraham" was 1759, not 1788;Jason McIntyre
2010-09-23use an EXIT STATUS section for these pages;Jason McIntyre
2010-09-23Break out rule counter update code into a separate function, makes theRyan Thomas McBride
2010-09-23Move clock attachment later in the game. This is needed for cpu scaling.Paul Irofti
2010-09-23update struct disk; ok jsingJason McIntyre
2010-09-23Correctly identify mount points when they are specified in /etc/fstab usingJoel Sing
2010-09-23Print disklabel UIDs using printf/fprintf instead of using the hand rolledJoel Sing
2010-09-23add KexAlgorithms to the -o list;Jason McIntyre
2010-09-23add [-l limit] to usage();Jason McIntyre
2010-09-23Teach the installer how to process the new hw.disknames output.Joel Sing
2010-09-23Include the disklabel UID in hw.disknames.Joel Sing
2010-09-23When a disk is attached create a workq task to read the disklabel,Joel Sing
2010-09-23Introduce a DKF_NOLABELREAD flag, which is used by a device to preventJoel Sing
2010-09-23translate WRITE SAME 16 into DSM TRIM.David Gwynne
2010-09-23change description for AES-GMAC a bit.Mike Belopuhov
2010-09-23support for aes-gcmMike Belopuhov
2010-09-23commands and bits for data set management.David Gwynne
2010-09-23fix indentation to not confusingly align with an unassociated while() statementBret Lambert
2010-09-23descripe a few bits of the write same commands.David Gwynne
2010-09-23tweak the mclgeti algorithm to behave better under load.David Gwynne
2010-09-23Do not declare the domain and protosw structures in at.h fixes build withClaudio Jeker
2010-09-23returning here can cause the usb task thread to go to sleep forever,Jacob Meuser
2010-09-23add two members to struct usb_taskJacob Meuser
2010-09-23add a 'dying' flag to struct usbd_bus. use this to signify the busJacob Meuser
2010-09-23instead of waiting the full power-up-to-power-steady time for rootJacob Meuser
2010-09-23Add pppx(4) to the cdevs of the remaining archs.Claudio Jeker
2010-09-23instead of running usb_explore() from individual kthreads for eachJacob Meuser
2010-09-23remove reference to msgs(1)Theo de Raadt
2010-09-23syncTheo de Raadt
2010-09-23Add the same license text to these files as the rest of npppd.Jonathan Gray
2010-09-23If tunread() fails, we should increment if_oerrors, not if_ierrors.Matthew Dempsky
2010-09-23add a new IP level socket option IP_PIPEX. This option is used for L2TPYASUOKA Masahiko
2010-09-23remove support for talking to the zebra routing socket whichJonathan Gray
2010-09-23Eliminate mention of EPERM error condition from tun(4) man page. WeMatthew Dempsky
2010-09-23rename usb_discover to usb_explore for consistency.Jacob Meuser
2010-09-22add an option per-read/write callback to atomicioDamien Miller
2010-09-22use audio(4)'s quiesce/resume for data i/o, and ac97_resume() for mixerJacob Meuser
2010-09-22- fix a ghc variableJasper Lievisse Adriaanse