Age | Commit message (Expand) | Author |
2007-03-25 | Instead of using the global -F flag that only works with show, switch to a | Claudio Jeker |
2007-03-23 | add -F to usage() and kill some extraneous whitespace; | Jason McIntyre |
2007-03-23 | add -F to SYNOPSIS; | Jason McIntyre |
2007-03-23 | Add a new flag -F to netstat restricting route display in conjuction | Pierre-Yves Ritschard |
2007-03-23 | Only print the routing table id if the routing message uses the rt_msghdr | Claudio Jeker |
2007-03-21 | kill trailing whitespace; | Jason McIntyre |
2007-03-21 | Add support for mounting arbitrary sessions, from Enache Adrian | Pedro Martelletto |
2007-03-21 | Enable basic ruleset optimization by default. | Ryan Thomas McBride |
2007-03-20 | further clean usage(); ok todd | Jason McIntyre |
2007-03-20 | sync usage() w/ synopsis; | Jason McIntyre |
2007-03-20 | tweaks; | Jason McIntyre |
2007-03-20 | remove some bogus *p, from charles longeau | Ted Unangst |
2007-03-20 | document softraid and bioctl creation of softraid | Todd T. Fries |
2007-03-19 | be a tiny little bit more verbose when encoutering bad block or fragment | Otto Moerbeek |
2007-03-19 | Bits to make fsirand grok FFS2, okay millert@ | Pedro Martelletto |
2007-03-19 | Add FFS2 fields to the superblock, change file system tools to keep | Pedro Martelletto |
2007-03-19 | Add a new device that provides a framework for IO manipulation. A very basic | Marco Peereboom |
2007-03-18 | Fix usage of predefined lifetimes. "Default-phase-[12]-lifetime" | Hans-Joerg Hoexer |
2007-03-18 | there's no way we're going to be able to handle illegal block or | Otto Moerbeek |
2007-03-18 | Check for zero divisor _before_ dividing; do not use floating | Otto Moerbeek |
2007-03-16 | move autodetection of the ID type to the parser. this way the | Markus Friedl |
2007-03-15 | Check for cg_irotor and cg_frotor being negative, okay millert@ deraadt@ | Pedro Martelletto |
2007-03-13 | Refactor & fix computation of offset for next partition. Now the | Otto Moerbeek |
2007-03-06 | Explain, why aesctr has 160 bit keys (128 bit aes key + 32 bit nonce). | Hans-Joerg Hoexer |
2007-03-06 | Add and fix /* FALLTHROUGH */ comments. | Ray Lai |
2007-03-05 | Set pointer to NULL after freeing it, so callers of | Moritz Jodeit |
2007-03-04 | memory leak found by coverity; Jim Razmus | Theo de Raadt |
2007-03-04 | delete sunos junk; Jim Razmus | Theo de Raadt |
2007-03-03 | There may be more than one item in the subjectAltName (cropping up | Tom Cosgrove |
2007-03-03 | keynote_cert_obtain should not leak in case of error. OK moritz@ | Chad Loder |
2007-03-03 | Make sure we can't accidentally free() a pointer that's been accepted | Tom Cosgrove |
2007-03-02 | caret missing, From: "Matthew R. Dempsky" <mrd@alkemio.org> | Henning Brauer |
2007-03-02 | and the second use of the spaces array might overflow too, in another | Henning Brauer |
2007-03-02 | If a syntax error is found past 80 columns, parse_warn accessed memory | Henning Brauer |
2007-03-02 | If a default label has been created with the -d command line option or | Kenneth R Westerback |
2007-03-01 | improve the description of -a. specifically, make it clear that | Jason McIntyre |
2007-03-01 | be more careful with mixing &/| with &&/||, ok otto | Theo de Raadt |
2007-02-26 | Really, we don't need two grp18's ;-) | Todd T. Fries |
2007-02-25 | No point in using zero'd fields in the parsed options. Use the options | Kenneth R Westerback |
2007-02-25 | reword some text to avoid a hideous Xr; | Jason McIntyre |
2007-02-25 | shuffle the text slightly into a more logical order; | Jason McIntyre |
2007-02-25 | the -W and -w flags do not need a separate synopsis; | Jason McIntyre |
2007-02-25 | one application does not need five synopses; | Jason McIntyre |
2007-02-25 | move the text describing 4.3 syntax compatibility to HISTORY, rather | Jason McIntyre |
2007-02-25 | remove unused/dangling prototypes and comment reference; | Kevin Steves |
2007-02-25 | no need to quote/escape here; ok krw@ | Kevin Steves |
2007-02-25 | document the "opaque", "arch", and "nodump" flags more fully; | Jason McIntyre |
2007-02-24 | Correct comment calling FILE *f a file descriptor. | Ray Lai |
2007-02-23 | if machine has more than 100MB of physmem, default the max table entries | Theo de Raadt |
2007-02-22 | fix typo in function name, no functional change | Martin Reindl |