summaryrefslogtreecommitdiffstats
path: root/sbin/i386
Commit message (Collapse)AuthorAgeFilesLines
* Use default COPTS.dg1995-09-171-2/+1
|
* Update to the slices era. Make /dev/rfoo0 the defaults, notjoerg1995-09-012-15/+81
| | | | | | | | | | | | /dev/rfoo0d. Scan a list of devices instead of insisting on all the world being wd0. Allow for disk names to be specified (e.g. `sd0') instead of full path names only. Sync the man page with the reality.
* Remove -O2 from COPTS, known rogueache1995-08-291-2/+2
|
* Remove trailing whitespace.rgrimes1995-05-303-78/+78
|
* Add NEXTSTEP as claiming partition code 0xA7.gpalmer1995-04-171-0/+1
|
* Recognise Linux filesystems.jkh1995-01-141-2/+3
| | | | Submitted by: remy
* Remove excessive argc checking. It was impossible to set `dtrwait' andbde1995-01-101-1/+2
| | | | and `drainwait' in a single command.
* Fight agaist hanging modems: add new drainwait option.ache1995-01-052-12/+38
| | | | Reviewed by: Bruce
* rc.local -> rc.serialache1994-12-051-3/+3
| | | | cua0? -> cuaa?
* Fix another path that was broken by moving things to sbin/i386.bde1994-12-041-2/+2
|
* Move i386-specific programs into i386 subdirectory.wollman1994-12-022-2/+6
|
* This commit was generated by cvs2svn to compensate for changes in r4910,wollman1994-12-024-0/+1010
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Cronyx/Sigma sync/async serial driver with PPP supportwollman1994-12-024-0/+1010
| | | | from Serge Vakulenko
* NetBSD -> FreeBSDnate1994-11-191-4/+4
| | | | (Poul, bring this into 2.0 please)
* Add support for filesystem-specific `-o' options, and re-implement thewollman1994-11-011-2/+2
| | | | | | | | | | | | | | | | most common cd9660 and nfs options like God intended them. (It is now possible to say mount -o ro,soft,bg,intr there:/foo/bar /foo/bar again.) This whole getmntopt() business is an incredible botch; it never should have been anything more than a wrapper around getsubopt(3). Because if the way the current hackaround is implemented, options which take arguments (like the old `rsize' and `wsize') are still unavailable, and must be accessed the new, broken way. (It's unimaginable how Berkeley managed to screw up one of the few things about NFS that Sun actually got right to begin with!)
* Don't write outside of partp[] if the user gives an invalid partitionbde1994-10-251-1/+2
| | | | | number for the partition to be made active. Do nothing instead. This allows clearing all the active flags by specifying an invalid partition.
* Don't change the active partition when the user says not to change it.bde1994-10-191-6/+11
| | | | | | | Convert absolute sector 0 to C/H/S 0/0/0, not 0/0/1. Open in O_RDWR mode for the undocumented -a option, so that -a can be used without -u.
* Automatically load NFS and a bevy of other filesystems.wollman1994-09-221-2/+11
|
* Added mount_msdos.dfr1994-09-193-0/+326
| | | | Obtained from: NetBSD
* Don't exit early if the device is not character special or if thebde1994-09-151-4/+11
| | | | | | | | device driver cannot supply a label (real or faked). This allows you to practice using fdisk on disposable media (e.g., "dd count=1 <dev/zero >/tmp/junk; fdisk /tmp/junk", "dd count=1 </etc/passwd >/tmp/fix-up-the-mess; fdisk /tmp/fix-up-the-mess") and allows me to test DOSpartitioning and labelling on floppies.
* Fix punctuation.bde1994-09-051-1/+1
|
* Update this to the latest version from Steve Gerakines. This is an easyjkh1994-06-223-103/+247
| | | | | drop-in for me and looks substantailly neater than the previous version, so I'll give the floppy tape users a break (but just this once :).
* Commented out a pointer to qtar(1), we don't have that yet.ats1994-06-071-3/+3
| | | | Changed the -description in the SYNOPSIS to description.
* From Bde:ache1994-05-301-49/+28
| | | | | o Rewrote lots of it to be more like stty.1. The old one was too verbose and the complicated options no longer exist.
* From Bde:ache1994-05-301-22/+2
| | | | o Removed bidir options.
* Latest error correction code from Steve Gerakinesjkh1994-05-201-145/+251
|
* FILES entry correctedache1994-05-031-1/+1
|
* Fix gross spelling and typographical errors pointed out by Keith Bostic.jkh1994-04-241-1/+1
|
* Manual is in section 8, you MUST say MAN8= for this to work. Add $Id$rgrimes1994-02-071-0/+3
|
* This commit was generated by cvs2svn to compensate for changes in r1112,alm1994-02-074-0/+838
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * import floppy tape controlleralm1994-02-074-0/+838
|
* Change default dtrwait time to 2 seconds.ache1993-12-161-1/+2
|
* Man page added.ache1993-12-102-1/+74
|
* Modified for work without options COM_BIDIR into kernel.ache1993-12-101-5/+3
|
* Add 'dtrwait <n>' option to comcontrol to handleache1993-12-101-14/+49
| | | | TIOCM[SG]DTRWAIT ioctl.
* The fdisk man page doesn't show correctly the usage possibilities ofrgrimes1993-08-101-0/+1
| | | | | | fdisk. It was missing the disk argument. From: Andreas Schulz <ats@g386bsd.first.gmd.de>
* New manual page systemroot1993-07-021-1/+1
|
* Initial import, 0.1 + pk 0.2.4-B1rgrimes1993-06-125-0/+957
OpenPOWER on IntegriCloud