Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-03-25 | Instead of using the global -F flag that only works with show, switch to a | Claudio Jeker | |
show specific modifier -gateway to show only routes whose gateway are in the same AF as the destination. Requested by deraadt@, OK pyr@, reyk@, michele@ | |||
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 | |
with -r to routes in the same address family as the destination. ok henning@, claudio@ | |||
2007-03-23 | Only print the routing table id if the routing message uses the rt_msghdr | Claudio Jeker | |
else some random value is printed for messages like RTM_NEWADDR. OK henning@ | |||
2007-03-21 | kill trailing whitespace; | Jason McIntyre | |
2007-03-21 | Add support for mounting arbitrary sessions, from Enache Adrian | Pedro Martelletto | |
OK deraadt@ mjc@ canacar@ krw@, with much input from Enache himself | |||
2007-03-21 | Enable basic ruleset optimization by default. | Ryan Thomas McBride | |
ok deraadt henning | |||
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 | |
ok deraadt millert | |||
2007-03-20 | document softraid and bioctl creation of softraid | Todd T. Fries | |
ok marco@, help from jmc@ | |||
2007-03-19 | be a tiny little bit more verbose when encoutering bad block or fragment | Otto Moerbeek | |
sizes; requested by mickey@ | |||
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 | |
accessing FFS1 fields, okay art@, quite some testing by ckuethe@, simon@ and thib@, thanks. | |||
2007-03-19 | Add a new device that provides a framework for IO manipulation. A very basic | Marco Peereboom | |
implementation of a RAID 1 is included in this but it does not deal with failures yet. Disabled in GENERIC. Suggestions from and ok beck@ miod@ krw@ dlg@ deraadt@ | |||
2007-03-18 | Fix usage of predefined lifetimes. "Default-phase-[12]-lifetime" | Hans-Joerg Hoexer | |
just specifies the values to be used. However, the specifications are called "LIFE_MAIN_MODE" and "LIFE_QUICK_MODE". ok ho@ jmc@ | |||
2007-03-18 | there's no way we're going to be able to handle illegal block or | Otto Moerbeek | |
fragment sizes, so just make those conditions fatal errors and tell the calling code to go look for alternate superblocks. ok millert@ | |||
2007-03-18 | Check for zero divisor _before_ dividing; do not use floating | Otto Moerbeek | |
point arithmetic to round to a cylinder boundary when a simple integer expression can do the job as well. ok millert@ miod@ | |||
2007-03-16 | move autodetection of the ID type to the parser. this way the | Markus Friedl | |
static flows have the correct ID, too. ok hshoexer, reyk | |||
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 | |
code is almost readable. Keep in mind that the starting offset is inclusive, but the ending offset is exclusive. I heard rumors that disklabel was misbehaving in some cases before, but espie@ was the only one to provide me with enough details to actually find the problem. ok millert@ tom@ | |||
2007-03-06 | Explain, why aesctr has 160 bit keys (128 bit aes key + 32 bit nonce). | Hans-Joerg Hoexer | |
ok jmc@ | |||
2007-03-06 | Add and fix /* FALLTHROUGH */ comments. | Ray Lai | |
From Jim Razmus. OK millert@ and otto@. | |||
2007-03-05 | Set pointer to NULL after freeing it, so callers of | Moritz Jodeit | |
key_from_printable() are not fooled into using it afterwards. OK hshoexer@ | |||
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 | |
with CACert certificates) so don't require the reported length to be exactly equal to the length of the data, but accept it if it's <= the length of the data (i.e. we just use the first alt name). The purpose of the check is to make sure we don't try to read beyond the data we actually have. ok cloder@ hshoexer@ | |||
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 | |
by message_add_payload(), since we are no longer responsible for it. ok cloder@ hshoexer@ moritz@ | |||
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 | |
way... | |||
2007-03-02 | If a syntax error is found past 80 columns, parse_warn accessed memory | Henning Brauer | |
outside of the `spaces' array when trying to print the caret marker found by "Matthew R. Dempsky" <mrd@alkemio.org>, fix inspired by a.velichinsky@gmail.com. discussed with krw | |||
2007-03-02 | If a default label has been created with the -d command line option or | Kenneth R Westerback | |
the 'D' editor command and has not been written to disk when the user issues the 'q' editor command, ask if the label should be written to disk before exiting. | |||
2007-03-01 | improve the description of -a. specifically, make it clear that | Jason McIntyre | |
ipsec.conf users do not want to run isakmpd -a unless they are messing with manual flows; closes documentation/5399, from sthen original diff and feedback from sthen ok hshoexer | |||
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 | |
ok hshoexer@ and markus@ | |||
2007-02-25 | No point in using zero'd fields in the parsed options. Use the options | Kenneth R Westerback | |
in the lease, whence the parsed info was moved. Fixes "Bogus servername" messages when processing an offer and stops bogus filename info from being stored in the lease. Found while testing a Tucson hotel's dhcp service. ok @stevesk "looks good" henning@. | |||
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 | |
than slap bang in SYNOPSIS; | |||
2007-02-25 | remove unused/dangling prototypes and comment reference; | Kevin Steves | |
from Mark Lumsden | |||
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 | |
closes documentation/5384 from Andrew Hamilton-Wright help from henning, otto, and weingart | |||
2007-02-24 | Correct comment calling FILE *f a file descriptor. | Ray Lai | |
OK krw@. | |||
2007-02-23 | if machine has more than 100MB of physmem, default the max table entries | Theo de Raadt | |
to 200,000 instead of the conservative 100,000; ok dhartmei beck tested by ckuethe | |||
2007-02-22 | fix typo in function name, no functional change | Martin Reindl | |