]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/log
FreeBSD/FreeBSD.git
22 years agoRemove an unused variable (oops)
Brian Somers [Fri, 23 Nov 2001 15:47:04 +0000 (15:47 +0000)]
Remove an unused variable (oops)

22 years agoThe RETURN VALUES section is not appropriate for section 1 manual
Dima Dorfman [Fri, 23 Nov 2001 14:40:35 +0000 (14:40 +0000)]
The RETURN VALUES section is not appropriate for section 1 manual
pages; rename it to DIAGNOSTICS.  Also use the .Ex macro while I'm
here.

22 years agoFix grammar in AUTHORS section.
Dima Dorfman [Fri, 23 Nov 2001 14:37:27 +0000 (14:37 +0000)]
Fix grammar in AUTHORS section.

22 years agoAdd suspend/resume code mostly merged from fxp driver.
Mitsuru IWASAKI [Fri, 23 Nov 2001 14:27:33 +0000 (14:27 +0000)]
Add suspend/resume code mostly merged from fxp driver.

22 years agoSearch ${MACHINE}/drivers.conf instead of ${MACHINE_ARCH}/drivers.conf.
Yoshihiro Takahashi [Fri, 23 Nov 2001 14:08:25 +0000 (14:08 +0000)]
Search ${MACHINE}/drivers.conf instead of ${MACHINE_ARCH}/drivers.conf.
The previous commit is not completely.

22 years agoDon't adjust_linklocal() when pulling a sockaddr out of an ncpaddr or
Brian Somers [Fri, 23 Nov 2001 12:39:20 +0000 (12:39 +0000)]
Don't adjust_linklocal() when pulling a sockaddr out of an ncpaddr or
ncprange structure.

Don't write() the netmask for IPv6 sockaddrs to the routing socket if
the prefixlen is 128.

It seems that messages written to the routing socket with the scopeid
set for link local addresses are not understood.  Instead, we have to
put the scopeid in the 5th and 6th bytes of the address (see
adjust_linklocal() in ncpaddr.c).  I think this may be a bug in the
KAME implementation - it should really understand both forms.

22 years agoFixed a buffer overrun. In my kernel configuration, tcp_syncache happens
Bruce Evans [Fri, 23 Nov 2001 12:31:27 +0000 (12:31 +0000)]
Fixed a buffer overrun.  In my kernel configuration, tcp_syncache happens
to be followed by nfsnodehashtbl, so bzeroing callouts beyond the end of
tcp_syncache soon caused a null pointer panic when nfsnodehashtbl was
accessed.

22 years agoRegen.
Sheldon Hearn [Fri, 23 Nov 2001 12:03:50 +0000 (12:03 +0000)]
Regen.

This file is now generated using src/tools/tools/pciid/mk_pci_vendors.pl,
which merges the Boemler and Heckenbach lists used for rev 1.2.

For now, mk_pci_vendors.pl is called with the -l option, which uses
the entry with the longer description where the same device or vendor
is found in both lists.

If it turns out that this causes to much "back-and-forth" in future
deltas, we can drop the use of the -l option.

22 years agoRemove a bogus log_Id() decl
Brian Somers [Fri, 23 Nov 2001 11:15:35 +0000 (11:15 +0000)]
Remove a bogus log_Id() decl

22 years agoAdd us-ascii_to_cp437 screenmap
Andrey A. Chernov [Fri, 23 Nov 2001 11:15:21 +0000 (11:15 +0000)]
Add us-ascii_to_cp437 screenmap

22 years agoFix usage for the log command
Brian Somers [Fri, 23 Nov 2001 11:07:43 +0000 (11:07 +0000)]
Fix usage for the log command

22 years agoWhitespace tweak
Brian Somers [Fri, 23 Nov 2001 10:46:28 +0000 (10:46 +0000)]
Whitespace tweak

