summaryrefslogtreecommitdiffstats
path: root/sbin
Commit message (Collapse)AuthorAgeFilesLines
* Add Latin2 conversion tableache2000-01-086-3/+177
| | | | Submitted by: Cejka Rudolf <cejkar@dcse.fee.vutbr.cz>
* Allow #-comments in conversion table fileache2000-01-0812-57/+189
|
* Merge bug fix from KAME repository.shin2000-01-081-7/+0
| | | | | | This fix enables inet6 default route addition. Suggested by: itojun
* Some code cleanup based on the ideas from submitter.bp2000-01-081-24/+16
| | | | Submitted by: Philippe Charnier <charnier@xp11.frmug.org>
* Support per-flow queueing in dummynet.luigi2000-01-082-296/+531
| | | | | | | Implement masks on UDP/TCP ports. Large rewrite of the manpage. Work supported by Akamba Corp.
* Don't try to include ipsec support if we are building for the installmsmith2000-01-071-2/+7
| | | | floppy image.
* Document a waring that tunefs(8) emits when enabling/disablingphantom2000-01-071-0/+19
| | | | | | | soft updates on an unmounted filesystem. PR: docs/15657 Submitted by: Mark Ovens <mark@ukug.uk.FreeBSD.org>
* libipsec and IPsec related apps. (and some KAME related man pages)shin2000-01-0613-5/+3309
| | | | | Reviewed by: freebsd-arch, cvs-committers Obtained from: KAME project
* Add chown(8)-like functionality. This will allow us to not use chown(8)obrien2000-01-062-6/+98
| | | | in MAKEDEV(8) -- removing the need of having /usr mounted.
* make_devices(): Create devices with permissions 640, not 740.grog2000-01-051-10/+10
| | | | Pointed-out-by: "Rodney W. Grimes" <freebsd@gndrsh.dnsmgr.net>
* Cast myminor/mymajor results to u_int somjacob2000-01-051-1/+2
| | | | | comparisons to longs work correctly on alpha.
* Refreshed the silly copy of <sys/disklabel.h>. The old copy wasbde2000-01-052-320/+638
| | | | | seriously out of date. It older than Lite1 (it has an undeprecated DISKTAB but not _PATH_DISKTAB).
* Describe 'move' function.grog2000-01-051-14/+79
| | | | | | | Submitted-by: Marius Bendiksen <marius@marius.scancall.no> Describe state transitions in more detail, in particular how to revive subdisks.
* Change parameters of some declarations.grog2000-01-051-3/+4
| | | | Add declaration for vinum_mv.
* makedev: Give all devices permissions 740.grog2000-01-051-57/+25
| | | | | | | | | | | | | | | | | Suggested-by: Bernd Walter (ticso@cicely.de) Add key pairs for 'mv' and 'move' (a synonym for 'mv'). Required for the move command code submitted by Marius Bendiksen <marius@marius.scancall.no> make_devices: Don't create symlinks for drives if they are only referenced. Previously, spurious symlinks appeared in the current directory. Problem-reported-by: Bernd Walter (ticso@cicely.de) No longer create character devices, now that there is no difference. Make the devices as character devices, not block devices.
* Explicitly type large scalar parameters to avoid compilation warningsgrog2000-01-051-90/+168
| | | | | | | | | | | | | | | | on alpha. Submitted-by: Bernd Walter <ticso@cicely.de> Replace %q formats with %lld. Desired-by: bde Remove #ifdef RAID5 vinum_lsi: If a subdisk is in 'reviving' state, check the status of the revive and report the status of the revive. In verbose mode, display the pid of the reviver.
* Explicitly type large scalar parameters to avoid compilation warningsgrog2000-01-051-10/+132
| | | | | | | | | | | | | | | | | on alpha. Submitted-by: Bernd Walter <ticso@cicely.de> Add function vinum_mv, which moves subdisks to different drives. This function just does the low-level configuration changes; the resultant subdisk is stale if it previously had any contents, otherwise it is empty (i.e. in need of initializing if it's RAID-5). We still need to handle getting the contents moved over, but the current version will suffice to migrate subdisks from a disk which has failed. Submitted-by: Marius Bendiksen <marius@marius.scancall.no> vinum_start: Get the revive block size right.
* The dumpon sysctl only accept cdevs thse days.phk2000-01-041-2/+3
| | | | Submitted by: bde
* Remove -g compiler flag.marcel2000-01-031-1/+1
|
* Make fsck(8) do a MNT_RELOAD after cleaning for all read-only mountedpeter1999-12-307-113/+189
| | | | | | | filesystems, not just for the root fs. Reviewed by: mckusick Submitted by: Paul Saab <ps@yahoo-inc.com>
* - do not dereference a null pointer.ru1999-12-291-2/+10
| | | | | | - minor sanity. PR: 15318
* Small bug fix and improvementsshin1999-12-281-2/+8
| | | | | | | | (1)added error check of if_nameindex() return value at getaddrinfo(). (2)print out more detailed information when getaddrinfo() error value is EAI_SYSTEM.(in this case system error num is kept in errno) (1) is Discovered by: jinmei@kame.net in KAME environment.
* Getaddrinfo(), getnameinfo(), and etc support in libc/net.shin1999-12-285-0/+1937
| | | | | | | Several udp and raw apps IPv6 support. Reviewed by: freebsd-arch, cvs-committers Obtained from: KAME project
* Fix tab completion mounts (like /cdrom/)eivind1999-12-262-0/+2
| | | | Submitted by: Martin Blapp <mb@imp.ch>
* 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
|
OpenPOWER on IntegriCloud