summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Collapse)Author
1996-05-04smm/03.fsck -> smm/03.fsck_ffsTheo de Raadt
1996-05-01(once again) allow /etc/fstab mountpoints to be used, ie "fsck /usr"Theo de Raadt
1996-04-30OpenBSD not NetBSD. Also, fixed cvs OpenBSD tag.etheisen
1996-04-29Pull in John Kohl's most recent (15Apr96) APM and PCMCIA workhvozda
(original PCMCIA framework by Stefan Grefen).
1996-04-29Split the MD part into different tables.Michael Shalayeff
Add KOI8 russian encoding.
1996-04-25permit quotas to work on mfs; problem reported by rdante@pnet.netTheo de Raadt
1996-04-22New prog to change pccons's keymap encoding for national keyboardshannken
1996-04-21sync to netbsd 960418Theo de Raadt
1996-04-17/var/crash/bsd{,.core}, not netbsd.dm
1996-03-30DDB support added.Michael Shalayeff
1996-03-25Changed according to the kernel.Michael Shalayeff
1996-03-21From NetBSD: Merge of 960317Niklas Hallqvist
1996-02-22From NetBSD:Niklas Hallqvist
Add /dev/rst* to FILES section. (Matches mt man page.) Change default tape name in documentation from /dev/rmt? to /dev/rmt8 to match pathnames.h. (pr #601 from James Jegers)
1996-02-22From NetBSD:Niklas Hallqvist
Grammar police, noted by Peter Seebach <seebs@solon.com>; closes PR #1704.
1996-02-22From NetBSD:Niklas Hallqvist
support $TAPE.
1996-02-22From NetBSD:Niklas Hallqvist
Removed extraneous text; From Mike Long <mike.long@analog.com>
1996-02-22From NetBSD:Niklas Hallqvist
Note that fsdb arrived with NetBSD 1.1
1996-02-22From NetBSD:Niklas Hallqvist
support $TAPE. update manual to reflect reality (#1937 from Matthew Green).
1996-02-20Name saved dump and kernel "bsd*", not "netbsd*"Thorsten Lockert
1996-02-15libcrypt no longer a link dependancy.etheisen
1996-01-29use fs_csaddr to find the cg summary area; from ↵Theo de Raadt
mouse@collatz.mccrim.mcgill.edu; netbsd pr#1366
1996-01-29from leo; add -G flag for mounting atari gemdos filesystemsTheo de Raadt
1996-01-25IP filter 3.0.1dm
1996-01-11sync with netbsdTheo de Raadt
1996-01-08Produce less output on -q as promised by the man page;Theo de Raadt
from jhawk@mit.edu; netbsd pr#998
1996-01-07accept either ffs or ufs for filesystem nameTheo de Raadt
1996-01-07from beurton@fnet.fr: Darren Reed's IP filterdm
1996-01-06from 4.4lite2; additional data from SIOCGIFCONF is at least sockaddr sizedTheo de Raadt
1996-01-01from netbsd: The maxwait option was accidentally placed in the "options forTheo de Raadt
multicast pings" section of the description.
1995-12-30use strrchr() instead of strchr() to find .o extension; from ↵Theo de Raadt
explorer@flame.org; netbsd pr#1868
1995-12-27If mountd is unable to export a filesystem due to a hostname being invalidDavid Krause
or specified on two (conflicting) lines it now logs the offending hostname
1995-12-27Do not use hard-coded realm nameThorsten Lockert
1995-12-18use ufs_daddr_t; another time_t cleanupTheo de Raadt
1995-12-18from ghudson:Theo de Raadt
fdescfs now provides . and .. entries, so remove the comment about them not being there.
1995-12-16Make it possible to build without SKEY supportThorsten Lockert
Add support for building with kerberosIV
1995-12-16handle time_t things that really are not time_tTheo de Raadt
1995-12-15lofs is long goneTheo de Raadt
1995-12-14from netbsd; alpha has 2-leval bootTheo de Raadt
1995-12-14from ws@netbsd:Theo de Raadt
- Add support for Win'95 separate creation/modification/access timestamps - Re-introduce lowercase filenames for non-Win'95-filesystems
1995-12-14from netbsd:Theo de Raadt
Don't require compiling with -DDEBUG to enable debugging messages. Instead, add a new option flag "-d", which enables debugging output. Compile all of the code that used to be enabled with -DDEBUG unconditionally. The amount of extra code is negligable, and all of the tests to check if debugging is enabled were done regardless of -DDEBUG anyway. Adjust SYSLOG() to DTRT if debugging is not enabled.
1995-12-14from netbsd:Theo de Raadt
Recognize all mount flags exported from the kernel (but only print the ones that we used to print). Note unrecognized flags(s) when printing mount list.
1995-12-01correct typo pointed out by chuck (in the prettiest way possibleTheo de Raadt
1995-11-20lseek botch repair; from tegge@idt.unit.no; netbsd pr#1768Theo de Raadt
1995-11-13fix mounting two filesystems on the same point; from ↵Theo de Raadt
osymh@gemini.oscs.montana.edu; netbsd pr#1722
1995-11-13time_t typecast; from bernd@arresum.inka.de; netbsd pr#1724Theo de Raadt
1995-11-13grammar fix; from seebs@taniemarie.solon.com; netbsd pr#1704Theo de Raadt
1995-11-13from netbsd:Theo de Raadt
Fix handling of "-M core" and "-N system"; a real brain-o on my part. Fix related typo in manual page.
1995-11-06complete ufs -> ffs change (From John Kohl; PR #1403)Theo de Raadt
1995-10-27attempt to open name as given incase it is a relative pathnameTheo de Raadt
1995-10-26fix typoTheo de Raadt