22 years agoAdd fonts,screenmaps,console types
Andrey A. Chernov [Fri, 23 Nov 2001 07:40:54 +0000 (07:40 +0000)]
Add fonts,screenmaps,console types

22 years agoAdd support for the `restrict' type qualifier, new in C99.
Mike Barcroft [Fri, 23 Nov 2001 06:55:41 +0000 (06:55 +0000)]
Add support for the `restrict' type qualifier, new in C99.

Reviewed by: wollman

22 years agoValidate requested sleep state in acpi_SetSleepState() to avoid reentry
Mitsuru IWASAKI [Fri, 23 Nov 2001 05:57:03 +0000 (05:57 +0000)]
Validate requested sleep state in acpi_SetSleepState() to avoid reentry
during wakeup procedure.

22 years agoAdd table for iso-8859-4 vga9 fonts
Andrey A. Chernov [Fri, 23 Nov 2001 01:39:42 +0000 (01:39 +0000)]
Add table for iso-8859-4 vga9 fonts

22 years ago1) Map all unused characters into 'space'.
Andrey A. Chernov [Fri, 23 Nov 2001 01:25:56 +0000 (01:25 +0000)]
1) Map all unused characters into 'space'.
2) iso-8859-4_to_cp437 not do what its name tells at all, remove it

22 years agoStandard conformance cleanup
Andrey A. Chernov [Fri, 23 Nov 2001 00:10:17 +0000 (00:10 +0000)]
Standard conformance cleanup

22 years agoExpand the comment on the layout of softc, arpcom and ifnet structures,
Luigi Rizzo [Thu, 22 Nov 2001 23:59:56 +0000 (23:59 +0000)]
Expand the comment on the layout of softc, arpcom and ifnet structures,
and list the places where the assumption is used.

22 years agoStandards conformance cleanup
Andrey A. Chernov [Thu, 22 Nov 2001 23:39:06 +0000 (23:39 +0000)]
Standards conformance cleanup

22 years agoFix typo introduced with last commit.
Orion Hodson [Thu, 22 Nov 2001 23:38:26 +0000 (23:38 +0000)]
Fix typo introduced with last commit.

22 years agoSync with main
Andrey A. Chernov [Thu, 22 Nov 2001 21:43:43 +0000 (21:43 +0000)]
Sync with main

22 years agoBack out part of prev. commit for CP437 case, there are lower controls
Andrey A. Chernov [Thu, 22 Nov 2001 21:41:43 +0000 (21:41 +0000)]
Back out part of prev. commit for CP437 case, there are lower controls
graphics defined in codepage

22 years agoCopy from main termcap
Andrey A. Chernov [Thu, 22 Nov 2001 21:05:57 +0000 (21:05 +0000)]
Copy from main termcap

22 years agoDon't use lower controls for console ACS. It makes screen or cut copy charset
Andrey A. Chernov [Thu, 22 Nov 2001 21:04:44 +0000 (21:04 +0000)]
Don't use lower controls for console ACS. It makes screen or cut copy charset
adequate.

22 years agoMerge with main variant
Andrey A. Chernov [Thu, 22 Nov 2001 19:39:36 +0000 (19:39 +0000)]
Merge with main variant

22 years agoAdd Greek console family (PR)
Andrey A. Chernov [Thu, 22 Nov 2001 19:28:24 +0000 (19:28 +0000)]
Add Greek console family (PR)
Add more ACS chars to l1/l2

PR: 32193
Submitted by: Basileios Anastasatos <B.Anastasatos@MyRealBox.com>

22 years agoFix Latin1/Latin2 ac= to not use non-standard 8bit characters
Andrey A. Chernov [Thu, 22 Nov 2001 19:06:00 +0000 (19:06 +0000)]
Fix Latin1/Latin2 ac= to not use non-standard 8bit characters

22 years agoAdd disabling code via the debug.acpi.disable environment variable.
Mitsuru IWASAKI [Thu, 22 Nov 2001 17:43:15 +0000 (17:43 +0000)]
Add disabling code via the debug.acpi.disable environment variable.

