summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* The GNU standard about putting 2 spaces after sentences in commentsobrien1999-07-021-10/+10
| | | | | | was not consistantly followed. Submitted by: bde
* Update these files to match current reality.jkh1999-07-023-1588/+10
|
* roll firmware for FCmjacob1999-07-021-11258/+11257
|
* Add SSL versions of imap, pop3 and telnet (imaps, pop3s and telnets)nsayer1999-07-021-1/+4
|
* Make sure that stat(2) and friends always return a valid st_dev field.phk1999-07-0214-38/+28
| | | | | | Pseudo-FS need not fill in the va_fsid anymore, the syscall code will use the first half of the fsid, which now looks like a udev_t with major 255.
* Allow service alias names from /etc/services to be used when specifyingsheldonh1999-07-022-6/+26
| | | | | | | | | | | | | | | | | | | | | internal services in inetd.conf . The inetd(8) manpage used to say that the official name of a service _must_ be used, yet inetd itself was hardcoded to used a service alias for the auth service, namely ident! Rather than change inetd.conf and break existing configurations on next upgrade, we now allow service aliases as well as official names. This allows the software to work as expected and still support existing configurations. This should not breaking existing wrapped configurations either and the inetd(8) manpage already states that it is the service name specified in inetd.conf that is used for calls to hosts_access(3). PR: 11796 Reported by: Alex Charalabidis <alex@wnm.net> Approved by: des
* Clarify that the services name, as specified in inetd.conf, for ansheldonh1999-07-021-1/+9
| | | | | internal service should be used as the daemon name when constructing hosts_access(5) rules.
* Add braces to avoid ambigious else.billf1999-07-021-1/+2
|
* o use getprotobynumber(3) instead of hardcoded protocol names.ru1999-07-022-27/+15
| | | | | | | | | Divert(4) sockets will now appear as "internet raw divert" instead of "internet raw 254". o -Wall tweak. Reviewed by: bde
* Back out previous commit. Allowing `-' as a pseudonym for /dev/stdin issheldonh1999-07-022-18/+7
| | | | | | legacy behaviour inherited from systems that don't have /dev/stdin. Requested by: bde
* 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.
OpenPOWER on IntegriCloud