summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Actually fixed ambiguous else. The previous revision had no effect.bde1999-07-021-4/+4
|
* "transfered" -> "transferred"green1999-07-022-4/+4
| | | | Reviewed by: dict(1)
* Remove the volume, plex, sd and drive commands which allowed the usergrog1999-07-021-66/+493
| | | | | | | | | | | | | | to bypass the create command. vinum_stop: Allow -f option. Add commands for simplified configuration: concat - create a volume with one concatenated plex stripe - create a volume with one striped plex mirror - create a volume with two concatenated or striped plexes Egged-on-by: jkh
* Change the name of the s option to indicate that it wears more thangrog1999-07-021-12/+12
| | | | | | one hat. Change formats as the result of changes in drive structure.
* Change the name of the s option to indicate that it wears more thangrog1999-07-021-15/+49
| | | | | | | | | | one hat. Add -n option for specifying names of volumes created with the simplified commands. Add function find_drive_by_devname to help the simplified configuration commands.
* Document simplified configuration commands.grog1999-07-021-19/+335
|
* Add keywords 'mirror' and 'stripe' when not in kernel mode.grog1999-07-022-0/+4
|
* Allow to unconditionally up subdisks with the -f option.grog1999-07-021-17/+25
| | | | | | Change returns for failed state changes from EINVAL to EBUSY. Suggested-by: Bernd Walter <ticso@cicely.de>
* Change the type of the freelist sectors variable to u_int64_t ingrog1999-07-021-2/+2
| | | | order to ensure that initializers will be of correct type.
* Correct some ugly formatting. Remember to initialize the alignment tag.mjacob1999-07-022-80/+70
| | | | | Honor and pass a callers request to contigalloc if they had a non-zero alignment constraint.
* Fix last delta which reinitialized nextpaddr to zero each time through themjacob1999-07-021-7/+10
| | | | | | loop it was supposed to be in. Correct some ugly formatting. Remember to initialize the alignment tag. Honor and pass a callers request to contigalloc if they had a non-zero alignment constraint.
* Fix time of last dump handling.jkh1999-07-021-6/+11
| | | | Submittted by: Richard Wiwatowski <rjwiwat@ozemail.com.au>
* Sync with GENERIC.. (Gee, this is a useful file..)peter1999-07-021-118/+108
|
* Zap totally the npx0 memory size override. It only worked if staticallypeter1999-07-022-28/+4
| | | | | | | | | | | | | specified in the kernel config file - but setting options MAXMEM works exactly the same. Userconfig overrides of this have not worked for ages. Also, change the getenv for the loader override to hw.physmem based on a prior suggestion from Mike Smith. I think he still wants to change this some, but this shouldn't get in his way. This is a forced setting of the memory size, not a "cap". We probably should have a plain 'maxmem' variable as well which does do a cap, without loosing the bios memory configuration data.
* Change the cast in pci_map_port() from u_short * to pci_port_t * so itpeter1999-07-0210-36/+36
| | | | | | | compiles cleanly on the Alpha. (On the alpha, the port type is an int, not a short). Cast a couple of pointers to ints via 'uintptr_t' rather than 'unsigned int' since uintptr_t is long (64 bit) on Alpha, as are pointers.
* Replicate changes to i386 to do tags. I doesn't work yet 'coz ctags dumpsmjacob1999-07-022-4/+10
| | | | core, but when that is fixed it ought to.
* Working kernel tags!jkh1999-07-024-11/+20
| | | | | Submitted by: Craig Leres <leres@ee.lbl.gov> PR: 2806
* 127 fire Firewire driver <ikob@koganei.wide.ad.jp>jkh1999-07-022-2/+4
|
* Fix stupid error where more bits where set than actual distributionsjkh1999-07-022-4/+4
| | | | | | used. Doh! Embarassingly-pointed-out-by: Brian Dean <brdean@unx.sas.com>
* #include <machine/md_var.h> to bring the prototype forpeter1999-07-012-2/+4
| | | | alpha_platform_assign_pciintr() into scope (!).
* Fix a warning - the code is correct but gcc can't tell.peter1999-07-011-1/+2
|
* Moving the initialization for write sooner quiets a warning.peter1999-07-011-2/+2
|
* Unused variable.peter1999-07-011-2/+1
|
* Pull some prototypes into scopepeter1999-07-012-1/+3
|
* Add alpha_platform_setup_ide_intr() and alpha_platform_assign_pciintr()peter1999-07-012-2/+12
| | | | prototypes.
* Fix a printf int/long problem on the Alphapeter1999-07-011-2/+3
|
* move <sys/systm.h> before <sys/buf.h>peter1999-07-012-4/+4
|
* #include <machine/md_var.h> to get prototype for alpha_register_pci_scsi().peter1999-07-011-2/+3
|
* Declare busdma_swi() like on i386 version.peter1999-07-012-2/+4
|
* Nuke the BUGS sections of these man pages because they are not appropriate.mpp1999-07-014-12/+4
|
* Fix typos/spelling errors.mpp1999-07-016-16/+17
|
* Avoid warning on nextpaddr, just like on the x86.peter1999-07-011-2/+2
|
* Modify code to be -Wall'able.mks1999-07-0141-611/+603
| | | | PR: bin/11315
* Tidy up a few warnings when used without splash. (things defined but notpeter1999-07-011-1/+7
| | | | used)
* Prototype for alpha_fix_srm_checksum().peter1999-07-013-3/+12
|
* Fix warnings on the Alpha.peter1999-07-011-2/+7
|
* Get prototype for isa_init_intr().peter1999-07-011-1/+2
|
* Fix a warning, and pull prototypes into scope for ide/isa interrupt setup.peter1999-07-011-2/+3
|
* Fix printf int/long format problems on the Alpha.peter1999-07-011-3/+3
|
* Add mising aio_* man pages. Fixed a minor typo in aio_read.2,wes1999-07-016-9/+575
| | | | and "corrected" statement of Posix conformance.
* int/long printf format problems on the Alpha.peter1999-07-011-4/+4
|
* Fix some int/long printf problems for the Alphapeter1999-07-015-20/+23
|
* Quiet warnings on an Alpha. CBSIZE has long type and causes the otherpeter1999-07-012-6/+10
| | | | ints to promote to long.
* Quiet warnings on Alpha. (db_expr_t is a long on alpha, int on x86)peter1999-07-017-27/+26
|
* Remove the now-bogus comment about using iosiz with npx0 for memoryjkh1999-07-013-36/+6
| | | | sizing - environment does this properly now. Thanks, Peter!
* Look up the kernel environment for MAXMEM as a final override for thepeter1999-07-012-6/+18
| | | | | | memory size. If somebody wants to change the name, fine - I used this since it's consistant with the config variable it replaces. This is intended to replace the npx0 msize hack (which no longer works).
* Move kern_envp and preload initialization a little earlier so that wepeter1999-07-012-18/+16
| | | | | can do a getenv_int() inside the memory sizing routines to override the memory limit.
* Fix ambigious else.billf1999-07-011-2/+3
| | | | Reviewed By: eivind
* Don't include trailing whitespace in ID tokens before comments. ie:peter1999-07-011-1/+2
| | | | | | | | options FOO=10 # comment would give FOO the value of "10 " and that caused unwanted touches on the opt_*.h files. I hope I've got this right..
* Detect and remove defunct or unknown options from opt_*.h files. Thispeter1999-07-011-11/+23
| | | | can happen when options are removed from the options files.
OpenPOWER on IntegriCloud