22 years agoAdd #include <net/route.h> in order to get this to compile.
Jonathan Lemon [Thu, 22 Nov 2001 17:19:52 +0000 (17:19 +0000)]
Add #include <net/route.h> in order to get this to compile.

Spotted by: David Wolfskill
Forgotten by: me

22 years agomdoc(7) police: minor spelling, markup and style fixes.
Ruslan Ermilov [Thu, 22 Nov 2001 16:08:45 +0000 (16:08 +0000)]
mdoc(7) police: minor spelling, markup and style fixes.

22 years agoWhen mkdir()-ing, the parent dir gets is linkcount increased.
Guido van Rooij [Thu, 22 Nov 2001 15:33:12 +0000 (15:33 +0000)]
When mkdir()-ing, the parent dir gets is linkcount increased.
Fix VN_KNOTE to reflect that.

Found by: tobez@freebsd.org
MFC after: 2 days

22 years agoAdd the script that will be used to maintain src/share/misc/pci_vendors.
Sheldon Hearn [Thu, 22 Nov 2001 14:26:30 +0000 (14:26 +0000)]
Add the script that will be used to maintain src/share/misc/pci_vendors.
The script written and used originally by msmith has been lost.

This version takes the Boemler and Heckenbach lists and produces merged
output.  It defaults to ignoring any entries from Heckenbach already
found in Boemler but the -l option causes it to take the entry with the
longest description where an entry appears in both lists.

If this script is replaced, care should be taken to

1) Always use upper-case hexidecimal tokens in device ids.

2) Always keep device lists sorted within vendor lists, which must also
   be sorted.

3) Do not try to include input from the previous pci_vendors file, since
   bogus ids seem to be removed from both the Boemler and Heckenbach
   lists from time to time.

22 years agoInstall pnpbios(4) manpage.
Ruslan Ermilov [Thu, 22 Nov 2001 13:05:54 +0000 (13:05 +0000)]
Install pnpbios(4) manpage.

Submitted by: Alexander Leidinger <Alexander@leidinger.net>

22 years agomdoc(7) police: oops, didn't catch this one without ispell(1).
Ruslan Ermilov [Thu, 22 Nov 2001 12:08:35 +0000 (12:08 +0000)]
mdoc(7) police: oops, didn't catch this one without ispell(1).

22 years agomdoc(7) police: tiny markup fixes.
Ruslan Ermilov [Thu, 22 Nov 2001 12:03:31 +0000 (12:03 +0000)]
mdoc(7) police: tiny markup fixes.

22 years agomdoc(7) police: general cleanup.
Ruslan Ermilov [Thu, 22 Nov 2001 11:56:54 +0000 (11:56 +0000)]
mdoc(7) police: general cleanup.

22 years agomdoc(7) police: minor markup and misc fixes.
Ruslan Ermilov [Thu, 22 Nov 2001 11:36:29 +0000 (11:36 +0000)]
mdoc(7) police: minor markup and misc fixes.

22 years agomdoc(7) police: minor markup and spelling fixes.
Ruslan Ermilov [Thu, 22 Nov 2001 11:32:27 +0000 (11:32 +0000)]
mdoc(7) police: minor markup and spelling fixes.

22 years agomdoc(7) police: minor markup and misc fixes.
Ruslan Ermilov [Thu, 22 Nov 2001 11:25:02 +0000 (11:25 +0000)]
mdoc(7) police: minor markup and misc fixes.

22 years agomdoc(7) police: markup cleanup.
Ruslan Ermilov [Thu, 22 Nov 2001 11:17:58 +0000 (11:17 +0000)]
mdoc(7) police: markup cleanup.

22 years agoBe pedantic; we don't know of any shell that provides
Ruslan Ermilov [Thu, 22 Nov 2001 11:05:31 +0000 (11:05 +0000)]
Be pedantic; we don't know of any shell that provides
"similar but not identical" built-in replacements for
false(1) and/or true(1).

