summaryrefslogtreecommitdiffstats
path: root/sbin
Commit message (Collapse)AuthorAgeFilesLines
* Fix bogus initialization of using a sledge hammer to quite -Wall, badobrien1999-12-211-5/+4
| | | | | | indention, and size issue between 32 and 64bit machines. Submitted by: bde
* 'clri' takes an argument.billf1999-12-201-2/+3
| | | | Reviewed by: phk
* Fix the example in the bugs section.ken1999-12-171-1/+1
|
* Document that securelevel >= 2 clamps time changes to at most one second.nik1999-12-161-0/+4
| | | | | PR: docs/14449 Submitted by: James FitzGibbon <james@targetnet.com>
* Spelling fix (manuall -> manual)billf1999-12-161-1/+1
| | | | Submitted by: Jeroen C. van Gelderen <jeroen@vangelderen.org>
* Spelling correction (adress -> address)billf1999-12-161-1/+1
|
* Add MAINTAINER tag.guido1999-12-154-0/+8
| | | | | The Makefiles in sbin/{ipfstat,ipmon,ipnat} were repository copied from the respective directories in usr.sbin
* Enable INET6 by default.shin1999-12-152-2/+2
| | | | This should be OK on non INET6 enabled kernel.
* First version of HPFS stuff.semenu1999-12-093-0/+396
|
* When erroring out that there is not enough space to write the corefile,obrien1999-12-081-3/+5
| | | | | tell the user how much space is avaible for writing the corefile, and how much space we wanted.
* udp IPv6 support, IPv6/IPv4 tunneling support in kernel,shin1999-12-077-16/+508
| | | | | | | | | | packet divert at kernel for IPv6/IPv4 translater daemon This includes queue related patch submitted by jburkhol@home.com. Submitted by: queue related patch from jburkhol@home.com Reviewed by: freebsd-arch, cvs-committers Obtained from: KAME project
* Move basic ifilter utils to sbin where they shold have been committed byguido1999-12-061-0/+3
| | | | me in the first place. While we're at it: add MAINTAINER line
* Correct the ttys.5 and init.8 manpages with respect to the incorrectsheldonh1999-12-061-7/+20
| | | | | | | | | assumption that only getty processes can be managed. Describe the SysV-like ability to keep arbitrary long-running processes alive using a non-device first field in /etc/ttys. PR: 12767 Submitted by: Peter Jeremy <peter.jeremy@alcatel.com.au>
* Turn on 'ipfw tee'. Update man page. Please note (from the man page):archie1999-12-062-17/+10
| | | | | | | | Packets that match a tee rule should not be immediately accepted, but should continue going through the rule list. This may be fixed in a later version. I hope to fix this soon in a separate commit.
* Properly align the columns of the header on Alpha.marcel1999-12-041-1/+7
|
* Add -q quite mode.obrien1999-12-042-4/+16
|
* Added ntfs filesystem to be exported.semenu1999-12-031-0/+4
|
* Print out the filesystem read counts now collected by the kernel.mckusick1999-12-012-0/+6
| | | | | Submitted by: Craig A Soules <soules+@andrew.cmu.edu> Reviewed by: Kirk McKusick <mckusick@mckusick.com>
* Accept both types of devices to work with older kernels tooache1999-11-301-2/+2
| | | | Fix confusing message
* Allow character devices tooache1999-11-301-5/+5
|
* Convert dumpon to work on character devices instead of block devices.phk1999-11-281-1/+1
| | | | NB: You may need to change your /etc/rc.conf!
* Make fsck even more char/blk dev tolerant.phk1999-11-277-70/+41
|
* Allow root-reloading also for chr devices.phk1999-11-274-176/+12
|
* rewire userland ipfilter programsguido1999-11-231-0/+1
|
* Revive userland stuff for ipfilter.guido1999-11-234-0/+45
| | | | | Also fixes: PR: 7791
* Belatedly back out rev. 1.20.des1999-11-222-25/+9
|
* Finish up umntall support. init now passed an argument to thedillon1999-11-225-71/+44
| | | | | | | | | rundown script 'reboot' or 'single'. ISO support (which never worked) has been removed from mount_nfs. mount_nfs and umount now use mounttab, which allows umntall to work properly. The rc scripts now call umntall as appropriate. Submitted by: Martin Blapp <mb@imp.ch>
* Add a "-d" option which causes the system to generate a crash dump.jdp1999-11-212-4/+17
|
* Add comment about aliases on same subnet.phk1999-11-211-0/+2
| | | | Submitted by: Martin Blapp <mbr@imp.ch>
* Make last commit bde-compliant:pb1999-11-181-8/+9
| | | | | | - correct indentation - change data types for consistency with the rest of ping.c - create new variable separate from "answer" for clarity
* Allow octal or hex input.grog1999-11-171-1/+1
| | | | Suggested-by: Geoff Steckel <gwes@sitaranetworks.com>
* Fix aliasing bug causing in_cksum() to fail on odd packet sizespb1999-11-151-5/+9
| | | | | | | due to compiler optimization. PR: bin/13292 Suggested by: wollman
* Typokris1999-11-151-1/+1
| | | | Obtained from: OpenBSD
* Remove dead xref to scsiformat(8)kris1999-11-151-1/+0
| | | | Obtained from: OpenBSD (kind of)
* Remove dead xrefs to gated(8) and htable(8)kris1999-11-151-2/+0
| | | | Obtained from: OpenBSD
* Add reference to the share/examples/nwclient directory.bp1999-11-141-6/+7
|
* (1) Remove ISO support, it's dead in the kernel anyway.billf1999-11-121-94/+6
| | | | | | | | | (2) Check for ENOENT when checking for /var/db/mountdtab (3) Remove a signal handler that called broken functions. (4) Remove the broken functions. Submitted by: Martin Blapp <mb@imp.ch> Reviewed by: bde (1), billf ([234])
* Give nfsd the ability to bind to specific IP addresses through the -hdillon1999-11-112-25/+93
| | | | | | | | | | option and add explicit option to bind to the wildcard address. The default is to bind to the wildcard address when no -h option has been specified and thus backwards compatibility is maintained. PR: kern/13049 Reviewed by: David Malone <dwmalone@maths.tcd.ie> Submitted by: Matt Dillon <dillon@freebsd.org>, David Malone <dwmalone@maths.tcd.ie>
* Make `-r -s' also match the BSDI output.obrien1999-11-112-2/+2
|
* vsprintf -> vsnprintf in msg().imp1999-11-101-1/+1
|
* Change the "-r" output format to match BSDI's default output format.obrien1999-11-091-2/+2
|
* Add a new "-r" (right) option that reverses the order a filename and theobrien1999-11-072-4/+22
| | | | hash is printed. This aids visual diffs.
* Fix Bus Device Resets from userland, and specifically from camcontrol.ken1999-10-311-11/+41
| | | | | | | | | | | camcontrol was setup to use the old scheme of going through the xpt(4) device, which never worked properly (and has been disabled for a while). camcontrol now sends BDRs through the pass(4) device, and XPT_RESET_DEV CCBs are put on the device queue in the transport layer, as they should be. Submitted by: luoqi Reviewed by: ken
* Some spelling/grammar fixes.mpp1999-10-301-3/+3
|
* Minor grammar fix.mpp1999-10-301-1/+1
|
* Fix an overflow or two and replace a while with a for.green1999-10-301-9/+11
| | | | Submitted by: Martin Blapp <mbr@imp.ch>
* Fix a few things:green1999-10-302-30/+62
| | | | | | | | | | | | | 1. Get rid of the evilly bogus strdup(fstab) and free if (fstab == "") as in umount. 2. Don't use /etc/fstab info if the mount instance does not exactly match the fstab entry. 3. Reversed the mountpoint checking order in getmntpt(). 4. Clarify the "not mounted" error message in mount -u. The previous "unknown special file or file system" wasn't quite right. 5. Get rid of a 1-byte memory leak; this was reported by jhb. Submitted by: Martin Blapp <mb@imp.ch>
* Fix a logic problem that broke umount -a.green1999-10-291-4/+5
| | | | Reported by: Martin Blapp <mb@imp.ch>
* Add references to cam(4) and xpt(4).mph1999-10-281-5/+2
| | | | | | | | | Delete references to cam(9) and xpt(9) which do not exist. Delete statement in BUGS that cam(9) and xpt(9) will be added soon. PR: 14567 Submitted by: Ronald F. Guilmette <rfg@monkeys.com> Approved by: ken
* Restore alphabetical order of command line options parsing.luoqi1999-10-261-4/+4
| | | | Requested by: ken
OpenPOWER on IntegriCloud