Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-08-27 | put .Os in the correct place; | Jason McIntyre | |
2010-08-26 | document kern.consdev; | Jason McIntyre | |
2010-08-26 | - fdisk(8), not fdisk(1) | Jason McIntyre | |
- zap trailing whitespace | |||
2010-08-24 | - plugs two fd leaks | Jasper Lievisse Adriaanse | |
ok millert@ | |||
2010-08-21 | Use .Dq for double quotes and properly .Xr fdisk(1). | Ray Lai | |
OK jmc | |||
2010-08-20 | Don't silently ignore errors if we cannot open the device. While I'm here | Federico G. Schwindt | |
simplify the code and apply some style(9). Discussed with and ok miod@ | |||
2010-08-19 | Introduce an MI kern.consdev sysctl that will replace the MD | Mark Kettenis | |
machdep.console_device that's only implemented on a few architectures. ok deraadt@, miod@ | |||
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 | |
when fsck is run against a disklabel UID. This allows a user to determine which device is really being scanned. ok krw@ | |||
2010-08-12 | correct a format string. not sure who thought size_t would be a good match | Ted Unangst | |
for ccd size, though. | |||
2010-08-11 | Fix a logic problem which could in theory cause pfctl | Jonathan Gray | |
to recursively print anchors with wildcards when not requested via the command line but in practice only applied to automatically generated inline anchors (which don't have wildcards) or when recursion was requested. Found by the clang static analyser and behaviour explained by mcbride@ ok henning@ mcbride@ | |||
2010-08-10 | Add support for t/T == terabyte units to -E. Prodded by deraadt@. | Kenneth R Westerback | |
Semantically equivalent version ok beck@ millert@ and tested ckeuthe@. "just commit" deraadt@ | |||
2010-08-09 | Improve the editor prompt for the 'R' (resize) command | Theo de Raadt | |
from otto | |||
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 | |
a more useful error message for invalid ones. ok deraadt | |||
2010-08-07 | disable lidsuspend when we are powering down | Peter Hessler | |
"I like this" marco@, "Sure" deraadt@ | |||
2010-08-04 | fixup keylength for aes-128-cbc in quickmode | Theo de Raadt | |
from mikeb | |||
2010-08-03 | fix linecount bug with comments spanning multiple lines | Henning Brauer | |
problem reported with the obvious fix for bgpd by Sebastian Benoit <benoit-lists at fb12.de>, also PR 6432 applied to all the others by yours truly. ok theo isn't it amazing how far this parser (and more) spread? | |||
2010-08-03 | Group string comparisons and supply more helpful comments. Add | Kenneth R Westerback | |
"total sectors" to "boundstart" and "boundend" in the list of fields that are left alone during a RESTORE operation. ok deraadt@ | |||
2010-08-03 | Start with the default label when RESTORE'ing a saved ascii label. | Kenneth R Westerback | |
This ensures that all physical fields are filled in with current values. Lack of values (boundstart, boundend in particular) noted by ray@. ok deraadt@ | |||
2010-07-29 | Print a column with the routing label if "netstat -vr" or "route | Alexander Bluhm | |
-v show" are called with the -v switch. ok markus@ | |||
2010-07-29 | some error cases returned 01 when they should have been returning -1 | Jonathan Gray | |
spotted by Mike Belopuhov. | |||
2010-07-28 | Change back to the pre rev 1.11 behaviour of not treating unexpected | Jonathan Gray | |
id payloads as errors. Lets interop with strongSwan which sends both IDi and IDr work again. | |||
2010-07-27 | Align FFS filesystem start and end sectors so the start is on a | Kenneth R Westerback | |
bsize boundary and the end fills up the last bsize chunk. Don't change the start sector if it is the first sector of the OpenBSD portion of the disk. Don't attempt to align on SUN_CYLCHECK architectures. They are attempting a different alignment. This is an attempt to ensure that FFS i/o's are aligned for optimal performance on newer disks that lie about their sector size. | |||
2010-07-27 | Nuke 'sectoffset'. A stub variable no longer used except to supply | Kenneth R Westerback | |
the value 0 to one function call. Use 0 there, eliminate the variable and the pointless verbose verbiage that always displayed the same value. ok deraadt@ matthew@ | |||
2010-07-24 | mount -f doesn't help mfs, but it doesn't hurt, so stop warning about it. | Ted Unangst | |
ok deraadt | |||
2010-07-23 | Block all signals before sending SIGTERM to all non-system processes. | Todd C. Miller | |
This ensures that we reach the call to reboot(2) without being killed by some other process. OK deraadt@ nicm@ | |||
2010-07-22 | Don't deref a NULL pointer if tap or tag are not specified in the | Jonathan Gray | |
config file. | |||
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 | |
reviewed by deraadt@ written by sthen@ who said i should commit it cos he was going to sleep. | |||
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 | |
"sure" marco@ | |||
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 | |
large on very large filesystems; reported by Benny Lofgren; partly from FreeBSD. ok deraadt@ beck@ millert@ | |||
2010-07-08 | 802.1X is unsupported; from Christopher Zimmermann (tweaked | Jason McIntyre | |
version of his diff to tech@ committed); | |||
2010-07-05 | improve description for -i; as a consequence of recent changes, | Igor Sobrado | |
OpenBSD MBR partition does not span from sector 1 after MBR partition data is re-initialized. written with lot of good advice from deraadt@ and jmc@ ok deraadt@ | |||
2010-07-04 | make ^D handling consistant in fdisk by just bailing out instead of | Alexander Hall | |
returning a magic value that is not even handled as such by the caller ok krw@ | |||
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 | |
and make it possible to bind sockets (including listening sockets!) to rtables and not just rdomains. This changes the name of the system calls, socket option, and ioctl. After building with this you should remove the files /usr/share/man/cat2/[gs]etrdomain.0. Since this removes the existing [gs]etrdomain() system calls, the libc major is bumped. Written by claudio@, criticized^Wcritiqued by me | |||
2010-07-03 | Fix a couple of problems with printing of anchors, in particular recursive | Ryan Thomas McBride | |
printing, both of inline anchors and when requested explicitly with a '*' in the anchor. - Correct recursive printing of wildcard anchors (recurse into child anchors rather than rules, which don't exist) - Print multi-part anchor paths correctly (pr6065) - Fix comments and prevent users from specifying multi-component names for inline anchors. tested by phessler ok henning | |||
2010-07-03 | Use our own enum here rather than abusing the PF rule type enums, which | Ryan Thomas McBride | |
will be getting cleaned up soon. ok henning | |||
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 | |
ok maja@ | |||
2010-07-02 | on error, getuint() will return UINT_MAX. Instead of actually using | Alexander Hall | |
that value, print an error message and repost the question ok krw@ deraadt@ |