Age | Commit message (Expand) | Author |
2010-08-26 | document kern.consdev; | Jason McIntyre |
2010-08-26 | - fdisk(8), not fdisk(1) | Jason McIntyre |
2010-08-24 | - plugs two fd leaks | Jasper Lievisse Adriaanse |
2010-08-21 | Use .Dq for double quotes and properly .Xr fdisk(1). | Ray Lai |
2010-08-20 | Don't silently ignore errors if we cannot open the device. While I'm here | Federico G. Schwindt |
2010-08-19 | Introduce an MI kern.consdev sysctl that will replace the MD | Mark Kettenis |
2010-08-12 | fix a few warnings. ok jsing | Ted Unangst |
2010-08-12 | Print the real device name followed by the disklabel UID in parenthesis | Joel Sing |
2010-08-12 | correct a format string. not sure who thought size_t would be a good match | Ted Unangst |
2010-08-11 | Fix a logic problem which could in theory cause pfctl | Jonathan Gray |
2010-08-10 | Add support for t/T == terabyte units to -E. Prodded by deraadt@. | Kenneth R Westerback |
2010-08-09 | Improve the editor prompt for the 'R' (resize) command | Theo de Raadt |
2010-08-08 | get the mark up for `|' correct; | Jason McIntyre |
2010-08-08 | make disklabel -p slightly nicer by accepting capital letters and printing | Ted Unangst |
2010-08-07 | disable lidsuspend when we are powering down | Peter Hessler |
2010-08-04 | fixup keylength for aes-128-cbc in quickmode | Theo de Raadt |
2010-08-03 | fix linecount bug with comments spanning multiple lines | Henning Brauer |
2010-08-03 | Group string comparisons and supply more helpful comments. Add | Kenneth R Westerback |
2010-08-03 | Start with the default label when RESTORE'ing a saved ascii label. | Kenneth R Westerback |
2010-07-29 | Print a column with the routing label if "netstat -vr" or "route | Alexander Bluhm |
2010-07-29 | some error cases returned 01 when they should have been returning -1 | Jonathan Gray |
2010-07-28 | Change back to the pre rev 1.11 behaviour of not treating unexpected | Jonathan Gray |
2010-07-27 | Align FFS filesystem start and end sectors so the start is on a | Kenneth R Westerback |
2010-07-27 | Nuke 'sectoffset'. A stub variable no longer used except to supply | Kenneth R Westerback |
2010-07-24 | mount -f doesn't help mfs, but it doesn't hurt, so stop warning about it. | Ted Unangst |
2010-07-23 | Block all signals before sending SIGTERM to all non-system processes. | Todd C. Miller |
2010-07-22 | Don't deref a NULL pointer if tap or tag are not specified in the | Jonathan Gray |
2010-07-20 | opration -> operation | Miod Vallat |
2010-07-20 | two iterators should be u_int; ok jsg | Theo de Raadt |
2010-07-18 | get the markup right for [-]command | Jason McIntyre |
2010-07-16 | fix up the mini synopses in the subsections; fix from ingo | Jason McIntyre |
2010-07-14 | handle printing of RTM_DESYNC in route monitor. | David Gwynne |
2010-07-13 | Fix (pflow) display in rule printing. Spotted by dhill@, ok henning@ | Stuart Henderson |
2010-07-10 | Eliminate some unnecessary #include lines. | Matthew Dempsky |
2010-07-09 | kill redundant docheck() function; ok deraadt@ | Otto Moerbeek |
2010-07-09 | Avoid crashes by using correct types for block numbers, which can grow | Otto Moerbeek |
2010-07-08 | 802.1X is unsupported; from Christopher Zimmermann (tweaked | Jason McIntyre |
2010-07-05 | improve description for -i; as a consequence of recent changes, | Igor Sobrado |
2010-07-04 | make ^D handling consistant in fdisk by just bailing out instead of | Alexander Hall |
2010-07-03 | Better non-debug logging messages when a session is established/closed. | Reyk Floeter |
2010-07-03 | Fix the naming of interfaces and variables for rdomains and rtables | Philip Guenthe |
2010-07-03 | Fix a couple of problems with printing of anchors, in particular recursive | Ryan Thomas McBride |
2010-07-03 | Use our own enum here rather than abusing the PF rule type enums, which | Ryan Thomas McBride |
2010-07-02 | make lint a bit happier | Theo de Raadt |
2010-07-02 | garbage collect an unused function; ok claudio | Theo de Raadt |
2010-07-02 | garbage collect an unused variable | Theo de Raadt |
2010-07-02 | some data structures were still present when NOKVM was defined | Theo de Raadt |
2010-07-02 | add missing header needed by ioctl() | Charles Longeau |
2010-07-02 | on error, getuint() will return UINT_MAX. Instead of actually using | Alexander Hall |
2010-07-01 | Learn wsconsctl to handle more than the first keyboard, mouse and display. | Mats O Jansson |