Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Actually fixed ambiguous else. The previous revision had no effect. | bde | 1999-07-02 | 1 | -4/+4 |
| | |||||
* | "transfered" -> "transferred" | green | 1999-07-02 | 2 | -4/+4 |
| | | | | Reviewed by: dict(1) | ||||
* | Remove the volume, plex, sd and drive commands which allowed the user | grog | 1999-07-02 | 1 | -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 than | grog | 1999-07-02 | 1 | -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 than | grog | 1999-07-02 | 1 | -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. | grog | 1999-07-02 | 1 | -19/+335 |
| | |||||
* | Add keywords 'mirror' and 'stripe' when not in kernel mode. | grog | 1999-07-02 | 2 | -0/+4 |
| | |||||
* | Allow to unconditionally up subdisks with the -f option. | grog | 1999-07-02 | 1 | -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 in | grog | 1999-07-02 | 1 | -2/+2 |
| | | | | order to ensure that initializers will be of correct type. | ||||
* | Correct some ugly formatting. Remember to initialize the alignment tag. | mjacob | 1999-07-02 | 2 | -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 the | mjacob | 1999-07-02 | 1 | -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. | jkh | 1999-07-02 | 1 | -6/+11 |
| | | | | Submittted by: Richard Wiwatowski <rjwiwat@ozemail.com.au> | ||||
* | Sync with GENERIC.. (Gee, this is a useful file..) | peter | 1999-07-02 | 1 | -118/+108 |
| | |||||
* | Zap totally the npx0 memory size override. It only worked if statically | peter | 1999-07-02 | 2 | -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 it | peter | 1999-07-02 | 10 | -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 dumps | mjacob | 1999-07-02 | 2 | -4/+10 |
| | | | | core, but when that is fixed it ought to. | ||||
* | Working kernel tags! | jkh | 1999-07-02 | 4 | -11/+20 |
| | | | | | Submitted by: Craig Leres <leres@ee.lbl.gov> PR: 2806 | ||||
* | 127 fire Firewire driver <ikob@koganei.wide.ad.jp> | jkh | 1999-07-02 | 2 | -2/+4 |
| | |||||
* | Fix stupid error where more bits where set than actual distributions | jkh | 1999-07-02 | 2 | -4/+4 |
| | | | | | | used. Doh! Embarassingly-pointed-out-by: Brian Dean <brdean@unx.sas.com> | ||||
* | #include <machine/md_var.h> to bring the prototype for | peter | 1999-07-01 | 2 | -2/+4 |
| | | | | alpha_platform_assign_pciintr() into scope (!). | ||||
* | Fix a warning - the code is correct but gcc can't tell. | peter | 1999-07-01 | 1 | -1/+2 |
| | |||||
* | Moving the initialization for write sooner quiets a warning. | peter | 1999-07-01 | 1 | -2/+2 |
| | |||||
* | Unused variable. | peter | 1999-07-01 | 1 | -2/+1 |
| | |||||
* | Pull some prototypes into scope | peter | 1999-07-01 | 2 | -1/+3 |
| | |||||
* | Add alpha_platform_setup_ide_intr() and alpha_platform_assign_pciintr() | peter | 1999-07-01 | 2 | -2/+12 |
| | | | | prototypes. | ||||
* | Fix a printf int/long problem on the Alpha | peter | 1999-07-01 | 1 | -2/+3 |
| | |||||
* | move <sys/systm.h> before <sys/buf.h> | peter | 1999-07-01 | 2 | -4/+4 |
| | |||||
* | #include <machine/md_var.h> to get prototype for alpha_register_pci_scsi(). | peter | 1999-07-01 | 1 | -2/+3 |
| | |||||
* | Declare busdma_swi() like on i386 version. | peter | 1999-07-01 | 2 | -2/+4 |
| | |||||
* | Nuke the BUGS sections of these man pages because they are not appropriate. | mpp | 1999-07-01 | 4 | -12/+4 |
| | |||||
* | Fix typos/spelling errors. | mpp | 1999-07-01 | 6 | -16/+17 |
| | |||||
* | Avoid warning on nextpaddr, just like on the x86. | peter | 1999-07-01 | 1 | -2/+2 |
| | |||||
* | Modify code to be -Wall'able. | mks | 1999-07-01 | 41 | -611/+603 |
| | | | | PR: bin/11315 | ||||
* | Tidy up a few warnings when used without splash. (things defined but not | peter | 1999-07-01 | 1 | -1/+7 |
| | | | | used) | ||||
* | Prototype for alpha_fix_srm_checksum(). | peter | 1999-07-01 | 3 | -3/+12 |
| | |||||
* | Fix warnings on the Alpha. | peter | 1999-07-01 | 1 | -2/+7 |
| | |||||
* | Get prototype for isa_init_intr(). | peter | 1999-07-01 | 1 | -1/+2 |
| | |||||
* | Fix a warning, and pull prototypes into scope for ide/isa interrupt setup. | peter | 1999-07-01 | 1 | -2/+3 |
| | |||||
* | Fix printf int/long format problems on the Alpha. | peter | 1999-07-01 | 1 | -3/+3 |
| | |||||
* | Add mising aio_* man pages. Fixed a minor typo in aio_read.2, | wes | 1999-07-01 | 6 | -9/+575 |
| | | | | and "corrected" statement of Posix conformance. | ||||
* | int/long printf format problems on the Alpha. | peter | 1999-07-01 | 1 | -4/+4 |
| | |||||
* | Fix some int/long printf problems for the Alpha | peter | 1999-07-01 | 5 | -20/+23 |
| | |||||
* | Quiet warnings on an Alpha. CBSIZE has long type and causes the other | peter | 1999-07-01 | 2 | -6/+10 |
| | | | | ints to promote to long. | ||||
* | Quiet warnings on Alpha. (db_expr_t is a long on alpha, int on x86) | peter | 1999-07-01 | 7 | -27/+26 |
| | |||||
* | Remove the now-bogus comment about using iosiz with npx0 for memory | jkh | 1999-07-01 | 3 | -36/+6 |
| | | | | sizing - environment does this properly now. Thanks, Peter! | ||||
* | Look up the kernel environment for MAXMEM as a final override for the | peter | 1999-07-01 | 2 | -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 we | peter | 1999-07-01 | 2 | -18/+16 |
| | | | | | can do a getenv_int() inside the memory sizing routines to override the memory limit. | ||||
* | Fix ambigious else. | billf | 1999-07-01 | 1 | -2/+3 |
| | | | | Reviewed By: eivind | ||||
* | Don't include trailing whitespace in ID tokens before comments. ie: | peter | 1999-07-01 | 1 | -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. This | peter | 1999-07-01 | 1 | -11/+23 |
| | | | | can happen when options are removed from the options files. |