summaryrefslogtreecommitdiffstats
path: root/sbin
Commit message (Collapse)AuthorAgeFilesLines
* . clean `.Os' macro value since this tool is not KAME-only tools anymorephantom2000-05-041-5/+8
| | | | | . sort Xr's in SEE ALSO section . add integration note
* Remove outdated BUGS section. We'll never rename comcontrol to siocontrol.phantom2000-05-041-4/+0
|
* New option: -redirect_proto.ru2000-05-032-1/+91
|
* Remove extraneous Dv macro that slipped in, in rev 1.64.sheldonh2000-05-031-1/+0
|
* Remove unused include.asmodai2000-05-012-2/+0
|
* Remove unused include, and place sys includes at top, which enabledasmodai2000-05-011-3/+2
| | | | us to remove this include.
* Remove unused includes.asmodai2000-05-012-2/+0
|
* Remove unused #include.asmodai2000-05-012-2/+0
|
* Remove unused #include.asmodai2000-05-018-8/+0
|
* . clear `.Os' macro value since this tool is not KAME only anymorephantom2000-05-011-5/+4
| | | | . add integration note
* Print options only supported by device, back out printing options separatelyache2000-05-012-41/+25
| | | | Pointed-by: bde
* Removed xref to mount_lfs, this died in 2.mumble.nik2000-04-302-2/+0
| | | | | PR: docs/18272 Submitted by: Michael Lucas <mwlucas@blackhelicopters.org>
* Fixes a potential buffer overflow with the pid filename.joe2000-04-301-1/+3
| | | | | Submitted by: Mike Heffner <spock@techfour.net> Submitted on: audit@freebsd.org
* Fixes a potential buffer overflow with the command line arguments.joe2000-04-301-7/+11
| | | | | Submitted by: Mike Heffner <spock@techfour.net> Submitted on: audit@freebsd.org
* Allow "-" for working with STDINache2000-04-302-16/+50
| | | | | Allow printing of each option separately when keyword specified without a number
* Allow overriding of net.inet.ip.fw.verbose_limit; if you want to make agreen2000-04-302-7/+15
| | | | rule that logs without a log limit, use "logamount 0" in addition to "log".
* Load Sharing using IP Network Address Translation (RFC 2391, LSNAT).ru2000-04-272-18/+106
|
* /dev/r<FOO> => /dev/<FOO>obrien2000-04-262-16/+16
|
* A local WIP snook in rev 1.31.obrien2000-04-212-12/+4
| | | | Noticed by: bde
* Found more places where 'r' was being prepended to the device name.obrien2000-04-202-8/+16
|
* Remove MAINTAINER.grog2000-04-161-2/+0
|
* Add include of errno.h where needed, remove extern int errno where not.imp2000-04-146-12/+4
| | | | These commits were inspired by a similar commit to netbsd.
* Better error message for a case that I hit.imp2000-04-141-1/+2
|
* Don't prepend "r" for the raw device anymore.obrien2000-04-102-2/+2
|
* Pass timezone information to an nwfs mount.bp2000-04-051-3/+21
|
* Correct Charles Mott's email addressbrian2000-04-022-7/+4
| | | | Requested by: cmott@scientech.com
* Avoid rawname() stupidly prepending an `r' before the device name evenjoerg2000-04-022-6/+14
| | | | | | | | | | | in cases where the supplied name was already pointing to a character special device. This fixes the breakage that occured when trying to dump a filesystem by name (e. g. /usr), with an fstab already mentioning the raw device name (like /dev/rda0g) where dump attempted to use /dev/rrda0g then. Also removed the now obsolete remark that fstab were carrying block special names.
* Add new rtmsg types which already defined in kernel.shin2000-03-301-1/+3
|
* Added 640KB and 1232KB formats, which were standard MS-DOS formats ofkato2000-03-302-2/+4
| | | | | | | 2DD and 2HD disks in Japan. Submitted by: Shigeharu TAKENO <shige@iee.niit.ac.jp> Pointed out by: chi@bd.mbn.or.jp (Chiharu Shibata)
* Prevent buffer overflow.shin2000-03-301-2/+3
| | | | | PR: bin/17657 Submitted by: tanimura
* Back out the new advice introduced in the previous commit, which atsheldonh2000-03-281-21/+0
| | | | | | | | | least one reviewer is now unhappy with, since it contains incomplete and misleading advice that is not easy to correct. The net effect of this commit and the previous commit is to simply remove all discussion of setting dumpdev to catch crash dumps prior to entering user mode.
* Update instructions for setting the dump device prior to multi-usersheldonh2000-03-281-10/+21
| | | | | | | mode. Reported by: dcs Submitted by: asmodai
* Fixed a missing library in DPADD.bde2000-03-271-3/+4
| | | | Fixed some misformattings.
* Fixed missing DPADDs.bde2000-03-271-1/+3
| | | | Fixed style bug for LDADD (don't use += for initial definitions).
* Use the same order in DPADD as in LDADD so that `make checkdpadd' doesn'tbde2000-03-271-4/+3
| | | | | | | report an error for it. Fixed some style bugs (the usual ones for DPADD and LDADD, and misformatting).
* 1000000 usec -> 1 sec 0 usec; fixcharnier2000-03-261-1/+1
|
* Mention linprocfs.des2000-03-251-3/+11
|
* Add mount_linprocfs.des2000-03-251-1/+4
|
* Now that we have uc_device.h, use that instead of hard-coding structjhb2000-03-242-19/+1
| | | | uc_device's definition into kget.
* Spelling fix.mpp2000-03-241-1/+1
|
* Fixed style bugs in rev.1.28. Rev.1.28 was not submitted by bde.bde2000-03-201-2/+3
|
* B_READ is gone, check for BIO_READ instead.phk2000-03-201-8/+8
| | | | Not tested.
* Make this compile. This is a hack.peter2000-03-202-15/+32
|
* Only character devices exsist these days. Make savecore understandps2000-03-201-33/+8
| | | | this.
* Activate the pc98 directory.kato2000-03-181-2/+2
|
* Added PC98 version of fdisk.kato2000-03-188-0/+4040
|
* Make the fore_dnld program more robust and reliable.phk2000-03-171-6/+15
| | | | In particular HZ=1000 would seem to break it before.
* Typo ("frequencey").mph2000-03-151-1/+1
|
* Use CMSG_LEN() to compute ping SCM_TIMESTAMP cmsg_len.shin2000-03-141-1/+1
| | | | | Without this, cmsg_len size should be smaller than necessary on alpha. (Though, no obvious error was seen on ping time value on beast.)
* Open the device read-only initially and re-open read-write if necessarysheldonh2000-03-141-13/+33
| | | | | | | | | | | | | | later. This allows tunefs -p on mounted filesystems. Side-effects: Use K&R prototypes. Use definitions from fcntl.h for the flags argument to open(2). There are cosmetic differences between this and the submitted patch. PR: 17143 Reported by: Peter Edwards <peter.edwards@ireland.com> Submitted by: luoqi
OpenPOWER on IntegriCloud