| Commit message (Expand) | Author | Age | Files | Lines |
* | Reset the pointer to the ioctl buffer after it gets changed. | thompsa | 2007-06-12 | 1 | -0/+2 |
* | Add reporting and toggling of TCP LRO (large receive offload) support to | andre | 2007-06-11 | 2 | -1/+11 |
* | Exclude inet_addr.c from the build. | cognet | 2007-06-11 | 1 | -1/+1 |
* | When we return from a "show" function without printing anything except | bde | 2007-06-11 | 1 | -6/+6 |
* | Update for revised 802.11 support: | sam | 2007-06-11 | 4 | -171/+959 |
* | Some improvements to the int-type printing code based on suggestions by bde. | dwmalone | 2007-06-10 | 1 | -17/+13 |
* | Fix a number of WARNS, including printf, constness and unsigned comparison | dwmalone | 2007-06-10 | 1 | -12/+13 |
* | Some style improvements suggested by bde, including removing an | dwmalone | 2007-06-10 | 1 | -37/+36 |
* | Use common code for printing ints and longs by coppying the sysctl | dwmalone | 2007-06-04 | 1 | -42/+42 |
* | Merge IPFilter 4.1.23 back to HEAD | darrenr | 2007-06-04 | 1 | -22/+22 |
* | I understood the MLINK part incorrectly, it should be the other way around | remko | 2007-06-01 | 1 | -1/+0 |
* | The newfs_msdos utility does not store the boot signature in the | trhodes | 2007-05-31 | 1 | -6/+6 |
* | Check fdopen return value. | kevlo | 2007-05-28 | 1 | -0/+6 |
* | Fix the online usage for the "dump" command. | ru | 2007-05-24 | 1 | -1/+1 |
* | Add the -n flag for disabling automatic module loading, this will be used by | thompsa | 2007-05-22 | 2 | -2/+18 |
* | Force the alignment of the chars arrays, as they are casted later to | cognet | 2007-05-21 | 1 | -1/+1 |
* | Add an example which shows how mdconfig(8) can be used | keramida | 2007-05-18 | 1 | -1/+7 |
* | Fix the construction of the gctl_req that got broken by my | marcel | 2007-05-17 | 1 | -1/+3 |
* | Bump G_LIB_VERSION to reflect the ABI change. | marcel | 2007-05-16 | 1 | -1/+1 |
* | Add gpart(8). | marcel | 2007-05-15 | 17 | -91/+512 |
* | -n is used by newfs to tell "do not generate a .snap directory" instead of | remko | 2007-05-14 | 1 | -4/+4 |
* | Replace incomprehensive description of -m by much clearer text from OpenBSD, | pav | 2007-05-12 | 1 | -2/+3 |
* | Another merging from sbin/fdisk/fdisk.8. | nyan | 2007-05-10 | 1 | -68/+75 |
* | Integrate the Camellia Block Cipher. For more information see RFC 4132 | gnn | 2007-05-09 | 2 | -0/+2 |
* | o Teach get_mac_addr_mask() to not silently accept incorrect MAC | maxim | 2007-05-09 | 1 | -22/+38 |
* | Reduce diffs against fdisk/fdisk.8. | nyan | 2007-05-09 | 1 | -158/+142 |
* | - A partition number is allowed to 1-8. | nyan | 2007-05-09 | 1 | -11/+5 |
* | Add Apple HFS+ (0xAF) MBR partition type identificator. | andre | 2007-05-06 | 1 | -0/+1 |
* | Correct some typos. | pjd | 2007-05-06 | 1 | -2/+2 |
* | Fix mdoc warnings. | pjd | 2007-05-06 | 1 | -3/+1 |
* | Add support for filtering on Routing Header Type 0 and | bz | 2007-05-04 | 2 | -3/+25 |
* | Do some cleanups (like freeing memory and closing file descriptors) before | pjd | 2007-05-01 | 1 | -6/+6 |
* | o Add -p flag: print a slice table in fdisk configuration file format. | maxim | 2007-04-30 | 2 | -4/+36 |
* | o Make ipfw(8) show rules with mac/mac-type options correctly. | maxim | 2007-04-30 | 1 | -36/+17 |
* | Fix a typo: argv -> argvp | yar | 2007-04-30 | 1 | -1/+2 |
* | Improve reporting in recoverdisk a good deal. | phk | 2007-04-23 | 1 | -12/+26 |
* | Because there are so many more partitions on pc98 than on wintel (16 | imp | 2007-04-21 | 2 | -66/+82 |
* | Correct two issues in ping6: | mtm | 2007-04-19 | 1 | -19/+68 |
* | o Add missed w/space in the error message. | maxim | 2007-04-17 | 1 | -1/+1 |
* | Rename the trunk(4) driver to lagg(4) as it is too similar to vlan trunking. | thompsa | 2007-04-17 | 3 | -49/+49 |
* | o IFNAMSIZ includes a terminating null byte. | maxim | 2007-04-14 | 1 | -1/+1 |
* | Align -p output in TAB built columns suitable for /etc/fstab. | phk | 2007-04-13 | 1 | -2/+19 |
* | The minimum size of an RFC3442 destination descriptor is five bytes, so | emaste | 2007-04-13 | 1 | -1/+1 |
* | Bump document date for new trunk commands. | thompsa | 2007-04-10 | 1 | -1/+1 |
* | Hook trunk(4) up to the build. | thompsa | 2007-04-10 | 2 | -0/+18 |
* | Add the trunk(4) driver for providing link aggregation, failover and fault | thompsa | 2007-04-10 | 1 | -0/+153 |
* | Implement a work-around for poor ggate write performance. | pjd | 2007-04-06 | 2 | -1/+12 |
* | Remove temporary files when there are no longer needed. | pjd | 2007-04-06 | 1 | -0/+2 |
* | (bread): For a read that is contained entirely within a block, never copy | thomas | 2007-04-05 | 1 | -1/+1 |
* | - Protect against specifing journal less than 100MB and against journal | pjd | 2007-04-03 | 1 | -3/+12 |