summaryrefslogtreecommitdiffstats
path: root/sbin
Commit message (Collapse)AuthorAgeFilesLines
* Note that "ether" is a supported address family for setting addresses.jhb2000-07-121-0/+1
|
* - Always respect cylinder boundaries when creating slices unless the userjhb2000-07-122-34/+140
| | | | | | explicitly sets the geometry. - Allow for MBR boot loaders that are longer than one sector. Only accept boot loaders if their size is a multiple of the sector size, however.
* Add support to the 'ether' address family to support setting of addresses.jhb2000-07-121-23/+28
| | | | | | This allows you to set ether addresses with 'ifconfig ether'. Also, use some saner socket address families that allow several special case tests to be removed.
* Ensure that block and character devices as well as fifo's and socketsmckusick2000-07-123-0/+18
| | | | | | | | | all have zero length. A non-zero length panic's the kernel when one of these is deleted. PR: 19426 Submitted by: Ian Dowse <iedowse@maths.tcd.ie> Reviewed by: dwmalone@FreeBSD.org
* Array of long support.phk2000-07-111-4/+10
| | | | Submitted by: Ian Dowse <iedowse@maths.tcd.ie>
* Don't call sprintf() with no format string.kris2000-07-101-1/+1
|
* Don't call warn() with no format string.kris2000-07-101-1/+1
|
* Don't call err with no format string.kris2000-07-102-2/+2
|
* Make "ldconfig" with no arguments behave the same as "ldconfig -R".jdp2000-07-092-1/+4
| | | | Submitted by: Maxime Henrion <mhenrion@cybercable.fr>
* Teach fsck about snapshot files. These changes should have nomckusick2000-07-0618-45/+363
| | | | | | | effect on operation of fsck on filesystems without snapshots. If you get compilation errors, be sure that you have copies of /usr/include/sys/mount.h (1.94), /usr/include/sys/stat.h (1.21), and /usr/include/ufs/ffs/fs.h (1.16) as of July 4, 2000 or later.
* Correct style bugs in previous commitkris2000-07-062-4/+4
|
* Add the snapshot option to mount_ufs.mckusick2000-07-064-0/+4
|
* Sync with KAMEkris2000-07-051-1/+1
| | | | Obtained from: KAME
* Sync with KAMEkris2000-07-051-54/+135
| | | | Obtained from: KAME
* Sync with latest KAME code.kris2000-07-052-234/+635
| | | | Obtained from: KAME
* Support for unsigned integer and long sysctl variables. Update thejhb2000-07-051-2/+10
| | | | | | | | | SYSCTL_LONG macro to be consistent with other integer sysctl variables and require an initial value instead of assuming 0. Update several sysctl variables to use the unsigned types. PR: 15251 Submitted by: Kelly Yancey <kbyanc@posi.net>
* synchronize with latest kame tree.itojun2000-07-049-353/+543
| | | | | behavior change: policy syntax was changed. you may need to update your setkey(8) configuration files.
* Remove the use of a dash in the usage, since this isn't in keepingsheldonh2000-07-032-2/+2
| | | | | | | with other utilities which offer similar functionality. This change was discussed with ache, who brought in the ability to use a dash to represent stdin in comcontrol.
* What the commit log for rev 1.16 neglected to mention was that thesheldonh2000-07-031-1/+1
| | | | | | delta touched the Name Description (Nd). It introduced a grammar error and did not fix the extraneous punctuation (Nd lines are not terminated with a period).
* Explicitly state that mountd can be made to re-read the exports file,sheldonh2000-07-031-0/+19
| | | | | | even though this may seem obvious to some folks. Requested by: obrien
* Print the correct speed when speed is less than 1MB/s.n_hibma2000-07-011-1/+1
| | | | | | Fixed in cam_xpt.c, r1.81 Submitted by: Gerd Knops <gerti@bitart.com>
* Backout rev 1.8. This really does not give us the version numberps2000-07-012-5/+5
| | | | | | of the kld's. Pointed out by: bp
* "Ease understanding" of how -punch_fw works.ru2000-06-291-9/+11
| | | | Reviewed by: sheldonh
* When printing out the transfer rate display for 'camcontrol inquiry',ken2000-06-281-1/+2
| | | | | | | | | | | | | use the current setting for tagged queueing when deciding whether or not to print "Tagged Queueing Enabled" instead of using the device's actual capabilities. This is more consistent with the rest of the transfer rate display, which relies on current settings, and is more consistent with the way we display things on boot. Reported by: Gustavo Vieira Goncalves Coelho Rios <kernel@tdnet.com.br> Reviewed by: mjacob
* Catch the usage() function up to the command line changes. Add -I andjhb2000-06-272-2/+2
| | | | remove -e.
* Added new option (-punch_fw) which allows to `punch holes'ru2000-06-272-2/+47
| | | | | | | in the ipfirewall(4) for incoming FTP/IRC DCC connections. Submitted by: Rene de Vries <rene@canyon.demon.nl> Rewritten by: ru
* - mdoc(7) style cleanupru2000-06-271-276/+300
| | | | - new version of security note from alex.
* Back out both previous commits.alex2000-06-261-200/+168
| | | | | | | | | | | | The first one got screwed up by me because of rev 1.33, which was incorrectly merged into my patches by myself, and so Ruslan (maintainer) asked me to back them out. Ruslan was ok with the second one, but since it needs rework, it'll be readded later, when it doesn't conflict with the backout of the first one. Pointy hat: alex Beer on next meeting: ru
* Add note about security concerns w/o a firewall but other machinesalex2000-06-261-0/+8
| | | | | | | | on your LAN to the "RUNNING NATD" introduction. In a different way requested by: PR: 18802 Submitted by: Zachary K Drew <drew0054@tc.umn.edu>
* mdoc style cleanup.alex2000-06-261-168/+192
| | | | Reviewed by: sheldonh
* display version number of each kld module when usingjmb2000-06-202-5/+5
| | | | the -v flag.
* Remove ``pptpalias'' since this is now done transparently by libalias(3).ru2000-06-202-51/+1
|
* Reorder the "prob" section in the output of list/show so it can be copy/pastedbillf2000-06-181-5/+6
| | | | | | | into add without problems. The previous commit had the other half of this original patch which handled tcpflags/tcpflgs confusion in output/input.
* Implement SIOCSIFLLADDR, which allows you to change the link-levelwpaul2000-06-162-1/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | address on an interface. This basically allows you to do what my little setmac module/utility does via ifconfig. This involves the following changes: socket.h: define SIOCSIFLLADDR if.c: add support for SIOCSIFLLADDR, which resets the values in the arpcom struct and sockaddr_dl for the specified interface. Note that if the interface is already up, we need to down/up it in order to program the underlying hardware's receive filter. ifconfig.c: add lladdr command ifconfig.8: document lladdr command You can now force the MAC address on any ethernet interface to be whatever you want. (The change is not sticky across reboots of course: we don't actually reprogram the EEPROM or anything.) Actually, you can reprogram the MAC address on other kinds of interfaces too; this shouldn't be ethernet-specific (though at the moment it's limited to 6 bytes of address data). Nobody ran up to me and said "this is the politically correct way to do this!" so I don't want to hear any complaints from people who think I could have done it more elegantly. Consider yourselves lucky I didn't do it by having ifconfig tread all over /dev/kmem.
* Remove unused parameter.ru2000-06-161-6/+6
|
* Fix behaviour of "ipfw pipe show" -- previous code gaveluigi2000-06-141-6/+6
| | | | | ambiguous data to the userland program (kernel operation was safe, anyways).
* Fixed style bugs of rev 1.66.ru2000-06-121-35/+81
|
* 0x39 == plan9brian2000-06-122-0/+2
| | | | Obtained from: OpenBSD
* Fix memory leak in mount_nfs's background (-b) mode which occurs whendillon2000-06-111-2/+3
| | | | | | the mount is not available. Submitted-by: Jonathan Hanna <pangolin@home.com>
* Handle minors like ls(1) does it.phk2000-06-101-2/+8
| | | | | PR: 19179 Submitted by: Kelly Yancey <kbyanc@posi.net>
* Add QNX 4 partitions to fdisk's list.ghelmer2000-06-092-2/+8
| | | | | | PR: bin/8809 Submitted by: "John C. Place" <jcplace@ibm.net> Prompted by: <nrahlstr@winternet.com>
* Add MLINK init.8 --> securelevel.8alex2000-06-091-0/+1
| | | | | | Requested by: Brett Glass <brett@lariat.org> PR: 13792 Submitted by: nik
* Fix occurences of nos_tun to nos-tun, this improves internalasmodai2000-06-091-6/+6
| | | | | | | | consistency as well as an usage printout. PR: 10538 Submitted by: piazza Nudged by: nrahlstr
* Add tcpoptions to ipfw. This works much in the same way as ipoptions do.dan2000-06-082-5/+88
| | | | | | | | | | It also squashes 99% of packet kiddie synflood orgies. For example, to rate syn packets without MSS, ipfw pipe 10 config 56Kbit/s queue 10Packets ipfw add pipe 10 tcp from any to any in setup tcpoptions !mss Submitted by: Richard A. Steenbergen <ras@e-gerbil.net>
* Document new dummynet functionality, namely WF2Q+ and REDluigi2000-06-081-11/+105
|
* userland side of WF2Q+ support in dummynet.luigi2000-06-081-102/+315
| | | | Manpage coming later...
* Clarify which bit of the daemon config disables configuration saves.grog2000-06-081-2/+2
| | | | | | This is still terrible. I need to finally implement variables. Reported-by: jmg
* Update description of checkparity and rebuildparity commands.grog2000-06-071-5/+57
|
* continue_revive: Set the revive blocksize correctly in the ioctl request.grog2000-06-071-0/+6
|
* vinum_start: Set the revive blocksize correctly.grog2000-06-071-1/+3
| | | | checkparity: Allow the -v flag to display progress.
OpenPOWER on IntegriCloud