Age | Commit message (Expand) | Author |
2008-08-04 | fix extended partition support by handling chained EBRs correctly | Reyk Floeter |
2008-08-04 | "-a" is used if no arguments are given to wsconsctl. | Igor Sobrado |
2008-08-04 | Properly output machdep.chipset values on alpha models without pci buses; | Miod Vallat |
2008-08-03 | spread the unwritten wisdom newfs should be run on raw devs, not on | Otto Moerbeek |
2008-08-02 | fixes from Alexander Holupirek, documentation/5899: | Jason McIntyre |
2008-07-29 | s/affect/assign/ in wmm option. | Damien Bergamini |
2008-07-25 | don't redefine INFINITY -- math.h defines it now | Martynas Venckus |
2008-07-24 | check sysctl return value | Henning Brauer |
2008-07-22 | If isakmpd is started with -4 or -6, virtual_get_default() may | Alexander Bluhm |
2008-07-22 | use generalised PBKDF#2 from bioctl; ok damien@ | Damien Miller |
2008-07-21 | spelling fix from Mark Pecaut; | Jason McIntyre |
2008-07-21 | Free the rules in the rule_queue also if ipsecctl is called with | Alexander Bluhm |
2008-07-19 | Correct missed capitalization of MPLS. | Brad Smith |
2008-07-18 | +.Xr crash 8 , | Jason McIntyre |
2008-07-17 | Pasto in error message for setspppkey() | Stuart Henderson |
2008-07-12 | fix printing of nchstats | Thordur I. Bjornsson |
2008-07-10 | Die -r, die! Eliminate stray -r in usage text. Spotted by James Hartley. | Kenneth R Westerback |
2008-07-09 | Read 'vendor' flag from ASCII disklabel since we print it. Fixes | Kenneth R Westerback |
2008-07-09 | expand the net.inet.(tcp|udp).baddynamic dynamic source port | Damien Miller |
2008-07-06 | Don't change the size of the partition being newfs'd when sectorsize, | Kenneth R Westerback |
2008-07-05 | synchronize usage of atactl commands with manual page. | Igor Sobrado |
2008-07-03 | do not forget to initialize other member of $$ in qname; noted by mark shroyer | Theo de Raadt |
2008-07-02 | string munging: say 'CRYPTO' not 'RAID67' | Todd T. Fries |
2008-07-01 | Isakmpd acquire mode did not work with a config generated from | Alexander Bluhm |
2008-07-01 | If a rules contains a hostname instead of an address, use the list | Alexander Bluhm |
2008-07-01 | If multiple to addresses but no peer are given in an ike or flow | Alexander Bluhm |
2008-07-01 | Initialize variable before checking against NULL. | Ray Lai |
2008-06-29 | Simplify state creation code; merge state import/export code between pfsync | Ryan Thomas McBride |
2008-06-27 | documentation tweak. | Igor Sobrado |
2008-06-26 | First pass at removing clauses 3 and 4 from NetBSD licenses. | Ray Lai |
2008-06-25 | In interactive mode, always suggest offsets and sizes inside the | Otto Moerbeek |
2008-06-25 | allow to install and boot the OpenBSD A6 partition and disklabel in an | Reyk Floeter |
2008-06-24 | - move -S and -t into the main option descriptions: they were the only | Jason McIntyre |
2008-06-24 | - document the raidlevels | Jason McIntyre |
2008-06-24 | Index: src/sbin/growfs/growfs.c | Igor Sobrado |
2008-06-23 | Do not compile the ``kbd needs to be rebuilt'' test if -DNOKVM. Should shave | Miod Vallat |
2008-06-21 | Fix "-T expire"; clear pfra_fback on addresses before sending them back to | Ryan Thomas McBride |
2008-06-15 | put carppeer in the right place; | Jason McIntyre |
2008-06-15 | fix usage(); | Jason McIntyre |
2008-06-15 | Add 802.3ad LACP support for trunk(4). | Marco Pfatschbacher |
2008-06-15 | When generating a new volume, ask the user to re-type the passphrase for | Hans-Joerg Hoexer |
2008-06-14 | add carppeer; an option to specify a different multicast address or | Reyk Floeter |
2008-06-14 | Provide a status field for operations on the bc_opaque data. Now we're | Hans-Joerg Hoexer |
2008-06-14 | add a -r option to specify the number of PKCS5 PBKDF2 iterations used | Damien Miller |
2008-06-14 | Replace PBKDF2 implementation pulled in from vnconfig with one | Damien Miller |
2008-06-14 | finish djm@'s job of making mount_vnd -Wall clean, and mark this in the | Alexander von Gernler |
2008-06-14 | Move ike and flow peer selection to common function. | Alexander Bluhm |
2008-06-14 | Update bioctl(8) and softraid(4) to recent changes and enable softraid | Hans-Joerg Hoexer |
2008-06-14 | friendly error message when key decryption fails; ok hshoexer@ | Damien Miller |
2008-06-13 | Implement pbkdf2 in in bioctl to derive master key from a passphrase. | Hans-Joerg Hoexer |