summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Expand)Author
2010-09-02remove trailing spaces and tabs; no binary change.Igor Sobrado
2010-08-27put .Os in the correct place;Jason McIntyre
2010-08-26document kern.consdev;Jason McIntyre
2010-08-26- fdisk(8), not fdisk(1)Jason McIntyre
2010-08-24- plugs two fd leaksJasper Lievisse Adriaanse
2010-08-21Use .Dq for double quotes and properly .Xr fdisk(1).Ray Lai
2010-08-20Don't silently ignore errors if we cannot open the device. While I'm hereFederico G. Schwindt
2010-08-19Introduce an MI kern.consdev sysctl that will replace the MDMark Kettenis
2010-08-12fix a few warnings. ok jsingTed Unangst
2010-08-12Print the real device name followed by the disklabel UID in parenthesisJoel Sing
2010-08-12correct a format string. not sure who thought size_t would be a good matchTed Unangst
2010-08-11Fix a logic problem which could in theory cause pfctlJonathan Gray
2010-08-10Add support for t/T == terabyte units to -E. Prodded by deraadt@.Kenneth R Westerback
2010-08-09Improve the editor prompt for the 'R' (resize) commandTheo de Raadt
2010-08-08get the mark up for `|' correct;Jason McIntyre
2010-08-08make disklabel -p slightly nicer by accepting capital letters and printingTed Unangst
2010-08-07disable lidsuspend when we are powering downPeter Hessler
2010-08-04fixup keylength for aes-128-cbc in quickmodeTheo de Raadt
2010-08-03fix linecount bug with comments spanning multiple linesHenning Brauer
2010-08-03Group string comparisons and supply more helpful comments. AddKenneth R Westerback
2010-08-03Start with the default label when RESTORE'ing a saved ascii label.Kenneth R Westerback
2010-07-29Print a column with the routing label if "netstat -vr" or "routeAlexander Bluhm
2010-07-29some error cases returned 01 when they should have been returning -1Jonathan Gray
2010-07-28Change back to the pre rev 1.11 behaviour of not treating unexpectedJonathan Gray
2010-07-27Align FFS filesystem start and end sectors so the start is on aKenneth R Westerback
2010-07-27Nuke 'sectoffset'. A stub variable no longer used except to supplyKenneth R Westerback
2010-07-24mount -f doesn't help mfs, but it doesn't hurt, so stop warning about it.Ted Unangst
2010-07-23Block all signals before sending SIGTERM to all non-system processes.Todd C. Miller
2010-07-22Don't deref a NULL pointer if tap or tag are not specified in theJonathan Gray
2010-07-20opration -> operationMiod Vallat
2010-07-20two iterators should be u_int; ok jsgTheo de Raadt
2010-07-18get the markup right for [-]commandJason McIntyre
2010-07-16fix up the mini synopses in the subsections; fix from ingoJason McIntyre
2010-07-14handle printing of RTM_DESYNC in route monitor.David Gwynne
2010-07-13Fix (pflow) display in rule printing. Spotted by dhill@, ok henning@Stuart Henderson
2010-07-10Eliminate some unnecessary #include lines.Matthew Dempsky
2010-07-09kill redundant docheck() function; ok deraadt@Otto Moerbeek
2010-07-09Avoid crashes by using correct types for block numbers, which can growOtto Moerbeek
2010-07-08802.1X is unsupported; from Christopher Zimmermann (tweakedJason McIntyre
2010-07-05improve description for -i; as a consequence of recent changes,Igor Sobrado
2010-07-04make ^D handling consistant in fdisk by just bailing out instead ofAlexander Hall
2010-07-03Better non-debug logging messages when a session is established/closed.Reyk Floeter
2010-07-03Fix the naming of interfaces and variables for rdomains and rtablesPhilip Guenthe
2010-07-03Fix a couple of problems with printing of anchors, in particular recursiveRyan Thomas McBride
2010-07-03Use our own enum here rather than abusing the PF rule type enums, whichRyan Thomas McBride
2010-07-02make lint a bit happierTheo de Raadt
2010-07-02garbage collect an unused function; ok claudioTheo de Raadt
2010-07-02garbage collect an unused variableTheo de Raadt
2010-07-02some data structures were still present when NOKVM was definedTheo de Raadt
2010-07-02add missing header needed by ioctl()Charles Longeau