22 years agoUse a separate drivers.conf between i386 and pc98.
Yoshihiro Takahashi [Thu, 22 Nov 2001 11:04:12 +0000 (11:04 +0000)]
Use a separate drivers.conf between i386 and pc98.

22 years agomdoc(7) police: add missing comma.
Ruslan Ermilov [Thu, 22 Nov 2001 09:48:54 +0000 (09:48 +0000)]
mdoc(7) police: add missing comma.

22 years agoChange the failure mode in option parsing to silently bailing out of option
Benno Rice [Thu, 22 Nov 2001 05:08:35 +0000 (05:08 +0000)]
Change the failure mode in option parsing to silently bailing out of option
negotiation rather than rejecting the request.

Apple OpenFirmware 3.0f3 (the version in my iMac) adds trailing garbage to the
end of an otherwise valid request.  Without this change, the requests were
rejected which prevented me from booting.

Reviewed by: obrien

22 years agoIntroduce a syncache, which enables FreeBSD to withstand a SYN flood
Jonathan Lemon [Thu, 22 Nov 2001 04:50:44 +0000 (04:50 +0000)]
Introduce a syncache, which enables FreeBSD to withstand a SYN flood
DoS in an improved fashion over the existing code.

Reviewed by: silby  (in a previous iteration)
Sponsored by: DARPA, NAI Labs

22 years agoAdd syncache statistics to netstat.
Jonathan Lemon [Thu, 22 Nov 2001 04:48:52 +0000 (04:48 +0000)]
Add syncache statistics to netstat.

22 years agoDon't leave dodgy looking spaces in HISMACADDR
Brian Somers [Thu, 22 Nov 2001 04:38:02 +0000 (04:38 +0000)]
Don't leave dodgy looking spaces in  HISMACADDR

22 years agoExpand the first argument of the ``log'' command if it's a variable.
Brian Somers [Thu, 22 Nov 2001 04:23:49 +0000 (04:23 +0000)]
Expand the first argument of the ``log'' command if it's a variable.

22 years agoSwitch to using a standard /boot directory including the GENERIC kernel
John Baldwin [Thu, 22 Nov 2001 04:02:09 +0000 (04:02 +0000)]
Switch to using a standard /boot directory including the GENERIC kernel
on CD's 1 and 2.  Create a simple /boot/loader.conf on each CD that loads
/boot/mfsroot.gz as a mfs_root image.  The mfsroot moved from /mfsroot.gz
to /boot/mfsroot.gz so that all of the boot stuff is in /boot.  This allows
a full kernel to be used when installing from CD on all architectures
that support CD booting.  Note that on x86, this requires using
/boot/cdboot as a no-emulation boot image instead of /floppies/boot.flp.

22 years agoThe DEC kn300 has special code for console handling hardcoded here, so add
Jonathan Lemon [Thu, 22 Nov 2001 02:41:34 +0000 (02:41 +0000)]
The DEC kn300 has special code for console handling hardcoded here, so add
a call to promcndetach() to explicitly turn off the prom console.

Tested by: Jeff Roberson

22 years agoChoose more paranoid modes for the temporary directory so the user can't
Jordan K. Hubbard [Thu, 22 Nov 2001 01:54:33 +0000 (01:54 +0000)]
Choose more paranoid modes for the temporary directory so the user can't
easily browse its contents.

Noted by: Antoine

22 years agoMention that HISMACADDR is set in the environment of child processes
Brian Somers [Thu, 22 Nov 2001 01:49:41 +0000 (01:49 +0000)]
Mention that HISMACADDR is set in the environment of child processes

22 years agoDocument that an UPTIME variable is now available
Brian Somers [Thu, 22 Nov 2001 01:44:23 +0000 (01:44 +0000)]
Document that an UPTIME variable is now available

