| Commit message (Expand) | Author | Age | Files | Lines |
* | - Display the media instance numbers and allow the user to set the active | marius | 2007-01-20 | 2 | -3/+32 |
* | Add initial support for 900MHz channels; still has some rough | sam | 2007-01-15 | 1 | -7/+35 |
* | Fix a parsing bug when specifying more than one address with dotted decimal | mlaier | 2007-01-07 | 1 | -2/+8 |
* | Fix parsing of -o uid and -o gid options, so that -o uidxx and -o gidxx | rodrigc | 2007-01-05 | 1 | -2/+2 |
* | fix typo: "adaptor" -> "adapter" | rse | 2007-01-02 | 1 | -1/+1 |
* | Fix typo: effected -> affected | rse | 2007-01-02 | 1 | -1/+1 |
* | Fix wrong markup and some wordsmithing. | hrs | 2006-12-31 | 1 | -72/+84 |
* | Summer of Code 2005: improve libalias - part 2 of 2 | piso | 2006-12-29 | 2 | -9/+1022 |
* | Fix an off-by-one which could mean writing beyond the end of the array | bz | 2006-12-29 | 1 | -2/+2 |
* | - Fix markup. | ru | 2006-12-29 | 1 | -42/+44 |
* | Add half/quarter rate 11a channel support: | sam | 2006-12-27 | 1 | -15/+25 |
* | Remove duplicate "clear" subcommand. | ceri | 2006-12-21 | 1 | -4/+0 |
* | Clear full-duplex when half-duplex flag is set. This actually makes | jkim | 2006-12-19 | 1 | -2/+6 |
* | For consistency use 'unsigned' instead of 'u_int'. | pjd | 2006-12-18 | 3 | -4/+4 |
* | Fix ggated for platforms with 64bit size_t. The DIOCGSECTORSIZE ioctl | pjd | 2006-12-15 | 3 | -4/+4 |
* | - Document -u, -i, and the difference between them better. | ru | 2006-12-12 | 1 | -15/+13 |
* | These days P2P means peer-2-peer (also well known from serveral filesharing | thompsa | 2006-12-11 | 2 | -16/+16 |
* | Style: Shorten a couple of lines with u_int and u_long. | imp | 2006-12-10 | 1 | -5/+3 |
* | fix handling of ssid "-" etc; we're writing 1 byte past the | sam | 2006-12-09 | 1 | -2/+3 |
* | Document the following change in behavior: | ru | 2006-12-08 | 1 | -2/+2 |
* | Pass a char buffer parameter with name "errmsg" to nmount(). | rodrigc | 2006-12-07 | 1 | -1/+4 |
* | Add a "-D" flag to restore which puts it into "degraded" mode. This | dwmalone | 2006-12-05 | 5 | -22/+104 |
* | o Correct a function prototype. | maxim | 2006-12-04 | 1 | -1/+1 |
* | It's confusing to say that "Command Queueing Supported" just based | mjacob | 2006-12-03 | 1 | -3/+2 |
* | Many, many thanks to Masanori OZAWA <ozawa@ongs.co.jp> | rodrigc | 2006-12-02 | 3 | -96/+290 |
* | Pass a string buffer named "errmsg" to nmount(). | rodrigc | 2006-11-29 | 1 | -2/+4 |
* | Deduce the "fstype" parameter to pass to nmount() by looking at | rodrigc | 2006-11-29 | 1 | -2/+8 |
* | - Revert signedness type changes to "struct vmtotal"; by making | ru | 2006-11-28 | 1 | -15/+11 |
* | Add descriptions for p2p and autop2p. | thompsa | 2006-11-27 | 1 | -0/+20 |
* | Bump .Dd for r1.127. | ceri | 2006-11-27 | 1 | -1/+1 |
* | Show the MAC address cache size and timeout. | thompsa | 2006-11-27 | 1 | -14/+22 |
* | Keep the command name the same as the values display name in ifconfig. | thompsa | 2006-11-27 | 2 | -2/+2 |
* | Sync with the OpenBSD port of RSTP | thompsa | 2006-11-27 | 1 | -39/+53 |
* | - When building world WITHOUT_LIBPTHREAD, link libthr to libpthread. | ru | 2006-11-26 | 1 | -6/+2 |
* | Fix the format specifier suitable for uintmax_t. | ru | 2006-11-23 | 1 | -5/+5 |
* | Detach mount_devfs, mount_ext2fs, mount_fdescfs, mount_procfs, | rodrigc | 2006-11-22 | 1 | -2/+0 |
* | Cross-reference nextboot(8). | jkoshy | 2006-11-22 | 2 | -0/+2 |
* | Increase WARNS to 3. | rodrigc | 2006-11-21 | 1 | -1/+1 |
* | Fix last element of nc_protos[] array to appease GCC. | rodrigc | 2006-11-21 | 1 | -1/+1 |
* | Convert mount_nfs from old mount(2) API to new nmount(2) API. | rodrigc | 2006-11-21 | 1 | -1/+11 |
* | - Fix types of "struct vmmeter" members so they are unsigned. | ru | 2006-11-20 | 1 | -12/+13 |
* | Fix debugging output of '-d', to more accurately reflect if | rodrigc | 2006-11-14 | 1 | -1/+4 |
* | Add a new address cache type called sticky. On an interface marked sticky any | thompsa | 2006-11-09 | 2 | -0/+28 |
* | Document the -l option. | ceri | 2006-11-07 | 2 | -2/+16 |
* | - I forgot to bump a date. | danger | 2006-11-05 | 1 | -1/+1 |
* | - add some files to FILES section and provide their description | danger | 2006-11-05 | 1 | -0/+16 |
* | Sync up with rhyolite routed 2.31 which fixes the handling of varargs. | trhodes | 2006-11-05 | 1 | -12/+15 |
* | Remove the -C option as it does more harm than good. To be fully | ru | 2006-11-03 | 2 | -80/+15 |
* | Bump .Dd for -f|-F. | ceri | 2006-11-02 | 2 | -2/+2 |
* | 2nd and final commit that moves us to CAM_NEW_TRAN_CODE | mjacob | 2006-11-02 | 1 | -93/+143 |