]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/log
FreeBSD/FreeBSD.git
22 years agomdoc(7) police: markup cleanup.
ru [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
ru [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.
nyan [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.
ru [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 [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
jlemon [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.
jlemon [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 [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 [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
jhb [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
jlemon [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
jkh [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 [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 [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
jhb [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.
fjoe [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.
grog [Wed, 21 Nov 2001 21:55:46 +0000 (21:55 +0000)]
Add St. Cecilia's Day.

22 years agofix compilation (include -> #include)
fjoe [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
arr [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).
bmah [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
bmah [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().
jlemon [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.
ru [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.
ru [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.
ru [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.
ru [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.
ru [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.
ru [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.
ru [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
ru [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.
ru [Wed, 21 Nov 2001 15:41:49 +0000 (15:41 +0000)]
mdoc(7) police: general cleanup.

22 years agoShould also include namespace.h
green [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.
green [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.
ru [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.
ru [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.
ru [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):
sheldonh [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):
sheldonh [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.
ru [Wed, 21 Nov 2001 12:07:24 +0000 (12:07 +0000)]
mdoc(7) police: cosmetique.

22 years agomdoc(7) police: general cleanup.
ru [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.
ru [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.
ru [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.
ru [Wed, 21 Nov 2001 11:36:23 +0000 (11:36 +0000)]
mdoc(7) police: bump document date, fix markup.

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

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

22 years agomdoc(7) police: anchor punctuation.
ru [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.
nyan [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.
ru [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.
ru [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 [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
imp [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 [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 [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 [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 [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.
obrien [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
jhb [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.
jhb [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.
jhb [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
obrien [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)

22 years agoAdd an initial lomac(4) manpage.
green [Tue, 20 Nov 2001 19:22:37 +0000 (19:22 +0000)]
Add an initial lomac(4) manpage.

Sponsored by: DARPA, NAI Labs (CBOSS project)

22 years agoRE: rev 1.78, s/1667/6667/g
obrien [Tue, 20 Nov 2001 19:05:28 +0000 (19:05 +0000)]
RE: rev 1.78, s/1667/6667/g

22 years agoThere is already an 'irc' service at port 194. However my experience is that
obrien [Tue, 20 Nov 2001 19:00:12 +0000 (19:00 +0000)]
There is already an 'irc' service at port 194.  However my experience is that
1667 is what is really used.  So name port 1667 'irc-client'.

22 years agoAdd Greek conversion table
ache [Tue, 20 Nov 2001 18:55:16 +0000 (18:55 +0000)]
Add Greek conversion table

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

22 years agoImprove Greek support in syscons
ache [Tue, 20 Nov 2001 18:48:58 +0000 (18:48 +0000)]
Improve Greek support in syscons

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

22 years ago(null commit to correct the previous log message)
knu [Tue, 20 Nov 2001 18:41:01 +0000 (18:41 +0000)]
(null commit to correct the previous log message)

Now that all the printf invocations from within the system startup
scripts *have been replaced with equivalent handmade functions*, we
can safely remove it.

Please steal the technique from src/etc/MAKEDEV when you want to use
printf(1) functionality from within the system rc scripts.

22 years agoRemove the printf builtin command from sh(1), which command is not
knu [Tue, 20 Nov 2001 18:33:59 +0000 (18:33 +0000)]
Remove the printf builtin command from sh(1), which command is not
used so often that it's worth keeping it as a builtin.

Now that all the printf invocations from within the system startup
scripts, we can safely remove it.

Urged by: sheldonh  :)

No MFC is planned so far because it may break compatibility and
violate POLA.

22 years ago- Fix a number of man pages broken by the KSE merger.
arr [Tue, 20 Nov 2001 18:19:19 +0000 (18:19 +0000)]
- Fix a number of man pages broken by the KSE merger.

22 years agoReplace wrong CP437 font by actual Latin7 one
ache [Tue, 20 Nov 2001 18:17:29 +0000 (18:17 +0000)]
Replace wrong CP437 font by actual Latin7 one

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

22 years agoFix long months standard form
ache [Tue, 20 Nov 2001 18:10:08 +0000 (18:10 +0000)]
Fix long months standard form

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

22 years agoAdd IRC
obrien [Tue, 20 Nov 2001 18:01:10 +0000 (18:01 +0000)]
Add IRC

22 years agoAvoid unnecessary calls to expr(1) by using standard shell arithmetic
sheldonh [Tue, 20 Nov 2001 17:56:34 +0000 (17:56 +0000)]
Avoid unnecessary calls to expr(1) by using standard shell arithmetic
expansion instead.

MFC after: 1 week

22 years agoFix upper/lower mapping
ache [Tue, 20 Nov 2001 17:53:53 +0000 (17:53 +0000)]
Fix upper/lower mapping

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

22 years ago- Fix man page that was broke during KSE merger. This is the first in a
arr [Tue, 20 Nov 2001 17:48:55 +0000 (17:48 +0000)]
- Fix man page that was broke during KSE merger.  This is the first in a
  few commits relating to VOP_* calls and moving in struct thread.

Reviewed by: rwatson

22 years ago(null commit)
sheldonh [Tue, 20 Nov 2001 17:38:31 +0000 (17:38 +0000)]
(null commit)

rev 1.24 only makes sense given that test(1) has been made a shell
builtin command.  Without this optimization, you'd be better off using
printf(1) if you cared about efficiency at this level (although the use
of printf(1) prior to mounting /usr would remain an issue).

22 years ago(null commit)
sheldonh [Tue, 20 Nov 2001 17:33:10 +0000 (17:33 +0000)]
(null commit)

The previous delta only makes sense given that test(1) has been made a
shell builtin command.  Without this optimization, you'd be better off
using printf(1) if you cared about efficiency at this level (although
the use of printf(1) prior to mounting /usr would remain an issue).

22 years agoIntroduce new shell functions hexdigit, hexprint and zeropad.
sheldonh [Tue, 20 Nov 2001 17:24:35 +0000 (17:24 +0000)]
Introduce new shell functions hexdigit, hexprint and zeropad.

Use these new functions instead of printf(1), which is scheduled for
removal as a shell builtin command, and which will not be available as a
standalone utility if MAKEDEV is run prior to mounting /usr.

Requested by: knu

22 years ago- When copying into a fixed buffer, bounds checking should occur.
arr [Tue, 20 Nov 2001 16:47:42 +0000 (16:47 +0000)]
- When copying into a fixed buffer, bounds checking should occur.

PR: bin/31673

22 years agomdoc(7) police: fixed bugs from rev. 1.15.
ru [Tue, 20 Nov 2001 16:40:04 +0000 (16:40 +0000)]
mdoc(7) police: fixed bugs from rev. 1.15.

22 years agoGrammatical fixes over previous commit.
rwatson [Tue, 20 Nov 2001 16:33:55 +0000 (16:33 +0000)]
Grammatical fixes over previous commit.

Submitted by: ru

22 years agomdoc(7) police: Fix markup.
ru [Tue, 20 Nov 2001 16:18:21 +0000 (16:18 +0000)]
mdoc(7) police: Fix markup.

22 years agomdoc(7) police: fix markup and spelling.
ru [Tue, 20 Nov 2001 16:02:42 +0000 (16:02 +0000)]
mdoc(7) police: fix markup and spelling.

22 years agomdoc(7) police: bump document date, fix markup.
ru [Tue, 20 Nov 2001 15:57:00 +0000 (15:57 +0000)]
mdoc(7) police: bump document date, fix markup.

22 years agomdoc(7) police: kill whitespace at EOL.
ru [Tue, 20 Nov 2001 15:49:18 +0000 (15:49 +0000)]
mdoc(7) police: kill whitespace at EOL.

22 years agoAdd a missing comma.
ru [Tue, 20 Nov 2001 15:45:29 +0000 (15:45 +0000)]
Add a missing comma.

22 years agomdoc(7) police: kill whitespace at EOL and HSB.
ru [Tue, 20 Nov 2001 15:43:25 +0000 (15:43 +0000)]
mdoc(7) police: kill whitespace at EOL and HSB.

22 years agoAdd xref to wall(1).
ru [Tue, 20 Nov 2001 15:39:58 +0000 (15:39 +0000)]
Add xref to wall(1).

PR: docs/32128
Submitted by: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at> (partially)

22 years agomdoc(7) police:
ru [Tue, 20 Nov 2001 15:25:12 +0000 (15:25 +0000)]
mdoc(7) police:

- removed whitespace at EOL
- removed hard sentence breaks
- removed duplicate word
- spelling

22 years agomdoc(7) police: one-line literal displays are faster.
ru [Tue, 20 Nov 2001 15:17:51 +0000 (15:17 +0000)]
mdoc(7) police: one-line literal displays are faster.

22 years agoIntroduce readpassphrase(3), a superset of getpass(3). This
green [Tue, 20 Nov 2001 15:15:42 +0000 (15:15 +0000)]
Introduce readpassphrase(3), a superset of getpass(3).  This
comes originally from Todd Miller.

Obtained from: OpenBSD

22 years agoHandle wtmp.0 being compressed
brian [Tue, 20 Nov 2001 15:01:24 +0000 (15:01 +0000)]
Handle wtmp.0 being compressed

PR: 32113
Submitted by: Yar Tikhiy <yar@comp.chem.msu.su>
MFC after: 1 week

22 years agoInstall LOMAC includes from the new directory.
green [Tue, 20 Nov 2001 14:37:07 +0000 (14:37 +0000)]
Install LOMAC includes from the new directory.

22 years agoBring in the ugen manual page from NetBSD.
joe [Tue, 20 Nov 2001 14:13:36 +0000 (14:13 +0000)]
Bring in the ugen manual page from NetBSD.

22 years agomdoc(7) police: minor markup and spelling fixes.
ru [Tue, 20 Nov 2001 14:11:07 +0000 (14:11 +0000)]
mdoc(7) police: minor markup and spelling fixes.

22 years agomdoc(7) police: sort xrefs.
ru [Tue, 20 Nov 2001 13:58:21 +0000 (13:58 +0000)]
mdoc(7) police: sort xrefs.

22 years agomdoc(7) police: consistently use the .Ux macro.
ru [Tue, 20 Nov 2001 13:54:11 +0000 (13:54 +0000)]
mdoc(7) police: consistently use the .Ux macro.

22 years agomdoc(7) police: remove whitespace at EOL.
ru [Tue, 20 Nov 2001 13:43:58 +0000 (13:43 +0000)]
mdoc(7) police: remove whitespace at EOL.

22 years agoAdd false(1), test(1) and true(1) cross-references.
knu [Tue, 20 Nov 2001 13:05:53 +0000 (13:05 +0000)]
Add false(1), test(1) and true(1) cross-references.

Pointed out by: sheldonh

22 years agoThe rtsol must be done before the alias processing.
ume [Tue, 20 Nov 2001 12:51:12 +0000 (12:51 +0000)]
The rtsol must be done before the alias processing.

PR: conf/31366
Submitted by: gshapiro
MFC after: 1 week

22 years agoAdd a note that some shells may have the command built-in.
knu [Tue, 20 Nov 2001 12:40:38 +0000 (12:40 +0000)]
Add a note that some shells may have the command built-in.
(sh(1) indeed does)

Add a cross-reference to builtin(1).