Age | Commit message (Expand) | Author |
2010-09-24 | hello, this is captain obvious speaking: | Henning Brauer |
2010-09-24 | remove misleading XXX comment. it is pretty clear by now that | Henning Brauer |
2010-09-24 | nicer linewraps, purely cosmetic | Henning Brauer |
2010-09-24 | enable utwitch(4) for SGI machines too. | Yojiro Uo |
2010-09-24 | init err to 0 in sd_get_parms to avoid confusion when checking rigid | David Gwynne |
2010-09-24 | remove useless store | David Gwynne |
2010-09-24 | no use setting cmd in mfi_ioctl_setstate if you never use it. | David Gwynne |
2010-09-24 | vol_list in mpi_get_raid is never used. | David Gwynne |
2010-09-24 | kill some unused arguments to pf_create_state | Jonathan Gray |
2010-09-24 | tsleep on a static and private handle, since our goal is to not be | Theo de Raadt |
2010-09-24 | Now that HW_DISKNAMES returns xx0: or xx0:uid entries, we must truncate | Theo de Raadt |
2010-09-24 | fix a overflow found by parfait | Jonathan Gray |
2010-09-23 | When the HEAD of an .Nm block in the SYNOPSIS might be wider | Ingo Schwarze |
2010-09-23 | Count trailing escaped blanks correctly; | Ingo Schwarze |
2010-09-23 | sync | Paul Irofti |
2010-09-23 | Remove tn3270 reference. | Paul Irofti |
2010-09-23 | Kill tn3270. | Paul Irofti |
2010-09-23 | Unlink tn3270 from the build. | Paul Irofti |
2010-09-23 | The only sensible argument for VOP_* calls that take a struct proc pointer is | Owain Ainsworth |
2010-09-23 | In procfs_root(), while the vn_lock on a newly-allocated vnode can not | Owain Ainsworth |
2010-09-23 | Change: | Owain Ainsworth |
2010-09-23 | - first stab at documenting the haskell module | Jasper Lievisse Adriaanse |
2010-09-23 | document FSTAB_RQ; ok deraadt thib | Jason McIntyre |
2010-09-23 | Add cvs_mkdir() for recursive directory creation on import, based on a | Nicholas Marriott |
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 |