| Commit message (Expand) | Author | Age | Files | Lines |
* | Make 'struct acl' larger, as required to support NFSv4 ACLs. Provide | trasz | 2009-05-22 | 1 | -1/+1 |
* | Remove the unmaintained University of Michigan NFSv4 client from 8.x | rwatson | 2009-05-22 | 7 | -753/+6 |
* | Add links to libgeom(3) where appropriate. | trasz | 2009-05-19 | 1 | -0/+1 |
* | Do no spam the ifconfig output for the aggregated interface with 'laggdev lag... | thompsa | 2009-04-30 | 1 | -2/+1 |
* | Slightly improve gjournal documentation. | trasz | 2009-04-29 | 3 | -2/+8 |
* | Let pflogd's Makefile just use WARNS instead of changing CFLAGS. | ed | 2009-04-23 | 1 | -1/+2 |
* | Correct the information about when the respective functionality first | brueffer | 2009-04-23 | 1 | -1/+1 |
* | ifconfig(8) no longer needs to know how to print the IFF_NEEDSGIANT flag, | rwatson | 2009-04-18 | 1 | -1/+1 |
* | The structs ifaliasreq and in_aliasreq have exactly the same layout and | brooks | 2009-04-15 | 1 | -2/+2 |
* | Extend route command: | kmacy | 2009-04-14 | 2 | -11/+24 |
* | Style fixes to the newfs_msdos manpage. | ed | 2009-04-11 | 1 | -8/+9 |
* | Update documentation (forgotten in r190929). | ed | 2009-04-11 | 1 | -4/+5 |
* | Do not prepend /dev/ when -C is used. | ed | 2009-04-11 | 2 | -5/+7 |
* | When using -C, do not warn when the file is not a character device, but warn ... | ed | 2009-04-11 | 1 | -2/+7 |
* | Fix a bug in r185587. | ed | 2009-04-11 | 1 | -2/+3 |
* | Use ftruncate() instead of lseek()+write()+lseek() to set the created | ed | 2009-04-11 | 1 | -5/+1 |
* | De-static local variables in main() (which is not recursive) and const-ify | ed | 2009-04-11 | 1 | -10/+10 |
* | Show -@ and -C in usage, which were added in r185587. | ed | 2009-04-11 | 1 | -0/+2 |
* | Clean up the usage() function to use a single fprintf(). | ed | 2009-04-11 | 1 | -26/+25 |
* | Fix broken case where caused by last patch where | rrs | 2009-04-11 | 1 | -1/+2 |
* | Kill hard sentence break added in the previous revision. | trhodes | 2009-04-11 | 1 | -1/+4 |
* | Bump doc date for previous changes. | trhodes | 2009-04-11 | 1 | -1/+1 |
* | - Better wording in comment. | lulf | 2009-04-10 | 1 | -1/+1 |
* | - Implement the grow command to make it easier for users to extend plexes | lulf | 2009-04-10 | 2 | -7/+95 |
* | - Move logic for finding a unique drive name into its own routine for future | lulf | 2009-04-10 | 1 | -5/+12 |
* | - Move out allocation part of different gvinum objects into its own routine and | lulf | 2009-04-10 | 1 | -2/+1 |
* | Add emulation of delay profiles, which lets you model various | luigi | 2009-04-09 | 3 | -2/+403 |
* | o Grammar. | maxim | 2009-04-08 | 1 | -3/+3 |
* | Various cleanup of text, moving a couple of paragraphs | luigi | 2009-04-08 | 1 | -88/+99 |
* | Remove contractions, reword a sentence to avoid a double negative, | trhodes | 2009-04-07 | 1 | -3/+4 |
* | Ok, looking at the solution a bit closer, the level | rrs | 2009-04-06 | 1 | -4/+4 |
* | Class based addressing went out in the early 90's. Basically | rrs | 2009-04-06 | 1 | -16/+17 |
* | Only raise WARNS to 6 on i386 and amd64, strict alignment platforms still | phk | 2009-04-06 | 1 | -0/+4 |
* | Remove if_ppp(4) and if_sl(4). | ed | 2009-04-05 | 7 | -1705/+0 |
* | Silence a printf warning | phk | 2009-04-05 | 1 | -1/+1 |
* | Add some consts, remove some unused stuff and other attempts to calm | phk | 2009-04-05 | 9 | -31/+15 |
* | Fix casts which are not by definition safe, but which malloc(3) | phk | 2009-04-05 | 1 | -6/+6 |
* | Some constifications | phk | 2009-04-05 | 3 | -5/+7 |
* | Modernize prototypes (ie: no extern) | phk | 2009-04-05 | 10 | -175/+157 |
* | Improve a bit reass documentation: | piso | 2009-04-05 | 1 | -0/+25 |
* | Convert list of remote interfaces to LIST_* macros | phk | 2009-04-05 | 3 | -16/+8 |
* | Kick WARNS level up to 6 by fixing various trivial warnings. | phk | 2009-04-05 | 6 | -9/+10 |
* | Use <sys/queue.h> to manage the interface list. | phk | 2009-04-05 | 8 | -41/+35 |
* | Remove newlines from string argument of __COPYRIGHT(), it results in | phk | 2009-04-05 | 1 | -2/+2 |
* | Send multicast on p2p interfaces if they can and are not prohibited | phk | 2009-04-05 | 1 | -2/+9 |
* | Implement an ipfw action to reassemble ip packets: reass. | piso | 2009-04-01 | 4 | -1/+18 |
* | Import the gvinum work that have been done during and after Summer of Code 2007. | lulf | 2009-03-28 | 2 | -99/+605 |
* | add superg+tdma include files for protocol defs needed to do ie parsing | sam | 2009-03-26 | 1 | -7/+3 |
* | Man page accompanying r190423 - introduce UFS ID labels. | ivoras | 2009-03-25 | 1 | -2/+8 |
* | Save (empty) worklist at successful completion | phk | 2009-03-23 | 1 | -0/+1 |