| Commit message (Expand) | Author | Age | Files | Lines |
| * | Merged from src/sbin/fdisk/fdisk.c revision 1.81. | Yoshihiro Takahashi | 2005-09-18 | 1 | -1/+4 |
| * | Clarify wording for -m flag. | Craig Rodrigues | 2005-09-17 | 1 | -2/+12 |
| * | Call gctl_free() to free resource allocated with gctl_get_handle(). | Craig Rodrigues | 2005-09-17 | 1 | -1/+4 |
| * | Add "-q" argument to sysctl(8), which suppresses a limited set of warnings/ | Robert Watson | 2005-09-15 | 2 | -5/+17 |
| * | Fix system shutdown timeout handling by again supporting longer running | Ralf S. Engelschall | 2005-09-15 | 2 | -2/+8 |
| * | Xref msdosfs(5) | Joel Dahl | 2005-09-14 | 1 | -0/+1 |
| * | Don't consider being unable to open the bounds file worthy of printing | Robert Watson | 2005-09-13 | 1 | -1/+2 |
| * | Clean up. | Lukas Ertl | 2005-09-12 | 1 | -191/+99 |
| * | Even if there are no valid keys in metadata, but provider is attached | Pawel Jakub Dawidek | 2005-09-10 | 1 | -5/+5 |
| * | Avoid updating resolv.conf when no changes have actually occured. | Brooks Davis | 2005-09-08 | 1 | -0/+10 |
| * | When we fail to aquire a lease, our lease expires without a sucessful | Brooks Davis | 2005-09-08 | 1 | -0/+1 |
| * | Moved descriptions of securelevels from init(7) to security(7). | Gary W. Swearingen | 2005-09-03 | 1 | -62/+5 |
| * | When we supersed the subnet-mask, write the forced value to the lease | Brooks Davis | 2005-09-02 | 1 | -10/+14 |
| * | Add support for setting GPT partition labels. The partitions to be | Marcel Moolenaar | 2005-09-01 | 5 | -33/+343 |
| * | Dot the i's: multiple devices can be specified, so the usage should | Marcel Moolenaar | 2005-09-01 | 3 | -5/+7 |
| * | Add a comment before the statement that is responsible for the | Marcel Moolenaar | 2005-09-01 | 1 | -0/+2 |
| * | Document the -l and -u options of the show command. | Marcel Moolenaar | 2005-08-31 | 1 | -1/+15 |
| * | o Replace unicode16() by utf8_to_utf16(). | Marcel Moolenaar | 2005-08-31 | 4 | -19/+139 |
| * | /* -> /*- for license. | Marcel Moolenaar | 2005-08-31 | 11 | -11/+11 |
| * | Introduce a new helper function check_search() derived for res_hnok to | Brooks Davis | 2005-08-30 | 1 | -0/+56 |
| * | When using files as backing stores for devices, and the user has requested the | Christian S.J. Peron | 2005-08-30 | 1 | -0/+11 |
| * | This script was helpful during development, but has no reason to | Marcel Moolenaar | 2005-08-30 | 1 | -11/+0 |
| * | Don't print the total number of partitions removed now that we print | Marcel Moolenaar | 2005-08-30 | 1 | -7/+1 |
| * | Extend utility to allow recovering single file from the deffective | Maxim Sobolev | 2005-08-29 | 1 | -12/+28 |
| * | Make it clear that the .ko extention of a module to be loaded | Giorgos Keramidas | 2005-08-27 | 1 | -3/+10 |
| * | As with NO_CRYPT, don't try to compile geli(8) when NO_OPENSSL is defined | Marius Strobl | 2005-08-27 | 1 | -1/+1 |
| * | The $medium string often contains quoted values with spaces in them (ssids, | Brooks Davis | 2005-08-26 | 1 | -6/+6 |
| * | Update Document. | Takanori Watanabe | 2005-08-26 | 1 | -0/+3 |
| * | In read_string(), when the last character was a backslash, unincrement | Brooks Davis | 2005-08-26 | 1 | -0/+1 |
| * | Use a more robust, grep-free command to get the interface of the current | Brooks Davis | 2005-08-26 | 1 | -2/+1 |
| * | Don't and/remove a route to our assigned IP through 127.0.0.1. It | Brooks Davis | 2005-08-26 | 1 | -4/+4 |
| * | MFOpenBSD rev 1.9: fix a buffer overflow when processing config file | Brooks Davis | 2005-08-24 | 1 | -1/+1 |
| * | Add __FBSDID to all .c files in dhclient to aid in determining file | Brooks Davis | 2005-08-23 | 16 | -4/+48 |
| * | FreeBSD unconditionally supports write filters now. | Christian S.J. Peron | 2005-08-23 | 1 | -2/+0 |
| * | By default, when doing crypto work in software, start as many threads | Pawel Jakub Dawidek | 2005-08-21 | 1 | -1/+3 |
| * | Remove reference to raid(4), the RAIDframe manual page, which was | Simon L. B. Nielsen | 2005-08-20 | 1 | -1/+0 |
| * | Allow to change number of iterations for PKCS#5v2. It can only be used | Pawel Jakub Dawidek | 2005-08-19 | 2 | -23/+64 |
| * | Move function for calculating number of bits into more central place. | Pawel Jakub Dawidek | 2005-08-19 | 3 | -6/+14 |
| * | Add the ability to specify the boot2 serial console speed in | Ian Dowse | 2005-08-18 | 1 | -4/+22 |
| * | Update manual page (now dedicated kernel thread is always started). | Pawel Jakub Dawidek | 2005-08-17 | 1 | -2/+0 |
| * | Clarify how the 'channel' argument should look like and add an | Christian Brueffer | 2005-08-16 | 1 | -2/+7 |
| * | Implement a new feature for ping(8) - sweeping pings. In a sweeping | Gleb Smirnoff | 2005-08-15 | 2 | -7/+117 |
| * | Attempt to improve the logic for automatically sizing partitions | Ian Dowse | 2005-08-14 | 1 | -5/+62 |
| * | Unfortunately dlerror(3) returns string, so there is no clean way to | Pawel Jakub Dawidek | 2005-08-14 | 1 | -11/+12 |
| * | Don't treat failure to find the operator GID as a fatal error; this | Ian Dowse | 2005-08-14 | 1 | -4/+9 |
| * | When keys were configured without passphrase, number of iterations in | Pawel Jakub Dawidek | 2005-08-14 | 1 | -0/+4 |
| * | Document two missed if_bridge commands 'addr' and 'static'. | Andrew Thompson | 2005-08-14 | 1 | -0/+7 |
| * | add list mac and mac:kick support | Sam Leffler | 2005-08-13 | 2 | -10/+98 |
| * | * Add dynamic sysctl for net.inet6.ip6.fw. | Bjoern A. Zeeb | 2005-08-13 | 2 | -3/+89 |
| * | GELI doesn't need cryptodev. | Pawel Jakub Dawidek | 2005-08-12 | 1 | -1/+0 |