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