summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Expand)Author
2003-03-03New sentence, new line.wiz
2003-03-01Document net.inet.tcp.init_win_local.thorpej
2003-02-28Eliminate a -Wshadow warningmatt
2003-02-27Make BRIDGE_IPF an option, and document it. Add it (commented) to GENERIC.perseant
2003-02-27Document hw.physpages and hw.userpages.thorpej
2003-02-25.Nm does not need a dummy argument ("") before punctuation orwiz
2003-02-25Split .Nm with other macro arguments on two lines.wiz
2003-02-23Use the PRId64 format to print a daddr_t.simonb
2003-02-23Discourage the creation of new LFSv1 filesystems.perseant
2003-02-23Make the "-O" (start filesystem offset) flag to newfs_lfs work correctly,perseant
2003-02-23(cross)builds on current oklukem
2003-02-23minor cosmetic tweaklukem
2003-02-21This program deals with on-disk structures.martin
2003-02-21Only check relevant fields when comparing the superblock to an alternatefvdl
2003-02-21Preliminary version of resize_ffs, based on der Mouse's fsresize tool.jtk
2003-02-18add mount_smbfs(8)jdolecek
2003-02-18add 'noatime' to list of supported mount optionsjdolecek
2003-02-17Add code to UBCify LFS. This is still behind "#ifdef LFS_UBC" for nowperseant
2003-02-15Add ipf packet-filtering option to if_bridge. The option is controlled atperseant
2003-02-14'NetBSD.org' and some mdoc fixes.grant
2003-02-09If no other name is specified, and machdep.booted_kernel is presentatatat
2003-02-09Drop trailing space (in last).wiz
2003-02-09Slightly clarify/improve the documentation for the -B (boot selector)perry
2003-02-06No need to print same error message twice in the same line.enami
2003-02-06Check lseek error correctly (i.e., use == -1 rather than < 0).enami
2003-02-04"Utilize" has exactly the same meaning as "use," but it is moreperry
2003-02-04Fix typo I've introduced while cleaning up for commit.enami
2003-02-04- Fix daddr_t print format inside ifdef DIAGNOSTIC.enami
2003-02-04Convert `nblksread' to in terms of device block size. This restoresenami
2003-02-04Cosmetic changes.enami
2003-02-03Merge "struct cheader" and "struct cdesc" into an union.hannken
2003-02-02Add sysconf(3) knobs for recent additions.kleink
2003-02-01Add several missing items, and be less rageous about memory locking.kleink
2003-01-31Define Atari keyboard type.thomas
2003-01-28make this build on alpha after daddr_t->64bitmrg
2003-01-24Bump daddr_t to 64 bits. Replace it with int32_t in all places wherefvdl
2003-01-24Mention that the mount point for a remote swap file must exist as a directory.hubertf
2003-01-22display machdep.diskinfo for i386 and x86_84dsl
2003-01-19The next release will be 2.0, not 1.7.atatat
2003-01-19libutil (which was added for MNT_GETARGS) is no longer needed.tsutsui
2003-01-19fix typo on mount_ext2fs linejdolecek
2003-01-19do not link all mount programs into single image; the total size differencejdolecek
2003-01-16Rename `sigset' locals to avoid symbol shadowing warning.kleink
2003-01-10Print missing newline in two bootselector-related messages. Approved by wiz.jmmv
2003-01-06writable, not writeable.wiz
2003-01-06Bump date for revert. Use proper mdoc in some places. Avoid \fI and \fP.wiz
2003-01-06Introduce a new feature for reverting multiple boot configurations i.e.seb
2003-01-05Newbtconf is supposed to handle directories as well, like /etc/rc.conf.d,seb
2003-01-05Correct length of a memcpy.kristerw
2003-01-04Spell output with two ts.wiz