| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | - Normalize usage(), add "ddb pathname" syntax. | ru | 2008-04-04 | 2 | -25/+28 |
* | Add comment about specifying "ro" mount option when | rodrigc | 2008-04-04 | 1 | -0/+4 |
* | Use safer string handling. | imp | 2008-04-03 | 2 | -11/+8 |
* | Fix handling of create operation together with setting other parameters: | sam | 2008-03-31 | 4 | -9/+42 |
* | Add a new function is_default_interface() which determines if this | brooks | 2008-03-30 | 1 | -20/+48 |
* | Remove options MK_LIBKSE and DEFAULT_THREAD_LIB now that we no longer | ru | 2008-03-29 | 1 | -1/+1 |
* | Remove comment about "-r" flag from readlabel. "-r" is a no-op. | rodrigc | 2008-03-23 | 1 | -1/+0 |
* | Defer state change on disassociate to avoid unnecessarily dropping the | sam | 2008-03-22 | 1 | -15/+31 |
* | correct syslog mask so LOG_DEBUG msgs are not lost | sam | 2008-03-22 | 1 | -1/+1 |
* | In route.c in newroute() there's a call to exit(0) if the command was | remko | 2008-03-22 | 1 | -1/+1 |
* | No need to be gratuitously style(9) non-compliant here, even though | imp | 2008-03-21 | 1 | -1/+1 |
* | Replace reference from vinum.8 to gvinum.8, it was advised in the PR to | remko | 2008-03-21 | 1 | -2/+2 |
* | Add a "spindown" facility to ata-disks: If no requests have been received | phk | 2008-03-17 | 2 | -0/+35 |
* | Un-cut&paste argument processing, fix things lint found. | phk | 2008-03-16 | 1 | -104/+67 |
* | - Use an uppercase provider name in the example, to make the name change | brueffer | 2008-03-13 | 1 | -7/+7 |
* | - Update with a better example which shows that options specific to a | tmclaugh | 2008-03-12 | 1 | -3/+3 |
* | - Also change the /sbin/mount_unionfs line I managed to miss just two | tmclaugh | 2008-03-10 | 1 | -1/+1 |
* | - unionfs -b option is deprecated in favor of '-o below' as per | tmclaugh | 2008-03-10 | 1 | -2/+2 |
* | Fix typos. | brueffer | 2008-03-08 | 1 | -2/+2 |
* | Make it possible to build glabel into rescue geom(8) utility. | delphij | 2008-03-05 | 3 | -5/+18 |
* | Use calloc(). | delphij | 2008-03-05 | 1 | -2/+1 |
* | Add the ability to read a file of commands to ddb(8) modeled after the | brooks | 2008-03-05 | 2 | -5/+81 |
* | Add info about few missing GEOM classes that use geom(8). | pjd | 2008-03-05 | 1 | -1/+13 |
* | For a mounted file system which is read-only, when | rodrigc | 2008-03-05 | 1 | -1/+3 |
* | Remove hacks to filter out MNT_ROOTFS, since we now | rodrigc | 2008-03-05 | 1 | -10/+0 |
* | explain that you must set a default transmit key for WEP | sam | 2008-02-29 | 1 | -1/+7 |
* | Dummynet has a limit of 100 slots queue size (or 1MB, if you give | dwmalone | 2008-02-27 | 2 | -5/+32 |
* | In pass1(), cap inosused to fs_ipg rather than allowing arbitrary | delphij | 2008-02-26 | 1 | -2/+4 |
* | In pass2check(): Be more strict with the inode information before further | delphij | 2008-02-26 | 1 | -0/+2 |
* | Be more careful when checking superblock. We have already checked | delphij | 2008-02-26 | 1 | -1/+1 |
* | Decrease ping6's minimum allowed interval | silby | 2008-02-25 | 1 | -3/+3 |
* | Add table/tablearg support to ipfw's nat. | piso | 2008-02-24 | 2 | -10/+6 |
* | -Fix display of nat range. | piso | 2008-02-21 | 1 | -6/+5 |
* | getopt(3) returns -1, not EOF. | ru | 2008-02-19 | 1 | -1/+1 |
* | Undo the damage I did in sys/kern/vfs_mount.c #1.274 and | yar | 2008-02-18 | 1 | -9/+0 |
* | Fix display of multiple nat rules. | piso | 2008-02-18 | 1 | -4/+4 |
* | Instead of using a heuristic to decide whether to display | julian | 2008-02-18 | 2 | -6/+14 |
* | Add a work-around to make it possible again to remount | yar | 2008-02-18 | 1 | -0/+9 |
* | Back out rev. 1.74 because the kernel isn't ready yet | yar | 2008-02-18 | 1 | -8/+1 |
* | Don't forget to prepare string options for nmount(2). | yar | 2008-02-18 | 1 | -1/+8 |
* | Correct the description of getmnt_silent: unknown options are silently | yar | 2008-02-17 | 1 | -2/+3 |
* | Add the -4 option to the synopsis. | ceri | 2008-02-12 | 1 | -1/+1 |
* | Bump .Dd for r1.48. | ceri | 2008-02-12 | 1 | -1/+1 |
* | Switch the default NFS mount mode from UDP to TCP. UDP mounts are a | kris | 2008-02-11 | 2 | -6/+6 |
* | style(9) (verifed no-change in .o's) | obrien | 2008-02-07 | 1 | -14/+13 |
* | Add a note that ipfw states do not implicitly match ICMP error messages. | yar | 2008-02-07 | 1 | -0/+6 |
* | Fix typo. | pb | 2008-02-06 | 1 | -1/+1 |
* | Update fix from rev 1.2. | pb | 2008-02-06 | 1 | -3/+4 |
* | Fix a bug in hexadecimal formatting of the CHAP digest: bytes >= 0x80 | pb | 2008-02-05 | 1 | -1/+1 |
* | Bump .Dd for r1.19; use consistent whitespace. | ceri | 2008-02-05 | 1 | -2/+2 |