summaryrefslogtreecommitdiffstats
path: root/sbin
Commit message (Collapse)AuthorAgeFilesLines
...
* | Honour the default CFLAGS. This fixes a spew of warnings for compilingbde1998-10-171-14/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | unused static inlines in headers without -O. Fixed missing libraries in DPADD. Use .PATH instead of a symlink farm. Removed bogus dependency of util.c on statetext.h (only util.o depends on it). Removed rule for building statetext.h. The dependency was used to get statetext.h built, but statetext.h is a non-generated source file so it doesn't need building. This fixes an annoying message for the null build and use of `make' instead of ${MAKE} to do the null build. Fixed some style bugs.
* | Don't assume that time_t is long.bde1998-10-171-3/+7
| |
* | Don't assume that time_t is long.bde1998-10-171-2/+4
| |
* | Updated the error message for EXDEV to match recent kernel fixes.bde1998-10-172-22/+10
| | | | | | | | | | | | Fixed nearby indentation. Use RAW_PART instead of RAWPARTITION.
* | Backed out previous commit. It broke fsck again. See rev.1.22 and thebde1998-10-171-3/+1
| | | | | | | | references there, and rev.1.38 of sys/ufs/ufs/ufs_disksubr.c.
* | Don't rewrite the disk label. The type field is already set correctlyjkh1998-10-171-1/+3
| | | | | | | | | | | | | | and we don't use the frags info, so why bother? More to the point, it seems to result in an EXDEV error when the label is written out and we lose because of it (don't know why though). This is a work-around and is marked as such.
* | Warn about "mount -u" bug.des1998-10-162-2/+10
| |
* | Spelling.mckay1998-10-151-2/+2
| |
* | When we send a stop unit command to a device, send it as an ordered tag soken1998-10-131-2/+9
| | | | | | | | | | | | | | | | that any transactions in front of the stop command get flushed to disk first. This will have no effect on devices that have tagged queueing turned off, or don't support tagged queueing. Reviewed by: gibbs
* | Fix a bug in camcontrol that caused 'camcontrol start' to not work.ken1998-10-131-6/+1
| | | | | | | | Noticed by: Philippe Regnauld <regnauld@deepo.prosa.dk>
* | Kill an extraneous dot.rnordier1998-10-101-2/+2
| | | | | | | | | | PR: 8103 Submitted by: Kazuo Horikawa <horikawa@jp.freebsd.org>
* | Teach dset about isa_devtab_cammsmith1998-10-061-2/+4
| |
* | Add a missing word.ken1998-10-061-2/+2
| |
* | Add the -c flag in to the usage summaries in the man page and the usage()ken1998-10-032-4/+7
| | | | | | | | | | | | | | function in camcontrol. Also, fix the modepage example in the examples section of the man page. It didn't quite come out right with the '.Dl' macro.
* | Add a new CAM debugging mode, CAM_DEBUG_CDB. This causes the kernel token1998-10-022-5/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | print out a one line description/dump of every SCSI CDB sent to a particular debugging target or targets. This is a good bit more useful than the other debugging modes, I think. Change some things in LINT to note the availability of this new option. Fix an erroneous argument to scsi_cdb_string() in scsi_all.c Reviewed by: gibbs
* | Correct source file corruption in last checkingrog1998-09-301-2/+1
| | | | | | | | Observed by: jkh
* | Don't require an argument for -v flaggrog1998-09-292-11/+18
| | | | | | | | | | | | | | Correct checks for null special file names Add Usage entry for -v flag Get terminology straight in man page Reviewed by: bde
* | Add history.obrien1998-09-291-1/+6
| |
* | Bring man page up to dategrog1998-09-291-34/+52
| |
* | `kern.maxproc' is not changeable using sysctl(1). Change examplesjkoshy1998-09-291-4/+4
| | | | | | | | | | | | | | that show `kern.maxproc' being written. PR: docs/7978 Submitted by: jlemon@americantv.com
* | The flags type was recently changed from u_short to u_int, breakingalex1998-09-281-10/+10
| | | | | | | | | | | | | | | | | | icmptypes. PR: 8067 Submitted by: Jonathan Hanna <jh@cr1003333-a.crdva1.bc.wave.home.com> While I'm here, staticize functions.
* | Include vinum in SUBDIRgrog1998-09-281-2/+3
| |
* | Remove the reference to the -b option; it's gone.yokota1998-09-231-16/+4
| |
* | - Back out softupdate change that already existed in FreeBSD from V1.6,nate1998-09-233-9/+3
| | | | | | | | | | | | | | | | | | which caused the reference count of a directory to get doubly decremented. PR: bin/8030 Reviewed by: nate Submitted by: Don Lewis <Don.Lewis@tsc.tdk.com>
* | Change rst0 into rsa0.roberto1998-09-224-8/+8
| |
* | Fix a grammar problem.ken1998-09-211-2/+2
| | | | | | | | PR: docs/7975
* | Remove useless `BINOWN=root' now that it is the default.obrien1998-09-195-8/+3
| |
* | Prevent buffer overflow with extra long arguments.imp1998-09-171-4/+2
| |
* | Page control field values go from 0-3, not 1-4.ken1998-09-171-5/+5
| | | | | | | | Reported by: Tony Maher <tonym@angis.usyd.edu.au> on -current
* | Two patches from the HARP people:phk1998-09-173-3/+6
| | | | | | | | | | | | | | | | Various Makefile related fixes. -Wformat fixes. Submitted by: Mike Spengler <mks@networkcs.com>
* | Fix a typo. "Primay" -> "Primary"ken1998-09-171-2/+2
| |
* | Obsoleted by CAM.gibbs1998-09-176-1526/+0
| |
* | checked, that new sa CAM driver takes care of using buffer sizesandreas1998-09-161-15/+1
| | | | | | | | | | | | | | | | <= 64 KB. Was able to dump/restore with block sizes of 96, 128 and 200. using systat -vmstat I noticed transfer blocksizes <= 64KB, so physio's limits aren't touched. Since this check was originally from me, I feels safe now to back it out.
* | Linux swap and Solaris x86 use the same BIOS partition id.obrien1998-09-162-4/+4
| |
* | This commit was generated by cvs2svn to compensate for changes in r39332,grog1998-09-166-0/+3375
|\ \ | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | Import base vinum userland sourcesgrog1998-09-166-0/+3375
| /
* | Remove blank after -Iphk1998-09-153-6/+6
| |
* | (this is an extract from src/share/examples/atm/README)phk1998-09-151-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | =================================== HARP | Host ATM Research Platform =================================== HARP 3 What is this stuff? ------------------- The Advanced Networking Group (ANG) at the Minnesota Supercomputer Center, Inc. (MSCI), as part of its work on the MAGIC Gigabit Testbed, developed the Host ATM Research Platform (HARP) software, which allows IP hosts to communicate over ATM networks using standard protocols. It is intended to be a high-quality platform for IP/ATM research. HARP provides a way for IP hosts to connect to ATM networks. It supports standard methods of communication using IP over ATM. A host's standard IP software sends and receives datagrams via a HARP ATM interface. HARP provides functionality similar to (and typically replaces) vendor-provided ATM device driver software. HARP includes full source code, making it possible for researchers to experiment with different approaches to running IP over ATM. HARP is self-contained; it requires no other licenses or commercial software packages. HARP implements support for the IETF Classical IP model for using IP over ATM networks, including: o IETF ATMARP address resolution client o IETF ATMARP address resolution server o IETF SCSP/ATMARP server o UNI 3.1 and 3.0 signalling protocols o Fore Systems's SPANS signalling protocol What's supported ---------------- The following are supported by HARP 3: o ATM Host Interfaces - FORE Systems, Inc. SBA-200 and SBA-200E ATM SBus Adapters - FORE Systems, Inc. PCA-200E ATM PCI Adapters - Efficient Networks, Inc. ENI-155p ATM PCI Adapters o ATM Signalling Protocols - The ATM Forum UNI 3.1 signalling protocol - The ATM Forum UNI 3.0 signalling protocol - The ATM Forum ILMI address registration - FORE Systems's proprietary SPANS signalling protocol - Permanent Virtual Channels (PVCs) o IETF "Classical IP and ARP over ATM" model - RFC 1483, "Multiprotocol Encapsulation over ATM Adaptation Layer 5" - RFC 1577, "Classical IP and ARP over ATM" - RFC 1626, "Default IP MTU for use over ATM AAL5" - RFC 1755, "ATM Signaling Support for IP over ATM" - RFC 2225, "Classical IP and ARP over ATM" - RFC 2334, "Server Cache Synchronization Protocol (SCSP)" - Internet Draft draft-ietf-ion-scsp-atmarp-00.txt, "A Distributed ATMARP Service Using SCSP" o ATM Sockets interface - The file atm-sockets.txt contains further information What's not supported -------------------- The following major features of the above list are not currently supported: o UNI point-to-multipoint support o Driver support for Traffic Control/Quality of Service o SPANS multicast and MPP support o SPANS signalling using Efficient adapters This software was developed under the sponsorship of the Defense Advanced Research Projects Agency (DARPA). Reviewed (lightly) by: phk Submitted by: Network Computing Services, Inc.
* | Add support for dealing with ENOSPC as the error code returned by a tapegibbs1998-09-152-16/+17
| | | | | | | | device hitting EOM on a write.
* | Add camcontrol. Remove scsiformat.gibbs1998-09-151-4/+3
| |
* | Add new files for HARP3phk1998-09-1519-0/+11177
| | | | | | | | | | | | Host ATM Research Platform (HARP), Network Computing Services, Inc. This software was developed with the support of the Defense Advanced Research Projects Agency (DARPA).
* | Update system to new device statistics code.gibbs1998-09-151-1/+2
| | | | | | | | | | Submitted by: "Kenneth D. Merry" <ken@plutotech.com> mike@smith.net.au (Mike Smith)
* | Camcontrol - A utility for configuring/manipulating the CAM subsystemgibbs1998-09-156-0/+3548
| | | | | | | | Submitted by: "Kenneth D. Merry" <ken@plutotech.com>
* | Reviewed by: bde (again)grog1998-09-111-2/+2
| | | | | | | | Correct terminology (partitions are in slices, not the other way around)
* | Reviewed by: bde,jkhgrog1998-09-112-7/+22
| | | | | | | | | | | | | | | | Add -v flag to newfs: -v Specify that the partition does not contain any slices, and that newfs should treat the whole partition as the file system. This option is useful for synthetic disks such as ccd and vinum.
* | Don't refuse to pass the force and sync options to the kernel. Thebde1998-09-091-1/+3
| | | | | | | | | | | | kernel supports them, and the force option will be more important when mounting of unclean ext2fs file systems is not permitted unless it is forced.
* | Add a new library function getobjformat(). It checks all thejdp1998-09-091-73/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | standard places ("/etc/objformat", ${OBJFORMAT}, argv) for an indication of the user's preferred object file format. This consolidates some code that was starting to be duplicated in more and more places. Use the new function in ldconfig. Note: I don't think that gcc should use getobjformat(), even though it could. The compiler should limit itself to functions that are widespread, to ease porting and cross-compilation.
* | Fix calls to mmap. It returns void *, and on failure it returnsjdp1998-09-061-11/+11
| | | | | | | | | | | | | | | | | | | | | | MAP_FAILED. Don't try to extend the mapping in place if it is too short. There's no guarantee it will be possible. Remap the file instead. Put in a few style fixes. Submitted by: Bruce Evans <bde>
* | For a.out mode, ignore shared libraries that don't have at least 2jdp1998-09-051-1/+3
| | | | | | | | version numbers.
* | Disable gcc's builtin memcpy for alpha since it doesn't cope with unaligneddfr1998-09-051-1/+4
| | | | | | | | regions properly and this triggers an unaligned access trap.
OpenPOWER on IntegriCloud