summaryrefslogtreecommitdiffstats
path: root/sbin
Commit message (Collapse)AuthorAgeFilesLines
* Fix return value check for inet_pton().sumikawa2000-01-251-1/+1
| | | | Obtained from: KAME Project
* Now that kernel is capable of notifying user processes aboutru2000-01-251-8/+6
| | | | | | | the interface MTU change (src/sys/net/if_sl.c,v 1.83), track interface MTU with -dynamic option as well. PR: 15494
* Fix various man pages to stop abusing the .Bx macro to generatempp2000-01-238-12/+12
| | | | | the strings "FreeBSD" and "NetBSD". Use the .Fx or .Nx macro instead.
* Do some intptr_t casting for alpha.mjacob2000-01-212-8/+8
| | | | Reviewed by: ken@freebsd.org
* Specify the system directory for which we put in our include pathmjacob2000-01-211-1/+3
| | | | | | | as a separate line so we can override it on the command line if we need to. Reviewed by: ken@freebsd.org
* If a directory on the command line doesn't exist, warn about itjdp2000-01-211-2/+2
| | | | | | | and proceed rather than quitting with a fatal error message. PR: bin/16056 Submitted by: Philipp Mergenthaler <un1i@rz.uni-karlsruhe.de>
* Brucify:billf2000-01-202-8/+16
| | | | | | | | | add an upper limit to -t match the types of return values and the variables they are stuffed in make the man page and usage() a little more consistantly ugly less obfuscation. Submitted by: adrian, billf
* Fix insecure tempfile handlingkris2000-01-161-8/+4
| | | | Reviewed by: audit@freebsd.org
* use XPT_GDEV_STATS- XPT_GDEV_TYPE was deprecated a while backmjacob2000-01-161-12/+12
|
* Handle GetResponse errors correctly.mks2000-01-151-5/+17
|
* This is another in Martin Blapp's N-series of mount-related cleanups :)green2000-01-152-6/+12
| | | | | | | | | | | | | Changes are: - rpc.umntall is called at the right places now in /etc/rc* - rpc.umntall timeout has been lowered from two days (too high) to one - verbose messages in rpc.umntall have been clarified - kill double entries in /var/db/mounttab when rpc.umntall is invoked - ${early_nfs_mounts} has been removed from /etc/rc - patched mount(8) -p to print different pass/dump values for ufs filesystems. (last patch recieved from dan <bugg@bugg.strangled.net>) Submitted by: Martin Blapp <mbr@imp.ch>, dan <bugg@bugg.strangled.net>
* More style fixes, both to code and man page.bp2000-01-152-60/+69
| | | | Submitted by: Philippe Charnier <charnier@xp11.frmug.org>
* Add '-t X' which times out after pinging for X seconds.billf2000-01-142-4/+18
| | | | Submitted by: adrian
* Adjust paths after repository copy.bde2000-01-142-2/+2
|
* Move sbin/i386/{mount_msdos,comcontrol} back to sbin, they are notpeter2000-01-1410-874/+3
| | | | | | i386 specific. Submitted by: bde
* Removed yet another vestige of the ft driver.bde2000-01-141-7/+0
|
* Thresh-out the nfs manual page references a bitdillon2000-01-133-1/+5
| | | | Reviewed by: Julian Elischer <julian@elischer.org>
* Unremoved used include of <sys/stat.h> (don't depend on pollution inbde2000-01-121-1/+1
| | | | | | <sys/mount.h). Broken in: previous commit. Removed unused include of <nwfs/nwfs.h>.
* Backed out removal of vendor id and gratuitous change of tmpfile prefixbde2000-01-112-2/+4
| | | | in previous commit.
* Fix the use of an uninitialized variable in the previous commit.peter2000-01-103-6/+6
| | | | | | | Also, in addition to the previous log message, the last change had a fix for the case where where f.mntfromname is a relative path like da0a. Submitted by: bde
* Add `.Nm rrestore' to NAME section.phantom2000-01-101-1/+2
|
* Add `.Nm fastboot' and `.Nm fasthalt' to NAME section.phantom2000-01-101-3/+4
|
* Add `.Nm rdump' to NAME section.phantom2000-01-101-1/+2
|
* 10 X's for mktemp(). This seems to be free from race conditions.kris2000-01-102-2/+2
|
* 10 X's for mkstemp(), and don't redefine _PATH_TMPkris2000-01-104-8/+6
|
* - Style/bde changes.peter2000-01-103-96/+114
| | | | | | | | | | - Don't use realpath as stat does the right thing. - Only check ufs filesystems in getmntpt. - Dont' bother checking that the ufs-mounted-on device is a special file. It *must* be a special file, or ufs wouldn't have mounted it. Submitted by: Paul Saab <ps@yahoo-inc.com>
* - Forgot to nuke hotroot completely.peter2000-01-103-3/+3
| | | | Submitted by: Paul Saab <ps@yahoo-inc.com>
* 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
OpenPOWER on IntegriCloud