| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Add a $FreeBSD$ tag missing after the original import. Note that this | Ed Maste | 2007-02-09 | 1 | -0/+2 |
* | Print warning that "-t msdos" is deprecated and being converted to | Craig Rodrigues | 2007-02-06 | 1 | -1/+4 |
* | Be explicit in examples about the correct grammar for 'alias' and | Bruce M Simpson | 2007-02-04 | 1 | -12/+27 |
* | If two files systems, /a and /b are marked as having quotas enabled | Mike Pritchard | 2007-02-04 | 1 | -6/+17 |
* | Patches to allow one to allow one to specify a directory to chroot to. | Warner Losh | 2007-02-04 | 1 | -63/+139 |
* | Do not touch the block or i-node grace times for id 0. | Mike Pritchard | 2007-02-03 | 1 | -2/+2 |
* | Fix quotqcheck to correctly use the curinode count, and not the | Mike Pritchard | 2007-02-03 | 1 | -2/+2 |
* | Backout revision 1.4; it is not verified as the correct fix for the PR. | Bruce M Simpson | 2007-02-03 | 1 | -1/+1 |
* | Add an EXAMPLES section to ifconfig(8), clearly showing how to configure | Bruce M Simpson | 2007-02-03 | 1 | -1/+42 |
* | Use pidfile(3) API to restart mountd(8) on success mount. | Pawel Jakub Dawidek | 2007-02-02 | 2 | -10/+28 |
* | Remove, since code has been merged into mount_nfs, | Craig Rodrigues | 2007-02-01 | 3 | -952/+0 |
* | Add gjournal(8) manual page. Documentation of kern.geom.journal.* sysctls | Pawel Jakub Dawidek | 2007-01-29 | 1 | -0/+238 |
* | Actually implement rev 1.12 for host names and NIS domain names. We | Brooks Davis | 2007-01-29 | 1 | -1/+0 |
* | Pass "errmsg" to nmount(), so that if nmount() fails, we can get | Craig Rodrigues | 2007-01-29 | 1 | -1/+3 |
* | typo: s/tranport layer/transport layer/ | Wilko Bulte | 2007-01-28 | 1 | -2/+2 |
* | Convert mount_ext2fs to a simple program which passes "-o option" to nmount(). | Craig Rodrigues | 2007-01-28 | 1 | -33/+31 |
* | Remove unused reference to objformat.h | Peter Wemm | 2007-01-25 | 1 | -1/+0 |
* | Bump .Dd. | Mike Pritchard | 2007-01-25 | 1 | -1/+1 |
* | Add a BUGS section that shows that ids that appear to be | Mike Pritchard | 2007-01-25 | 1 | -0/+12 |
* | When the following conditions are meet: | Pawel Jakub Dawidek | 2007-01-25 | 1 | -1/+13 |
* | Implement gctl_change_param() function, which changes value of existing | Pawel Jakub Dawidek | 2007-01-25 | 2 | -0/+28 |
* | Remove mount_nfs4 from SUBDIR list. The mount_nfs Makefile | Craig Rodrigues | 2007-01-23 | 1 | -1/+0 |
* | Link mount_nfs -> mount_nfs4, and mount_nfs.8 -> mount_nfs4.8. | Craig Rodrigues | 2007-01-23 | 1 | -0/+3 |
* | Merge mount_nfs4.c and mount_nfs.c into one program. | Craig Rodrigues | 2007-01-23 | 2 | -7/+248 |
* | Use fseeko to seek in the file, instead of fseek to prevent seek | Mike Pritchard | 2007-01-23 | 1 | -2/+2 |
* | Make sure that unknown uids/gids that now have non-zero usage and | Mike Pritchard | 2007-01-23 | 1 | -7/+24 |
* | Actually fully emulate NetBSD and print the media instance number | Marius Strobl | 2007-01-22 | 1 | -2/+3 |
* | Quota system cleanup. | Mike Pritchard | 2007-01-20 | 1 | -29/+137 |
* | - Display the media instance numbers and allow the user to set the active | Marius Strobl | 2007-01-20 | 2 | -3/+32 |
* | Add initial support for 900MHz channels; still has some rough | Sam Leffler | 2007-01-15 | 1 | -7/+35 |
* | Fix a parsing bug when specifying more than one address with dotted decimal | Max Laier | 2007-01-07 | 1 | -2/+8 |
* | Fix parsing of -o uid and -o gid options, so that -o uidxx and -o gidxx | Craig Rodrigues | 2007-01-05 | 1 | -2/+2 |
* | fix typo: "adaptor" -> "adapter" | Ralf S. Engelschall | 2007-01-02 | 1 | -1/+1 |
* | Fix typo: effected -> affected | Ralf S. Engelschall | 2007-01-02 | 1 | -1/+1 |
* | Fix wrong markup and some wordsmithing. | Hiroki Sato | 2006-12-31 | 1 | -72/+84 |
* | Summer of Code 2005: improve libalias - part 2 of 2 | Paolo Pisati | 2006-12-29 | 2 | -9/+1022 |
* | Fix an off-by-one which could mean writing beyond the end of the array | Bjoern A. Zeeb | 2006-12-29 | 1 | -2/+2 |
* | - Fix markup. | Ruslan Ermilov | 2006-12-29 | 1 | -42/+44 |
* | Add half/quarter rate 11a channel support: | Sam Leffler | 2006-12-27 | 1 | -15/+25 |
* | Remove duplicate "clear" subcommand. | Ceri Davies | 2006-12-21 | 1 | -4/+0 |
* | Clear full-duplex when half-duplex flag is set. This actually makes | Jung-uk Kim | 2006-12-19 | 1 | -2/+6 |
* | For consistency use 'unsigned' instead of 'u_int'. | Pawel Jakub Dawidek | 2006-12-18 | 3 | -4/+4 |
* | Fix ggated for platforms with 64bit size_t. The DIOCGSECTORSIZE ioctl | Pawel Jakub Dawidek | 2006-12-15 | 3 | -4/+4 |
* | - Document -u, -i, and the difference between them better. | Ruslan Ermilov | 2006-12-12 | 1 | -15/+13 |
* | These days P2P means peer-2-peer (also well known from serveral filesharing | Andrew Thompson | 2006-12-11 | 2 | -16/+16 |
* | Style: Shorten a couple of lines with u_int and u_long. | Warner Losh | 2006-12-10 | 1 | -5/+3 |
* | fix handling of ssid "-" etc; we're writing 1 byte past the | Sam Leffler | 2006-12-09 | 1 | -2/+3 |
* | Document the following change in behavior: | Ruslan Ermilov | 2006-12-08 | 1 | -2/+2 |
* | Pass a char buffer parameter with name "errmsg" to nmount(). | Craig Rodrigues | 2006-12-07 | 1 | -1/+4 |
* | Add a "-D" flag to restore which puts it into "degraded" mode. This | David Malone | 2006-12-05 | 5 | -22/+104 |