22 years agoBump the CD boot loader up to 1.1 so that the FICL upgrade a while back
John Baldwin [Wed, 21 Nov 2001 23:16:26 +0000 (23:16 +0000)]
Bump the CD boot loader up to 1.1 so that the FICL upgrade a while back
will not fail thinking that the loader version is stale.  This lets us
use the Forth code on the CD now.

22 years agoAdd driver for Granch SBNI12-xx ISA and PCI network adapters.
Max Khon [Wed, 21 Nov 2001 22:29:35 +0000 (22:29 +0000)]
Add driver for Granch SBNI12-xx ISA and PCI network adapters.

MFC after: 1 week

22 years agoAdd St. Cecilia's Day.
Greg Lehey [Wed, 21 Nov 2001 21:55:46 +0000 (21:55 +0000)]
Add St. Cecilia's Day.

22 years agofix compilation (include -> #include)
Max Khon [Wed, 21 Nov 2001 20:40:21 +0000 (20:40 +0000)]
fix compilation (include -> #include)

22 years ago- Utilize the great M_ZERO flag rather than allocating memory then do
Andrew R. Reiter [Wed, 21 Nov 2001 20:29:08 +0000 (20:29 +0000)]
- Utilize the great M_ZERO flag rather than allocating memory then do
  a call to memset.

22 years agoNew release note: lomac(4).
Bruce A. Mah [Wed, 21 Nov 2001 20:05:05 +0000 (20:05 +0000)]
New release note:  lomac(4).

22 years agoNew release notes: debugging info in modules built with debugging
Bruce A. Mah [Wed, 21 Nov 2001 20:04:18 +0000 (20:04 +0000)]
New release notes: debugging info in modules built with debugging
kernel (based on info from gad), timed(8) works on alpha.

22 years agoMove initialization of snd_recover into tcp_sendseqinit().
Jonathan Lemon [Wed, 21 Nov 2001 18:45:51 +0000 (18:45 +0000)]
Move initialization of snd_recover into tcp_sendseqinit().

22 years agomdoc(7) police: cleanup.
Ruslan Ermilov [Wed, 21 Nov 2001 17:29:00 +0000 (17:29 +0000)]
mdoc(7) police: cleanup.

22 years agomdoc(7) police: cleanup the markup a bit.
Ruslan Ermilov [Wed, 21 Nov 2001 17:14:56 +0000 (17:14 +0000)]
mdoc(7) police: cleanup the markup a bit.

22 years agomdoc(7) police: minor markup and content fixes.
Ruslan Ermilov [Wed, 21 Nov 2001 17:12:31 +0000 (17:12 +0000)]
mdoc(7) police: minor markup and content fixes.

22 years agomdoc(7) police: general cleanup.
Ruslan Ermilov [Wed, 21 Nov 2001 16:56:35 +0000 (16:56 +0000)]
mdoc(7) police: general cleanup.

22 years agomdoc(7) police: minor markup and misc fixes.
Ruslan Ermilov [Wed, 21 Nov 2001 16:29:57 +0000 (16:29 +0000)]
mdoc(7) police: minor markup and misc fixes.

22 years agomdoc(7) police: fixed typos and minor markup nits.
Ruslan Ermilov [Wed, 21 Nov 2001 16:19:50 +0000 (16:19 +0000)]
mdoc(7) police: fixed typos and minor markup nits.

22 years agomdoc(7) police: markup nit in the actual rev. 1.13 changes.
Ruslan Ermilov [Wed, 21 Nov 2001 15:56:45 +0000 (15:56 +0000)]
mdoc(7) police: markup nit in the actual rev. 1.13 changes.

22 years agomdoc(7) police: restore all FreeBSD fixes to this file that got
Ruslan Ermilov [Wed, 21 Nov 2001 15:50:57 +0000 (15:50 +0000)]
mdoc(7) police: restore all FreeBSD fixes to this file that got
clobbered by previous commit.

22 years agomdoc(7) police: general cleanup.
Ruslan Ermilov [Wed, 21 Nov 2001 15:41:49 +0000 (15:41 +0000)]
mdoc(7) police: general cleanup.

22 years agoShould also include namespace.h
Brian Feldman [Wed, 21 Nov 2001 15:33:40 +0000 (15:33 +0000)]
Should also include namespace.h

Submitted by: ru

22 years agoChange certain syscalls from x to _x.
Brian Feldman [Wed, 21 Nov 2001 14:44:52 +0000 (14:44 +0000)]
Change certain syscalls from x to _x.

Prodded by: bde

22 years agomdoc(7) police: mark errno as a variable.
Ruslan Ermilov [Wed, 21 Nov 2001 13:38:17 +0000 (13:38 +0000)]
mdoc(7) police: mark errno as a variable.

22 years agomdoc(7) police: markup nits.
Ruslan Ermilov [Wed, 21 Nov 2001 13:33:30 +0000 (13:33 +0000)]
mdoc(7) police: markup nits.

22 years agomdoc(7) police: fix markup + generic cleanup.
Ruslan Ermilov [Wed, 21 Nov 2001 13:28:50 +0000 (13:28 +0000)]
mdoc(7) police: fix markup + generic cleanup.

22 years agoUpdate device list for Compaq Computer Corp. (vendor ID 0E11):
Sheldon Hearn [Wed, 21 Nov 2001 13:20:42 +0000 (13:20 +0000)]
Update device list for Compaq Computer Corp. (vendor ID 0E11):

2 updated entries
7 new entries

22 years agoUpdate devices for Intel Corporation (vendor ID 8086):
Sheldon Hearn [Wed, 21 Nov 2001 13:12:13 +0000 (13:12 +0000)]
Update devices for Intel Corporation (vendor ID 8086):

16 updated entries
61 new entries

22 years agomdoc(7) police: cosmetique.
Ruslan Ermilov [Wed, 21 Nov 2001 12:07:24 +0000 (12:07 +0000)]
mdoc(7) police: cosmetique.

22 years agomdoc(7) police: general cleanup.
Ruslan Ermilov [Wed, 21 Nov 2001 12:02:28 +0000 (12:02 +0000)]
mdoc(7) police: general cleanup.

22 years agomdoc(7) police: WITNESS is a #define, mark it as such.
Ruslan Ermilov [Wed, 21 Nov 2001 11:47:55 +0000 (11:47 +0000)]
mdoc(7) police: WITNESS is a #define, mark it as such.

22 years agomdoc(7) police: cosmetique.
Ruslan Ermilov [Wed, 21 Nov 2001 11:44:36 +0000 (11:44 +0000)]
mdoc(7) police: cosmetique.

22 years agomdoc(7) police: bump document date, fix markup.
Ruslan Ermilov [Wed, 21 Nov 2001 11:36:23 +0000 (11:36 +0000)]
mdoc(7) police: bump document date, fix markup.

22 years agoPut missing space.
Ruslan Ermilov [Wed, 21 Nov 2001 10:42:18 +0000 (10:42 +0000)]
Put missing space.

22 years agoGrammar nit.
Ruslan Ermilov [Wed, 21 Nov 2001 10:39:12 +0000 (10:39 +0000)]
Grammar nit.

22 years agomdoc(7) police: anchor punctuation.
Ruslan Ermilov [Wed, 21 Nov 2001 10:33:42 +0000 (10:33 +0000)]
mdoc(7) police: anchor punctuation.

22 years agoIncrease the size of a mfsroot floppy for pc98 to 4320.
Yoshihiro Takahashi [Wed, 21 Nov 2001 09:42:06 +0000 (09:42 +0000)]
Increase the size of a mfsroot floppy for pc98 to 4320.

22 years agoGrammar nit.
Ruslan Ermilov [Wed, 21 Nov 2001 09:25:14 +0000 (09:25 +0000)]
Grammar nit.

22 years agoFix an off-by-bit error in the AGP_MODE_[GS]ET_RATE() macros.
Ruslan Ermilov [Wed, 21 Nov 2001 08:40:23 +0000 (08:40 +0000)]
Fix an off-by-bit error in the AGP_MODE_[GS]ET_RATE() macros.

PR: 32140
Submitted by: Mark McCleary <mark.mccleary@windriver.com>
MFC after: 3 days

22 years agoRecognize the "fixed" geometry in boot1 so that DD disks are not
Peter Wemm [Wed, 21 Nov 2001 08:31:45 +0000 (08:31 +0000)]
Recognize the "fixed" geometry in boot1 so that DD disks are not
interpreted as real fdisk tables (and fail).

22 years agoAdd Toshiba wireless LAN card
Warner Losh [Wed, 21 Nov 2001 06:24:44 +0000 (06:24 +0000)]
Add Toshiba wireless LAN card

Submitted by: "Mark Sergeant" <msergeant@snsonline.net>

22 years agoCorrect extmode initialization.
Orion Hodson [Wed, 21 Nov 2001 04:26:04 +0000 (04:26 +0000)]
Correct extmode initialization.

MFC after: 3

22 years agoEmit a warning if invalid mode passed to ac97_setextmode.
Orion Hodson [Wed, 21 Nov 2001 04:08:10 +0000 (04:08 +0000)]
Emit a warning if invalid mode passed to ac97_setextmode.

MFC after: 3 days

22 years agoSet extmode according to extcaps. Fixes codec sample rate failures
Orion Hodson [Wed, 21 Nov 2001 04:06:52 +0000 (04:06 +0000)]
Set extmode according to extcaps.  Fixes codec sample rate failures
that causes noisy playback with rates other than 48k (reported by
Olexander Kunytsa).

MFC after: 3 days

22 years agoSet HISMACADDR in the environment before envoking ppp.
Brian Somers [Wed, 21 Nov 2001 03:29:43 +0000 (03:29 +0000)]
Set HISMACADDR in the environment before envoking ppp.

MFC after: 1 week

22 years agoWe only have slices on i386 and IA-64.
David E. O'Brien [Tue, 20 Nov 2001 23:48:00 +0000 (23:48 +0000)]
We only have slices on i386 and IA-64.

22 years agoBump the mfsroot up from 2880 to 3200 for Alpha so it fits again. Use
John Baldwin [Tue, 20 Nov 2001 20:27:54 +0000 (20:27 +0000)]
Bump the mfsroot up from 2880 to 3200 for Alpha so it fits again.  Use
a label of auto instead of the fixed size minimum2 so that the bump in
size actually has an effect.

22 years ago- Remove the -T from the 4.x newfs as well.
John Baldwin [Tue, 20 Nov 2001 20:25:12 +0000 (20:25 +0000)]
- Remove the -T from the 4.x newfs as well.
- Don't write out 0xaa55 to the end of the filesystem as md(4) doesn't
  generate that warning and it breaks 'disklabel mdX auto'.
- Use the 'canonical' disk name mdX instead of /dev/mdX to disklabel so
  we can use disklabel auto for mfsroot filesizes that aren't a standard
  size in /etc/disktab.

22 years agoThe -T argument to newfs is only needed if teh disk isn't already labeled.
John Baldwin [Tue, 20 Nov 2001 20:06:21 +0000 (20:06 +0000)]
The -T argument to newfs is only needed if teh disk isn't already labeled.
Since we run disklabel before newfs, this doesn't apply in this case.

22 years ago'ircd' is a better service name. Also note '6667' is unoffical
David E. O'Brien [Tue, 20 Nov 2001 19:52:28 +0000 (19:52 +0000)]
'ircd' is a better service name.  Also note '6667' is unoffical

Submitted by: knu (name change)