Commit Graph

67262 Commits

Author SHA1 Message Date
jhb
a3e4cf9a6b 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.
2001-11-21 23:16:26 +00:00
fjoe
f5a400b003 Add driver for Granch SBNI12-xx ISA and PCI network adapters.
MFC after:	1 week
2001-11-21 22:29:35 +00:00
grog
1fb8e0e550 Add St. Cecilia's Day. 2001-11-21 21:55:46 +00:00
fjoe
2ffd6edcd1 fix compilation (include -> #include) 2001-11-21 20:40:21 +00:00
arr
4c42957ee2 - Utilize the great M_ZERO flag rather than allocating memory then do
a call to memset.
2001-11-21 20:29:08 +00:00
bmah
ef456f005b New release note: lomac(4). 2001-11-21 20:05:05 +00:00
bmah
fc49c7cfe0 New release notes: debugging info in modules built with debugging
kernel (based on info from gad), timed(8) works on alpha.
2001-11-21 20:04:18 +00:00
jlemon
c41580e9ad Move initialization of snd_recover into tcp_sendseqinit(). 2001-11-21 18:45:51 +00:00
ru
b2b66c0537 mdoc(7) police: cleanup. 2001-11-21 17:29:00 +00:00
ru
4720090f97 mdoc(7) police: cleanup the markup a bit. 2001-11-21 17:14:56 +00:00
ru
672d7155d5 mdoc(7) police: minor markup and content fixes. 2001-11-21 17:12:31 +00:00
ru
00ef1f43d4 mdoc(7) police: general cleanup. 2001-11-21 16:56:35 +00:00
ru
70cd3bbfb4 mdoc(7) police: minor markup and misc fixes. 2001-11-21 16:29:57 +00:00
ru
a7f5495c62 mdoc(7) police: fixed typos and minor markup nits. 2001-11-21 16:19:50 +00:00
ru
05f71d823e mdoc(7) police: markup nit in the actual rev. 1.13 changes. 2001-11-21 15:56:45 +00:00
ru
a80cd2fcaf mdoc(7) police: restore all FreeBSD fixes to this file that got
clobbered by previous commit.
2001-11-21 15:50:57 +00:00
ru
b12b774518 mdoc(7) police: general cleanup. 2001-11-21 15:41:49 +00:00
green
371c8a0a71 Should also include namespace.h
Submitted by:	ru
2001-11-21 15:33:40 +00:00
green
6c0292d0cd Change certain syscalls from x to _x.
Prodded by:	bde
2001-11-21 14:44:52 +00:00
ru
e952803ec6 mdoc(7) police: mark errno as a variable. 2001-11-21 13:38:17 +00:00
ru
6c50a1044d mdoc(7) police: markup nits. 2001-11-21 13:33:30 +00:00
ru
e451919f76 mdoc(7) police: fix markup + generic cleanup. 2001-11-21 13:28:50 +00:00
sheldonh
8ce9bc0f4a Update device list for Compaq Computer Corp. (vendor ID 0E11):
2 updated entries
7 new entries
2001-11-21 13:20:42 +00:00
sheldonh
0448de5841 Update devices for Intel Corporation (vendor ID 8086):
16 updated entries
61 new entries
2001-11-21 13:12:13 +00:00
ru
a46c445089 mdoc(7) police: cosmetique. 2001-11-21 12:07:24 +00:00
ru
d82dbaf3b1 mdoc(7) police: general cleanup. 2001-11-21 12:02:28 +00:00
ru
3242e73680 mdoc(7) police: WITNESS is a #define, mark it as such. 2001-11-21 11:47:55 +00:00
ru
5bfc82c74e mdoc(7) police: cosmetique. 2001-11-21 11:44:36 +00:00
ru
0daf644a4a mdoc(7) police: bump document date, fix markup. 2001-11-21 11:36:23 +00:00
ru
130a782ae3 Put missing space. 2001-11-21 10:42:18 +00:00
ru
3249a6cf0b Grammar nit. 2001-11-21 10:39:12 +00:00
ru
2872bdf9e5 mdoc(7) police: anchor punctuation. 2001-11-21 10:33:42 +00:00
nyan
631f226f43 Increase the size of a mfsroot floppy for pc98 to 4320. 2001-11-21 09:42:06 +00:00
ru
1fe81e216a Grammar nit. 2001-11-21 09:25:14 +00:00
ru
9314c10c20 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
2001-11-21 08:40:23 +00:00
peter
43edb17438 Recognize the "fixed" geometry in boot1 so that DD disks are not
interpreted as real fdisk tables (and fail).
2001-11-21 08:31:45 +00:00
imp
aaff9c5767 Add Toshiba wireless LAN card
Submitted by: "Mark Sergeant" <msergeant@snsonline.net>
2001-11-21 06:24:44 +00:00
orion
724cc16dd3 Correct extmode initialization.
MFC after:	3
2001-11-21 04:26:04 +00:00
orion
2bfeee833a Emit a warning if invalid mode passed to ac97_setextmode.
MFC after:	3 days
2001-11-21 04:08:10 +00:00
orion
dc35e47b82 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
2001-11-21 04:06:52 +00:00
brian
2f112e8511 Set HISMACADDR in the environment before envoking ppp.
MFC after:	1 week
2001-11-21 03:29:43 +00:00
obrien
33425adab6 We only have slices on i386 and IA-64. 2001-11-20 23:48:00 +00:00
jhb
c015c290ed 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.
2001-11-20 20:27:54 +00:00
jhb
07e6e051e2 - 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.
2001-11-20 20:25:12 +00:00
jhb
aed3440b5d 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.
2001-11-20 20:06:21 +00:00
obrien
0c304be14e 'ircd' is a better service name. Also note '6667' is unoffical
Submitted by:	knu (name change)
2001-11-20 19:52:28 +00:00
green
28e8bf402b Add an initial lomac(4) manpage.
Sponsored by:	DARPA, NAI Labs (CBOSS project)
2001-11-20 19:22:37 +00:00
obrien
bf1be5210f RE: rev 1.78, s/1667/6667/g 2001-11-20 19:05:28 +00:00
obrien
9bd1852fac 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'.
2001-11-20 19:00:12 +00:00
ache
be2f534ba2 Add Greek conversion table
PR:		32119
Submitted by:	Basileios Anastasatos <B.Anastasatos@MyRealBox.com>
2001-11-20 18:55:16 +00:00