| Commit message (Expand) | Author | Age | Files | Lines |
* | Show descriptions for type CTLTYPE_NODES. | mdodd | 2005-04-13 | 1 | -0/+5 |
* | Zero buffers. Seatbelt against sysctl(3) returning non-NUL terminated | mdodd | 2005-04-13 | 1 | -0/+2 |
* | ISO C does not allow unnamed union members. | stefanf | 2005-04-08 | 2 | -6/+6 |
* | Fix typo in comment. | stefanf | 2005-04-08 | 1 | -1/+1 |
* | Grammatical improvement. | ceri | 2005-04-08 | 1 | -1/+1 |
* | When accessing the sysctl vfs.nfs.iodmax, don't report errors as being | brooks | 2005-04-07 | 1 | -1/+1 |
* | Allow classes to specify local source files. | pjd | 2005-04-07 | 1 | -2/+2 |
* | Empty error buffer is not an error. | pjd | 2005-04-07 | 1 | -1/+1 |
* | Document the configuration files used. | jcamou | 2005-04-05 | 1 | -0/+3 |
* | Be more specific when complaining about bit masks. | brooks | 2005-04-05 | 1 | -2/+2 |
* | Remove debug from last commit | imp | 2005-04-03 | 1 | -2/+0 |
* | /*- | imp | 2005-04-03 | 1 | -1/+1 |
* | Don't define FS_DEBUG by default, as this causes growfs to write debugging | rwatson | 2005-03-31 | 1 | -1/+0 |
* | Don't default to '/var/tmp/ffsinfo' for the output of ffsinfo(8), since | rwatson | 2005-03-31 | 2 | -8/+8 |
* | Fix grammar error caused by my previous edit. | joerg | 2005-03-30 | 1 | -2/+2 |
* | This is the much rumoured ATA mkIII update that I've been working on. | sos | 2005-03-30 | 1 | -14/+34 |
* | Support VTOC volume names. This can be useful to distinguish multiple | joerg | 2005-03-30 | 2 | -6/+59 |
* | Initialize iovlen variable to 0 before passing it by reference to the | kan | 2005-03-28 | 1 | -0/+1 |
* | Add "report only" functionality to 'camcontrol format', so users can get a | ken | 2005-03-26 | 2 | -5/+20 |
* | When executing mount_foo, pass "mount_foo" as argv[0] instead of "foo". | cperciva | 2005-03-26 | 1 | -2/+4 |
* | Remove bogus (but harmless) -I.. from CFLAGS. It makes no difference to | brooks | 2005-03-25 | 1 | -2/+1 |
* | Revert bogus += -g change. I needed it to debug the problem. | imp | 2005-03-25 | 1 | -1/+0 |
* | Restore the ability to read FreeBSD 1 tapes (and I think any net2 | imp | 2005-03-25 | 3 | -0/+24 |
* | dcvt is unused since the support for converting pre-4.4 tapes was | imp | 2005-03-25 | 2 | -25/+3 |
* | c_tapea and c_firstrec are used for TS_TAPE blocks, so convert them | imp | 2005-03-25 | 1 | -0/+2 |
* | Add verbiage to the description of the noexec mount option clarifying | cperciva | 2005-03-23 | 1 | -0/+5 |
* | Fix use of uninitialized buf[0]. | pjd | 2005-03-22 | 1 | -2/+2 |
* | Truncate nextboot.conf file on creation, so existing garbage will be removed. | pjd | 2005-03-21 | 1 | -1/+2 |
* | Xref carp(4) and polling(4). | brueffer | 2005-03-19 | 1 | -0/+2 |
* | In order to print out the dump dates correctly, the date and ddate fields | imp | 2005-03-18 | 1 | -0/+4 |
* | Typo. | phk | 2005-03-18 | 1 | -1/+1 |
* | Sync usage and man page with reality. There's no '-c' command line | imp | 2005-03-18 | 2 | -19/+10 |
* | Forgot to change the pointer to the snmp_atm sources after repo-copy. | harti | 2005-03-15 | 1 | -1/+1 |
* | Be sure that class name storaed in 'class_name' is lower case. | pjd | 2005-03-14 | 1 | -0/+3 |
* | Define subcommands' usage inside g_command structure. | pjd | 2005-03-14 | 7 | -141/+109 |
* | - Add gc_usage field to g_command structure. This will allow to define | pjd | 2005-03-14 | 2 | -56/+52 |
* | Instead of documenting every standard subcommand's argument everywhere, | pjd | 2005-03-14 | 7 | -98/+56 |
* | Document subcommands' arguments. | pjd | 2005-03-14 | 1 | -2/+18 |
* | Document '-s' option of 'status' subcommand. | pjd | 2005-03-14 | 1 | -0/+6 |
* | Add '-s' option to 'status' subcommand. It produces script-friendly output: | pjd | 2005-03-14 | 1 | -26/+50 |
* | Use int instead of size_t (%*s needs int). | pjd | 2005-03-14 | 1 | -9/+9 |
* | printf(3) expects that %*s having an int parameter, which generates | delphij | 2005-03-14 | 1 | -5/+5 |
* | - Document 'status' subcommand. | pjd | 2005-03-13 | 8 | -17/+68 |
* | Add 'status' command which prints general information about devices. | pjd | 2005-03-13 | 1 | -0/+176 |
* | Update copyrights. | pjd | 2005-03-13 | 1 | -1/+1 |
* | Change function names related to 'list' command from 'show_one_*' to | pjd | 2005-03-13 | 1 | -7/+7 |
* | When listing all devices (geoms) from the given class, skip geoms without | pjd | 2005-03-13 | 1 | -0/+2 |
* | gbde(8) is also rejndael user. | ume | 2005-03-11 | 1 | -1/+1 |
* | Belatedly update the md5(1) man page to reflect the addition of sha256. | cperciva | 2005-03-10 | 1 | -6/+11 |
* | In light of the recent 2^69 operation collision-finding attack on SHA1, | cperciva | 2005-03-09 | 2 | -4/+24 |